Uses of Interface
com.jgalgo.CoreAlgo.Result
-
Packages that use CoreAlgo.Result Package Description com.jgalgo -
-
Uses of CoreAlgo.Result in com.jgalgo
Methods in com.jgalgo that return CoreAlgo.Result Modifier and Type Method Description default CoreAlgo.ResultCoreAlgo. computeCores(Graph g)Compute the cores of the graph with respect to both in and out degree of the vertices.CoreAlgo.ResultCoreAlgo. computeCores(Graph g, CoreAlgo.DegreeType degreeType)Compute the cores of the graph with respect the given degree type.
-