Uses of Enum
com.google.ortools.sat.SatParameters.ClauseOrdering
Packages that use SatParameters.ClauseOrdering
-
Uses of SatParameters.ClauseOrdering in com.google.ortools.sat
Subclasses with type arguments of type SatParameters.ClauseOrdering in com.google.ortools.satModifier and TypeClassDescriptionstatic enumThe clauses that will be kept during a cleanup are the ones that come first under this order.Methods in com.google.ortools.sat that return SatParameters.ClauseOrderingModifier and TypeMethodDescriptionstatic SatParameters.ClauseOrderingSatParameters.ClauseOrdering.forNumber(int value) SatParameters.Builder.getClauseCleanupOrdering()optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];SatParameters.getClauseCleanupOrdering()optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];SatParametersOrBuilder.getClauseCleanupOrdering()optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];static SatParameters.ClauseOrderingSatParameters.ClauseOrdering.valueOf(int value) Deprecated.static SatParameters.ClauseOrderingSatParameters.ClauseOrdering.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SatParameters.ClauseOrderingReturns the enum constant of this type with the specified name.static SatParameters.ClauseOrdering[]SatParameters.ClauseOrdering.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.sat that return types with arguments of type SatParameters.ClauseOrderingModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SatParameters.ClauseOrdering> SatParameters.ClauseOrdering.internalGetValueMap()Methods in com.google.ortools.sat with parameters of type SatParameters.ClauseOrderingModifier and TypeMethodDescriptionSatParameters.Builder.setClauseCleanupOrdering(SatParameters.ClauseOrdering value) optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];