CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|
Struct that contains the information about Prim, Boruvka & Kruskal Algorithm results. More...
#include <Typedef.hpp>
Public Attributes | |
bool | success = false |
std::string | errorMessage = "" |
std::vector< std::pair< std::string, std::string > > | mst = {} |
double | mstCost = 0.0 |
Struct that contains the information about Prim, Boruvka & Kruskal Algorithm results.