Uses of Enum
com.google.ortools.sat.SatParameters.Polarity
Packages that use SatParameters.Polarity
-
Uses of SatParameters.Polarity in com.google.ortools.sat
Subclasses with type arguments of type SatParameters.Polarity in com.google.ortools.satModifier and TypeClassDescriptionstatic enum
Specifies the initial polarity (true/false) when the solver branches on a variable.Methods in com.google.ortools.sat that return SatParameters.PolarityModifier and TypeMethodDescriptionstatic SatParameters.Polarity
SatParameters.Polarity.forNumber
(int value) SatParameters.Builder.getInitialPolarity()
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
SatParameters.getInitialPolarity()
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
SatParametersOrBuilder.getInitialPolarity()
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
static SatParameters.Polarity
SatParameters.Polarity.valueOf
(int value) Deprecated.static SatParameters.Polarity
SatParameters.Polarity.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SatParameters.Polarity
Returns the enum constant of this type with the specified name.static SatParameters.Polarity[]
SatParameters.Polarity.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.PolarityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<SatParameters.Polarity> SatParameters.Polarity.internalGetValueMap()
Methods in com.google.ortools.sat with parameters of type SatParameters.PolarityModifier and TypeMethodDescriptionSatParameters.Builder.setInitialPolarity
(SatParameters.Polarity value) optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];