Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Method and Description |
---|---|
ConstraintSolverParameters |
ConstraintSolverParameters.Builder.build() |
ConstraintSolverParameters |
ConstraintSolverParameters.Builder.buildPartial() |
static ConstraintSolverParameters |
Solver.defaultSolverParameters()
Create a ConstraintSolverParameters proto with all the default values.
|
static ConstraintSolverParameters |
ConstraintSolverParameters.getDefaultInstance() |
ConstraintSolverParameters |
ConstraintSolverParameters.getDefaultInstanceForType() |
ConstraintSolverParameters |
ConstraintSolverParameters.Builder.getDefaultInstanceForType() |
ConstraintSolverParameters |
RoutingModelParameters.getSolverParameters()
Parameters to use in the underlying constraint solver.
|
ConstraintSolverParameters |
RoutingModelParameters.Builder.getSolverParameters()
Parameters to use in the underlying constraint solver.
|
ConstraintSolverParameters |
RoutingModelParametersOrBuilder.getSolverParameters()
Parameters to use in the underlying constraint solver.
|
ConstraintSolverParameters |
Solver.parameters()
Stored Parameters.
|
static ConstraintSolverParameters |
ConstraintSolverParameters.parseDelimitedFrom(java.io.InputStream input) |
static ConstraintSolverParameters |
ConstraintSolverParameters.parseDelimitedFrom(java.io.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(java.nio.ByteBuffer data) |
static ConstraintSolverParameters |
ConstraintSolverParameters.parseFrom(java.nio.ByteBuffer 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(java.io.InputStream input) |
static ConstraintSolverParameters |
ConstraintSolverParameters.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ConstraintSolverParameters> |
ConstraintSolverParameters.getParserForType() |
static com.google.protobuf.Parser<ConstraintSolverParameters> |
ConstraintSolverParameters.parser() |
Modifier and Type | Method and Description |
---|---|
ConstraintSolverParameters.Builder |
ConstraintSolverParameters.Builder.mergeFrom(ConstraintSolverParameters other) |
RoutingModelParameters.Builder |
RoutingModelParameters.Builder.mergeSolverParameters(ConstraintSolverParameters value)
Parameters to use in the underlying constraint solver.
|
static ConstraintSolverParameters.Builder |
ConstraintSolverParameters.newBuilder(ConstraintSolverParameters prototype) |
RoutingModelParameters.Builder |
RoutingModelParameters.Builder.setSolverParameters(ConstraintSolverParameters value)
Parameters to use in the underlying constraint solver.
|
Constructor and Description |
---|
Solver(java.lang.String name,
ConstraintSolverParameters parameters) |
Copyright © 2025. All rights reserved.