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
Test that removing the returned edges results in an acyclic graph (is_acyclic())
Test directed an undirected separately
When using exact methods, test the size of the feedback arc set. There are multiple valid solutions, but all should have the same size (or total weight)
When using exact methods, stick to tiny graphs of at most tens of edges, otherwise the computation is too slow.
Exact methods are only available when igraph is compiled with GLPK. See testthat/test-optimal.community.R for how to deal with this.
Guidelines:
is_acyclic())testthat/test-optimal.community.Rfor how to deal with this.