Specialized Graphs - KeRNeLith/QuikGraph GitHub Wiki
Specialized Graph
QuikGraph first provides generic graph data structures, but also some for specialized problem domains. These graphs are bundled in out of the Core assembly.
- DataSetGraph is a bidirectional graph over a
DataSet
(Part ofQuikGraph.Data
module).