Package | Description |
---|---|
com.google.ortools.linearsolver |
Modifier and Type | Method and Description |
---|---|
static MPSolverCommonParameters.LPAlgorithmValues |
MPSolverCommonParameters.LPAlgorithmValues.forNumber(int value) |
MPSolverCommonParameters.LPAlgorithmValues |
MPSolverCommonParametersOrBuilder.getLpAlgorithm()
Algorithm to solve linear programs.
|
MPSolverCommonParameters.LPAlgorithmValues |
MPSolverCommonParameters.getLpAlgorithm()
Algorithm to solve linear programs.
|
MPSolverCommonParameters.LPAlgorithmValues |
MPSolverCommonParameters.Builder.getLpAlgorithm()
Algorithm to solve linear programs.
|
static MPSolverCommonParameters.LPAlgorithmValues |
MPSolverCommonParameters.LPAlgorithmValues.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MPSolverCommonParameters.LPAlgorithmValues |
MPSolverCommonParameters.LPAlgorithmValues.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MPSolverCommonParameters.LPAlgorithmValues |
MPSolverCommonParameters.LPAlgorithmValues.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPSolverCommonParameters.LPAlgorithmValues[] |
MPSolverCommonParameters.LPAlgorithmValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<MPSolverCommonParameters.LPAlgorithmValues> |
MPSolverCommonParameters.LPAlgorithmValues.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
MPSolverCommonParameters.Builder |
MPSolverCommonParameters.Builder.setLpAlgorithm(MPSolverCommonParameters.LPAlgorithmValues value)
Algorithm to solve linear programs.
|
Copyright © 2025. All rights reserved.