QuikGraph icon indicating copy to clipboard operation
QuikGraph copied to clipboard

Generic Graph Data Structures and Algorithms for .NET

Results 38 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...

Hi, thank you for maintaining this Library. I would like to pick up and add more Examples and Explanations for the Algorithms. I'm starting by splitting some Unit Tests for...

**Describe the bug** With the latest version of both (Quikgraph.MSAGL 2.5.0 and Microsoft.Msagl.GraphViewerGDI 1.1.7), I am running into the following issue: The type 'SvgGraphWriter' exists in both 'AutomaticGraphLayout.Drawing, Version=0.0.0.0, Culture=neutral,...

bug

**Describe the bug** There's a vulnerability on the System.Drawing.Common v4.5.1. Is there any way to upgrade this to v4.7.2 so we can continue using this package? Thank you

bug

Hi, Currently GraphvizRankDirection supports only TB and LR DOT spec contains also BT and RL values. https://graphviz.org/docs/attr-types/rankdir/ Best regards, Seb

enhancement

**Is your feature request related to a problem? Please describe.** I need to be able to attach property values for nodes and links when serializing to DGML, but right now...

enhancement

**Is your feature request related to a problem? Please describe.** Are there plans to add AllEdgeCutsAlgorithm, MinimumCut again? I believe some old versions had those. **Describe the solution you'd like**...

enhancement