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 interfaceIVertexBiPartitionA partition of the vertices of an int graph into two blocks.static interfaceVoronoiAlgo.IResultA result object ofVoronoiAlgocomputation forIntGraph.Methods in com.jgalgo.alg that return IVertexPartition Modifier and Type Method Description static IVertexPartitionIVertexPartition. fromMap(IntGraph g, Int2IntMap map)Create a new vertex partition from a vertex-blockIndex map.static IVertexPartitionIVertexPartition. fromMapping(IntGraph g, IntUnaryOperator mapping)Create a new vertex partition from a vertex-blockIndex mapping function.
-