Mace C++ Graph Library 1.0
The fast and flexible graph library for C++. Developed by Matthias Mace Hädrich.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
dijkstraDijkstra shortest path algorithm
directed_graphThis is the class that represents a directed graph
edgeThe class that represents an edge in a graph
graphThis is the abstract base class for all graphs
undirected_graphThis is the base class for an undirected graph
vertexThe class that represents a vertex in a graph
 All Classes Files Functions Variables Defines