Uses of Interface
com.jgalgo.alg.IVertexBiPartition
-
Packages that use IVertexBiPartition Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of IVertexBiPartition in com.jgalgo.alg
Methods in com.jgalgo.alg that return IVertexBiPartition Modifier and Type Method Description static IVertexBiPartition
IVertexBiPartition. fromMap(IntGraph g, Int2BooleanMap map)
Create a new vertex bi-partition from a vertex-side map.static IVertexBiPartition
IVertexBiPartition. fromMapping(IntGraph g, IntPredicate mapping)
Create a new vertex bi-partition from a vertex-side mapping function.
-