- Add a reference to
QuickGraph.dllto your project. QuickGraph provides a version backward compatible with .Net 2.0 or a .Net 3.5 version. The only difference lies in the support for extension methods. - Most data structures are defined under the
QuickGraphnamespace, algorithms are under theQuickGraph.Algorithmsnamespace.
The vertex type can be any type as all QuickGraph data structure are generic. The edge type must implement the IEdge interface: