You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IGDominatorTree does not work on empty (edgeless) graph because empty graphs are treated as undirected by IGraph/M and IGDominatorTree requires directed ones.
The text was updated successfully, but these errors were encountered:
IGDominatorTree
does not work on empty (edgeless) graph because empty graphs are treated as undirected by IGraph/M andIGDominatorTree
requires directed ones.The text was updated successfully, but these errors were encountered: