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

#include <max_flow.h>

Inheritance diagram for operations_research::MaxFlowStatusClass:
operations_research::GenericMaxFlow< StarGraph > operations_research::GenericMaxFlow< util::ReverseArcStaticGraph > operations_research::GenericMaxFlow< Graph > operations_research::MaxFlow

Public Types

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

Detailed Description

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 309 of file max_flow.h.

Member Enumeration Documentation

◆ Status

Enumerator
NOT_SOLVED 
OPTIMAL 
INT_OVERFLOW 
BAD_INPUT 
BAD_RESULT 

Definition at line 311 of file max_flow.h.


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