Mace C++ Graph Library 1.0
The fast and flexible graph library for C++. Developed by Matthias Mace Hädrich.
|
dijkstra | Dijkstra shortest path algorithm |
directed_graph | This is the class that represents a directed graph |
edge | The class that represents an edge in a graph |
graph | This is the abstract base class for all graphs |
undirected_graph | This is the base class for an undirected graph |
vertex | The class that represents a vertex in a graph |