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