Public Types | List of all members
operations_research::MinCostFlowBase Class Reference

Different statuses for a solved problem. More...

#include <min_cost_flow.h>

Inheritance diagram for operations_research::MinCostFlowBase:
Inheritance graph
[legend]

Public Types

enum  Status {
  NOT_SOLVED, OPTIMAL, FEASIBLE, INFEASIBLE,
  UNBALANCED, BAD_RESULT, BAD_COST_RANGE
}
 

Detailed Description

Different statuses for a solved problem.

We use a base class to share it between our different interfaces.

Definition at line 192 of file min_cost_flow.h.

Member Enumeration Documentation

◆ Status

Enumerator
NOT_SOLVED 
OPTIMAL 
FEASIBLE 
INFEASIBLE 
UNBALANCED 
BAD_RESULT 
BAD_COST_RANGE 

Definition at line 194 of file min_cost_flow.h.


The documentation for this class was generated from the following file: