Files
ortools-clone/docs/java/RegularLimit_8java_source.html

77 lines
38 KiB
HTML
Raw Normal View History

<!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">
<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" />
<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>
</div>
</div>
2019-06-26 12:16:47 +02:00
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
<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&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;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&#160;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">RegularLimit.java</div> </div>
</div><!--header-->
<div class="contents">
<a href="RegularLimit_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>&#160;<span class="comment">/* ----------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<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>&#160;<span class="comment"> * Version 4.0.0</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<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>&#160;<span class="comment"> * the SWIG interface file instead.</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * ----------------------------------------------------------------------------- */</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="keyword">package </span>com.google.ortools.constraintsolver;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html"> 11</a></span>&#160;<span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html">RegularLimit</a> <span class="keyword">extends</span> <a class="code" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchLimit.html">SearchLimit</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160; <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>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a454996f4f3a9e3c93181d998e5428e03"> 14</a></span>&#160; <span class="keyword">protected</span> <a class="code" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a454996f4f3a9e3c93181d998e5428e03">RegularLimit</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>&#160; super(mainJNI.RegularLimit_SWIGUpcast(cPtr), cMemoryOwn);</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; swigCPtr = cPtr;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; }</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <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_1RegularLimit.html">RegularLimit</a> obj) {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <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>&#160; }</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; @SuppressWarnings(<span class
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a1bc208f72861fcb8b28e99e99da34354"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a1bc208f72861fcb8b28e99e99da34354">com.google.ortools.constraintsolver.RegularLimit.UpdateLimits</a></div><div class="ttdeci">void UpdateLimits(long time, long branches, long failures, long solutions)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00069">RegularLimit.java:69</a></div></div>
2019-06-13 02:45:44 +02:00
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Solver_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Solver.html">com.google.ortools.constraintsolver.Solver</a></div><div class="ttdef"><b>Definition:</b> <a href="Solver_8java_source.html#l00054">Solver.java:54</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a93004a831d9cff12e3c11450b52e9672"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a93004a831d9cff12e3c11450b52e9672">com.google.ortools.constraintsolver.RegularLimit.init</a></div><div class="ttdeci">void init()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00061">RegularLimit.java:61</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_acc96e25f3050e2ffc11c0c9e99a5e0c1"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#acc96e25f3050e2ffc11c0c9e99a5e0c1">com.google.ortools.constraintsolver.RegularLimit.duration_limit</a></div><div class="ttdeci">SWIGTYPE_p_absl__Duration duration_limit()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00073">RegularLimit.java:73</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a776d2c4f86d4d89d078a0ab346f0b962"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a776d2c4f86d4d89d078a0ab346f0b962">com.google.ortools.constraintsolver.RegularLimit.toString</a></div><div class="ttdeci">String toString()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00101">RegularLimit.java:101</a></div></div>
2019-06-13 02:45:44 +02:00
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchLimit_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchLimit.html">com.google.ortools.constraintsolver.SearchLimit</a></div><div class="ttdef"><b>Definition:</b> <a href="SearchLimit_8java_source.html#l00011">SearchLimit.java:11</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a46be26025881133b29273a8dd639acf9"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a46be26025881133b29273a8dd639acf9">com.google.ortools.constraintsolver.RegularLimit.check</a></div><div class="ttdeci">boolean check()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00057">RegularLimit.java:57</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a865e2a476287710a2d05d77ca155eb13"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a865e2a476287710a2d05d77ca155eb13">com.google.ortools.constraintsolver.RegularLimit.IsUncheckedSolutionLimitReached</a></div><div class="ttdeci">boolean IsUncheckedSolutionLimitReached()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00093">RegularLimit.java:93</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a326178e22eaf75e1e446238407c67ad4"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a326178e22eaf75e1e446238407c67ad4">com.google.ortools.constraintsolver.RegularLimit.solutions</a></div><div class="ttdeci">long solutions()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00089">RegularLimit.java:89</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_ae54112dd1506e8ce16dde22d9b54f32b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#ae54112dd1506e8ce16dde22d9b54f32b">com.google.ortools.constraintsolver.RegularLimit.MakeIdenticalClone</a></div><div class="ttdeci">RegularLimit MakeIdenticalClone()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00052">RegularLimit.java:52</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_ae94a8d5caf95d67f09efa683304060fe"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#ae94a8d5caf95d67f09efa683304060fe">com.google.ortools.constraintsolver.RegularLimit.exitSearch</a></div><div class="ttdeci">void exitSearch()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00065">RegularLimit.java:65</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a27f14e90aa54e26c198b128c2277f3da"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a27f14e90aa54e26c198b128c2277f3da">com.google.ortools.constraintsolver.RegularLimit.copy</a></div><div class="ttdeci">void copy(SearchLimit limit)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00043">RegularLimit.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_1SearchLimit_html_a930420ae309e3ff1ec1cde70624d5d2f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchLimit.html#a930420ae309e3ff1ec1cde70624d5d2f">com.google.ortools.constraintsolver.SearchLimit.SearchLimit</a></div><div class="ttdeci">SearchLimit(long cPtr, boolean cMemoryOwn)</div><div class="ttdef"><b>Definition:</b> <a href="SearchLimit_8java_source.html#l00014">SearchLimit.java:14</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a454996f4f3a9e3c93181d998e5428e03"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a454996f4f3a9e3c93181d998e5428e03">com.google.ortools.constraintsolver.RegularLimit.RegularLimit</a></div><div class="ttdeci">RegularLimit(long cPtr, boolean cMemoryOwn)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00014">RegularLimit.java:14</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a3037b081f79c4c88cf7a65f26f091c45"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a3037b081f79c4c88cf7a65f26f091c45">com.google.ortools.constraintsolver.RegularLimit.AbsoluteSolverDeadline</a></div><div class="ttdeci">SWIGTYPE_p_absl__Time AbsoluteSolverDeadline()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00105">RegularLimit.java:105</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a9404d9f6d178853125f1dd2850e63653"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a9404d9f6d178853125f1dd2850e63653">com.google.ortools.constraintsolver.RegularLimit.failures</a></div><div class="ttdeci">long failures()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00085">RegularLimit.java:85</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a1b44c539314d72607e8d96bd028766fc"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a1b44c539314d72607e8d96bd028766fc">com.google.ortools.constraintsolver.RegularLimit.accept</a></div><div class="ttdeci">void accept(ModelVisitor visitor)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00109">RegularLimit.java:109</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_af6a58278b1e62e428741257421eabde2"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#af6a58278b1e62e428741257421eabde2">com.google.ortools.constraintsolver.RegularLimit.RegularLimit</a></div><div class="ttdeci">RegularLimit(Solver s, long time, long branches, long failures, long solutions, boolean smart_time_check, boolean cumulative)</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00039">RegularLimit.java:39</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_aefef960587245f0143e9c34e67a67650"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#aefef960587245f0143e9c34e67a67650">com.google.ortools.constraintsolver.RegularLimit.branches</a></div><div class="ttdeci">long branches()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00081">RegularLimit.java:81</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_a640e161e79e9c13ac9ab28cd1fb1c5cc"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#a640e161e79e9c13ac9ab28cd1fb1c5cc">com.google.ortools.constraintsolver.RegularLimit.wall_time</a></div><div class="ttdeci">long wall_time()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00077">RegularLimit.java:77</a></div></div>
2019-06-13 02:45:44 +02:00
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html">com.google.ortools.constraintsolver.RegularLimit</a></div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00011">RegularLimit.java:11</a></div></div>
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit_html_ab900e35e0e05c06481b71b9c9958fe79"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1RegularLimit.html#ab900e35e0e05c06481b71b9c9958fe79">com.google.ortools.constraintsolver.RegularLimit.progressPercent</a></div><div class="ttdeci">int progressPercent()</div><div class="ttdef"><b>Definition:</b> <a href="RegularLimit_8java_source.html#l00097">RegularLimit.java:97</a></div></div>
2019-06-13 02:45:44 +02:00
<div class="ttc" id="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1ModelVisitor_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1ModelVisitor.html">com.google.ortools.constraintsolver.ModelVisitor</a></div><div class="ttdef"><b>Definition:</b> <a href="ModelVisitor_8java_source.html#l00011">ModelVisitor.java:11</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
2019-06-13 02:45:44 +02:00
</html>