Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <min_cost_flow.h>
Public Types | |
enum | Status { NOT_SOLVED , OPTIMAL , FEASIBLE , INFEASIBLE , UNBALANCED , BAD_RESULT , BAD_COST_RANGE } |
Different statuses for a solved problem. We use a base class to share it between our different interfaces.
Definition at line 190 of file min_cost_flow.h.
Enumerator | |
---|---|
NOT_SOLVED | |
OPTIMAL | |
FEASIBLE | |
INFEASIBLE | |
UNBALANCED | |
BAD_RESULT | |
BAD_COST_RANGE | This is returned when an integer overflow occurred during the algorithm execution. Some details on how to deal with this:
And two remarks:
|
Definition at line 192 of file min_cost_flow.h.