Uses of Interface
com.google.ortools.sat.DecisionStrategyProtoOrBuilder
Packages that use DecisionStrategyProtoOrBuilder
-
Uses of DecisionStrategyProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement DecisionStrategyProtoOrBuilderModifier and TypeClassDescriptionfinal class
Define the strategy to follow when the solver needs to take a new decision.static final class
Define the strategy to follow when the solver needs to take a new decision.Methods in com.google.ortools.sat that return DecisionStrategyProtoOrBuilderModifier and TypeMethodDescriptionCpModelProto.Builder.getSearchStrategyOrBuilder
(int index) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.CpModelProto.getSearchStrategyOrBuilder
(int index) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.CpModelProtoOrBuilder.getSearchStrategyOrBuilder
(int index) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.Methods in com.google.ortools.sat that return types with arguments of type DecisionStrategyProtoOrBuilderModifier and TypeMethodDescriptionList
<? extends DecisionStrategyProtoOrBuilder> CpModelProto.Builder.getSearchStrategyOrBuilderList()
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.List
<? extends DecisionStrategyProtoOrBuilder> CpModelProto.getSearchStrategyOrBuilderList()
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.List
<? extends DecisionStrategyProtoOrBuilder> CpModelProtoOrBuilder.getSearchStrategyOrBuilderList()
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.