public static enum MPSolverCommonParameters.LPAlgorithmValues extends java.lang.Enum<MPSolverCommonParameters.LPAlgorithmValues> implements com.google.protobuf.ProtocolMessageEnum
operations_research.MPSolverCommonParameters.LPAlgorithmValues
Enum Constant and Description |
---|
LP_ALGO_BARRIER
Barrier algorithm.
|
LP_ALGO_DUAL
Dual simplex.
|
LP_ALGO_PRIMAL
Primal simplex.
|
LP_ALGO_UNSPECIFIED
LP_ALGO_UNSPECIFIED = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
LP_ALGO_BARRIER_VALUE
Barrier algorithm.
|
static int |
LP_ALGO_DUAL_VALUE
Dual simplex.
|
static int |
LP_ALGO_PRIMAL_VALUE
Primal simplex.
|
static int |
LP_ALGO_UNSPECIFIED_VALUE
LP_ALGO_UNSPECIFIED = 0; |
Modifier and Type | Method and Description |
---|---|
static MPSolverCommonParameters.LPAlgorithmValues |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<MPSolverCommonParameters.LPAlgorithmValues> |
internalGetValueMap() |
static MPSolverCommonParameters.LPAlgorithmValues |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MPSolverCommonParameters.LPAlgorithmValues |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MPSolverCommonParameters.LPAlgorithmValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPSolverCommonParameters.LPAlgorithmValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MPSolverCommonParameters.LPAlgorithmValues LP_ALGO_UNSPECIFIED
LP_ALGO_UNSPECIFIED = 0;
public static final MPSolverCommonParameters.LPAlgorithmValues LP_ALGO_DUAL
Dual simplex.
LP_ALGO_DUAL = 1;
public static final MPSolverCommonParameters.LPAlgorithmValues LP_ALGO_PRIMAL
Primal simplex.
LP_ALGO_PRIMAL = 2;
public static final MPSolverCommonParameters.LPAlgorithmValues LP_ALGO_BARRIER
Barrier algorithm.
LP_ALGO_BARRIER = 3;
public static final int LP_ALGO_UNSPECIFIED_VALUE
LP_ALGO_UNSPECIFIED = 0;
public static final int LP_ALGO_DUAL_VALUE
Dual simplex.
LP_ALGO_DUAL = 1;
public static final int LP_ALGO_PRIMAL_VALUE
Primal simplex.
LP_ALGO_PRIMAL = 2;
public static final int LP_ALGO_BARRIER_VALUE
Barrier algorithm.
LP_ALGO_BARRIER = 3;
public static MPSolverCommonParameters.LPAlgorithmValues[] values()
for (MPSolverCommonParameters.LPAlgorithmValues c : MPSolverCommonParameters.LPAlgorithmValues.values()) System.out.println(c);
public static MPSolverCommonParameters.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 getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static MPSolverCommonParameters.LPAlgorithmValues valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static MPSolverCommonParameters.LPAlgorithmValues forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MPSolverCommonParameters.LPAlgorithmValues> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MPSolverCommonParameters.LPAlgorithmValues valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.