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
The method remove_loops() can not be called on immutable graphs.
Calling it is unnecessary since the complement of a simple graph is
simple. Checking that the graph is simple is redundant since
the complement() method already does that.
0 commit comments