![]() |
Mace C++ Graph Library 1.0
The fast and flexible graph library for C++. Developed by Matthias Mace Hädrich.
|
#include <iostream>#include <map>#include <cmath>#include <list>#include "graph.h"#include "vertex.h"#include "edge.h"Go to the source code of this file.
Classes | |
| class | dijkstra |
| Dijkstra shortest path algorithm. More... | |
Defines | |
| #define | DLL __declspec(dllexport) |
| #define DLL __declspec(dllexport) |
Definition at line 17 of file dijkstra.h.
1.7.4