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

340 lines
79 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"/>-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
2020-09-01 16:00:33 +02:00
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="banner-container">
<div id="banner">
2021-09-20 15:57:27 +02:00
<span id="sfml">Google OR-Tools 9.1</span>
</div>
</div>
2019-08-07 18:01:08 -07:00
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
2019-08-12 09:16:03 -07:00
<h2>Java Reference</h2>
2019-08-07 18:01:08 -07:00
<ul>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1sat.html">CP-SAT</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1graph.html">Graph</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1algorithms.html">Knapsack solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1linearsolver.html">Linear solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1constraintsolver.html">Routing</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1util.html">Util</a></li>
</ul>
</div>
<div id="content">
2019-08-07 18:01:08 -07:00
<div align="center">
<h1 style="color: #145A32;">Java Reference</h1>
</div>
2021-09-30 01:18:45 +02:00
<!-- Generated by Doxygen 1.9.2 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
2021-09-30 01:18:45 +02:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
2021-09-30 01:18:45 +02:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2021-09-30 01:18:45 +02:00
/* @license-end */
</script>
2020-09-01 16:00:33 +02:00
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
2019-06-13 02:45:44 +02:00
</div>
</div>
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
2021-09-30 01:18:45 +02:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('PropagationMonitor_8java_source.html',''); initResizable(); });
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
2019-06-13 02:45:44 +02:00
<div class="header">
2021-09-30 01:18:45 +02:00
<div class="headertitle"><div class="title">PropagationMonitor.java</div></div>
2019-06-13 02:45:44 +02:00
</div><!--header-->
<div class="contents">
2021-09-30 01:18:45 +02:00
<a href="PropagationMonitor_8java.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/* ----------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00002" 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 id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Version 4.0.2</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> *</span></div>
<div class="line"><a id="l00005" 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 id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * the SWIG interface file instead.</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * ----------------------------------------------------------------------------- */</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">package </span>com.google.ortools.constraintsolver;</div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html"> 11</a></span><span class="keyword">public</span> <span class="keyword">class </span><a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html">PropagationMonitor</a> <span class="keyword">extends</span> <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchMonitor.html">SearchMonitor</a> {</div>
<div class="line"><a id="l00012" 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 id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a079dd5987130a8ea1059765df9fcff40"> 14</a></span> <span class="keyword">protected</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a079dd5987130a8ea1059765df9fcff40">PropagationMonitor</a>(<span class="keywordtype">long</span> cPtr, <span class="keywordtype">boolean</span> cMemoryOwn) {</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> super(mainJNI.PropagationMonitor_SWIGUpcast(cPtr), cMemoryOwn);</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> swigCPtr = cPtr;</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> }</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
<div class="line"><a id="l00019" 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 hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html">PropagationMonitor</a> obj) {</div>
<div class="line"><a id="l00020" 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 id="l00021" name="l00021"></a><span class="lineno"> 21</span> }</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> @SuppressWarnings(<span class="stringliteral">&quot;deprecation&quot;</span>)</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> protected <span class="keywordtype">void</span> finalize() {</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <span class="keyword">delete</span>();</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> }</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a155da317e33b817886120f10038c12cf"> 28</a></span> <span class="keyword">public</span> <span class="keyword">synchronized</span> <span class="keywordtype">void</span> <span class="keyword">delete</span>() {</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <span class="keywordflow">if</span> (swigCPtr != 0) {</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keywordflow">if</span> (swigCMemOwn) {</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> swigCMemOwn = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> mainJNI.delete_PropagationMonitor(swigCPtr);</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> }</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> swigCPtr = 0;</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> }</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> super.delete();</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> }</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ad146fa8579a5f8a876c4688cc5a68520"> 39</a></span> <span class="keyword">public</span> String <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ad146fa8579a5f8a876c4688cc5a68520">toString</a>() {</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordflow">return</span> mainJNI.PropagationMonitor_toString(swigCPtr, <span class="keyword">this</span>);</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> }</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a8acef48d4bf1eb0afa8c92563f0beb9b"> 46</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a8acef48d4bf1eb0afa8c92563f0beb9b">beginConstraintInitialPropagation</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a> constraint) {</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> mainJNI.PropagationMonitor_beginConstraintInitialPropagation(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a>.getCPtr(constraint), constraint);</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> }</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a6d239a13a92b4ed7da3fd8fa8e729b2d"> 50</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a6d239a13a92b4ed7da3fd8fa8e729b2d">endConstraintInitialPropagation</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a> constraint) {</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> mainJNI.PropagationMonitor_endConstraintInitialPropagation(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a>.getCPtr(constraint), constraint);</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> }</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a573da7a452011142d40ab20661e08beb"> 54</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a573da7a452011142d40ab20661e08beb">beginNestedConstraintInitialPropagation</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a> parent, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a> nested) {</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> mainJNI.PropagationMonitor_beginNestedConstraintInitialPropagation(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a>.getCPtr(parent), parent, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a>.getCPtr(nested), nested);</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> }</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a85dfae21115ad2e117a7cdd1d08a27fc"> 58</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a85dfae21115ad2e117a7cdd1d08a27fc">endNestedConstraintInitialPropagation</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a> parent, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a> nested) {</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> mainJNI.PropagationMonitor_endNestedConstraintInitialPropagation(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a>.getCPtr(parent), parent, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">Constraint</a>.getCPtr(nested), nested);</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> }</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ace09643eb2d5adb2baa7d89e5fb52298"> 62</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ace09643eb2d5adb2baa7d89e5fb52298">registerDemon</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Demon.html">Demon</a> demon) {</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> mainJNI.PropagationMonitor_registerDemon(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Demon.html">Demon</a>.getCPtr(demon), demon);</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> }</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a362f921d6d6d25a9c69e384cc2993773"> 66</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a362f921d6d6d25a9c69e384cc2993773">beginDemonRun</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Demon.html">Demon</a> demon) {</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> mainJNI.PropagationMonitor_beginDemonRun(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Demon.html">Demon</a>.getCPtr(demon), demon);</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> }</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5c0d62bfb4e50619a95a401821de7342"> 70</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5c0d62bfb4e50619a95a401821de7342">endDemonRun</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Demon.html">Demon</a> demon) {</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> mainJNI.PropagationMonitor_endDemonRun(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Demon.html">Demon</a>.getCPtr(demon), demon);</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> }</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a8e37bba46fb3133b6de19da93b7351aa"> 74</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a8e37bba46fb3133b6de19da93b7351aa">startProcessingIntegerVariable</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var) {</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> mainJNI.PropagationMonitor_startProcessingIntegerVariable(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var);</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> }</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ae92c6d44e9f04828fa7a52609261bfe5"> 78</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ae92c6d44e9f04828fa7a52609261bfe5">endProcessingIntegerVariable</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var) {</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> mainJNI.PropagationMonitor_endProcessingIntegerVariable(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var);</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> }</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#aa05a8c36fbdd2a3d8a62bbcf618b6768"> 82</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#aa05a8c36fbdd2a3d8a62bbcf618b6768">pushContext</a>(String context) {</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> mainJNI.PropagationMonitor_pushContext(swigCPtr, <span class="keyword">this</span>, context);</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> }</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ae6d781cbeaaf441551c7c0f6f2bec1e9"> 86</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ae6d781cbeaaf441551c7c0f6f2bec1e9">popContext</a>() {</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> mainJNI.PropagationMonitor_popContext(swigCPtr, <span class="keyword">this</span>);</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> }</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a79ab9a8ae2df0a2e5e5f5be7f76a7794"> 93</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a79ab9a8ae2df0a2e5e5f5be7f76a7794">setMin</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntExpr.html">IntExpr</a> expr, <span class="keywordtype">long</span> new_min) {</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> mainJNI.PropagationMonitor_setMin__SWIG_0(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntExpr.html">IntExpr</a>.getCPtr(expr), expr, new_min);</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> }</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> </div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ad6c2d458ac3eefbcd3f5929e4626a6e6"> 97</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ad6c2d458ac3eefbcd3f5929e4626a6e6">setMax</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntExpr.html">IntExpr</a> expr, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> mainJNI.PropagationMonitor_setMax__SWIG_0(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntExpr.html">IntExpr</a>.getCPtr(expr), expr, new_max);</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> }</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> </div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a2f5b23c05f556713cedfba4c1cfc06d4"> 101</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a2f5b23c05f556713cedfba4c1cfc06d4">setRange</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntExpr.html">IntExpr</a> expr, <span class="keywordtype">long</span> new_min, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> mainJNI.PropagationMonitor_setRange__SWIG_0(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntExpr.html">IntExpr</a>.getCPtr(expr), expr, new_min, new_max);</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> }</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ab62ff78a39b423faad6abcb1f3d7be1f"> 108</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ab62ff78a39b423faad6abcb1f3d7be1f">setMin</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var, <span class="keywordtype">long</span> new_min) {</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> mainJNI.PropagationMonitor_setMin__SWIG_1(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var, new_min);</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> }</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> </div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a443158ee36e53f3dfd01b0b636498dc1"> 112</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a443158ee36e53f3dfd01b0b636498dc1">setMax</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> mainJNI.PropagationMonitor_setMax__SWIG_1(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var, new_max);</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> }</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> </div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ad2452efc528587897989920319336245"> 116</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ad2452efc528587897989920319336245">setRange</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var, <span class="keywordtype">long</span> new_min, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> mainJNI.PropagationMonitor_setRange__SWIG_1(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var, new_min, new_max);</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> }</div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> </div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a948a633515dfcd82c6514835d8ad31e6"> 120</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a948a633515dfcd82c6514835d8ad31e6">removeValue</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var, <span class="keywordtype">long</span> value) {</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> mainJNI.PropagationMonitor_removeValue(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var, value);</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> }</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> </div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#aa95583cd7d3e9fdef92e0134774f1160"> 124</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#aa95583cd7d3e9fdef92e0134774f1160">setValue</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var, <span class="keywordtype">long</span> value) {</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> mainJNI.PropagationMonitor_setValue__SWIG_0(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var, value);</div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> }</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a05f2b0479db4ad72ff122e4568ef5271"> 128</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a05f2b0479db4ad72ff122e4568ef5271">removeInterval</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var, <span class="keywordtype">long</span> imin, <span class="keywordtype">long</span> imax) {</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> mainJNI.PropagationMonitor_removeInterval(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var, imin, imax);</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> }</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> </div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a80a70a5f501d5ba2539d2d98b97d60a2"> 132</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a80a70a5f501d5ba2539d2d98b97d60a2">setValue</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var, <span class="keywordtype">long</span>[] values) {</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> mainJNI.PropagationMonitor_setValue__SWIG_1(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var, values);</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> }</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#abc91658150517b99fb269174f6c1ad0c"> 136</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#abc91658150517b99fb269174f6c1ad0c">removeValues</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a> var, <span class="keywordtype">long</span>[] values) {</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> mainJNI.PropagationMonitor_removeValues(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">IntVar</a>.getCPtr(var), var, values);</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> }</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> </div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ab73011786c9c35521b6dc01d930da909"> 143</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ab73011786c9c35521b6dc01d930da909">setStartMin</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">long</span> new_min) {</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> mainJNI.PropagationMonitor_setStartMin(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, new_min);</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> }</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a934fb2402ef1b04440305f319f2b52fd"> 147</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a934fb2402ef1b04440305f319f2b52fd">setStartMax</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> mainJNI.PropagationMonitor_setStartMax(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, new_max);</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> }</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5ec8fc9aeadbc7966b697a032fa27bde"> 151</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5ec8fc9aeadbc7966b697a032fa27bde">setStartRange</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">long</span> new_min, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> mainJNI.PropagationMonitor_setStartRange(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, new_min, new_max);</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> }</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> </div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a161a7c5518c29147542955b8bccd8f64"> 155</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a161a7c5518c29147542955b8bccd8f64">setEndMin</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">long</span> new_min) {</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> mainJNI.PropagationMonitor_setEndMin(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, new_min);</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> }</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a405fd94685c5dc9472f1d3ac2ee75016"> 159</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a405fd94685c5dc9472f1d3ac2ee75016">setEndMax</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> mainJNI.PropagationMonitor_setEndMax(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, new_max);</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> }</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5f47b1738e631cffa33d029d6c3dd2f7"> 163</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5f47b1738e631cffa33d029d6c3dd2f7">setEndRange</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">long</span> new_min, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> mainJNI.PropagationMonitor_setEndRange(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, new_min, new_max);</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> }</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> </div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5fb1a8a8db8059dadd1d006791fda114"> 167</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5fb1a8a8db8059dadd1d006791fda114">setDurationMin</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">long</span> new_min) {</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> mainJNI.PropagationMonitor_setDurationMin(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, new_min);</div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> }</div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> </div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a1a4842b63a6f5e33f1a689ab5b5b7e2b"> 171</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a1a4842b63a6f5e33f1a689ab5b5b7e2b">setDurationMax</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> mainJNI.PropagationMonitor_setDurationMax(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, new_max);</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> }</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> </div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ae9d932de345e25c19e23e4885febef26"> 175</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ae9d932de345e25c19e23e4885febef26">setDurationRange</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">long</span> new_min, <span class="keywordtype">long</span> new_max) {</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> mainJNI.PropagationMonitor_setDurationRange(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, new_min, new_max);</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> }</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> </div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#abc62ed093fcf9a2db97ea240f6e1bb19"> 179</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#abc62ed093fcf9a2db97ea240f6e1bb19">setPerformed</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a> var, <span class="keywordtype">boolean</span> value) {</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> mainJNI.PropagationMonitor_setPerformed(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">IntervalVar</a>.getCPtr(var), var, value);</div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> }</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> </div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a6f156bd85e71ea483e83a33a5f6e2f2d"> 186</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a6f156bd85e71ea483e83a33a5f6e2f2d">rankFirst</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a> var, <span class="keywordtype">int</span> index) {</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> mainJNI.PropagationMonitor_rankFirst(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a>.getCPtr(var), var, index);</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> }</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> </div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#aaf81f8865576a8c3bed4c31214b5d41e"> 190</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#aaf81f8865576a8c3bed4c31214b5d41e">rankNotFirst</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a> var, <span class="keywordtype">int</span> index) {</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> mainJNI.PropagationMonitor_rankNotFirst(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a>.getCPtr(var), var, index);</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> }</div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> </div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5818b4430325f07e086718b0815d8d18"> 194</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5818b4430325f07e086718b0815d8d18">rankLast</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a> var, <span class="keywordtype">int</span> index) {</div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> mainJNI.PropagationMonitor_rankLast(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a>.getCPtr(var), var, index);</div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> }</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> </div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a82919a414d4eb62ba007e2fcc5dc3568"> 198</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a82919a414d4eb62ba007e2fcc5dc3568">rankNotLast</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a> var, <span class="keywordtype">int</span> index) {</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> mainJNI.PropagationMonitor_rankNotLast(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a>.getCPtr(var), var, index);</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> }</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> </div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a0fd451ca760b160c7a99eb974e87d491"> 202</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a0fd451ca760b160c7a99eb974e87d491">rankSequence</a>(<a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a> var, <span class="keywordtype">int</span>[] rank_first, <span class="keywordtype">int</span>[] rank_last, <span class="keywordtype">int</span>[] unperformed) {</div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> mainJNI.PropagationMonitor_rankSequence(swigCPtr, <span class="keyword">this</span>, <a class="code hl_class" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">SequenceVar</a>.getCPtr(var), var, rank_first, rank_last, unperformed);</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> }</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> </div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"><a class="line" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#af312e5df315ee6384a6bb95109bfc2ab"> 209</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#af312e5df315ee6384a6bb95109bfc2ab">install</a>() {</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> mainJNI.PropagationMonitor_install(swigCPtr, <span class="keyword">this</span>);</div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> }</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> </div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span>}</div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Constraint.html">com.google.ortools.constraintsolver.Constraint</a></div><div class="ttdoc">A constraint is the main modeling object.</div><div class="ttdef"><b>Definition:</b> <a href="gen_2java_2com_2google_2ortools_2constraintsolver_2Constraint_8java_source.html#l00019">gen/java/com/google/ortools/constraintsolver/Constraint.java:19</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1Demon_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Demon.html">com.google.ortools.constraintsolver.Demon</a></div><div class="ttdoc">A Demon is the base element of a propagation queue.</div><div class="ttdef"><b>Definition:</b> <a href="Demon_8java_source.html#l00022">Demon.java:22</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1IntExpr_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntExpr.html">com.google.ortools.constraintsolver.IntExpr</a></div><div class="ttdoc">The class IntExpr is the base of all integer expressions in constraint programming.</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8java_source.html#l00020">IntExpr.java:20</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html">com.google.ortools.constraintsolver.IntVar</a></div><div class="ttdoc">The class IntVar is a subset of IntExpr.</div><div class="ttdef"><b>Definition:</b> <a href="gen_2java_2com_2google_2ortools_2constraintsolver_2IntVar_8java_source.html#l00016">gen/java/com/google/ortools/constraintsolver/IntVar.java:16</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html">com.google.ortools.constraintsolver.IntervalVar</a></div><div class="ttdoc">Interval variables are often used in scheduling.</div><div class="ttdef"><b>Definition:</b> <a href="gen_2java_2com_2google_2ortools_2constraintsolver_2IntervalVar_8java_source.html#l00023">gen/java/com/google/ortools/constraintsolver/IntervalVar.java:23</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html">com.google.ortools.constraintsolver.PropagationMonitor</a></div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00011">PropagationMonitor.java:11</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a05f2b0479db4ad72ff122e4568ef5271"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a05f2b0479db4ad72ff122e4568ef5271">com.google.ortools.constraintsolver.PropagationMonitor.removeInterval</a></div><div class="ttdeci">void removeInterval(IntVar var, long imin, long imax)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00128">PropagationMonitor.java:128</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a079dd5987130a8ea1059765df9fcff40"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a079dd5987130a8ea1059765df9fcff40">com.google.ortools.constraintsolver.PropagationMonitor.PropagationMonitor</a></div><div class="ttdeci">PropagationMonitor(long cPtr, boolean cMemoryOwn)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00014">PropagationMonitor.java:14</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a0fd451ca760b160c7a99eb974e87d491"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a0fd451ca760b160c7a99eb974e87d491">com.google.ortools.constraintsolver.PropagationMonitor.rankSequence</a></div><div class="ttdeci">void rankSequence(SequenceVar var, int[] rank_first, int[] rank_last, int[] unperformed)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00202">PropagationMonitor.java:202</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a161a7c5518c29147542955b8bccd8f64"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a161a7c5518c29147542955b8bccd8f64">com.google.ortools.constraintsolver.PropagationMonitor.setEndMin</a></div><div class="ttdeci">void setEndMin(IntervalVar var, long new_min)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00155">PropagationMonitor.java:155</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a1a4842b63a6f5e33f1a689ab5b5b7e2b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a1a4842b63a6f5e33f1a689ab5b5b7e2b">com.google.ortools.constraintsolver.PropagationMonitor.setDurationMax</a></div><div class="ttdeci">void setDurationMax(IntervalVar var, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00171">PropagationMonitor.java:171</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a2f5b23c05f556713cedfba4c1cfc06d4"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a2f5b23c05f556713cedfba4c1cfc06d4">com.google.ortools.constraintsolver.PropagationMonitor.setRange</a></div><div class="ttdeci">void setRange(IntExpr expr, long new_min, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00101">PropagationMonitor.java:101</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a362f921d6d6d25a9c69e384cc2993773"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a362f921d6d6d25a9c69e384cc2993773">com.google.ortools.constraintsolver.PropagationMonitor.beginDemonRun</a></div><div class="ttdeci">void beginDemonRun(Demon demon)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00066">PropagationMonitor.java:66</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a405fd94685c5dc9472f1d3ac2ee75016"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a405fd94685c5dc9472f1d3ac2ee75016">com.google.ortools.constraintsolver.PropagationMonitor.setEndMax</a></div><div class="ttdeci">void setEndMax(IntervalVar var, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00159">PropagationMonitor.java:159</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a443158ee36e53f3dfd01b0b636498dc1"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a443158ee36e53f3dfd01b0b636498dc1">com.google.ortools.constraintsolver.PropagationMonitor.setMax</a></div><div class="ttdeci">void setMax(IntVar var, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00112">PropagationMonitor.java:112</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a573da7a452011142d40ab20661e08beb"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a573da7a452011142d40ab20661e08beb">com.google.ortools.constraintsolver.PropagationMonitor.beginNestedConstraintInitialPropagation</a></div><div class="ttdeci">void beginNestedConstraintInitialPropagation(Constraint parent, Constraint nested)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00054">PropagationMonitor.java:54</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a5818b4430325f07e086718b0815d8d18"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5818b4430325f07e086718b0815d8d18">com.google.ortools.constraintsolver.PropagationMonitor.rankLast</a></div><div class="ttdeci">void rankLast(SequenceVar var, int index)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00194">PropagationMonitor.java:194</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a5c0d62bfb4e50619a95a401821de7342"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5c0d62bfb4e50619a95a401821de7342">com.google.ortools.constraintsolver.PropagationMonitor.endDemonRun</a></div><div class="ttdeci">void endDemonRun(Demon demon)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00070">PropagationMonitor.java:70</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a5ec8fc9aeadbc7966b697a032fa27bde"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5ec8fc9aeadbc7966b697a032fa27bde">com.google.ortools.constraintsolver.PropagationMonitor.setStartRange</a></div><div class="ttdeci">void setStartRange(IntervalVar var, long new_min, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00151">PropagationMonitor.java:151</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a5f47b1738e631cffa33d029d6c3dd2f7"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5f47b1738e631cffa33d029d6c3dd2f7">com.google.ortools.constraintsolver.PropagationMonitor.setEndRange</a></div><div class="ttdeci">void setEndRange(IntervalVar var, long new_min, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00163">PropagationMonitor.java:163</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a5fb1a8a8db8059dadd1d006791fda114"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a5fb1a8a8db8059dadd1d006791fda114">com.google.ortools.constraintsolver.PropagationMonitor.setDurationMin</a></div><div class="ttdeci">void setDurationMin(IntervalVar var, long new_min)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00167">PropagationMonitor.java:167</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a6d239a13a92b4ed7da3fd8fa8e729b2d"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a6d239a13a92b4ed7da3fd8fa8e729b2d">com.google.ortools.constraintsolver.PropagationMonitor.endConstraintInitialPropagation</a></div><div class="ttdeci">void endConstraintInitialPropagation(Constraint constraint)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00050">PropagationMonitor.java:50</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a6f156bd85e71ea483e83a33a5f6e2f2d"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a6f156bd85e71ea483e83a33a5f6e2f2d">com.google.ortools.constraintsolver.PropagationMonitor.rankFirst</a></div><div class="ttdeci">void rankFirst(SequenceVar var, int index)</div><div class="ttdoc">SequenceVar modifiers.</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00186">PropagationMonitor.java:186</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a79ab9a8ae2df0a2e5e5f5be7f76a7794"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a79ab9a8ae2df0a2e5e5f5be7f76a7794">com.google.ortools.constraintsolver.PropagationMonitor.setMin</a></div><div class="ttdeci">void setMin(IntExpr expr, long new_min)</div><div class="ttdoc">IntExpr modifiers.</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00093">PropagationMonitor.java:93</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a80a70a5f501d5ba2539d2d98b97d60a2"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a80a70a5f501d5ba2539d2d98b97d60a2">com.google.ortools.constraintsolver.PropagationMonitor.setValue</a></div><div class="ttdeci">void setValue(IntVar var, long[] values)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00132">PropagationMonitor.java:132</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a82919a414d4eb62ba007e2fcc5dc3568"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a82919a414d4eb62ba007e2fcc5dc3568">com.google.ortools.constraintsolver.PropagationMonitor.rankNotLast</a></div><div class="ttdeci">void rankNotLast(SequenceVar var, int index)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00198">PropagationMonitor.java:198</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a85dfae21115ad2e117a7cdd1d08a27fc"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a85dfae21115ad2e117a7cdd1d08a27fc">com.google.ortools.constraintsolver.PropagationMonitor.endNestedConstraintInitialPropagation</a></div><div class="ttdeci">void endNestedConstraintInitialPropagation(Constraint parent, Constraint nested)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00058">PropagationMonitor.java:58</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a8acef48d4bf1eb0afa8c92563f0beb9b"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a8acef48d4bf1eb0afa8c92563f0beb9b">com.google.ortools.constraintsolver.PropagationMonitor.beginConstraintInitialPropagation</a></div><div class="ttdeci">void beginConstraintInitialPropagation(Constraint constraint)</div><div class="ttdoc">Propagation events.</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00046">PropagationMonitor.java:46</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a8e37bba46fb3133b6de19da93b7351aa"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a8e37bba46fb3133b6de19da93b7351aa">com.google.ortools.constraintsolver.PropagationMonitor.startProcessingIntegerVariable</a></div><div class="ttdeci">void startProcessingIntegerVariable(IntVar var)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00074">PropagationMonitor.java:74</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a934fb2402ef1b04440305f319f2b52fd"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a934fb2402ef1b04440305f319f2b52fd">com.google.ortools.constraintsolver.PropagationMonitor.setStartMax</a></div><div class="ttdeci">void setStartMax(IntervalVar var, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00147">PropagationMonitor.java:147</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_a948a633515dfcd82c6514835d8ad31e6"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#a948a633515dfcd82c6514835d8ad31e6">com.google.ortools.constraintsolver.PropagationMonitor.removeValue</a></div><div class="ttdeci">void removeValue(IntVar var, long value)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00120">PropagationMonitor.java:120</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_aa05a8c36fbdd2a3d8a62bbcf618b6768"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#aa05a8c36fbdd2a3d8a62bbcf618b6768">com.google.ortools.constraintsolver.PropagationMonitor.pushContext</a></div><div class="ttdeci">void pushContext(String context)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00082">PropagationMonitor.java:82</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_aa95583cd7d3e9fdef92e0134774f1160"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#aa95583cd7d3e9fdef92e0134774f1160">com.google.ortools.constraintsolver.PropagationMonitor.setValue</a></div><div class="ttdeci">void setValue(IntVar var, long value)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00124">PropagationMonitor.java:124</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_aaf81f8865576a8c3bed4c31214b5d41e"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#aaf81f8865576a8c3bed4c31214b5d41e">com.google.ortools.constraintsolver.PropagationMonitor.rankNotFirst</a></div><div class="ttdeci">void rankNotFirst(SequenceVar var, int index)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00190">PropagationMonitor.java:190</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_ab62ff78a39b423faad6abcb1f3d7be1f"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ab62ff78a39b423faad6abcb1f3d7be1f">com.google.ortools.constraintsolver.PropagationMonitor.setMin</a></div><div class="ttdeci">void setMin(IntVar var, long new_min)</div><div class="ttdoc">IntVar modifiers.</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00108">PropagationMonitor.java:108</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_ab73011786c9c35521b6dc01d930da909"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ab73011786c9c35521b6dc01d930da909">com.google.ortools.constraintsolver.PropagationMonitor.setStartMin</a></div><div class="ttdeci">void setStartMin(IntervalVar var, long new_min)</div><div class="ttdoc">IntervalVar modifiers.</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00143">PropagationMonitor.java:143</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_abc62ed093fcf9a2db97ea240f6e1bb19"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#abc62ed093fcf9a2db97ea240f6e1bb19">com.google.ortools.constraintsolver.PropagationMonitor.setPerformed</a></div><div class="ttdeci">void setPerformed(IntervalVar var, boolean value)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00179">PropagationMonitor.java:179</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_abc91658150517b99fb269174f6c1ad0c"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#abc91658150517b99fb269174f6c1ad0c">com.google.ortools.constraintsolver.PropagationMonitor.removeValues</a></div><div class="ttdeci">void removeValues(IntVar var, long[] values)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00136">PropagationMonitor.java:136</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_ace09643eb2d5adb2baa7d89e5fb52298"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ace09643eb2d5adb2baa7d89e5fb52298">com.google.ortools.constraintsolver.PropagationMonitor.registerDemon</a></div><div class="ttdeci">void registerDemon(Demon demon)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00062">PropagationMonitor.java:62</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_ad146fa8579a5f8a876c4688cc5a68520"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ad146fa8579a5f8a876c4688cc5a68520">com.google.ortools.constraintsolver.PropagationMonitor.toString</a></div><div class="ttdeci">String toString()</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00039">PropagationMonitor.java:39</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_ad2452efc528587897989920319336245"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ad2452efc528587897989920319336245">com.google.ortools.constraintsolver.PropagationMonitor.setRange</a></div><div class="ttdeci">void setRange(IntVar var, long new_min, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00116">PropagationMonitor.java:116</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_ad6c2d458ac3eefbcd3f5929e4626a6e6"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ad6c2d458ac3eefbcd3f5929e4626a6e6">com.google.ortools.constraintsolver.PropagationMonitor.setMax</a></div><div class="ttdeci">void setMax(IntExpr expr, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00097">PropagationMonitor.java:97</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_ae6d781cbeaaf441551c7c0f6f2bec1e9"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ae6d781cbeaaf441551c7c0f6f2bec1e9">com.google.ortools.constraintsolver.PropagationMonitor.popContext</a></div><div class="ttdeci">void popContext()</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00086">PropagationMonitor.java:86</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_ae92c6d44e9f04828fa7a52609261bfe5"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ae92c6d44e9f04828fa7a52609261bfe5">com.google.ortools.constraintsolver.PropagationMonitor.endProcessingIntegerVariable</a></div><div class="ttdeci">void endProcessingIntegerVariable(IntVar var)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00078">PropagationMonitor.java:78</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_ae9d932de345e25c19e23e4885febef26"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#ae9d932de345e25c19e23e4885febef26">com.google.ortools.constraintsolver.PropagationMonitor.setDurationRange</a></div><div class="ttdeci">void setDurationRange(IntervalVar var, long new_min, long new_max)</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00175">PropagationMonitor.java:175</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor_html_af312e5df315ee6384a6bb95109bfc2ab"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1PropagationMonitor.html#af312e5df315ee6384a6bb95109bfc2ab">com.google.ortools.constraintsolver.PropagationMonitor.install</a></div><div class="ttdeci">void install()</div><div class="ttdoc">Install itself on the solver.</div><div class="ttdef"><b>Definition:</b> <a href="PropagationMonitor_8java_source.html#l00209">PropagationMonitor.java:209</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchMonitor_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchMonitor.html">com.google.ortools.constraintsolver.SearchMonitor</a></div><div class="ttdoc">A search monitor is a simple set of callbacks to monitor all search events.</div><div class="ttdef"><b>Definition:</b> <a href="SearchMonitor_8java_source.html#l00014">SearchMonitor.java:14</a></div></div>
<div class="ttc" id="aclasscom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar_html"><div class="ttname"><a href="classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html">com.google.ortools.constraintsolver.SequenceVar</a></div><div class="ttdoc">A sequence variable is a variable whose domain is a set of possible orderings of the interval variab...</div><div class="ttdef"><b>Definition:</b> <a href="SequenceVar_8java_source.html#l00019">SequenceVar.java:19</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2019-08-07 18:01:08 -07:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
2019-06-13 02:45:44 +02:00
</html>