Uses of Interface
com.jgalgo.graph.Weights.Int
-
Packages that use Weights.Int Package Description com.jgalgo com.jgalgo.graph -
-
Uses of Weights.Int in com.jgalgo
Methods in com.jgalgo with parameters of type Weights.Int Modifier and Type Method Description static FlowNetwork.Int
FlowNetwork.Int. createFromEdgeWeights(Weights.Int capacities, Weights.Int flows)
Create a flow network by using existing edge weights. -
Uses of Weights.Int in com.jgalgo.graph
Methods in com.jgalgo.graph that return Weights.Int Modifier and Type Method Description static Weights.Int
IndexIdMaps. idToIndexWeights(Weights.Int 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.Int Modifier and Type Method Description static Weights.Int
IndexIdMaps. idToIndexWeights(Weights.Int 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.
-