Uses of Enum
com.google.ortools.sat.SatParameters.FPRoundingMethod
Packages that use SatParameters.FPRoundingMethod
-
Uses of SatParameters.FPRoundingMethod in com.google.ortools.sat
Subclasses with type arguments of type SatParameters.FPRoundingMethod in com.google.ortools.satModifier and TypeClassDescriptionstatic enum
Rounding method to use for feasibility pump.Methods in com.google.ortools.sat that return SatParameters.FPRoundingMethodModifier and TypeMethodDescriptionSatParameters.FPRoundingMethod.forNumber
(int value) SatParameters.Builder.getFpRounding()
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
SatParameters.getFpRounding()
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
SatParametersOrBuilder.getFpRounding()
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
SatParameters.FPRoundingMethod.valueOf
(int value) Deprecated.SatParameters.FPRoundingMethod.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static SatParameters.FPRoundingMethod[]
SatParameters.FPRoundingMethod.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.FPRoundingMethodModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<SatParameters.FPRoundingMethod> SatParameters.FPRoundingMethod.internalGetValueMap()
Methods in com.google.ortools.sat with parameters of type SatParameters.FPRoundingMethodModifier and TypeMethodDescriptionSatParameters.Builder.setFpRounding
(SatParameters.FPRoundingMethod value) optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];