Files
ortools-clone/docs/dotnet/IntExpr_8cs_source.html
Laurent Perron 5615fe9c61 regenerate docs
2022-01-17 21:42:14 +01:00

434 lines
122 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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>
<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">
<span id="sfml">Google OR-Tools 9.2</span>
</div>
</div>
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
<h2>DotNet Reference</h2>
<ul>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
</ul>
</div>
<div id="content">
<div align="center">
<h1 style="color: #145A32;">.Net Reference</h1>
</div>
<!-- Generated by Doxygen 1.9.3 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<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">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('IntExpr_8cs_source.html',''); initResizable(); });
/* @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>
<div class="header">
<div class="headertitle"><div class="title">IntExpr.cs</div></div>
</div><!--header-->
<div class="contents">
<a href="IntExpr_8cs.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">// &lt;auto-generated /&gt;</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">//</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">// Version 4.0.2</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">//</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</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="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// the SWIG interface file instead.</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">//------------------------------------------------------------------------------</span></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"> 11</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a> {</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keyword">using</span> System;</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="keyword">using</span> System.Runtime.<a class="code hl_namespace" href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a>;</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="keyword">using</span> System.Collections;</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="keyword">using</span> System.Collections.Generic;</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><span class="keyword">public</span> <span class="keyword">partial class </span>IntExpr : PropagationBaseObject {</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <span class="keyword">internal</span> IntExpr(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.IntExpr_SWIGUpcast(cPtr), cMemoryOwn) {</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> }</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> <span class="keyword">internal</span> <span class="keyword">static</span> global::System.Runtime.InteropServices.HandleRef getCPtr(IntExpr obj) {</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <span class="keywordflow">return</span> (obj == <span class="keyword">null</span>) ? <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero) : obj.swigCPtr;</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"> 28</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a849c3c7f8d08104f0cdb46bee9fe6389"> 29</a></span> <span class="keyword">protected</span> <span class="keyword">override</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a849c3c7f8d08104f0cdb46bee9fe6389">Dispose</a>(<span class="keywordtype">bool</span> disposing) {</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> lock(<span class="keyword">this</span>) {</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>) {</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <a class="code hl_variable" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a> = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad3ac60f9d04ef4f7662289dc0c3c13e8">delete_IntExpr</a>(swigCPtr);</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> swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero);</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> base.Dispose(disposing);</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> }</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</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> <span class="comment">// Keep reference to delegate to avoid GC to collect them early</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">private</span> List&lt;VoidToVoid&gt; closureCallbacks;</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">private</span> <a class="code hl_function" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#abc16698d7271f4a9ee8cea66876bc869">VoidToVoid</a> StoreVoidToVoid(<a class="code hl_function" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#abc16698d7271f4a9ee8cea66876bc869">VoidToVoid</a> closure) {</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordflow">if</span> (closureCallbacks == <span class="keyword">null</span>)</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> closureCallbacks = <span class="keyword">new</span> List&lt;VoidToVoid&gt;();</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> closureCallbacks.Add(closure);</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keywordflow">return</span> closure;</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"> 50</span> </div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa7d3df606b0b4cc9f0f8d33896369f45"> 51</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">long</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa7d3df606b0b4cc9f0f8d33896369f45">Min</a>() {</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keywordtype">long</span> ret = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a369e2b2fa70667c58cb724f91f9cc153">IntExpr_Min</a>(swigCPtr);</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> }</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> </div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a873d90e65818139426afb5cc1044d8f8"> 56</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a873d90e65818139426afb5cc1044d8f8">SetMin</a>(<span class="keywordtype">long</span> m) {</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa67bd71aa4a2cdce5e39e5d7e274b393">IntExpr_SetMin</a>(swigCPtr, m);</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keywordflow">if</span> (<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_property" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> }</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a605fb1e2ecf9c80b9aef52ed04f5cdfa"> 61</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">long</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a605fb1e2ecf9c80b9aef52ed04f5cdfa">Max</a>() {</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keywordtype">long</span> ret = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a27626d73bc9f26c848062e5e386f3dca">IntExpr_Max</a>(swigCPtr);</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keywordflow">return</span> ret;</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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a96835f991bcde633a85d64a0f0f082ae"> 66</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a96835f991bcde633a85d64a0f0f082ae">SetMax</a>(<span class="keywordtype">long</span> m) {</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad70efb8303c9b098850157e200122cfe">IntExpr_SetMax</a>(swigCPtr, m);</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keywordflow">if</span> (<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_property" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</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"> 70</span> </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a3961fbda887e5f284a4fe7bca77bcfd6"> 71</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a3961fbda887e5f284a4fe7bca77bcfd6">Range</a>(out <span class="keywordtype">long</span> l, out <span class="keywordtype">long</span> u) {</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a895fab9d656037605dc14f85a92d8cee">IntExpr_Range</a>(swigCPtr, out l, out u);</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"> 74</span> </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa1ac117dbe220eeb46a0e0d7761d8984"> 75</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa1ac117dbe220eeb46a0e0d7761d8984">SetRange</a>(<span class="keywordtype">long</span> l, <span class="keywordtype">long</span> u) {</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a64201264dacbd8bf45d66508d69d57f2">IntExpr_SetRange</a>(swigCPtr, l, u);</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keywordflow">if</span> (<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_property" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> }</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> </div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ade9871836d276dd425593db731ba03cc"> 80</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ade9871836d276dd425593db731ba03cc">SetValue</a>(<span class="keywordtype">long</span> v) {</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4420e5218b9996b62ac24a1ec0e41a69">IntExpr_SetValue</a>(swigCPtr, v);</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keywordflow">if</span> (<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_property" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> }</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a3d2f78d8fc21f5b58f7069990535f488"> 85</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a3d2f78d8fc21f5b58f7069990535f488">Bound</a>() {</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keywordtype">bool</span> ret = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a007cdf87a77b74c9f924deae7c0ee2bb">IntExpr_Bound</a>(swigCPtr);</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="keywordflow">return</span> ret;</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="l00090" name="l00090"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a621d470181cc770c16814042fbed1b4b"> 90</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a621d470181cc770c16814042fbed1b4b">IsVar</a>() {</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="keywordtype">bool</span> ret = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a069db8fce084e02817474010cc749b1d">IntExpr_IsVar</a>(swigCPtr);</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> }</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a14c5d641d3d56f99cfea4abdfbbbef40"> 95</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a14c5d641d3d56f99cfea4abdfbbbef40">Var</a>() {</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a473e11af369145ffeb1234c6ae15af9f">IntExpr_Var</a>(swigCPtr);</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="keywordflow">return</span> ret;</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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a5bc74f44d09545209f7f4a6f9515ac1e"> 101</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a5bc74f44d09545209f7f4a6f9515ac1e">VarWithName</a>(<span class="keywordtype">string</span> name) {</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0633de21125fe163c2f5e0e04f602378">IntExpr_VarWithName</a>(swigCPtr, name);</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <span class="keywordflow">if</span> (<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_property" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> }</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ab1af13162933b3f6afa1534dce557c1b"> 108</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ab1af13162933b3f6afa1534dce557c1b">WhenRange</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html">Demon</a> d) {</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a85ee6c98f4392fca6996966762f6d813">IntExpr_WhenRange__SWIG_0</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html">Demon</a>.getCPtr(d));</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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8c25a78612922e0eec30b0d0d7ce0a2a"> 112</a></span> <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8c25a78612922e0eec30b0d0d7ce0a2a">WhenRange</a>( <a class="code hl_function" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#abc16698d7271f4a9ee8cea66876bc869">VoidToVoid</a> closure) {</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8a3db1f55fe00e33a90c692aaf848b74">IntExpr_WhenRange__SWIG_1</a>(swigCPtr, StoreVoidToVoid(closure) );</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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a30704444f762db3dad78b869f4ec12f1"> 116</a></span> <span class="keyword">public</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a30704444f762db3dad78b869f4ec12f1">Accept</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html">ModelVisitor</a> visitor) {</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac59dc549445ce30bf43c2594b121244d">IntExpr_Accept</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html">ModelVisitor</a>.getCPtr(visitor));</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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a022d3e76d6c82de4f386236cc243d697"> 120</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a022d3e76d6c82de4f386236cc243d697">MapTo</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a> vars) {</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a94b44982c80948287da9bc35eacdd22d">IntExpr_MapTo</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a>.getCPtr(vars));</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <span class="keywordflow">if</span> (<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_property" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> }</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a94508907119af267fb9a0a483ac18f1a"> 127</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a94508907119af267fb9a0a483ac18f1a">IndexOf</a>( <span class="keywordtype">long</span>[] vars) {</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3830b22cd606503b81f111c60488bf1c">IntExpr_IndexOf__SWIG_0</a>(swigCPtr, vars.Length, vars );</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="keywordflow">return</span> ret;</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"> 132</span> </div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa6d525417549d0c0f83df9d71d743893"> 133</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa6d525417549d0c0f83df9d71d743893">IndexOf</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a> vars) {</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1eb23e2e2d8df08cce2cd0e4f688e756">IntExpr_IndexOf__SWIG_1</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">IntVarVector</a>.getCPtr(vars));</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> <span class="keywordflow">if</span> (<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_property" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> <span class="keywordflow">return</span> ret;</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="l00140" name="l00140"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a1ccf37c48cbd46ad93955b50adf300f0"> 140</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a1ccf37c48cbd46ad93955b50adf300f0">IsEqual</a>(<span class="keywordtype">long</span> value) {</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8cd3aaf177bd41f954cf853101a4e4ba">IntExpr_IsEqual__SWIG_0</a>(swigCPtr, value);</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> }</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ac2ec53e0d5cd11f1bf79045c3206a335"> 146</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ac2ec53e0d5cd11f1bf79045c3206a335">IsDifferent</a>(<span class="keywordtype">long</span> value) {</div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a46cafc4e4ea8cea435a76de76d4b3eb1">IntExpr_IsDifferent__SWIG_0</a>(swigCPtr, value);</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="keywordflow">return</span> ret;</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"> 151</span> </div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa9148c2671173dae5899bc98e88f49b6"> 152</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa9148c2671173dae5899bc98e88f49b6">IsGreater</a>(<span class="keywordtype">long</span> value) {</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a602bbaf097a7d79ef9d79197f8d798fe">IntExpr_IsGreater__SWIG_0</a>(swigCPtr, value);</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> }</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8be44a51fffa4f36f522b7ba7f76bfeb"> 158</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8be44a51fffa4f36f522b7ba7f76bfeb">IsGreaterOrEqual</a>(<span class="keywordtype">long</span> value) {</div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af6378a116875ab7c44d8ed29480a109e">IntExpr_IsGreaterOrEqual__SWIG_0</a>(swigCPtr, value);</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <span class="keywordflow">return</span> ret;</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"> 163</span> </div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a988885785ce97eefb4ce705109007a9c"> 164</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a988885785ce97eefb4ce705109007a9c">IsLess</a>(<span class="keywordtype">long</span> value) {</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0b2772d51dc5caed631c266e3f5fdfbf">IntExpr_IsLess__SWIG_0</a>(swigCPtr, value);</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> }</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a075591aff0c0e67d40f5e2a2b85729d7"> 170</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a075591aff0c0e67d40f5e2a2b85729d7">IsLessOrEqual</a>(<span class="keywordtype">long</span> value) {</div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a50e3cd4bb78b977e3f74db8cf589c527">IntExpr_IsLessOrEqual__SWIG_0</a>(swigCPtr, value);</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> <span class="keywordflow">return</span> ret;</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"> 175</span> </div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#afae94197cfee29a625a70c2d238dd416"> 176</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#afae94197cfee29a625a70c2d238dd416">IsMember</a>( <span class="keywordtype">long</span>[] values) {</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9426e8d51dc1fa4ec299074e9ee7962d">IntExpr_IsMember__SWIG_0</a>(swigCPtr, values.Length, values );</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> }</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a25dc16371ab3093aa0403babe471eece"> 182</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a25dc16371ab3093aa0403babe471eece">IsMember</a>( <span class="keywordtype">int</span>[] values) {</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#adf987edd708128f48470370edb2d2a87">IntExpr_IsMember__SWIG_1</a>(swigCPtr, values.Length, values );</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> }</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> </div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a479f0b1a34804f44179dbfc2ca1ce8bc"> 188</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a479f0b1a34804f44179dbfc2ca1ce8bc">Member</a>( <span class="keywordtype">long</span>[] values) {</div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aab8aaf7330d3702d4630e59790ae24b6">IntExpr_Member__SWIG_0</a>(swigCPtr, values.Length, values );</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="keywordflow">return</span> ret;</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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a234ca97214e851a51c0bd6aa574f5fc4"> 194</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a234ca97214e851a51c0bd6aa574f5fc4">Member</a>( <span class="keywordtype">int</span>[] values) {</div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a08035663c2565877d9590fd30d8a1176">IntExpr_Member__SWIG_1</a>(swigCPtr, values.Length, values );</div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Constraint</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> }</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> </div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a340fdb7cfc72cd71a1288e1832768c59"> 200</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a340fdb7cfc72cd71a1288e1832768c59">IsEqual</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> other) {</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a376aea68b02d5a944c7e7cd1e395d80e">IntExpr_IsEqual__SWIG_1</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a>.getCPtr(other));</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="keywordflow">return</span> ret;</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="l00206" name="l00206"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ad10b78736e331f655ac41b8c2d0e83c1"> 206</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ad10b78736e331f655ac41b8c2d0e83c1">IsDifferent</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> other) {</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a163001a04a30963b49104730882ee886">IntExpr_IsDifferent__SWIG_1</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a>.getCPtr(other));</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</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"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a10a3946574de951dc1dc96ea7db90e8c"> 212</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a10a3946574de951dc1dc96ea7db90e8c">IsGreater</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> other) {</div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aeb3dc330abd35f0d4723f654dc81a1d0">IntExpr_IsGreater__SWIG_1</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a>.getCPtr(other));</div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> }</div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> </div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#afac9546acb2f2369d1e63f0c646cc05c"> 218</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#afac9546acb2f2369d1e63f0c646cc05c">IsGreaterOrEqual</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> other) {</div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2be675e9fa3815b65ec85b4989db658c">IntExpr_IsGreaterOrEqual__SWIG_1</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a>.getCPtr(other));</div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> }</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> </div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a69543b803475303d4796b46b0c0b6bc0"> 224</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a69543b803475303d4796b46b0c0b6bc0">IsLess</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> other) {</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa3eaf0950c483a665abfa30586ab119c">IntExpr_IsLess__SWIG_1</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a>.getCPtr(other));</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> }</div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> </div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a13fc20f933a4cfb5621c995745f6ad90"> 230</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a13fc20f933a4cfb5621c995745f6ad90">IsLessOrEqual</a>(<a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a> other) {</div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad3627b985b0246802f3fdd2b8e36eb7e">IntExpr_IsLessOrEqual__SWIG_1</a>(swigCPtr, <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">IntExpr</a>.getCPtr(other));</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">IntVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> }</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> </div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a0df62bde4d63c1beb4fa187a1a2a7ea9"> 236</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar.html">OptimizeVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a0df62bde4d63c1beb4fa187a1a2a7ea9">Minimize</a>(<span class="keywordtype">long</span> step) {</div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a140bc6c07be6a948c887eca6c66a8fd0">IntExpr_Minimize</a>(swigCPtr, step);</div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar.html">OptimizeVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar.html">OptimizeVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> }</div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> </div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8ed22a2d20f598003dd9b797a91a4985"> 242</a></span> <span class="keyword">public</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar.html">OptimizeVar</a> <a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8ed22a2d20f598003dd9b797a91a4985">Maximize</a>(<span class="keywordtype">long</span> step) {</div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> global::System.IntPtr cPtr = <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">operations_research_constraint_solverPINVOKE</a>.<a class="code hl_function" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2a814cdd457690e61f085948f73f607f">IntExpr_Maximize</a>(swigCPtr, step);</div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar.html">OptimizeVar</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code hl_class" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar.html">OptimizeVar</a>(cPtr, <span class="keyword">false</span>);</div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <span class="keywordflow">return</span> ret;</div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> }</div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> </div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span>}</div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> </div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span>}</div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1BaseObject.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.BaseObject.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="BaseObject_8cs_source.html#l00020">BaseObject.cs:20</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Constraint.html">Google.OrTools.ConstraintSolver.Constraint</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2csharp_2SolverHelper_8cs_source.html#l00450">constraint_solver/csharp/SolverHelper.cs:451</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Demon.html">Google.OrTools.ConstraintSolver.Demon</a></div><div class="ttdef"><b>Definition:</b> <a href="Demon_8cs_source.html#l00018">Demon.cs:18</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html">Google.OrTools.ConstraintSolver.IntExpr</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2csharp_2SolverHelper_8cs_source.html#l00342">constraint_solver/csharp/SolverHelper.cs:343</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a022d3e76d6c82de4f386236cc243d697"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a022d3e76d6c82de4f386236cc243d697">Google.OrTools.ConstraintSolver.IntExpr.MapTo</a></div><div class="ttdeci">Constraint MapTo(IntVarVector vars)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00120">IntExpr.cs:120</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a075591aff0c0e67d40f5e2a2b85729d7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a075591aff0c0e67d40f5e2a2b85729d7">Google.OrTools.ConstraintSolver.IntExpr.IsLessOrEqual</a></div><div class="ttdeci">IntVar IsLessOrEqual(long value)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00170">IntExpr.cs:170</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a0df62bde4d63c1beb4fa187a1a2a7ea9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a0df62bde4d63c1beb4fa187a1a2a7ea9">Google.OrTools.ConstraintSolver.IntExpr.Minimize</a></div><div class="ttdeci">OptimizeVar Minimize(long step)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00236">IntExpr.cs:236</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a10a3946574de951dc1dc96ea7db90e8c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a10a3946574de951dc1dc96ea7db90e8c">Google.OrTools.ConstraintSolver.IntExpr.IsGreater</a></div><div class="ttdeci">IntVar IsGreater(IntExpr other)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00212">IntExpr.cs:212</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a13fc20f933a4cfb5621c995745f6ad90"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a13fc20f933a4cfb5621c995745f6ad90">Google.OrTools.ConstraintSolver.IntExpr.IsLessOrEqual</a></div><div class="ttdeci">IntVar IsLessOrEqual(IntExpr other)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00230">IntExpr.cs:230</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a14c5d641d3d56f99cfea4abdfbbbef40"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a14c5d641d3d56f99cfea4abdfbbbef40">Google.OrTools.ConstraintSolver.IntExpr.Var</a></div><div class="ttdeci">virtual IntVar Var()</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00095">IntExpr.cs:95</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a1ccf37c48cbd46ad93955b50adf300f0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a1ccf37c48cbd46ad93955b50adf300f0">Google.OrTools.ConstraintSolver.IntExpr.IsEqual</a></div><div class="ttdeci">IntVar IsEqual(long value)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00140">IntExpr.cs:140</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a234ca97214e851a51c0bd6aa574f5fc4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a234ca97214e851a51c0bd6aa574f5fc4">Google.OrTools.ConstraintSolver.IntExpr.Member</a></div><div class="ttdeci">Constraint Member(int[] values)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00194">IntExpr.cs:194</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a25dc16371ab3093aa0403babe471eece"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a25dc16371ab3093aa0403babe471eece">Google.OrTools.ConstraintSolver.IntExpr.IsMember</a></div><div class="ttdeci">IntVar IsMember(int[] values)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00182">IntExpr.cs:182</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a30704444f762db3dad78b869f4ec12f1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a30704444f762db3dad78b869f4ec12f1">Google.OrTools.ConstraintSolver.IntExpr.Accept</a></div><div class="ttdeci">virtual void Accept(ModelVisitor visitor)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00116">IntExpr.cs:116</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a340fdb7cfc72cd71a1288e1832768c59"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a340fdb7cfc72cd71a1288e1832768c59">Google.OrTools.ConstraintSolver.IntExpr.IsEqual</a></div><div class="ttdeci">IntVar IsEqual(IntExpr other)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00200">IntExpr.cs:200</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a3961fbda887e5f284a4fe7bca77bcfd6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a3961fbda887e5f284a4fe7bca77bcfd6">Google.OrTools.ConstraintSolver.IntExpr.Range</a></div><div class="ttdeci">virtual void Range(out long l, out long u)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00071">IntExpr.cs:71</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a3d2f78d8fc21f5b58f7069990535f488"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a3d2f78d8fc21f5b58f7069990535f488">Google.OrTools.ConstraintSolver.IntExpr.Bound</a></div><div class="ttdeci">virtual bool Bound()</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00085">IntExpr.cs:85</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a479f0b1a34804f44179dbfc2ca1ce8bc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a479f0b1a34804f44179dbfc2ca1ce8bc">Google.OrTools.ConstraintSolver.IntExpr.Member</a></div><div class="ttdeci">Constraint Member(long[] values)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00188">IntExpr.cs:188</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a5bc74f44d09545209f7f4a6f9515ac1e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a5bc74f44d09545209f7f4a6f9515ac1e">Google.OrTools.ConstraintSolver.IntExpr.VarWithName</a></div><div class="ttdeci">IntVar VarWithName(string name)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00101">IntExpr.cs:101</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a605fb1e2ecf9c80b9aef52ed04f5cdfa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a605fb1e2ecf9c80b9aef52ed04f5cdfa">Google.OrTools.ConstraintSolver.IntExpr.Max</a></div><div class="ttdeci">virtual long Max()</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00061">IntExpr.cs:61</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a621d470181cc770c16814042fbed1b4b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a621d470181cc770c16814042fbed1b4b">Google.OrTools.ConstraintSolver.IntExpr.IsVar</a></div><div class="ttdeci">virtual bool IsVar()</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00090">IntExpr.cs:90</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a69543b803475303d4796b46b0c0b6bc0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a69543b803475303d4796b46b0c0b6bc0">Google.OrTools.ConstraintSolver.IntExpr.IsLess</a></div><div class="ttdeci">IntVar IsLess(IntExpr other)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00224">IntExpr.cs:224</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a849c3c7f8d08104f0cdb46bee9fe6389"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a849c3c7f8d08104f0cdb46bee9fe6389">Google.OrTools.ConstraintSolver.IntExpr.Dispose</a></div><div class="ttdeci">override void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00029">IntExpr.cs:29</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a873d90e65818139426afb5cc1044d8f8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a873d90e65818139426afb5cc1044d8f8">Google.OrTools.ConstraintSolver.IntExpr.SetMin</a></div><div class="ttdeci">virtual void SetMin(long m)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00056">IntExpr.cs:56</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a8be44a51fffa4f36f522b7ba7f76bfeb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8be44a51fffa4f36f522b7ba7f76bfeb">Google.OrTools.ConstraintSolver.IntExpr.IsGreaterOrEqual</a></div><div class="ttdeci">IntVar IsGreaterOrEqual(long value)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00158">IntExpr.cs:158</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a8c25a78612922e0eec30b0d0d7ce0a2a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8c25a78612922e0eec30b0d0d7ce0a2a">Google.OrTools.ConstraintSolver.IntExpr.WhenRange</a></div><div class="ttdeci">void WhenRange(VoidToVoid closure)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00112">IntExpr.cs:112</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a8ed22a2d20f598003dd9b797a91a4985"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a8ed22a2d20f598003dd9b797a91a4985">Google.OrTools.ConstraintSolver.IntExpr.Maximize</a></div><div class="ttdeci">OptimizeVar Maximize(long step)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00242">IntExpr.cs:242</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a94508907119af267fb9a0a483ac18f1a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a94508907119af267fb9a0a483ac18f1a">Google.OrTools.ConstraintSolver.IntExpr.IndexOf</a></div><div class="ttdeci">IntExpr IndexOf(long[] vars)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00127">IntExpr.cs:127</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a96835f991bcde633a85d64a0f0f082ae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a96835f991bcde633a85d64a0f0f082ae">Google.OrTools.ConstraintSolver.IntExpr.SetMax</a></div><div class="ttdeci">virtual void SetMax(long m)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00066">IntExpr.cs:66</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_a988885785ce97eefb4ce705109007a9c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#a988885785ce97eefb4ce705109007a9c">Google.OrTools.ConstraintSolver.IntExpr.IsLess</a></div><div class="ttdeci">IntVar IsLess(long value)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00164">IntExpr.cs:164</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_aa1ac117dbe220eeb46a0e0d7761d8984"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa1ac117dbe220eeb46a0e0d7761d8984">Google.OrTools.ConstraintSolver.IntExpr.SetRange</a></div><div class="ttdeci">virtual void SetRange(long l, long u)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00075">IntExpr.cs:75</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_aa6d525417549d0c0f83df9d71d743893"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa6d525417549d0c0f83df9d71d743893">Google.OrTools.ConstraintSolver.IntExpr.IndexOf</a></div><div class="ttdeci">IntExpr IndexOf(IntVarVector vars)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00133">IntExpr.cs:133</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_aa7d3df606b0b4cc9f0f8d33896369f45"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa7d3df606b0b4cc9f0f8d33896369f45">Google.OrTools.ConstraintSolver.IntExpr.Min</a></div><div class="ttdeci">virtual long Min()</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00051">IntExpr.cs:51</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_aa9148c2671173dae5899bc98e88f49b6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#aa9148c2671173dae5899bc98e88f49b6">Google.OrTools.ConstraintSolver.IntExpr.IsGreater</a></div><div class="ttdeci">IntVar IsGreater(long value)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00152">IntExpr.cs:152</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_ab1af13162933b3f6afa1534dce557c1b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ab1af13162933b3f6afa1534dce557c1b">Google.OrTools.ConstraintSolver.IntExpr.WhenRange</a></div><div class="ttdeci">virtual void WhenRange(Demon d)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00108">IntExpr.cs:108</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_ac2ec53e0d5cd11f1bf79045c3206a335"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ac2ec53e0d5cd11f1bf79045c3206a335">Google.OrTools.ConstraintSolver.IntExpr.IsDifferent</a></div><div class="ttdeci">IntVar IsDifferent(long value)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00146">IntExpr.cs:146</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_ad10b78736e331f655ac41b8c2d0e83c1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ad10b78736e331f655ac41b8c2d0e83c1">Google.OrTools.ConstraintSolver.IntExpr.IsDifferent</a></div><div class="ttdeci">IntVar IsDifferent(IntExpr other)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00206">IntExpr.cs:206</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_ade9871836d276dd425593db731ba03cc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#ade9871836d276dd425593db731ba03cc">Google.OrTools.ConstraintSolver.IntExpr.SetValue</a></div><div class="ttdeci">virtual void SetValue(long v)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00080">IntExpr.cs:80</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_afac9546acb2f2369d1e63f0c646cc05c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#afac9546acb2f2369d1e63f0c646cc05c">Google.OrTools.ConstraintSolver.IntExpr.IsGreaterOrEqual</a></div><div class="ttdeci">IntVar IsGreaterOrEqual(IntExpr other)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00218">IntExpr.cs:218</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr_html_afae94197cfee29a625a70c2d238dd416"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntExpr.html#afae94197cfee29a625a70c2d238dd416">Google.OrTools.ConstraintSolver.IntExpr.IsMember</a></div><div class="ttdeci">IntVar IsMember(long[] values)</div><div class="ttdef"><b>Definition:</b> <a href="IntExpr_8cs_source.html#l00176">IntExpr.cs:176</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVarVector.html">Google.OrTools.ConstraintSolver.IntVarVector</a></div><div class="ttdef"><b>Definition:</b> <a href="IntVarArrayHelper_8cs_source.html#l00178">IntVarArrayHelper.cs:184</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntVar.html">Google.OrTools.ConstraintSolver.IntVar</a></div><div class="ttdef"><b>Definition:</b> <a href="IntVar_8cs_source.html#l00018">IntVar.cs:18</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelVisitor.html">Google.OrTools.ConstraintSolver.ModelVisitor</a></div><div class="ttdef"><b>Definition:</b> <a href="ModelVisitor_8cs_source.html#l00018">ModelVisitor.cs:18</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1OptimizeVar.html">Google.OrTools.ConstraintSolver.OptimizeVar</a></div><div class="ttdef"><b>Definition:</b> <a href="OptimizeVar_8cs_source.html#l00018">OptimizeVar.cs:18</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00161">operations_research_constraint_solverPINVOKE.cs:161</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a7c98814d2667a9273c95e975fd320b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00167">operations_research_constraint_solverPINVOKE.cs:167</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a99561aa89dd816ba2dd85af036e32227"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00186">operations_research_constraint_solverPINVOKE.cs:186</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00047">operations_research_constraint_solverPINVOKE.cs:47</a></div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a007cdf87a77b74c9f924deae7c0ee2bb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a007cdf87a77b74c9f924deae7c0ee2bb">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Bound</a></div><div class="ttdeci">static bool IntExpr_Bound(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0633de21125fe163c2f5e0e04f602378"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0633de21125fe163c2f5e0e04f602378">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_VarWithName</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_VarWithName(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a069db8fce084e02817474010cc749b1d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a069db8fce084e02817474010cc749b1d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsVar</a></div><div class="ttdeci">static bool IntExpr_IsVar(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a08035663c2565877d9590fd30d8a1176"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a08035663c2565877d9590fd30d8a1176">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Member__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_Member__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, int[] jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0b2772d51dc5caed631c266e3f5fdfbf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0b2772d51dc5caed631c266e3f5fdfbf">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsLess__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsLess__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a140bc6c07be6a948c887eca6c66a8fd0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a140bc6c07be6a948c887eca6c66a8fd0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Minimize</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_Minimize(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a163001a04a30963b49104730882ee886"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a163001a04a30963b49104730882ee886">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsDifferent__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsDifferent__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1eb23e2e2d8df08cce2cd0e4f688e756"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1eb23e2e2d8df08cce2cd0e4f688e756">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IndexOf__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IndexOf__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a27626d73bc9f26c848062e5e386f3dca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a27626d73bc9f26c848062e5e386f3dca">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Max</a></div><div class="ttdeci">static long IntExpr_Max(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2a814cdd457690e61f085948f73f607f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2a814cdd457690e61f085948f73f607f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Maximize</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_Maximize(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2be675e9fa3815b65ec85b4989db658c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2be675e9fa3815b65ec85b4989db658c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsGreaterOrEqual__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsGreaterOrEqual__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a369e2b2fa70667c58cb724f91f9cc153"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a369e2b2fa70667c58cb724f91f9cc153">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Min</a></div><div class="ttdeci">static long IntExpr_Min(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a376aea68b02d5a944c7e7cd1e395d80e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a376aea68b02d5a944c7e7cd1e395d80e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsEqual__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsEqual__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3830b22cd606503b81f111c60488bf1c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3830b22cd606503b81f111c60488bf1c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IndexOf__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IndexOf__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a4420e5218b9996b62ac24a1ec0e41a69"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4420e5218b9996b62ac24a1ec0e41a69">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_SetValue</a></div><div class="ttdeci">static void IntExpr_SetValue(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a46cafc4e4ea8cea435a76de76d4b3eb1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a46cafc4e4ea8cea435a76de76d4b3eb1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsDifferent__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsDifferent__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a473e11af369145ffeb1234c6ae15af9f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a473e11af369145ffeb1234c6ae15af9f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Var</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_Var(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a50e3cd4bb78b977e3f74db8cf589c527"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a50e3cd4bb78b977e3f74db8cf589c527">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsLessOrEqual__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsLessOrEqual__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a602bbaf097a7d79ef9d79197f8d798fe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a602bbaf097a7d79ef9d79197f8d798fe">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsGreater__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsGreater__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a64201264dacbd8bf45d66508d69d57f2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a64201264dacbd8bf45d66508d69d57f2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_SetRange</a></div><div class="ttdeci">static void IntExpr_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a85ee6c98f4392fca6996966762f6d813"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a85ee6c98f4392fca6996966762f6d813">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_WhenRange__SWIG_0</a></div><div class="ttdeci">static void IntExpr_WhenRange__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a895fab9d656037605dc14f85a92d8cee"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a895fab9d656037605dc14f85a92d8cee">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Range</a></div><div class="ttdeci">static void IntExpr_Range(global::System.Runtime.InteropServices.HandleRef jarg1, out long jarg2, out long jarg3)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8a3db1f55fe00e33a90c692aaf848b74"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8a3db1f55fe00e33a90c692aaf848b74">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_WhenRange__SWIG_1</a></div><div class="ttdeci">static void IntExpr_WhenRange__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, VoidToVoid jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8cd3aaf177bd41f954cf853101a4e4ba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8cd3aaf177bd41f954cf853101a4e4ba">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsEqual__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsEqual__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9426e8d51dc1fa4ec299074e9ee7962d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9426e8d51dc1fa4ec299074e9ee7962d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsMember__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsMember__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a94b44982c80948287da9bc35eacdd22d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a94b44982c80948287da9bc35eacdd22d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_MapTo</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_MapTo(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa3eaf0950c483a665abfa30586ab119c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa3eaf0950c483a665abfa30586ab119c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsLess__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsLess__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa67bd71aa4a2cdce5e39e5d7e274b393"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa67bd71aa4a2cdce5e39e5d7e274b393">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_SetMin</a></div><div class="ttdeci">static void IntExpr_SetMin(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aab8aaf7330d3702d4630e59790ae24b6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aab8aaf7330d3702d4630e59790ae24b6">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Member__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_Member__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac59dc549445ce30bf43c2594b121244d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac59dc549445ce30bf43c2594b121244d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_Accept</a></div><div class="ttdeci">static void IntExpr_Accept(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad3627b985b0246802f3fdd2b8e36eb7e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad3627b985b0246802f3fdd2b8e36eb7e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsLessOrEqual__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsLessOrEqual__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad3ac60f9d04ef4f7662289dc0c3c13e8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad3ac60f9d04ef4f7662289dc0c3c13e8">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_IntExpr</a></div><div class="ttdeci">static void delete_IntExpr(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad70efb8303c9b098850157e200122cfe"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad70efb8303c9b098850157e200122cfe">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_SetMax</a></div><div class="ttdeci">static void IntExpr_SetMax(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_adf987edd708128f48470370edb2d2a87"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#adf987edd708128f48470370edb2d2a87">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsMember__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsMember__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, int[] jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aeb3dc330abd35f0d4723f654dc81a1d0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aeb3dc330abd35f0d4723f654dc81a1d0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsGreater__SWIG_1</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsGreater__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="aclassGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af6378a116875ab7c44d8ed29480a109e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af6378a116875ab7c44d8ed29480a109e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntExpr_IsGreaterOrEqual__SWIG_0</a></div><div class="ttdeci">static global::System.IntPtr IntExpr_IsGreaterOrEqual__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2)</div></div>
<div class="ttc" id="anamespaceGoogle_1_1OrTools_1_1ConstraintSolver_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="IntArrayHelper_8cs_source.html#l00014">IntArrayHelper.cs:15</a></div></div>
<div class="ttc" id="anamespaceGoogle_1_1OrTools_1_1ConstraintSolver_html_abc16698d7271f4a9ee8cea66876bc869"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html#abc16698d7271f4a9ee8cea66876bc869">Google.OrTools.ConstraintSolver.VoidToVoid</a></div><div class="ttdeci">delegate void VoidToVoid()</div></div>
<div class="ttc" id="anamespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>