Definition at line 11 of file MaxFlow.java.
◆ MaxFlow() [1/2]
com.google.ortools.graph.MaxFlow.MaxFlow |
( |
long | cPtr, |
|
|
boolean | cMemoryOwn ) |
|
protected |
◆ MaxFlow() [2/2]
com.google.ortools.graph.MaxFlow.MaxFlow |
( |
| ) |
|
◆ addArcWithCapacity()
int com.google.ortools.graph.MaxFlow.addArcWithCapacity |
( |
int | tail, |
|
|
int | head, |
|
|
long | capacity ) |
◆ delete()
synchronized void com.google.ortools.graph.MaxFlow.delete |
( |
| ) |
|
◆ finalize()
void com.google.ortools.graph.MaxFlow.finalize |
( |
| ) |
|
|
protected |
◆ getCapacity()
long com.google.ortools.graph.MaxFlow.getCapacity |
( |
int | arc | ) |
|
◆ getCPtr()
static long com.google.ortools.graph.MaxFlow.getCPtr |
( |
MaxFlow | obj | ) |
|
|
staticprotected |
◆ getFlow()
long com.google.ortools.graph.MaxFlow.getFlow |
( |
int | arc | ) |
|
◆ getHead()
int com.google.ortools.graph.MaxFlow.getHead |
( |
int | arc | ) |
|
◆ getNumArcs()
int com.google.ortools.graph.MaxFlow.getNumArcs |
( |
| ) |
|
◆ getNumNodes()
int com.google.ortools.graph.MaxFlow.getNumNodes |
( |
| ) |
|
◆ getOptimalFlow()
long com.google.ortools.graph.MaxFlow.getOptimalFlow |
( |
| ) |
|
◆ getTail()
int com.google.ortools.graph.MaxFlow.getTail |
( |
int | arc | ) |
|
◆ setArcCapacity()
void com.google.ortools.graph.MaxFlow.setArcCapacity |
( |
int | arc, |
|
|
long | capacity ) |
◆ solve()
MaxFlow.Status com.google.ortools.graph.MaxFlow.solve |
( |
int | source, |
|
|
int | sink ) |
◆ swigRelease()
static long com.google.ortools.graph.MaxFlow.swigRelease |
( |
MaxFlow | obj | ) |
|
|
staticprotected |
◆ swigCMemOwn
transient boolean com.google.ortools.graph.MaxFlow.swigCMemOwn |
|
protected |
The documentation for this class was generated from the following file:
- build/java/ortools-java/src/main/java/com/google/ortools/graph/MaxFlow.java