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