Uses of Class
com.google.ortools.sat.SatParameters.ClauseProtection
| Package | Description |
|---|---|
| com.google.ortools.sat |
-
Uses of SatParameters.ClauseProtection in com.google.ortools.sat
Methods in com.google.ortools.sat that return SatParameters.ClauseProtection Modifier and Type Method Description static SatParameters.ClauseProtectionSatParameters.ClauseProtection. forNumber(int value)SatParameters.ClauseProtectionSatParameters.Builder. getClauseCleanupProtection()optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];SatParameters.ClauseProtectionSatParameters. getClauseCleanupProtection()optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];SatParameters.ClauseProtectionSatParametersOrBuilder. getClauseCleanupProtection()optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];static SatParameters.ClauseProtectionSatParameters.ClauseProtection. valueOf(int value)Deprecated.static SatParameters.ClauseProtectionSatParameters.ClauseProtection. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SatParameters.ClauseProtectionSatParameters.ClauseProtection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SatParameters.ClauseProtection[]SatParameters.ClauseProtection. 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.ClauseProtection Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SatParameters.ClauseProtection>SatParameters.ClauseProtection. internalGetValueMap()Methods in com.google.ortools.sat with parameters of type SatParameters.ClauseProtection Modifier and Type Method Description SatParameters.BuilderSatParameters.Builder. setClauseCleanupProtection(SatParameters.ClauseProtection value)optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];