CXXGraph  0.2.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
Public Attributes | List of all members
CXXGRAPH::PrimResult_struct Struct Reference

Struct that contains the information about Prim Algorithm results. More...

#include <Typedef.hpp>

Public Attributes

bool success
 
std::string errorMessage
 
std::vector< unsigned long > result
 
double mstCost
 

Detailed Description

Struct that contains the information about Prim Algorithm results.


The documentation for this struct was generated from the following file: