Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.graph.MaxFlow.Status Enum Reference

Public Member Functions

final int swigValue ()
 

Static Public Member Functions

static Status swigToEnum (int swigValue)
 

Public Attributes

 OPTIMAL
 
 POSSIBLE_OVERFLOW
 
 BAD_INPUT
 
 BAD_RESULT
 

Detailed Description

Definition at line 95 of file MaxFlow.java.

Member Function Documentation

◆ swigToEnum()

static Status com.google.ortools.graph.MaxFlow.Status.swigToEnum ( int swigValue)
static

Definition at line 105 of file MaxFlow.java.

◆ swigValue()

final int com.google.ortools.graph.MaxFlow.Status.swigValue ( )

Definition at line 101 of file MaxFlow.java.

Member Data Documentation

◆ BAD_INPUT

com.google.ortools.graph.MaxFlow.Status.BAD_INPUT

Definition at line 98 of file MaxFlow.java.

◆ BAD_RESULT

com.google.ortools.graph.MaxFlow.Status.BAD_RESULT

Definition at line 99 of file MaxFlow.java.

◆ OPTIMAL

com.google.ortools.graph.MaxFlow.Status.OPTIMAL

Definition at line 96 of file MaxFlow.java.

◆ POSSIBLE_OVERFLOW

com.google.ortools.graph.MaxFlow.Status.POSSIBLE_OVERFLOW

Definition at line 97 of file MaxFlow.java.


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