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, Map<Integer,Boolean> 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.Methods in com.jgalgo.alg that return types with arguments of type IVertexBiPartition Modifier and Type Method Description static Optional<IVertexBiPartition>
BipartiteGraphs. getExistingPartition(IntGraph g)
Get the existing bipartite partition of the givenIntGraph
(if one exists).
-