QuikGraph icon indicating copy to clipboard operation
QuikGraph copied to clipboard

Generic Graph Data Structures and Algorithms for .NET

Results 32 QuikGraph issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I simply want to detect cycles in my graph, and in case I find them, I want to report which are the offending cycles. I've never used...

bug

Currently, the `UndirectedEdge` class throws an `ArgumentException` when the target is not lower than the source when comparing them, this doesn't really fit the definition of "Undirected", if we require...