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 DecisionStrategyProtoDecisionStrategyProto.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 DecisionStrategyProtoDecisionStrategyProto.parseDelimitedFrom(InputStream input) static DecisionStrategyProtoDecisionStrategyProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProtoDecisionStrategyProto.parseFrom(byte[] data) static DecisionStrategyProtoDecisionStrategyProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProtoDecisionStrategyProto.parseFrom(com.google.protobuf.ByteString data) static DecisionStrategyProtoDecisionStrategyProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProtoDecisionStrategyProto.parseFrom(com.google.protobuf.CodedInputStream input) static DecisionStrategyProtoDecisionStrategyProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProtoDecisionStrategyProto.parseFrom(InputStream input) static DecisionStrategyProtoDecisionStrategyProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecisionStrategyProtoDecisionStrategyProto.parseFrom(ByteBuffer data) static DecisionStrategyProtoDecisionStrategyProto.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.