Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Method and Description |
---|---|
CpModel |
CpModel.getClone() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CumulativeConstraint(CpModel model) |
ReservoirConstraint(CpModel model) |
Copyright © 2025. All rights reserved.