public static enum BopOptimizerMethod.OptimizerType extends java.lang.Enum<BopOptimizerMethod.OptimizerType> implements com.google.protobuf.ProtocolMessageEnum
operations_research.bop.BopOptimizerMethod.OptimizerType
Enum Constant and Description |
---|
COMPLETE_LNS
COMPLETE_LNS = 7; |
LINEAR_RELAXATION
LINEAR_RELAXATION = 1; |
LOCAL_SEARCH
LOCAL_SEARCH = 2; |
LP_FIRST_SOLUTION
LP_FIRST_SOLUTION = 8; |
OBJECTIVE_FIRST_SOLUTION
OBJECTIVE_FIRST_SOLUTION = 9; |
RANDOM_CONSTRAINT_LNS
RANDOM_CONSTRAINT_LNS = 4; |
RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP
RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP = 11; |
RANDOM_FIRST_SOLUTION
RANDOM_FIRST_SOLUTION = 3; |
RANDOM_VARIABLE_LNS
RANDOM_VARIABLE_LNS = 5; |
RANDOM_VARIABLE_LNS_GUIDED_BY_LP
RANDOM_VARIABLE_LNS_GUIDED_BY_LP = 12; |
RELATION_GRAPH_LNS
RELATION_GRAPH_LNS = 16; |
RELATION_GRAPH_LNS_GUIDED_BY_LP
RELATION_GRAPH_LNS_GUIDED_BY_LP = 17; |
SAT_CORE_BASED
SAT_CORE_BASED = 0; |
SAT_LINEAR_SEARCH
SAT_LINEAR_SEARCH = 15; |
USER_GUIDED_FIRST_SOLUTION
USER_GUIDED_FIRST_SOLUTION = 14; |
Modifier and Type | Field and Description |
---|---|
static int |
COMPLETE_LNS_VALUE
COMPLETE_LNS = 7; |
static int |
LINEAR_RELAXATION_VALUE
LINEAR_RELAXATION = 1; |
static int |
LOCAL_SEARCH_VALUE
LOCAL_SEARCH = 2; |
static int |
LP_FIRST_SOLUTION_VALUE
LP_FIRST_SOLUTION = 8; |
static int |
OBJECTIVE_FIRST_SOLUTION_VALUE
OBJECTIVE_FIRST_SOLUTION = 9; |
static int |
RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP_VALUE
RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP = 11; |
static int |
RANDOM_CONSTRAINT_LNS_VALUE
RANDOM_CONSTRAINT_LNS = 4; |
static int |
RANDOM_FIRST_SOLUTION_VALUE
RANDOM_FIRST_SOLUTION = 3; |
static int |
RANDOM_VARIABLE_LNS_GUIDED_BY_LP_VALUE
RANDOM_VARIABLE_LNS_GUIDED_BY_LP = 12; |
static int |
RANDOM_VARIABLE_LNS_VALUE
RANDOM_VARIABLE_LNS = 5; |
static int |
RELATION_GRAPH_LNS_GUIDED_BY_LP_VALUE
RELATION_GRAPH_LNS_GUIDED_BY_LP = 17; |
static int |
RELATION_GRAPH_LNS_VALUE
RELATION_GRAPH_LNS = 16; |
static int |
SAT_CORE_BASED_VALUE
SAT_CORE_BASED = 0; |
static int |
SAT_LINEAR_SEARCH_VALUE
SAT_LINEAR_SEARCH = 15; |
static int |
USER_GUIDED_FIRST_SOLUTION_VALUE
USER_GUIDED_FIRST_SOLUTION = 14; |
Modifier and Type | Method and Description |
---|---|
static BopOptimizerMethod.OptimizerType |
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<BopOptimizerMethod.OptimizerType> |
internalGetValueMap() |
static BopOptimizerMethod.OptimizerType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BopOptimizerMethod.OptimizerType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BopOptimizerMethod.OptimizerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BopOptimizerMethod.OptimizerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BopOptimizerMethod.OptimizerType SAT_CORE_BASED
SAT_CORE_BASED = 0;
public static final BopOptimizerMethod.OptimizerType SAT_LINEAR_SEARCH
SAT_LINEAR_SEARCH = 15;
public static final BopOptimizerMethod.OptimizerType LINEAR_RELAXATION
LINEAR_RELAXATION = 1;
public static final BopOptimizerMethod.OptimizerType LOCAL_SEARCH
LOCAL_SEARCH = 2;
public static final BopOptimizerMethod.OptimizerType RANDOM_FIRST_SOLUTION
RANDOM_FIRST_SOLUTION = 3;
public static final BopOptimizerMethod.OptimizerType RANDOM_CONSTRAINT_LNS
RANDOM_CONSTRAINT_LNS = 4;
public static final BopOptimizerMethod.OptimizerType RANDOM_VARIABLE_LNS
RANDOM_VARIABLE_LNS = 5;
public static final BopOptimizerMethod.OptimizerType COMPLETE_LNS
COMPLETE_LNS = 7;
public static final BopOptimizerMethod.OptimizerType LP_FIRST_SOLUTION
LP_FIRST_SOLUTION = 8;
public static final BopOptimizerMethod.OptimizerType OBJECTIVE_FIRST_SOLUTION
OBJECTIVE_FIRST_SOLUTION = 9;
public static final BopOptimizerMethod.OptimizerType USER_GUIDED_FIRST_SOLUTION
USER_GUIDED_FIRST_SOLUTION = 14;
public static final BopOptimizerMethod.OptimizerType RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP
RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP = 11;
public static final BopOptimizerMethod.OptimizerType RANDOM_VARIABLE_LNS_GUIDED_BY_LP
RANDOM_VARIABLE_LNS_GUIDED_BY_LP = 12;
public static final BopOptimizerMethod.OptimizerType RELATION_GRAPH_LNS
RELATION_GRAPH_LNS = 16;
public static final BopOptimizerMethod.OptimizerType RELATION_GRAPH_LNS_GUIDED_BY_LP
RELATION_GRAPH_LNS_GUIDED_BY_LP = 17;
public static final int SAT_CORE_BASED_VALUE
SAT_CORE_BASED = 0;
public static final int SAT_LINEAR_SEARCH_VALUE
SAT_LINEAR_SEARCH = 15;
public static final int LINEAR_RELAXATION_VALUE
LINEAR_RELAXATION = 1;
public static final int LOCAL_SEARCH_VALUE
LOCAL_SEARCH = 2;
public static final int RANDOM_FIRST_SOLUTION_VALUE
RANDOM_FIRST_SOLUTION = 3;
public static final int RANDOM_CONSTRAINT_LNS_VALUE
RANDOM_CONSTRAINT_LNS = 4;
public static final int RANDOM_VARIABLE_LNS_VALUE
RANDOM_VARIABLE_LNS = 5;
public static final int COMPLETE_LNS_VALUE
COMPLETE_LNS = 7;
public static final int LP_FIRST_SOLUTION_VALUE
LP_FIRST_SOLUTION = 8;
public static final int OBJECTIVE_FIRST_SOLUTION_VALUE
OBJECTIVE_FIRST_SOLUTION = 9;
public static final int USER_GUIDED_FIRST_SOLUTION_VALUE
USER_GUIDED_FIRST_SOLUTION = 14;
public static final int RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP_VALUE
RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP = 11;
public static final int RANDOM_VARIABLE_LNS_GUIDED_BY_LP_VALUE
RANDOM_VARIABLE_LNS_GUIDED_BY_LP = 12;
public static final int RELATION_GRAPH_LNS_VALUE
RELATION_GRAPH_LNS = 16;
public static final int RELATION_GRAPH_LNS_GUIDED_BY_LP_VALUE
RELATION_GRAPH_LNS_GUIDED_BY_LP = 17;
public static BopOptimizerMethod.OptimizerType[] values()
for (BopOptimizerMethod.OptimizerType c : BopOptimizerMethod.OptimizerType.values()) System.out.println(c);
public static BopOptimizerMethod.OptimizerType 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 BopOptimizerMethod.OptimizerType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static BopOptimizerMethod.OptimizerType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BopOptimizerMethod.OptimizerType> 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 BopOptimizerMethod.OptimizerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.