C++ Reference
C++ Reference: Graph
MaxFlowStatusClass
Detailed Description
Definition at line 300 of file max_flow.h.
Public Types | |
| enum | Status { NOT_SOLVED, OPTIMAL, INT_OVERFLOW, BAD_INPUT, BAD_RESULT } |
Member Enumeration Documentation
◆ Status
| enum Status |
| Enumerator | |
|---|---|
| NOT_SOLVED | |
| OPTIMAL | |
| INT_OVERFLOW | |
| BAD_INPUT | |
| BAD_RESULT | |
Definition at line 302 of file max_flow.h.
The documentation for this class was generated from the following file: