<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html_a916f07d35eec6654cf7cfcffdd7ffb20"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#a916f07d35eec6654cf7cfcffdd7ffb20">com.google.ortools.constraintsolver.SolutionPool.getNextSolution</a></div><divclass="ttdeci">void getNextSolution(Assignment assignment)</div><divclass="ttdoc">This method is called when the local search starts a new neighborhood to initialize the default assig...</div><divclass="ttdef"><b>Definition:</b><ahref="SolutionPool_8java_source.html#l00059">SolutionPool.java:59</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html_a832a7bc6b8411ea49522407ba45e0987"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#a832a7bc6b8411ea49522407ba45e0987">com.google.ortools.constraintsolver.SolutionPool.registerNewSolution</a></div><divclass="ttdeci">void registerNewSolution(Assignment assignment)</div><divclass="ttdoc">This method is called when a new solution has been accepted by the local search.</div><divclass="ttdef"><b>Definition:</b><ahref="SolutionPool_8java_source.html#l00052">SolutionPool.java:52</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html">com.google.ortools.constraintsolver.SolutionPool</a></div><divclass="ttdoc">This class is used to manage a pool of solutions.</div><divclass="ttdef"><b>Definition:</b><ahref="SolutionPool_8java_source.html#l00014">SolutionPool.java:14</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Assignment_html"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Assignment.html">com.google.ortools.constraintsolver.Assignment</a></div><divclass="ttdoc">An Assignment is a variable -> domains mapping, used to report solutions to the user.</div><divclass="ttdef"><b>Definition:</b><ahref="Assignment_8java_source.html#l00014">Assignment.java:14</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html_ac26e9b7e1aa336ac6307102a6491e6d8"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#ac26e9b7e1aa336ac6307102a6491e6d8">com.google.ortools.constraintsolver.SolutionPool.initialize</a></div><divclass="ttdeci">void initialize(Assignment assignment)</div><divclass="ttdoc">This method is called to initialize the solution pool with the assignment from the local search.</div><divclass="ttdef"><b>Definition:</b><ahref="SolutionPool_8java_source.html#l00045">SolutionPool.java:45</a></div></div>
<divclass="ttc"id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html_a6a3a0af4fae66d29ced18b6a6e53aa2c"><divclass="ttname"><ahref="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#a6a3a0af4fae66d29ced18b6a6e53aa2c">com.google.ortools.constraintsolver.SolutionPool.syncNeeded</a></div><divclass="ttdeci">boolean syncNeeded(Assignment local_assignment)</div><divclass="ttdoc">This method checks if the local solution needs to be updated with an external one.</div><divclass="ttdef"><b>Definition:</b><ahref="SolutionPool_8java_source.html#l00066">SolutionPool.java:66</a></div></div>