Uses of Interface
com.jgalgo.graph.IWeightsBool
Packages that use IWeightsBool
Package
Description
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 IWeightsBoolModifier and TypeMethodDescriptionstatic IVertexBiPartition
IVertexBiPartition.fromWeights
(IntGraph g, IWeightsBool weights) Create a new vertex bi-partition from a vertex-side weights container.