|
virtual void | Dispose (bool disposing) |
|
Definition at line 15 of file MaxFlow.cs.
◆ Status
Enumerator |
---|
OPTIMAL | |
POSSIBLE_OVERFLOW | |
BAD_INPUT | |
BAD_RESULT | |
Definition at line 114 of file MaxFlow.cs.
◆ MaxFlow()
Google.OrTools.Graph.MaxFlow.MaxFlow |
( |
| ) |
|
|
inline |
◆ AddArcWithCapacity()
int Google.OrTools.Graph.MaxFlow.AddArcWithCapacity |
( |
int | tail, |
|
|
int | head, |
|
|
long | capacity ) |
|
inline |
◆ Capacity()
long Google.OrTools.Graph.MaxFlow.Capacity |
( |
int | arc | ) |
|
|
inline |
◆ Dispose() [1/2]
void Google.OrTools.Graph.MaxFlow.Dispose |
( |
| ) |
|
|
inline |
◆ Dispose() [2/2]
virtual void Google.OrTools.Graph.MaxFlow.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Flow()
long Google.OrTools.Graph.MaxFlow.Flow |
( |
int | arc | ) |
|
|
inline |
◆ Head()
int Google.OrTools.Graph.MaxFlow.Head |
( |
int | arc | ) |
|
|
inline |
◆ NumArcs()
int Google.OrTools.Graph.MaxFlow.NumArcs |
( |
| ) |
|
|
inline |
◆ NumNodes()
int Google.OrTools.Graph.MaxFlow.NumNodes |
( |
| ) |
|
|
inline |
◆ OptimalFlow()
long Google.OrTools.Graph.MaxFlow.OptimalFlow |
( |
| ) |
|
|
inline |
◆ SetArcCapacity()
void Google.OrTools.Graph.MaxFlow.SetArcCapacity |
( |
int | arc, |
|
|
long | capacity ) |
|
inline |
◆ Solve()
MaxFlow.Status Google.OrTools.Graph.MaxFlow.Solve |
( |
int | source, |
|
|
int | sink ) |
|
inline |
◆ Tail()
int Google.OrTools.Graph.MaxFlow.Tail |
( |
int | arc | ) |
|
|
inline |
◆ swigCMemOwn
bool Google.OrTools.Graph.MaxFlow.swigCMemOwn |
|
protected |
The documentation for this class was generated from the following file:
- build/dotnet/Google.OrTools/ortools/graph/MaxFlow.cs