Uses of Interface
com.jgalgo.alg.dag.TopologicalOrderAlgo.Result
Package
Description
Algorithms specifically designed for directed acyclic graphs (DAGs).
-
Uses of TopologicalOrderAlgo.Result in com.jgalgo.alg.dag
Modifier and TypeInterfaceDescriptionstatic interface
A result object of aTopologicalOrderAlgo
algorithm forIntGraph
.Modifier and TypeMethodDescriptiondefault <V,
E> TopologicalOrderAlgo.Result <V, E> TopologicalOrderAlgo.computeTopologicalSorting
(Graph<V, E> g) Compute the topological order of the vertices in a DAG graph.Modifier and TypeMethodDescription<V,
E> Optional <TopologicalOrderAlgo.Result<V, E>> TopologicalOrderAlgo.computeTopologicalSortingIfExist
(Graph<V, E> g) Compute the topological order of the vertices, if the graph is DAG.<V,
E> Optional <TopologicalOrderAlgo.Result<V, E>> TopologicalOrderAlgoAbstract.computeTopologicalSortingIfExist
(Graph<V, E> g)