<dt>Member <aclass="el"href="classcom_1_1google_1_1ortools_1_1sat_1_1CpSolver.html#a7ffc251fef14d87ad82ac59f98d96cf9">CpSolver.searchAllSolutions</a> (<aclass="el"href="classcom_1_1google_1_1ortools_1_1sat_1_1CpModel.html"title="Main modeling class.">CpModel</a> model, <aclass="el"href="classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolutionCallback.html"title="Parent class to create a callback called at each solution.">CpSolverSolutionCallback</a> cb)</dt>
<dd><aclass="anchor"id="_deprecated000002"></a>Use the <aclass="el"href="classcom_1_1google_1_1ortools_1_1sat_1_1CpSolver.html#a94cfac9362c485d50a8930688fe81a3e"title="Solves the given model, and returns the solve status.">solve()</a> method with the same signature, after setting the enumerate_all_solution parameter to true. </dd>
<dt>Member <aclass="el"href="classcom_1_1google_1_1ortools_1_1sat_1_1CpSolver.html#a4b61919bdcff3d458bf6807086c48be6">CpSolver.solveWithSolutionCallback</a> (<aclass="el"href="classcom_1_1google_1_1ortools_1_1sat_1_1CpModel.html"title="Main modeling class.">CpModel</a> model, <aclass="el"href="classcom_1_1google_1_1ortools_1_1sat_1_1CpSolverSolutionCallback.html"title="Parent class to create a callback called at each solution.">CpSolverSolutionCallback</a> cb)</dt>
<dd><aclass="anchor"id="_deprecated000001"></a>Use the <aclass="el"href="classcom_1_1google_1_1ortools_1_1sat_1_1CpSolver.html#a94cfac9362c485d50a8930688fe81a3e"title="Solves the given model, and returns the solve status.">solve()</a> method with the same signature. </dd>