Definition at line 11 of file MinCostFlow.java.
◆ MinCostFlow() [1/4]
com.google.ortools.graph.MinCostFlow.MinCostFlow |
( |
long | cPtr, |
|
|
boolean | cMemoryOwn ) |
|
protected |
◆ MinCostFlow() [2/4]
com.google.ortools.graph.MinCostFlow.MinCostFlow |
( |
int | reserve_num_nodes, |
|
|
int | reserve_num_arcs ) |
◆ MinCostFlow() [3/4]
com.google.ortools.graph.MinCostFlow.MinCostFlow |
( |
int | reserve_num_nodes | ) |
|
◆ MinCostFlow() [4/4]
com.google.ortools.graph.MinCostFlow.MinCostFlow |
( |
| ) |
|
◆ addArcWithCapacityAndUnitCost()
int com.google.ortools.graph.MinCostFlow.addArcWithCapacityAndUnitCost |
( |
int | tail, |
|
|
int | head, |
|
|
long | capacity, |
|
|
long | unit_cost ) |
◆ delete()
synchronized void com.google.ortools.graph.MinCostFlow.delete |
( |
| ) |
|
◆ finalize()
void com.google.ortools.graph.MinCostFlow.finalize |
( |
| ) |
|
|
protected |
◆ getCapacity()
long com.google.ortools.graph.MinCostFlow.getCapacity |
( |
int | arc | ) |
|
◆ getCPtr()
static long com.google.ortools.graph.MinCostFlow.getCPtr |
( |
MinCostFlow | obj | ) |
|
|
staticprotected |
◆ getFlow()
long com.google.ortools.graph.MinCostFlow.getFlow |
( |
int | arc | ) |
|
◆ getHead()
int com.google.ortools.graph.MinCostFlow.getHead |
( |
int | arc | ) |
|
◆ getMaximumFlow()
long com.google.ortools.graph.MinCostFlow.getMaximumFlow |
( |
| ) |
|
◆ getNumArcs()
int com.google.ortools.graph.MinCostFlow.getNumArcs |
( |
| ) |
|
◆ getNumNodes()
int com.google.ortools.graph.MinCostFlow.getNumNodes |
( |
| ) |
|
◆ getOptimalCost()
long com.google.ortools.graph.MinCostFlow.getOptimalCost |
( |
| ) |
|
◆ getSupply()
long com.google.ortools.graph.MinCostFlow.getSupply |
( |
int | node | ) |
|
◆ getTail()
int com.google.ortools.graph.MinCostFlow.getTail |
( |
int | arc | ) |
|
◆ getUnitCost()
long com.google.ortools.graph.MinCostFlow.getUnitCost |
( |
int | arc | ) |
|
◆ setNodeSupply()
void com.google.ortools.graph.MinCostFlow.setNodeSupply |
( |
int | node, |
|
|
long | supply ) |
◆ solve()
MinCostFlowBase.Status com.google.ortools.graph.MinCostFlow.solve |
( |
| ) |
|
◆ solveMaxFlowWithMinCost()
MinCostFlowBase.Status com.google.ortools.graph.MinCostFlow.solveMaxFlowWithMinCost |
( |
| ) |
|
◆ swigRelease()
static long com.google.ortools.graph.MinCostFlow.swigRelease |
( |
MinCostFlow | obj | ) |
|
|
staticprotected |
The documentation for this class was generated from the following file: