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

Public Member Functions

final int swigValue ()
 

Static Public Member Functions

static BasisStatus swigToEnum (int swigValue)
 

Public Attributes

 FREE =(mainJNI.MPSolver_FREE_get())
 
 AT_LOWER_BOUND
 
 AT_UPPER_BOUND
 
 FIXED_VALUE
 
 BASIC
 

Detailed Description

Advanced usage: possible basis status values for a variable and the slack
variable of a linear constraint.

Definition at line 788 of file MPSolver.java.

Member Function Documentation

◆ swigToEnum()

static BasisStatus com.google.ortools.linearsolver.MPSolver.BasisStatus.swigToEnum ( int swigValue)
static

Definition at line 799 of file MPSolver.java.

◆ swigValue()

final int com.google.ortools.linearsolver.MPSolver.BasisStatus.swigValue ( )

Definition at line 795 of file MPSolver.java.

Member Data Documentation

◆ AT_LOWER_BOUND

com.google.ortools.linearsolver.MPSolver.BasisStatus.AT_LOWER_BOUND

Definition at line 790 of file MPSolver.java.

◆ AT_UPPER_BOUND

com.google.ortools.linearsolver.MPSolver.BasisStatus.AT_UPPER_BOUND

Definition at line 791 of file MPSolver.java.

◆ BASIC

com.google.ortools.linearsolver.MPSolver.BasisStatus.BASIC

Definition at line 793 of file MPSolver.java.

◆ FIXED_VALUE

com.google.ortools.linearsolver.MPSolver.BasisStatus.FIXED_VALUE

Definition at line 792 of file MPSolver.java.

◆ FREE

com.google.ortools.linearsolver.MPSolver.BasisStatus.FREE =(mainJNI.MPSolver_FREE_get())

Definition at line 789 of file MPSolver.java.


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