Uses of Class
com.google.ortools.sat.DecisionStrategyProto
Packages that use DecisionStrategyProto
-
Uses of DecisionStrategyProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return DecisionStrategyProtoModifier and TypeMethodDescriptionDecisionStrategyProto.Builder.build()
DecisionStrategyProto.Builder.buildPartial()
static DecisionStrategyProto
DecisionStrategyProto.getDefaultInstance()
DecisionStrategyProto.Builder.getDefaultInstanceForType()
DecisionStrategyProto.getDefaultInstanceForType()
CpModelProto.Builder.getSearchStrategy
(int index) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.CpModelProto.getSearchStrategy
(int index) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.CpModelProtoOrBuilder.getSearchStrategy
(int index) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.static DecisionStrategyProto
DecisionStrategyProto.parseDelimitedFrom
(InputStream input) static DecisionStrategyProto
DecisionStrategyProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(byte[] data) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(com.google.protobuf.ByteString data) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(com.google.protobuf.CodedInputStream input) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(InputStream input) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(ByteBuffer data) static DecisionStrategyProto
DecisionStrategyProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type DecisionStrategyProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<DecisionStrategyProto> DecisionStrategyProto.getParserForType()
CpModelProto.Builder.getSearchStrategyList()
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.CpModelProto.getSearchStrategyList()
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.CpModelProtoOrBuilder.getSearchStrategyList()
Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.static com.google.protobuf.Parser
<DecisionStrategyProto> DecisionStrategyProto.parser()
Methods in com.google.ortools.sat with parameters of type DecisionStrategyProtoModifier and TypeMethodDescriptionCpModelProto.Builder.addSearchStrategy
(int index, DecisionStrategyProto value) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.CpModelProto.Builder.addSearchStrategy
(DecisionStrategyProto value) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.DecisionStrategyProto.Builder.mergeFrom
(DecisionStrategyProto other) DecisionStrategyProto.newBuilder
(DecisionStrategyProto prototype) CpModelProto.Builder.setSearchStrategy
(int index, DecisionStrategyProto value) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.Method parameters in com.google.ortools.sat with type arguments of type DecisionStrategyProtoModifier and TypeMethodDescriptionCpModelProto.Builder.addAllSearchStrategy
(Iterable<? extends DecisionStrategyProto> values) Defines the strategy that the solver should follow when the search_branching parameter is set to FIXED_SEARCH.