![]() |
CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|
| ▼NCXXGRAPH | |
| ▼NPARTITIONING | |
| CPartition | |
| CCoordinatedPartitionState | |
| CCoordinatedRecord | |
| CEBV | A Vertex Cut Partioning Algorithm ( as described by this paper https://arxiv.org/abs/2010.09007 ) |
| CEdgeBalancedVertexCut | A Vertex Cut Partioning Algorithm that assign an edge in the partition with less load |
| CGreedyVertexCut | A Greedy Vertex Cut Partioning Algorithm |
| CHDRF | A Vertex Cut Partioning Algorithm ( as described by this paper https://www.fabiopetroni.com/Download/petroni2015HDRF.pdf ) |
| CPartitioner | |
| CPartitionerThread | |
| CPartitioningStats | |
| CPartitionState | |
| CPartitionStrategy | |
| CRecord | |
| CGlobals | |
| CUndirectedEdge | |
| CDirectedEdge | |
| CUndirectedWeightedEdge | |
| CDirectedWeightedEdge | |
| CEdge | |
| CWeighted | |
| CGraph | Class that implement the Graph. ( This class is not Thread Safe ) |
| Ccsv_whitespace | |
| CNode | |
| CReader | |
| CRunnable | |
| CThreadSafe | |
| CSubset_struct | Struct useful for union-find operations |
| CDijkstraResult_struct | Struct that contains the information about Dijsktra's Algorithm results |
| CBellmanFordResult_struct | Struct that contains the information about Dijsktra's Algorithm results |
| Cpair_hash | |
| CFWResult_struct | Struct that contains the information about Floyd-Warshall Algorithm results |
| CMstResult_struct | Struct that contains the information about Prim, Boruvka & Kruskal Algorithm results |
| CDialResult_struct | Struct that contains the information about Dijsktra's Algorithm results |
| CWriter |