Uses of Interface
com.jgalgo.alg.CoresAlgo.Result
-
Packages that use CoresAlgo.Result Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of CoresAlgo.Result in com.jgalgo.alg
Subinterfaces of CoresAlgo.Result in com.jgalgo.alg Modifier and Type Interface Description static interface
CoresAlgo.IResult
The result of the cores computation forIntGraph
.Methods in com.jgalgo.alg that return CoresAlgo.Result Modifier and Type Method Description default <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.
-