Add sanity check into SGraph.addEdge
Opened this issue · 0 comments
namednil commented
SGraph.addEdge
doesn't complain if you add edges between GraphNode
s that are actually not present in that graph (but in some other one). Wonderful opportunity to get bugs that are hard to spot.