Uses of Class
com.google.ortools.sat.CpSolverSolutionCallback
Packages that use CpSolverSolutionCallback
-
Uses of CpSolverSolutionCallback in com.google.ortools.sat
Methods in com.google.ortools.sat with parameters of type CpSolverSolutionCallbackModifier and TypeMethodDescriptionCpSolver.searchAllSolutions
(CpModel model, CpSolverSolutionCallback cb) Deprecated.Use the solve() method with the same signature, after setting the enumerate_all_solution parameter to true.CpSolver.solve
(CpModel model, CpSolverSolutionCallback cb) Solves the given model, calls the solution callback at each incumbent solution, and returns the solve status.CpSolver.solveWithSolutionCallback
(CpModel model, CpSolverSolutionCallback cb) Deprecated.Use the solve() method with the same signature.