![]() |
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 |
double | result |
Struct that contains the information about Dijsktra's Algorithm results.