![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
We want an enum for the Status of a max flow run, and we want this enum to be scoped under GenericMaxFlow<>. Unfortunately, swig doesn't handle templated enums very well, so we need a base, untemplated class to hold it.
Definition at line 199 of file generic_max_flow.h.
#include <generic_max_flow.h>
Public Types | |
| enum | Status { NOT_SOLVED , OPTIMAL , INT_OVERFLOW , BAD_INPUT , BAD_RESULT } |
| Enumerator | |
|---|---|
| NOT_SOLVED | |
| OPTIMAL | |
| INT_OVERFLOW | |
| BAD_INPUT |
|
| BAD_RESULT | |
Definition at line 201 of file generic_max_flow.h.