Uses of Interface
com.jgalgo.graph.WeightsBool
-
Packages that use WeightsBool Package Description com.jgalgo.alg.common Package for common classes and interfaces used by the algorithms in the JGAlgo library.com.jgalgo.graph 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 WeightsBool Modifier and Type Method Description static <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 Modifier and Type Interface Description interface
IWeightsBool
Specific weights ofboolean
for int graphs.
-