Uses of Enum
com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
Packages that use SatParameters.SharedTreeSplitStrategy
-
Uses of SatParameters.SharedTreeSplitStrategy in com.google.ortools.sat
Subclasses with type arguments of type SatParameters.SharedTreeSplitStrategy in com.google.ortools.satModifier and TypeClassDescriptionstatic enum
Protobuf enumoperations_research.sat.SatParameters.SharedTreeSplitStrategy
Methods in com.google.ortools.sat that return SatParameters.SharedTreeSplitStrategyModifier and TypeMethodDescriptionSatParameters.SharedTreeSplitStrategy.forNumber
(int value) SatParameters.Builder.getSharedTreeSplitStrategy()
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
SatParameters.getSharedTreeSplitStrategy()
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
SatParametersOrBuilder.getSharedTreeSplitStrategy()
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
SatParameters.SharedTreeSplitStrategy.valueOf
(int value) Deprecated.SatParameters.SharedTreeSplitStrategy.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.SatParameters.SharedTreeSplitStrategy.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.SharedTreeSplitStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<SatParameters.SharedTreeSplitStrategy> SatParameters.SharedTreeSplitStrategy.internalGetValueMap()
Methods in com.google.ortools.sat with parameters of type SatParameters.SharedTreeSplitStrategyModifier and TypeMethodDescriptionSatParameters.Builder.setSharedTreeSplitStrategy
(SatParameters.SharedTreeSplitStrategy value) optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];