Java Reference
Java Reference
Classes |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
List of all members
MaxFlow.Status Enum Reference
Detailed Description
Definition at line 83 of file MaxFlow.java.
Public Member Functions | |
| final int | swigValue () |
Static Public Member Functions | |
| static Status | swigToEnum (int swigValue) |
Public Attributes | |
| OPTIMAL | |
| POSSIBLE_OVERFLOW | |
| BAD_INPUT | |
| BAD_RESULT | |
Member Function Documentation
◆ swigToEnum()
|
inlinestatic |
Definition at line 93 of file MaxFlow.java.
◆ swigValue()
|
inline |
Definition at line 89 of file MaxFlow.java.
Member Data Documentation
◆ BAD_INPUT
| BAD_INPUT |
Definition at line 86 of file MaxFlow.java.
◆ BAD_RESULT
| BAD_RESULT |
Definition at line 87 of file MaxFlow.java.
◆ OPTIMAL
| OPTIMAL |
Definition at line 84 of file MaxFlow.java.
◆ POSSIBLE_OVERFLOW
| POSSIBLE_OVERFLOW |
Definition at line 85 of file MaxFlow.java.
The documentation for this enum was generated from the following file: