2019-06-13 13:08:49 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2019-06-13 02:45:44 +02:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2019-06-13 13:08:49 +02:00
|
|
|
<head>
|
|
|
|
|
<title>OR-Tools</title>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
2019-06-20 23:19:36 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
|
2019-06-13 13:08:49 +02:00
|
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
|
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="banner-container">
|
|
|
|
|
<div id="banner">
|
2019-06-29 18:18:08 +02:00
|
|
|
<span id="sfml">OR-Tools 7.2</span>
|
2019-06-13 13:08:49 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2019-06-26 12:16:47 +02:00
|
|
|
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
|
2019-06-13 13:08:49 +02:00
|
|
|
<div id="content">
|
2019-06-13 02:45:44 +02:00
|
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
|
|
|
<div id="navrow1" class="tabs">
|
|
|
|
|
<ul class="tablist">
|
|
|
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
|
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
|
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
|
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
|
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="navrow2" class="tabs2">
|
|
|
|
|
<ul class="tablist">
|
|
|
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="nav-path" class="navpath">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_82da1734a9cb0f1cf40dbd95c2117ce5.html">com</a></li><li class="navelem"><a class="el" href="dir_1713cbfcde5229f242ac28be432e77c9.html">google</a></li><li class="navelem"><a class="el" href="dir_06c320066273db25e45ae140036401c9.html">ortools</a></li><li class="navelem"><a class="el" href="dir_81253d67c190c9baa2240dffd7ee8180.html">constraintsolver</a></li> </ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div><!-- top -->
|
|
|
|
|
<div class="header">
|
|
|
|
|
<div class="headertitle">
|
|
|
|
|
<div class="title">SolutionPool.java</div> </div>
|
|
|
|
|
</div><!--header-->
|
|
|
|
|
<div class="contents">
|
2019-06-26 07:59:17 +02:00
|
|
|
<a href="SolutionPool_8java.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* ----------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Version 4.0.0</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * the SWIG interface file instead.</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * ----------------------------------------------------------------------------- */</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="keyword">package </span>com.google.ortools.constraintsolver;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html"> 11</a></span> <span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html">SolutionPool</a> <span class="keyword">extends</span> <a class="code" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1BaseObject.html">BaseObject</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  <span class="keyword">private</span> <span class="keyword">transient</span> <span class="keywordtype">long</span> swigCPtr;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> </div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#ab8f469ca6c932d4cc135e46e59fd8e2e"> 14</a></span>  <span class="keyword">protected</span> <a class="code" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#ab8f469ca6c932d4cc135e46e59fd8e2e">SolutionPool</a>(<span class="keywordtype">long</span> cPtr, <span class="keywordtype">boolean</span> cMemoryOwn) {</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  super(mainJNI.SolutionPool_SWIGUpcast(cPtr), cMemoryOwn);</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  swigCPtr = cPtr;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  }</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <span class="keyword">protected</span> <span class="keyword">static</span> <span class="keywordtype">long</span> getCPtr(<a class="code" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html">SolutionPool</a> obj) {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <span class="keywordflow">return</span> (obj == <span class="keyword">null</span>) ? 0 : obj.swigCPtr;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  }</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> </div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  @SuppressWarnings(<span class="
|
2019-06-13 02:45:44 +02:00
|
|
|
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html_ab8f469ca6c932d4cc135e46e59fd8e2e"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#ab8f469ca6c932d4cc135e46e59fd8e2e">com.google.ortools.constraintsolver.SolutionPool.SolutionPool</a></div><div class="ttdeci">SolutionPool(long cPtr, boolean cMemoryOwn)</div><div class="ttdef"><b>Definition:</b> <a href="SolutionPool_8java_source.html#l00014">SolutionPool.java:14</a></div></div>
|
2019-06-25 21:48:27 +02:00
|
|
|
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html_a916f07d35eec6654cf7cfcffdd7ffb20"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#a916f07d35eec6654cf7cfcffdd7ffb20">com.google.ortools.constraintsolver.SolutionPool.getNextSolution</a></div><div class="ttdeci">void getNextSolution(Assignment assignment)</div><div class="ttdef"><b>Definition:</b> <a href="SolutionPool_8java_source.html#l00047">SolutionPool.java:47</a></div></div>
|
|
|
|
|
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html_a832a7bc6b8411ea49522407ba45e0987"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#a832a7bc6b8411ea49522407ba45e0987">com.google.ortools.constraintsolver.SolutionPool.registerNewSolution</a></div><div class="ttdeci">void registerNewSolution(Assignment assignment)</div><div class="ttdef"><b>Definition:</b> <a href="SolutionPool_8java_source.html#l00043">SolutionPool.java:43</a></div></div>
|
2019-06-13 02:45:44 +02:00
|
|
|
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html">com.google.ortools.constraintsolver.SolutionPool</a></div><div class="ttdef"><b>Definition:</b> <a href="SolutionPool_8java_source.html#l00011">SolutionPool.java:11</a></div></div>
|
|
|
|
|
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Assignment_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Assignment.html">com.google.ortools.constraintsolver.Assignment</a></div><div class="ttdef"><b>Definition:</b> <a href="Assignment_8java_source.html#l00011">Assignment.java:11</a></div></div>
|
2019-06-25 21:48:27 +02:00
|
|
|
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html_ac26e9b7e1aa336ac6307102a6491e6d8"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#ac26e9b7e1aa336ac6307102a6491e6d8">com.google.ortools.constraintsolver.SolutionPool.initialize</a></div><div class="ttdeci">void initialize(Assignment assignment)</div><div class="ttdef"><b>Definition:</b> <a href="SolutionPool_8java_source.html#l00039">SolutionPool.java:39</a></div></div>
|
|
|
|
|
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool_html_a6a3a0af4fae66d29ced18b6a6e53aa2c"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionPool.html#a6a3a0af4fae66d29ced18b6a6e53aa2c">com.google.ortools.constraintsolver.SolutionPool.syncNeeded</a></div><div class="ttdeci">boolean syncNeeded(Assignment local_assignment)</div><div class="ttdef"><b>Definition:</b> <a href="SolutionPool_8java_source.html#l00051">SolutionPool.java:51</a></div></div>
|
2019-06-13 02:45:44 +02:00
|
|
|
</div><!-- fragment --></div><!-- contents -->
|
2019-06-13 13:08:49 +02:00
|
|
|
</div>
|
|
|
|
|
<div id="footer-container">
|
|
|
|
|
<div id="footer">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
2019-06-13 02:45:44 +02:00
|
|
|
</html>
|