![]() |
CXXGraph
0.1.4
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
|
▼NCXXGRAPH | |
CNode | |
CEdge | |
CDirectedEdge | |
CUndirectedEdge | |
CDirectedWeightedEdge | |
CUndirectedWeightedEdge | |
CGraph | Class that implement the Graph. ( This class is not Thread Safe ) |
CPartition | |
CWriter | |
CReader | |
CDijkstraResult_struct | Struct that contains the information about Dijsktra's Algorithm results |
CDialResult_struct | Struct that contains the information about Dijsktra's Algorithm results |
CPartitioningStats_struct | Struct that contains the information about the partitioning statistics |
CWeighted | |
CThreadSafe | |
CGraph_TS | Class that implement the Thread Safe Graph |