Uses of Interface
com.jgalgo.alg.cores.CoresAlgo.Result
-
Uses of CoresAlgo.Result in com.jgalgo.alg.cores
Modifier and TypeInterfaceDescriptionstatic interface
The result of the cores computation forIntGraph
.Modifier and TypeMethodDescriptiondefault <V,
E> CoresAlgo.Result <V, E> CoresAlgo.computeCores
(Graph<V, E> g) Compute the cores of the graph with respect to both in and out degree of the vertices.<V,
E> CoresAlgo.Result <V, E> CoresAlgo.computeCores
(Graph<V, E> g, EdgeDirection degreeType) Compute the cores of the graph with respect the given degree type.<V,
E> CoresAlgo.Result <V, E> CoresAlgoAbstract.computeCores
(Graph<V, E> g, EdgeDirection degreeType)