JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
com.jgalgo.FlowNetwork.Int.getCapacity(int)
com.jgalgo.FlowNetwork.Int.getFlow(int)
com.jgalgo.FlowNetwork.Int.setCapacity(int, double)
com.jgalgo.FlowNetwork.Int.setFlow(int, double)
com.jgalgo.graph.IndexGraph.addEdge(int, int, int)
com.jgalgo.graph.IndexGraph.addVertex(int)
com.jgalgo.graph.IndexGraph.indexGraph()
this function will always return the same graph, no reason to call it
com.jgalgo.graph.IndexGraph.indexGraphEdgesMap()
this function will always return the identity mapping, no reason to call it
com.jgalgo.graph.IndexGraph.indexGraphVerticesMap()
this function will always return the identity mapping, no reason to call it
com.jgalgo.graph.WeightFunction.Int.weight(int)
com.jgalgo.graph.Weights.Bool.defaultWeight()
com.jgalgo.graph.Weights.Bool.get(int)
com.jgalgo.graph.Weights.Bool.set(int, Boolean)
com.jgalgo.graph.Weights.Byte.defaultWeight()
com.jgalgo.graph.Weights.Byte.get(int)
com.jgalgo.graph.Weights.Byte.set(int, Byte)
com.jgalgo.graph.Weights.Char.defaultWeight()
com.jgalgo.graph.Weights.Char.get(int)
com.jgalgo.graph.Weights.Char.set(int, Character)
com.jgalgo.graph.Weights.Double.defaultWeight()
com.jgalgo.graph.Weights.Double.get(int)
com.jgalgo.graph.Weights.Double.set(int, Double)
com.jgalgo.graph.Weights.Float.defaultWeight()
com.jgalgo.graph.Weights.Float.get(int)
com.jgalgo.graph.Weights.Float.set(int, Float)
com.jgalgo.graph.Weights.Int.defaultWeight()
com.jgalgo.graph.Weights.Int.get(int)
com.jgalgo.graph.Weights.Int.set(int, Integer)
com.jgalgo.graph.Weights.Long.defaultWeight()
com.jgalgo.graph.Weights.Long.get(int)
com.jgalgo.graph.Weights.Long.set(int, Long)
com.jgalgo.graph.Weights.Short.defaultWeight()
com.jgalgo.graph.Weights.Short.get(int)
com.jgalgo.graph.Weights.Short.set(int, Short)