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

Detailed Description

Definition at line 199 of file generic_max_flow.h.

#include <generic_max_flow.h>

Inheritance diagram for operations_research::MaxFlowStatusClass:
operations_research::GenericMaxFlow< util::ReverseArcStaticGraph< NodeIndex, ArcIndex > > operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >

Public Types

enum  Status {
  NOT_SOLVED , OPTIMAL , INT_OVERFLOW , BAD_INPUT ,
  BAD_RESULT
}

Member Enumeration Documentation

◆ Status

Enumerator
NOT_SOLVED 
OPTIMAL 
INT_OVERFLOW 
BAD_INPUT 
BAD_RESULT 

Definition at line 201 of file generic_max_flow.h.


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