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

Struct that contains the information about Floyd-Warshall Algorithm results. More...

#include <Typedef.hpp>

Public Attributes

bool success = false
 
bool negativeCycle = false
 
std::string errorMessage = ""
 
std::unordered_map< std::pair< std::string, std::string >, double, pair_hashresult = {}
 

Detailed Description

Struct that contains the information about Floyd-Warshall Algorithm results.


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