Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
static CpSolverStatus |
CpSolverStatus.forNumber(int value) |
CpSolverStatus |
CpSolverResponse.getStatus()
The status of the solve.
|
CpSolverStatus |
CpSolverResponse.Builder.getStatus()
The status of the solve.
|
CpSolverStatus |
CpSolverResponseOrBuilder.getStatus()
The status of the solve.
|
CpSolverStatus |
CpSolver.searchAllSolutions(CpModel model,
CpSolverSolutionCallback cb)
Deprecated.
Use the solve() method with the same signature, after setting the
enumerate_all_solution parameter to true.
|
CpSolverStatus |
CpSolver.solve(CpModel model)
Solves the given model, and returns the solve status.
|
CpSolverStatus |
CpSolver.solve(CpModel model,
CpSolverSolutionCallback cb)
Solves the given model, calls the solution callback at each incumbent solution, and returns the
solve status.
|
CpSolverStatus |
CpSolver.solveWithSolutionCallback(CpModel model,
CpSolverSolutionCallback cb)
Deprecated.
Use the solve() method with the same signature.
|
static CpSolverStatus |
CpSolverStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CpSolverStatus |
CpSolverStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CpSolverStatus |
CpSolverStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CpSolverStatus[] |
CpSolverStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<CpSolverStatus> |
CpSolverStatus.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CpSolverResponse.Builder |
CpSolverResponse.Builder.setStatus(CpSolverStatus value)
The status of the solve.
|
Copyright © 2025. All rights reserved.