Uses of Interface
com.jgalgo.graph.WeightsBool
Package
Description
Package for common classes and interfaces used by the algorithms in the JGAlgo library.
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of WeightsBool in com.jgalgo.alg.common
Modifier and TypeMethodDescriptionstatic <V,
E> VertexBiPartition <V, E> VertexBiPartition.fromWeights
(Graph<V, E> g, WeightsBool<V> weights) Create a new vertex bi-partition from a vertex-side weights container. -
Uses of WeightsBool in com.jgalgo.graph