Uses of Interface
com.jgalgo.graph.Weights.Bool
-
Packages that use Weights.Bool Package Description com.jgalgo.graph -
-
Uses of Weights.Bool in com.jgalgo.graph
Methods in com.jgalgo.graph that return Weights.Bool Modifier and Type Method Description static Weights.Bool
IndexIdMaps. indexWeightsFromWeights(Weights.Bool weights, IndexIdMap map)
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the element IDs.Methods in com.jgalgo.graph with parameters of type Weights.Bool Modifier and Type Method Description static Weights.Bool
IndexIdMaps. indexWeightsFromWeights(Weights.Bool weights, IndexIdMap map)
Create a weights view that is accessed by the elements indices, given a weights container that is accessed by the element IDs.
-