Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
static SatParameters.FPRoundingMethod |
SatParameters.FPRoundingMethod.forNumber(int value) |
SatParameters.FPRoundingMethod |
SatParametersOrBuilder.getFpRounding()
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED]; |
SatParameters.FPRoundingMethod |
SatParameters.getFpRounding()
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED]; |
SatParameters.FPRoundingMethod |
SatParameters.Builder.getFpRounding()
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED]; |
static SatParameters.FPRoundingMethod |
SatParameters.FPRoundingMethod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SatParameters.FPRoundingMethod |
SatParameters.FPRoundingMethod.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SatParameters.FPRoundingMethod |
SatParameters.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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<SatParameters.FPRoundingMethod> |
SatParameters.FPRoundingMethod.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SatParameters.Builder |
SatParameters.Builder.setFpRounding(SatParameters.FPRoundingMethod value)
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED]; |
Copyright © 2025. All rights reserved.