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