forked from YaccConstructor/QuickGraph
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Specialized Graphs
Alexandre Rabérin edited this page Jun 11, 2020
·
1 revision
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).