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