public static enum MPSolverParameters.LpAlgorithmValues extends java.lang.Enum<MPSolverParameters.LpAlgorithmValues>
Enum Constant and Description |
---|
BARRIER
Barrier algorithm.
|
DUAL
Dual simplex.
|
PRIMAL
Primal simplex.
|
Modifier and Type | Method and Description |
---|---|
static MPSolverParameters.LpAlgorithmValues |
swigToEnum(int swigValue) |
int |
swigValue() |
static MPSolverParameters.LpAlgorithmValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPSolverParameters.LpAlgorithmValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MPSolverParameters.LpAlgorithmValues DUAL
public static final MPSolverParameters.LpAlgorithmValues PRIMAL
public static final MPSolverParameters.LpAlgorithmValues BARRIER
public static MPSolverParameters.LpAlgorithmValues[] values()
for (MPSolverParameters.LpAlgorithmValues c : MPSolverParameters.LpAlgorithmValues.values()) System.out.println(c);
public static MPSolverParameters.LpAlgorithmValues valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static MPSolverParameters.LpAlgorithmValues swigToEnum(int swigValue)
Copyright © 2025. All rights reserved.