public static enum SatParameters.BinaryMinizationAlgorithm extends java.lang.Enum<SatParameters.BinaryMinizationAlgorithm> implements com.google.protobuf.ProtocolMessageEnum
Whether to expoit the binary clause to minimize learned clauses further.Protobuf enum
operations_research.sat.SatParameters.BinaryMinizationAlgorithm
Enum Constant and Description |
---|
BINARY_MINIMIZATION_FIRST
BINARY_MINIMIZATION_FIRST = 1; |
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION = 4; |
BINARY_MINIMIZATION_WITH_REACHABILITY
BINARY_MINIMIZATION_WITH_REACHABILITY = 2; |
EXPERIMENTAL_BINARY_MINIMIZATION
EXPERIMENTAL_BINARY_MINIMIZATION = 3; |
NO_BINARY_MINIMIZATION
NO_BINARY_MINIMIZATION = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
BINARY_MINIMIZATION_FIRST_VALUE
BINARY_MINIMIZATION_FIRST = 1; |
static int |
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION_VALUE
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION = 4; |
static int |
BINARY_MINIMIZATION_WITH_REACHABILITY_VALUE
BINARY_MINIMIZATION_WITH_REACHABILITY = 2; |
static int |
EXPERIMENTAL_BINARY_MINIMIZATION_VALUE
EXPERIMENTAL_BINARY_MINIMIZATION = 3; |
static int |
NO_BINARY_MINIMIZATION_VALUE
NO_BINARY_MINIMIZATION = 0; |
Modifier and Type | Method and Description |
---|---|
static SatParameters.BinaryMinizationAlgorithm |
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<SatParameters.BinaryMinizationAlgorithm> |
internalGetValueMap() |
static SatParameters.BinaryMinizationAlgorithm |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SatParameters.BinaryMinizationAlgorithm |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SatParameters.BinaryMinizationAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SatParameters.BinaryMinizationAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SatParameters.BinaryMinizationAlgorithm NO_BINARY_MINIMIZATION
NO_BINARY_MINIMIZATION = 0;
public static final SatParameters.BinaryMinizationAlgorithm BINARY_MINIMIZATION_FIRST
BINARY_MINIMIZATION_FIRST = 1;
public static final SatParameters.BinaryMinizationAlgorithm BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION = 4;
public static final SatParameters.BinaryMinizationAlgorithm BINARY_MINIMIZATION_WITH_REACHABILITY
BINARY_MINIMIZATION_WITH_REACHABILITY = 2;
public static final SatParameters.BinaryMinizationAlgorithm EXPERIMENTAL_BINARY_MINIMIZATION
EXPERIMENTAL_BINARY_MINIMIZATION = 3;
public static final int NO_BINARY_MINIMIZATION_VALUE
NO_BINARY_MINIMIZATION = 0;
public static final int BINARY_MINIMIZATION_FIRST_VALUE
BINARY_MINIMIZATION_FIRST = 1;
public static final int BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION_VALUE
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION = 4;
public static final int BINARY_MINIMIZATION_WITH_REACHABILITY_VALUE
BINARY_MINIMIZATION_WITH_REACHABILITY = 2;
public static final int EXPERIMENTAL_BINARY_MINIMIZATION_VALUE
EXPERIMENTAL_BINARY_MINIMIZATION = 3;
public static SatParameters.BinaryMinizationAlgorithm[] values()
for (SatParameters.BinaryMinizationAlgorithm c : SatParameters.BinaryMinizationAlgorithm.values()) System.out.println(c);
public static SatParameters.BinaryMinizationAlgorithm 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 SatParameters.BinaryMinizationAlgorithm valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static SatParameters.BinaryMinizationAlgorithm forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SatParameters.BinaryMinizationAlgorithm> 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 SatParameters.BinaryMinizationAlgorithm valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.