szhorvat / IGraphM

IGraph/M is the igraph interface for Mathematica
http://szhorvat.net/mathematica/IGraphM
Other
90 stars 17 forks source link

IGDominatorTree does not work on empty graph #128

Open szhorvat opened 1 year ago

szhorvat commented 1 year ago

IGDominatorTree does not work on empty (edgeless) graph because empty graphs are treated as undirected by IGraph/M and IGDominatorTree requires directed ones.