Uses of Interface
com.jgalgo.alg.cores.CoresAlgo.Result
Packages that use CoresAlgo.Result
-
Uses of CoresAlgo.Result in com.jgalgo.alg.cores
Subinterfaces of CoresAlgo.Result in com.jgalgo.alg.coresModifier and TypeInterfaceDescriptionstatic interface
The result of the cores computation forIntGraph
.Methods in com.jgalgo.alg.cores that return CoresAlgo.ResultModifier 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)