Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::MinCostFlowBase Class Reference

Detailed Description

Definition at line 190 of file min_cost_flow.h.

#include <min_cost_flow.h>

Inheritance diagram for operations_research::MinCostFlowBase:
operations_research::GenericMinCostFlow< Graph, ArcFlowType, ArcScaledCostType > operations_research::MinCostFlow operations_research::SimpleMinCostFlow

Public Types

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

Member Enumeration Documentation

◆ Status

Enumerator
NOT_SOLVED 
OPTIMAL 
FEASIBLE 
INFEASIBLE 
UNBALANCED 
BAD_RESULT 
BAD_COST_RANGE 
BAD_CAPACITY_RANGE 

Definition at line 192 of file min_cost_flow.h.


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