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

Public Member Functions

final int swigValue ()
 

Static Public Member Functions

static Status swigToEnum (int swigValue)
 

Public Attributes

 NOT_SOLVED
 
 OPTIMAL
 
 FEASIBLE
 
 INFEASIBLE
 
 UNBALANCED
 
 BAD_RESULT
 
 BAD_COST_RANGE
 

Detailed Description

Definition at line 55 of file MinCostFlowBase.java.

Member Function Documentation

◆ swigToEnum()

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

Definition at line 68 of file MinCostFlowBase.java.

◆ swigValue()

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

Definition at line 64 of file MinCostFlowBase.java.

Member Data Documentation

◆ BAD_COST_RANGE

com.google.ortools.graph.MinCostFlowBase.Status.BAD_COST_RANGE

Definition at line 62 of file MinCostFlowBase.java.

◆ BAD_RESULT

com.google.ortools.graph.MinCostFlowBase.Status.BAD_RESULT

Definition at line 61 of file MinCostFlowBase.java.

◆ FEASIBLE

com.google.ortools.graph.MinCostFlowBase.Status.FEASIBLE

Definition at line 58 of file MinCostFlowBase.java.

◆ INFEASIBLE

com.google.ortools.graph.MinCostFlowBase.Status.INFEASIBLE

Definition at line 59 of file MinCostFlowBase.java.

◆ NOT_SOLVED

com.google.ortools.graph.MinCostFlowBase.Status.NOT_SOLVED

Definition at line 56 of file MinCostFlowBase.java.

◆ OPTIMAL

com.google.ortools.graph.MinCostFlowBase.Status.OPTIMAL

Definition at line 57 of file MinCostFlowBase.java.

◆ UNBALANCED

com.google.ortools.graph.MinCostFlowBase.Status.UNBALANCED

Definition at line 60 of file MinCostFlowBase.java.


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