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