Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
CpSolverSolution.Builder |
CpSolverResponse.Builder.addAdditionalSolutionsBuilder()
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
CpSolverSolution.Builder |
CpSolverResponse.Builder.addAdditionalSolutionsBuilder(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.Builder |
CpSolverSolution.Builder.addAllValues(java.lang.Iterable<? extends java.lang.Long> values)
repeated int64 values = 1; |
CpSolverSolution.Builder |
CpSolverSolution.Builder.addValues(long value)
repeated int64 values = 1; |
CpSolverSolution.Builder |
CpSolverSolution.Builder.clear() |
CpSolverSolution.Builder |
CpSolverSolution.Builder.clearValues()
repeated int64 values = 1; |
CpSolverSolution.Builder |
CpSolverResponse.Builder.getAdditionalSolutionsBuilder(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.Builder |
CpSolverSolution.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CpSolverSolution.Builder |
CpSolverSolution.Builder.mergeFrom(CpSolverSolution other) |
CpSolverSolution.Builder |
CpSolverSolution.Builder.mergeFrom(com.google.protobuf.Message other) |
static CpSolverSolution.Builder |
CpSolverSolution.newBuilder() |
static CpSolverSolution.Builder |
CpSolverSolution.newBuilder(CpSolverSolution prototype) |
CpSolverSolution.Builder |
CpSolverSolution.newBuilderForType() |
protected CpSolverSolution.Builder |
CpSolverSolution.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
CpSolverSolution.Builder |
CpSolverSolution.Builder.setValues(int index,
long value)
repeated int64 values = 1; |
CpSolverSolution.Builder |
CpSolverSolution.toBuilder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<CpSolverSolution.Builder> |
CpSolverResponse.Builder.getAdditionalSolutionsBuilderList()
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.addAdditionalSolutions(CpSolverSolution.Builder builderForValue)
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.Builder builderForValue)
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.setAdditionalSolutions(int index,
CpSolverSolution.Builder builderForValue)
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.