Package | Description |
---|---|
com.google.ortools.linearsolver |
Modifier and Type | Method and Description |
---|---|
MPSolver.BasisStatus |
MPVariable.basisStatus()
Advanced usage: returns the basis status of the variable in the current
solution (only available for continuous problems). |
MPSolver.BasisStatus |
MPConstraint.basisStatus()
Advanced usage: returns the basis status of the constraint.
|
static MPSolver.BasisStatus |
MPSolver.BasisStatus.swigToEnum(int swigValue) |
static MPSolver.BasisStatus |
MPSolver.BasisStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPSolver.BasisStatus[] |
MPSolver.BasisStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.