Skip to content

Specialized Graphs

Bruce Markham edited this page Nov 29, 2021 · 5 revisions

Specialized Graph

FastGraph 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 of FastGraph.Data module).

Clone this wiki locally