Graphs.jl doesn't always through errors when it should
rem_edge!
If rem_edge! returns false, the graph may be in an indeterminate state, as there are multiple points where the function can exit with false.
Here we need to double check or add error calls.
Graphs.jl doesn't always through errors when it should
Here we need to double check or add error calls.