public static enum SatParameters.ClauseOrdering extends java.lang.Enum<SatParameters.ClauseOrdering> implements com.google.protobuf.ProtocolMessageEnum
The clauses that will be kept during a cleanup are the ones that come first under this order. We always keep or exclude ties together.Protobuf enum
operations_research.sat.SatParameters.ClauseOrdering
Enum Constant and Description |
---|
CLAUSE_ACTIVITY
Order clause by decreasing activity, then by increasing LBD.
|
CLAUSE_LBD
Order clause by increasing LBD, then by decreasing activity.
|
Modifier and Type | Field and Description |
---|---|
static int |
CLAUSE_ACTIVITY_VALUE
Order clause by decreasing activity, then by increasing LBD.
|
static int |
CLAUSE_LBD_VALUE
Order clause by increasing LBD, then by decreasing activity.
|
Modifier and Type | Method and Description |
---|---|
static SatParameters.ClauseOrdering |
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.ClauseOrdering> |
internalGetValueMap() |
static SatParameters.ClauseOrdering |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SatParameters.ClauseOrdering |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SatParameters.ClauseOrdering |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SatParameters.ClauseOrdering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SatParameters.ClauseOrdering CLAUSE_ACTIVITY
Order clause by decreasing activity, then by increasing LBD.
CLAUSE_ACTIVITY = 0;
public static final SatParameters.ClauseOrdering CLAUSE_LBD
Order clause by increasing LBD, then by decreasing activity.
CLAUSE_LBD = 1;
public static final int CLAUSE_ACTIVITY_VALUE
Order clause by decreasing activity, then by increasing LBD.
CLAUSE_ACTIVITY = 0;
public static final int CLAUSE_LBD_VALUE
Order clause by increasing LBD, then by decreasing activity.
CLAUSE_LBD = 1;
public static SatParameters.ClauseOrdering[] values()
for (SatParameters.ClauseOrdering c : SatParameters.ClauseOrdering.values()) System.out.println(c);
public static SatParameters.ClauseOrdering 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.ClauseOrdering valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static SatParameters.ClauseOrdering forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SatParameters.ClauseOrdering> 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.ClauseOrdering valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.