Uses of Interface
com.jgalgo.graph.WeightsBool
Packages that use 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
Methods in com.jgalgo.alg.common with parameters of type WeightsBoolModifier 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
Subinterfaces of WeightsBool in com.jgalgo.graph