CXXGraph  0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
All Classes Functions
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CCXXGRAPH::BellmanFordResult_structStruct that contains the information about Dijsktra's Algorithm results
 Cstd::ctype
 CCXXGRAPH::csv_whitespace
 CCXXGRAPH::DialResult_structStruct that contains the information about Dijsktra's Algorithm results
 CCXXGRAPH::DijkstraResult_structStruct that contains the information about Dijsktra's Algorithm results
 CCXXGRAPH::Edge< T >
 CCXXGRAPH::DirectedEdge< T >
 CCXXGRAPH::DirectedWeightedEdge< T >
 CCXXGRAPH::UndirectedEdge< T >
 CCXXGRAPH::UndirectedWeightedEdge< T >
 CCXXGRAPH::FWResult_structStruct that contains the information about Floyd-Warshall Algorithm results
 CCXXGRAPH::PARTITIONING::Globals
 CCXXGRAPH::Graph< T >Class that implement the Graph. ( This class is not Thread Safe )
 CCXXGRAPH::PARTITIONING::Partition< T >
 CCXXGRAPH::MstResult_structStruct that contains the information about Prim, Boruvka & Kruskal Algorithm results
 CCXXGRAPH::Node< T >
 CCXXGRAPH::pair_hash
 CCXXGRAPH::PARTITIONING::Partitioner< T >
 CCXXGRAPH::PARTITIONING::PartitioningStats
 CCXXGRAPH::PARTITIONING::PartitionState< T >
 CCXXGRAPH::PARTITIONING::CoordinatedPartitionState< T >
 CCXXGRAPH::PARTITIONING::PartitionStrategy< T >
 CCXXGRAPH::PARTITIONING::EBV< T >A Vertex Cut Partioning Algorithm ( as described by this paper https://arxiv.org/abs/2010.09007 )
 CCXXGRAPH::PARTITIONING::EdgeBalancedVertexCut< T >A Vertex Cut Partioning Algorithm that assign an edge in the partition with less load
 CCXXGRAPH::PARTITIONING::GreedyVertexCut< T >A Greedy Vertex Cut Partioning Algorithm
 CCXXGRAPH::PARTITIONING::HDRF< T >A Vertex Cut Partioning Algorithm ( as described by this paper https://www.fabiopetroni.com/Download/petroni2015HDRF.pdf )
 CCXXGRAPH::Reader< T >
 CCXXGRAPH::PARTITIONING::Record< T >
 CCXXGRAPH::PARTITIONING::CoordinatedRecord< T >
 CCXXGRAPH::Runnable
 CCXXGRAPH::PARTITIONING::PartitionerThread< T >
 CCXXGRAPH::Subset_structStruct useful for union-find operations
 CCXXGRAPH::ThreadSafe
 CCXXGRAPH::Weighted
 CCXXGRAPH::DirectedWeightedEdge< T >
 CCXXGRAPH::UndirectedWeightedEdge< T >
 CCXXGRAPH::Writer< T >