daggy icon indicating copy to clipboard operation
daggy copied to clipboard

Add `.add_edge_unchecked` method, for adding an edge without checking for cycles.

Open mitchmindtree opened this issue 9 years ago • 1 comments

This might be useful for performance critical occasions where the user knows for certain that adding an edge would not create a cycle.

mitchmindtree avatar Oct 15 '15 04:10 mitchmindtree

Going to avoid adding this until a case occurs where it's absolutely necessary.

mitchmindtree avatar Jan 10 '16 14:01 mitchmindtree