Uses of Class
com.google.ortools.constraintsolver.RecreateParameters.Builder
Packages that use RecreateParameters.Builder
-
Uses of RecreateParameters.Builder in com.google.ortools.constraintsolver
Subclasses with type arguments of type RecreateParameters.Builder in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic final classParameters to customize a recreate strategy.Methods in com.google.ortools.constraintsolver that return RecreateParameters.BuilderModifier and TypeMethodDescriptionRecreateParameters.Builder.clear()RecreateParameters.Builder.clearGlobalCheapestInsertion().operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;RecreateParameters.Builder.clearLocalCheapestInsertion().operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;RecreateParameters.Builder.clearParameters()RecreateParameters.Builder.clearSavings().operations_research.SavingsParameters savings = 2;RecreateStrategy.Builder.getParametersBuilder()The selected parameters should match the chosen recreate heuristic.RecreateParameters.Builder.mergeFrom(RecreateParameters other) RecreateParameters.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RecreateParameters.Builder.mergeFrom(com.google.protobuf.Message other) RecreateParameters.Builder.mergeGlobalCheapestInsertion(GlobalCheapestInsertionParameters value) .operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;RecreateParameters.Builder.mergeLocalCheapestInsertion(LocalCheapestInsertionParameters value) .operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;RecreateParameters.Builder.mergeSavings(SavingsParameters value) .operations_research.SavingsParameters savings = 2;static RecreateParameters.BuilderRecreateParameters.newBuilder()static RecreateParameters.BuilderRecreateParameters.newBuilder(RecreateParameters prototype) RecreateParameters.newBuilderForType()protected RecreateParameters.BuilderRecreateParameters.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RecreateParameters.Builder.setGlobalCheapestInsertion(GlobalCheapestInsertionParameters value) .operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;RecreateParameters.Builder.setGlobalCheapestInsertion(GlobalCheapestInsertionParameters.Builder builderForValue) .operations_research.GlobalCheapestInsertionParameters global_cheapest_insertion = 3;RecreateParameters.Builder.setLocalCheapestInsertion(LocalCheapestInsertionParameters value) .operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;RecreateParameters.Builder.setLocalCheapestInsertion(LocalCheapestInsertionParameters.Builder builderForValue) .operations_research.LocalCheapestInsertionParameters local_cheapest_insertion = 1;RecreateParameters.Builder.setSavings(SavingsParameters value) .operations_research.SavingsParameters savings = 2;RecreateParameters.Builder.setSavings(SavingsParameters.Builder builderForValue) .operations_research.SavingsParameters savings = 2;RecreateParameters.toBuilder()Methods in com.google.ortools.constraintsolver with parameters of type RecreateParameters.BuilderModifier and TypeMethodDescriptionRecreateStrategy.Builder.setParameters(RecreateParameters.Builder builderForValue) The selected parameters should match the chosen recreate heuristic.