Java Reference
Java Reference
Deprecated List
- Member CpSolver.searchAllSolutions (CpModel model, CpSolverSolutionCallback cb)
- Use the solve() method with the same signature, after setting the enumerate_all_solution parameter to true.
- Member CpSolver.solveWithSolutionCallback (CpModel model, CpSolverSolutionCallback cb)
- Use the solve() method with the same signature.