Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
CpSolverSolution
Just a message used to store dense solution.
|
static class |
CpSolverSolution.Builder
Just a message used to store dense solution.
|
Modifier and Type | Method and Description |
---|---|
CpSolverSolutionOrBuilder |
CpSolverResponse.getAdditionalSolutionsOrBuilder(int index)
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
CpSolverSolutionOrBuilder |
CpSolverResponse.Builder.getAdditionalSolutionsOrBuilder(int index)
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
|
CpSolverSolutionOrBuilder |
CpSolverResponseOrBuilder.getAdditionalSolutionsOrBuilder(int index)
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 |
---|---|
java.util.List<? extends CpSolverSolutionOrBuilder> |
CpSolverResponse.getAdditionalSolutionsOrBuilderList()
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<? extends CpSolverSolutionOrBuilder> |
CpSolverResponse.Builder.getAdditionalSolutionsOrBuilderList()
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<? extends CpSolverSolutionOrBuilder> |
CpSolverResponseOrBuilder.getAdditionalSolutionsOrBuilderList()
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.