Uses of Interface
com.jgalgo.graph.IWeightsBool
-
Packages that use IWeightsBool Package Description com.jgalgo.alg.common Package for common classes and interfaces used by the algorithms in the JGAlgo library. -
-
Uses of IWeightsBool in com.jgalgo.alg.common
Methods in com.jgalgo.alg.common with parameters of type IWeightsBool Modifier and Type Method Description static IVertexBiPartition
IVertexBiPartition. fromWeights(IntGraph g, IWeightsBool weights)
Create a new vertex bi-partition from a vertex-side weights container.
-