Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
CpSolverSolution |
CpSolverSolution.Builder.build() |
CpSolverSolution |
CpSolverSolution.Builder.buildPartial() |
CpSolverSolution |
CpSolverResponse.getAdditionalSolutions(int index)
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
CpSolverSolution |
CpSolverResponse.Builder.getAdditionalSolutions(int index)
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
CpSolverSolution |
CpSolverResponseOrBuilder.getAdditionalSolutions(int index)
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
static CpSolverSolution |
CpSolverSolution.getDefaultInstance() |
CpSolverSolution |
CpSolverSolution.getDefaultInstanceForType() |
CpSolverSolution |
CpSolverSolution.Builder.getDefaultInstanceForType() |
static CpSolverSolution |
CpSolverSolution.parseDelimitedFrom(java.io.InputStream input) |
static CpSolverSolution |
CpSolverSolution.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CpSolverSolution |
CpSolverSolution.parseFrom(byte[] data) |
static CpSolverSolution |
CpSolverSolution.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CpSolverSolution |
CpSolverSolution.parseFrom(java.nio.ByteBuffer data) |
static CpSolverSolution |
CpSolverSolution.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CpSolverSolution |
CpSolverSolution.parseFrom(com.google.protobuf.ByteString data) |
static CpSolverSolution |
CpSolverSolution.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CpSolverSolution |
CpSolverSolution.parseFrom(com.google.protobuf.CodedInputStream input) |
static CpSolverSolution |
CpSolverSolution.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CpSolverSolution |
CpSolverSolution.parseFrom(java.io.InputStream input) |
static CpSolverSolution |
CpSolverSolution.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CpSolverSolution> |
CpSolverResponse.getAdditionalSolutionsList()
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
java.util.List<CpSolverSolution> |
CpSolverResponse.Builder.getAdditionalSolutionsList()
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
java.util.List<CpSolverSolution> |
CpSolverResponseOrBuilder.getAdditionalSolutionsList()
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
com.google.protobuf.Parser<CpSolverSolution> |
CpSolverSolution.getParserForType() |
static com.google.protobuf.Parser<CpSolverSolution> |
CpSolverSolution.parser() |
Modifier and Type | Method and Description |
---|---|
CpSolverResponse.Builder |
CpSolverResponse.Builder.addAdditionalSolutions(CpSolverSolution value)
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
CpSolverResponse.Builder |
CpSolverResponse.Builder.addAdditionalSolutions(int index,
CpSolverSolution value)
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
CpSolverSolution.Builder |
CpSolverSolution.Builder.mergeFrom(CpSolverSolution other) |
static CpSolverSolution.Builder |
CpSolverSolution.newBuilder(CpSolverSolution prototype) |
CpSolverResponse.Builder |
CpSolverResponse.Builder.setAdditionalSolutions(int index,
CpSolverSolution value)
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
Modifier and Type | Method and Description |
---|---|
CpSolverResponse.Builder |
CpSolverResponse.Builder.addAllAdditionalSolutions(java.lang.Iterable<? extends CpSolverSolution> values)
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
Copyright © 2025. All rights reserved.