Uses of Enum
com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
Packages that use DecisionStrategyProto.VariableSelectionStrategy
-
Uses of DecisionStrategyProto.VariableSelectionStrategy in com.google.ortools.sat
Subclasses with type arguments of type DecisionStrategyProto.VariableSelectionStrategy in com.google.ortools.satModifier and TypeClassDescriptionstatic enum
The order in which the variables (resp. affine expression) above should be considered.Methods in com.google.ortools.sat that return DecisionStrategyProto.VariableSelectionStrategyModifier and TypeMethodDescriptionDecisionStrategyProto.VariableSelectionStrategy.forNumber
(int value) DecisionStrategyProto.Builder.getVariableSelectionStrategy()
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
DecisionStrategyProto.getVariableSelectionStrategy()
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
DecisionStrategyProtoOrBuilder.getVariableSelectionStrategy()
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
DecisionStrategyProto.VariableSelectionStrategy.valueOf
(int value) Deprecated.DecisionStrategyProto.VariableSelectionStrategy.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.DecisionStrategyProto.VariableSelectionStrategy.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 DecisionStrategyProto.VariableSelectionStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DecisionStrategyProto.VariableSelectionStrategy> DecisionStrategyProto.VariableSelectionStrategy.internalGetValueMap()
Methods in com.google.ortools.sat with parameters of type DecisionStrategyProto.VariableSelectionStrategyModifier and TypeMethodDescriptionvoid
CpModel.addDecisionStrategy
(LinearArgument[] expressions, DecisionStrategyProto.VariableSelectionStrategy varStr, DecisionStrategyProto.DomainReductionStrategy domStr) AddsDecisionStrategy(expressions, varStr, domStr)
.void
CpModel.addDecisionStrategy
(Iterable<? extends LinearArgument> expressions, DecisionStrategyProto.VariableSelectionStrategy varStr, DecisionStrategyProto.DomainReductionStrategy domStr) AddsDecisionStrategy(expressions, varStr, domStr)
.DecisionStrategyProto.Builder.setVariableSelectionStrategy
(DecisionStrategyProto.VariableSelectionStrategy value) .operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;