Uses of Interface
com.jgalgo.alg.IVertexPartition
-
Packages that use IVertexPartition Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of IVertexPartition in com.jgalgo.alg
Subinterfaces of IVertexPartition in com.jgalgo.alg Modifier and Type Interface Description interface
IVertexBiPartition
A partition of the vertices of an int graph into two blocks.static interface
VoronoiAlgo.IResult
A result object ofVoronoiAlgo
computation forIntGraph
.Methods in com.jgalgo.alg that return IVertexPartition Modifier and Type Method Description static IVertexPartition
IVertexPartition. fromMap(IntGraph g, Int2IntMap map)
Create a new vertex partition from a vertex-blockIndex map.static IVertexPartition
IVertexPartition. fromMapping(IntGraph g, IntUnaryOperator mapping)
Create a new vertex partition from a vertex-blockIndex mapping function.
-