CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
k
p
r
s
w
Functions
a
b
c
d
e
f
g
i
k
p
r
s
w
Files
File List
•
All
Classes
Functions
Class Hierarchy
Go to the graphical class hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
]
C
CXXGRAPH::BellmanFordResult_struct
Struct that contains the information about Dijsktra's Algorithm results
▼
C
std::ctype
C
CXXGRAPH::csv_whitespace
C
CXXGRAPH::DialResult_struct
Struct that contains the information about Dijsktra's Algorithm results
C
CXXGRAPH::DijkstraResult_struct
Struct that contains the information about Dijsktra's Algorithm results
▼
C
CXXGRAPH::Edge< T >
▼
C
CXXGRAPH::DirectedEdge< T >
C
CXXGRAPH::DirectedWeightedEdge< T >
▼
C
CXXGRAPH::UndirectedEdge< T >
C
CXXGRAPH::UndirectedWeightedEdge< T >
C
CXXGRAPH::FWResult_struct
Struct that contains the information about Floyd-Warshall Algorithm results
C
CXXGRAPH::PARTITIONING::Globals
▼
C
CXXGRAPH::Graph< T >
Class that implement the
Graph
. ( This class is not Thread Safe )
C
CXXGRAPH::PARTITIONING::Partition< T >
C
CXXGRAPH::MstResult_struct
Struct that contains the information about Prim, Boruvka & Kruskal Algorithm results
C
CXXGRAPH::Node< T >
C
CXXGRAPH::pair_hash
C
CXXGRAPH::PARTITIONING::Partitioner< T >
C
CXXGRAPH::PARTITIONING::PartitioningStats
▼
C
CXXGRAPH::PARTITIONING::PartitionState< T >
C
CXXGRAPH::PARTITIONING::CoordinatedPartitionState< T >
▼
C
CXXGRAPH::PARTITIONING::PartitionStrategy< T >
C
CXXGRAPH::PARTITIONING::EBV< T >
A Vertex Cut Partioning Algorithm ( as described by this paper
https://arxiv.org/abs/2010.09007
)
C
CXXGRAPH::PARTITIONING::EdgeBalancedVertexCut< T >
A Vertex Cut Partioning Algorithm that assign an edge in the partition with less load
C
CXXGRAPH::PARTITIONING::GreedyVertexCut< T >
A Greedy Vertex Cut Partioning Algorithm
C
CXXGRAPH::PARTITIONING::HDRF< T >
A Vertex Cut Partioning Algorithm ( as described by this paper
https://www.fabiopetroni.com/Download/petroni2015HDRF.pdf
)
C
CXXGRAPH::Reader< T >
▼
C
CXXGRAPH::PARTITIONING::Record< T >
C
CXXGRAPH::PARTITIONING::CoordinatedRecord< T >
▼
C
CXXGRAPH::Runnable
C
CXXGRAPH::PARTITIONING::PartitionerThread< T >
C
CXXGRAPH::Subset_struct
Struct useful for union-find operations
C
CXXGRAPH::ThreadSafe
▼
C
CXXGRAPH::Weighted
C
CXXGRAPH::DirectedWeightedEdge< T >
C
CXXGRAPH::UndirectedWeightedEdge< T >
C
CXXGRAPH::Writer< T >
Generated by
1.9.1