Uses of Interface
com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
Packages that use DecisionStrategyProtoOrBuilder Package Description com.google.ortools.sat -
-
Uses of DecisionStrategyProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement DecisionStrategyProtoOrBuilder Modifier and Type Class Description classDecisionStrategyProtoDefine the strategy to follow when the solver needs to take a new decision.static classDecisionStrategyProto.BuilderDefine the strategy to follow when the solver needs to take a new decision.Methods in com.google.ortools.sat that return DecisionStrategyProtoOrBuilder Modifier and Type Method Description DecisionStrategyProtoOrBuilderCpModelProto.Builder. getSearchStrategyOrBuilder(int index)Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.DecisionStrategyProtoOrBuilderCpModelProto. getSearchStrategyOrBuilder(int index)Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.DecisionStrategyProtoOrBuilderCpModelProtoOrBuilder. 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 DecisionStrategyProtoOrBuilder Modifier and Type Method Description java.util.List<? extends DecisionStrategyProtoOrBuilder>CpModelProto.Builder. getSearchStrategyOrBuilderList()Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.java.util.List<? extends DecisionStrategyProtoOrBuilder>CpModelProto. getSearchStrategyOrBuilderList()Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.java.util.List<? extends DecisionStrategyProtoOrBuilder>CpModelProtoOrBuilder. getSearchStrategyOrBuilderList()Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.
-