Class |
Description |
APSPBench |
|
BfsDfsExample |
|
BFSIter |
Bread first search (BFS) iterator.
|
BiConnectedComponentsAlgo |
An algorithm that compute the bi-connected components of a graph.
|
BiConnectedComponentsAlgo.Builder |
|
BiConnectedComponentsAlgo.Result |
|
ChinesePostman |
An algorithm for the chinese postman problem.
|
ChinesePostman.Builder |
|
Coloring |
An algorithm that assign a color to each vertex in a graph while avoiding identical color for any pair of adjacent
vertices.
|
Coloring.Builder |
|
Coloring.Result |
A coloring result containing a color for each vertex.
|
ColoringBench |
|
ColoringExample |
|
ConnectedComponentsAlgo |
Connectivity components algorithm.
|
ConnectedComponentsAlgo.Builder |
|
ConnectedComponentsAlgo.Result |
Result object for connectivity components calculation.
|
CoreAlgo |
Cores computing algorithm.
|
CoreAlgo.Builder |
|
CoreAlgo.DegreeType |
The degree type the cores are defined with respect to.
|
CoreAlgo.Result |
The result of the cores computation.
|
Cut |
A cut that partition the vertices of a graph into two sets.
|
CyclesFinder |
An algorithm that finds all cycles in a graph.
|
CyclesFinder.Builder |
|
CyclesFinderBench |
|
DFSIter |
Depth first search (DFS) iterator.
|
EdgeIter |
Iterator used to iterate over edges of a vertex.
|
EdgeIterationExample |
|
EdgeSet |
Set of graph edges.
|
EulerianTourAlgo |
Eulerian tour calculation algorithm.
|
EulerianTourAlgo.Builder |
|
FlowNetwork |
Flow on graph edges, with capacities and flows values.
|
FlowNetwork.Int |
Flow on graph edges, with integer capacities and flows values.
|
Graph |
A discrete graph with vertices and edges.
|
GraphBuilder |
|
GraphCapabilities |
Object specifying the capabilities of a graph implementation.
|
GraphFactory |
A factory for Graph objects.
|
GraphFactory.Hint |
Hints for a graph factory.
|
Graphs |
Static methods class for graphs.
|
GraphsUtils |
Static methods class for graphs.
|
HeapBench |
|
HeapReferenceableBench |
|
IndexGraph |
A graph whose vertices and edges identifiers are indices.
|
IndexGraphBuilder |
|
IndexGraphBuilder.ReIndexedGraph |
A result object of re-indexing and building a graph operation.
|
IndexGraphBuilder.ReIndexingMap |
A map of indices, mapping an original index to a re-indexed index.
|
IndexGraphFactory |
|
IndexIdMap |
|
IndexIdMaps |
|
IndexSwapListener |
A listener that will be notified when a IndexGraph chooses to swap two IDs (vertices/edges).
|
JGAlgoConfig |
A global configuration class.
|
LCADynamicBench |
|
LowestCommonAncestorDynamic |
Dynamic algorithm for Lowest Common Ancestor (LCA) queries.
|
LowestCommonAncestorDynamic.Builder |
|
LowestCommonAncestorDynamic.Node |
|
LowestCommonAncestorExample |
|
LowestCommonAncestorStatic |
Static Lowest Common Ancestor (LCA) algorithm.
|
LowestCommonAncestorStatic.Builder |
|
LowestCommonAncestorStatic.DataStructure |
Data structure result created from a static LCA pre-processing.
|
Matching |
A matching in a graph.
|
MatchingAlgorithm |
Maximum/minimum matching algorithm.
|
MatchingAlgorithm.Builder |
|
MatchingBench |
|
MatchingBench.MaximumCardinality |
|
MatchingBench.MaximumCardinalityBipartite |
|
MatchingBench.MaximumWeighted |
|
MatchingBench.MaximumWeightedBipartite |
|
MatchingBench.MinimumPerfect |
|
MatchingBench.MinimumPerfectBipartite |
|
MaximalCliques |
Finds all maximal cliques in a graph.
|
MaximalCliques.Builder |
|
MaximalCliquesBench |
|
MaximalCliquesBench.BarabasiAlbert |
|
MaximalCliquesBench.Gnp |
|
MaximalCliquesBench.RecursiveMatrix |
|
MaximumFlow |
Calculate the maximum flow in a flow network.
|
MaximumFlow.Builder |
|
MaximumFlowBench |
|
MaximumFlowBench.BarabasiAlbert |
|
MaximumFlowBench.Gnp |
|
MaximumFlowBench.RecursiveMatrix |
|
MaximumMatchingExample |
|
MinCostFlowBench |
|
MinCostFlowBench.MaxFlow |
|
MinCostFlowBench.MaxFlow.BarabasiAlbert |
|
MinCostFlowBench.MaxFlow.Gnp |
|
MinCostFlowBench.MaxFlow.RecursiveMatrix |
|
MinCostFlowBench.Supply |
|
MinCostFlowBench.Supply.BarabasiAlbert |
|
MinCostFlowBench.Supply.Gnp |
|
MinCostFlowBench.Supply.RecursiveMatrix |
|
MinimumCostFlow |
Compute the minimum-cost (max) flow in a flow network.
|
MinimumCostFlow.Builder |
|
MinimumCutGlobal |
Global Minimum Cut algorithm without terminal vertices.
|
MinimumCutGlobal.Builder |
|
MinimumCutST |
Minimum Cut algorithm with terminal vertices (source-sink, S-T).
|
MinimumCutST.Builder |
|
MinimumDirectedSpanningTree |
Minimum spanning tree algorithm for directed graphs.
|
MinimumDirectedSpanningTree.Builder |
|
MinimumMeanCycle |
Algorithm that find the cycle with the minimum mean weight.
|
MinimumMeanCycle.Builder |
|
MinimumMeanCycleBench |
|
MinimumSpanningTree |
Minimum spanning tree algorithm.
|
MinimumSpanningTree.Builder |
|
MinimumSpanningTree.Result |
|
MinimumSpanningTreeExample |
|
MSTBench |
|
Path |
A path of edges in a graph.
|
RMQStaticBench |
|
RMQStaticBench.PreProcess |
|
RMQStaticBench.PreProcessPlusMinusOne |
|
RMQStaticBench.Query |
|
RMQStaticBench.Query.CartesianTrees |
|
RMQStaticBench.Query.LookupTable |
|
RMQStaticBench.Query.PlusMinusOne |
|
RMQStaticBench.Query.PowerOf2Table |
|
ShortestPathAllPairs |
An algorithm that compute all pairs shortest path (APSP) in a graph.
|
ShortestPathAllPairs.Builder |
|
ShortestPathAllPairs.Result |
|
ShortestPathExample |
|
ShortestPathSingleSource |
Single Source Shortest Path algorithm.
|
ShortestPathSingleSource.Builder |
|
ShortestPathSingleSource.Result |
|
ShortestPathWithHeuristic |
Shortest path algorithm that uses a distance heuristic function.
|
ShortestPathWithHeuristic.Builder |
|
SSSPNegativeWeightsBench |
|
SSSPNegativeWeightsBench.BarabasiAlbert |
|
SSSPNegativeWeightsBench.Gnp |
|
SSSPNegativeWeightsBench.RecursiveMatrix |
|
SSSPPositiveWeightsBench |
|
SSSPPositiveWeightsBench.BarabasiAlbert |
|
SSSPPositiveWeightsBench.Gnp |
|
SSSPPositiveWeightsBench.RecursiveMatrix |
|
TopologicalOrderAlgo |
Algorithm that calculate a topological order of graph vertices.
|
TopologicalOrderAlgo.Builder |
|
TopologicalOrderAlgo.Result |
|
TreePathMaxima |
Tree Path Maxima (TPM) algorithm.
|
TreePathMaxima.Builder |
|
TreePathMaxima.Queries |
|
TreePathMaxima.Result |
|
TreePathMaximaBench |
|
Trees |
Static methods class for tree graphs.
|
TSPMetric |
Metric Traveling Salesman Problem (TSP) algorithm.
|
TSPMetricMatchingAppx |
TSP 3/2-approximation using maximum matching.
|
TSPMetricMSTAppx |
TSP 2-approximation using MST.
|
UnionFindBench |
|
VertexCover |
Minimum weighted vertex cover algorithm.
|
VertexCover.Builder |
|
VertexCover.Result |
|
WeightFunction |
Weight function that maps graph edges (or vertices) to weights.
|
WeightFunction.Int |
Weight function that maps graph edges (or vertices) to integer weights.
|
WeightFunctions |
|
Weights<W> |
Weights of graph vertices or edges.
|
Weights.Bool |
Specific weights of primitive type boolean .
|
Weights.Byte |
Specific weights of primitive type byte .
|
Weights.Char |
Specific weights of primitive type char .
|
Weights.Double |
Specific weights of primitive type double .
|
Weights.Float |
Specific weights of primitive type float .
|
Weights.Int |
Specific weights of primitive type int .
|
Weights.Long |
Specific weights of primitive type long .
|
Weights.Short |
Specific weights of primitive type short .
|