DotNet Reference
DotNet Reference
Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
MinCostFlowBase
Detailed Description
Definition at line 13 of file MinCostFlowBase.cs.
Public Types | |
| enum | Status { NOT_SOLVED, OPTIMAL, FEASIBLE, INFEASIBLE, UNBALANCED, BAD_RESULT, BAD_COST_RANGE } |
Public Member Functions | |
| void | Dispose () |
| MinCostFlowBase () | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Member Enumeration Documentation
◆ Status
|
strong |
| Enumerator | |
|---|---|
| NOT_SOLVED | |
| OPTIMAL | |
| FEASIBLE | |
| INFEASIBLE | |
| UNBALANCED | |
| BAD_RESULT | |
| BAD_COST_RANGE | |
Definition at line 50 of file MinCostFlowBase.cs.
Constructor & Destructor Documentation
◆ MinCostFlowBase()
|
inline |
Definition at line 47 of file MinCostFlowBase.cs.
Member Function Documentation
◆ Dispose() [1/2]
|
inline |
Definition at line 30 of file MinCostFlowBase.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Reimplemented in MinCostFlow.
Definition at line 35 of file MinCostFlowBase.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 15 of file MinCostFlowBase.cs.
The documentation for this class was generated from the following file: