Uses of Class
com.google.ortools.constraintsolver.ConstraintSolverParameters
Packages that use ConstraintSolverParameters
-
Uses of ConstraintSolverParameters in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return ConstraintSolverParametersModifier and TypeMethodDescriptionConstraintSolverParameters.Builder.build()
ConstraintSolverParameters.Builder.buildPartial()
static ConstraintSolverParameters
Solver.defaultSolverParameters()
Create a ConstraintSolverParameters proto with all the default values.static ConstraintSolverParameters
ConstraintSolverParameters.getDefaultInstance()
ConstraintSolverParameters.Builder.getDefaultInstanceForType()
ConstraintSolverParameters.getDefaultInstanceForType()
RoutingModelParameters.Builder.getSolverParameters()
Parameters to use in the underlying constraint solver.RoutingModelParameters.getSolverParameters()
Parameters to use in the underlying constraint solver.RoutingModelParametersOrBuilder.getSolverParameters()
Parameters to use in the underlying constraint solver.Solver.parameters()
Stored Parameters.static ConstraintSolverParameters
ConstraintSolverParameters.parseDelimitedFrom
(InputStream input) static ConstraintSolverParameters
ConstraintSolverParameters.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(byte[] data) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(com.google.protobuf.ByteString data) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(com.google.protobuf.CodedInputStream input) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(InputStream input) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(ByteBuffer data) static ConstraintSolverParameters
ConstraintSolverParameters.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.constraintsolver that return types with arguments of type ConstraintSolverParametersModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ConstraintSolverParameters> ConstraintSolverParameters.getParserForType()
static com.google.protobuf.Parser
<ConstraintSolverParameters> ConstraintSolverParameters.parser()
Methods in com.google.ortools.constraintsolver with parameters of type ConstraintSolverParametersModifier and TypeMethodDescriptionConstraintSolverParameters.Builder.mergeFrom
(ConstraintSolverParameters other) RoutingModelParameters.Builder.mergeSolverParameters
(ConstraintSolverParameters value) Parameters to use in the underlying constraint solver.ConstraintSolverParameters.newBuilder
(ConstraintSolverParameters prototype) RoutingModelParameters.Builder.setSolverParameters
(ConstraintSolverParameters value) Parameters to use in the underlying constraint solver.Constructors in com.google.ortools.constraintsolver with parameters of type ConstraintSolverParameters