Uses of Class
com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
| Package | Description |
|---|---|
| com.google.ortools.linearsolver |
-
Uses of MPSolverCommonParameters.LPAlgorithmValues in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSolverCommonParameters.LPAlgorithmValues Modifier and Type Method Description static MPSolverCommonParameters.LPAlgorithmValuesMPSolverCommonParameters.LPAlgorithmValues. forNumber(int value)MPSolverCommonParameters.LPAlgorithmValuesMPSolverCommonParameters.Builder. getLpAlgorithm()Algorithm to solve linear programs.MPSolverCommonParameters.LPAlgorithmValuesMPSolverCommonParameters. getLpAlgorithm()Algorithm to solve linear programs.MPSolverCommonParameters.LPAlgorithmValuesMPSolverCommonParametersOrBuilder. getLpAlgorithm()Algorithm to solve linear programs.static MPSolverCommonParameters.LPAlgorithmValuesMPSolverCommonParameters.LPAlgorithmValues. valueOf(int value)Deprecated.static MPSolverCommonParameters.LPAlgorithmValuesMPSolverCommonParameters.LPAlgorithmValues. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MPSolverCommonParameters.LPAlgorithmValuesMPSolverCommonParameters.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.Methods in com.google.ortools.linearsolver that return types with arguments of type MPSolverCommonParameters.LPAlgorithmValues Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MPSolverCommonParameters.LPAlgorithmValues>MPSolverCommonParameters.LPAlgorithmValues. internalGetValueMap()Methods in com.google.ortools.linearsolver with parameters of type MPSolverCommonParameters.LPAlgorithmValues Modifier and Type Method Description MPSolverCommonParameters.BuilderMPSolverCommonParameters.Builder. setLpAlgorithm(MPSolverCommonParameters.LPAlgorithmValues value)Algorithm to solve linear programs.