![]() |
CXXGraph
0.1.6
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|
Struct that contains the information about Dijsktra's Algorithm results. More...
#include <Typedef.hpp>
Public Attributes | |
bool | success |
std::string | errorMessage |
std::map< unsigned long, long > | minDistanceMap |
Struct that contains the information about Dijsktra's Algorithm results.