Files
ortools-clone/docs/dotnet/ModelCache_8cs_source.html

283 lines
220 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
2020-09-01 16:00:33 +02:00
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="banner-container">
<div id="banner">
2021-09-20 15:57:27 +02:00
<span id="sfml">Google OR-Tools 9.1</span>
</div>
</div>
2019-08-07 18:01:08 -07:00
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
2019-08-12 09:16:03 -07:00
<h2>DotNet Reference</h2>
2019-08-07 18:01:08 -07:00
<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">
2019-08-07 18:01:08 -07:00
<div align="center">
2020-09-01 16:00:33 +02:00
<h1 style="color: #145A32;">.Net Reference</h1>
2019-08-07 18:01:08 -07:00
</div>
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(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>
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('ModelCache_8cs_source.html','');});
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">ModelCache.cs</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="ModelCache_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated /&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// Version 4.0.1</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">using</span> System.Runtime.<a class="code" href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="keyword">using</span> System.Collections.Generic;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html"> 18</a></span>&#160;<span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html">ModelCache</a> : global::System.IDisposable {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#abc050282310ee35f8b4bac77b6103375"> 20</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html">ModelCache</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <a class="code"
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ae7fb99009ee8435360404e352a45cba4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae7fb99009ee8435360404e352a45cba4">Google.OrTools.ConstraintSolver.ModelCache.FindVarConstantConstantExpression</a></div><div class="ttdeci">virtual IntExpr FindVarConstantConstantExpression(IntVar var, long value1, long value2, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00136">ModelCache.cs:136</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a5fa6f5644294980c2d8da38b4b3f771a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5fa6f5644294980c2d8da38b4b3f771a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_DIV_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_DIV_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2525d3626d74752502a3277b168b884f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2525d3626d74752502a3277b168b884f">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_SUM_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_SUM_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ab30b0771acfd3d2da8303d3ff9b74a39"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab30b0771acfd3d2da8303d3ff9b74a39">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_IS_LESS_OR_EQUAL</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_IS_LESS_OR_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00256">ModelCache.cs:256</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a9c20312aad8d2657f4b05bd10d4b934a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a9c20312aad8d2657f4b05bd10d4b934a">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_IS_NOT_EQUAL</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_IS_NOT_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00254">ModelCache.cs:254</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2c1ba2f47effba20263226a9d8484b58"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2c1ba2f47effba20263226a9d8484b58">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_ARRAY_EXPRESSION_MAX_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_ARRAY_EXPRESSION_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.ModelCache.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00020">ModelCache.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ac091e059eba0ea0b5db21f3d496252e6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac091e059eba0ea0b5db21f3d496252e6">Google.OrTools.ConstraintSolver.ModelCache.FindVoidConstraint</a></div><div class="ttdeci">virtual Constraint FindVoidConstraint(int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00056">ModelCache.cs:56</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aa854fa529718537e80c3edfb9e286609"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aa854fa529718537e80c3edfb9e286609">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_LESS_OR_EQUAL</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_LESS_OR_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00206">ModelCache.cs:206</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a9cd97e6abdb7f3a07c548acb4d71b6b9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a9cd97e6abdb7f3a07c548acb4d71b6b9">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_IS_GREATER_OR_EQUAL</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_IS_GREATER_OR_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00255">ModelCache.cs:255</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7bc4936e9a0f5f52065f8e2e54b277c1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7bc4936e9a0f5f52065f8e2e54b277c1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_GREATER_OR_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_IS_GREATER_OR_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_afe8605fdfcee3a022f27ac26d88171da"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#afe8605fdfcee3a022f27ac26d88171da">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTANT_BETWEEN</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_CONSTANT_BETWEEN</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00211">ModelCache.cs:211</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a92d749868e9c2b76838dc758b24da906"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a92d749868e9c2b76838dc758b24da906">Google.OrTools.ConstraintSolver.ModelCache.InsertVarConstantConstantExpression</a></div><div class="ttdeci">virtual void InsertVarConstantConstantExpression(IntExpr expression, IntVar var, long value1, long value2, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00142">ModelCache.cs:142</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ae07298f1291f2858a6b81003e00dda0f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae07298f1291f2858a6b81003e00dda0f">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_GREATER</a></div><div class="ttdeci">static readonly int EXPR_EXPR_GREATER</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00216">ModelCache.cs:216</a></div></div>
<div class="ttc" id="classGoogle_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:178</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a10b5741954994ca97c4c70b1865d0bbc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a10b5741954994ca97c4c70b1865d0bbc">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_DIV</a></div><div class="ttdeci">static readonly int EXPR_EXPR_DIV</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00232">ModelCache.cs:232</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a67c5ced88494b098ce070944cb3ed621"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a67c5ced88494b098ce070944cb3ed621">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertExprExprConstantExpression</a></div><div class="ttdeci">static void ModelCache_InsertExprExprConstantExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, long jarg5, int jarg6)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6da9d3a4e99503380dc74a2004412426"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6da9d3a4e99503380dc74a2004412426">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindExprExprConstraint</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindExprExprConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a8bb8e88b39f2b584030ecd48077bea2f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a8bb8e88b39f2b584030ecd48077bea2f">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_IS_LESS_OR_EQUAL</a></div><div class="ttdeci">static readonly int EXPR_EXPR_IS_LESS_OR_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00237">ModelCache.cs:237</a></div></div>
<div class="ttc" id="namespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ad279352410145ccb8eef9d7b99e52161"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ad279352410145ccb8eef9d7b99e52161">Google.OrTools.ConstraintSolver.ModelCache.EXPR_OPPOSITE</a></div><div class="ttdeci">static readonly int EXPR_OPPOSITE</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00224">ModelCache.cs:224</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1591cb7d797a24c8c1118140f4dc44df"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1591cb7d797a24c8c1118140f4dc44df">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertVarConstantConstantExpression</a></div><div class="ttdeci">static void ModelCache_InsertVarConstantConstantExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, long jarg5, int jarg6)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa2a1fcfd59108781cc184ad078e5ce45"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa2a1fcfd59108781cc184ad078e5ce45">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_DIVIDE_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_DIVIDE_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a080f05974ce9d30fceec5a68a43206db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a080f05974ce9d30fceec5a68a43206db">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindVarArrayConstantArrayExpression</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindVarArrayConstantArrayExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int length3, long[] jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a12e6893cc42850c11109af79f8bbbfaf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a12e6893cc42850c11109af79f8bbbfaf">Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_CONSTANT_INDEX</a></div><div class="ttdeci">static readonly int VAR_ARRAY_CONSTANT_INDEX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00278">ModelCache.cs:278</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a809c7821556a3a1e28602848cf0855aa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a809c7821556a3a1e28602848cf0855aa">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_EQUALITY_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_EQUALITY_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad2a343e77c55325dbb8e61a9817a7e9d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad2a343e77c55325dbb8e61a9817a7e9d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindVarConstantArrayExpression</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindVarConstantArrayExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int length3, long[] jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a18e580fc4fe9c886f555db12bb34e0e3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a18e580fc4fe9c886f555db12bb34e0e3">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_CONSTANT_EXPRESSION_MAX</a></div><div class="ttdeci">static readonly int EXPR_EXPR_CONSTANT_EXPRESSION_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00244">ModelCache.cs:244</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a97237892543febee6dd35ffe37975f35"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a97237892543febee6dd35ffe37975f35">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00260">ModelCache.cs:260</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aef68e38f15347ef0008395bfec352bf4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aef68e38f15347ef0008395bfec352bf4">Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD</a></div><div class="ttdeci">static readonly int VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00268">ModelCache.cs:268</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a44c446de948489b35b2806a5cff8f337"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a44c446de948489b35b2806a5cff8f337">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_SUM</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_SUM</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00252">ModelCache.cs:252</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aeae0402159edfb20aee49c9b7fb3fb06"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aeae0402159edfb20aee49c9b7fb3fb06">Google.OrTools.ConstraintSolver.ModelCache.VOID_TRUE_CONSTRAINT</a></div><div class="ttdeci">static readonly int VOID_TRUE_CONSTRAINT</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00200">ModelCache.cs:200</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1078a861b1f02b74e44cc8a1893519dd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1078a861b1f02b74e44cc8a1893519dd">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertExprExprExpression</a></div><div class="ttdeci">static void ModelCache_InsertExprExprExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a4f82321ad9f75c631c06ad054a18520c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a4f82321ad9f75c631c06ad054a18520c">Google.OrTools.ConstraintSolver.ModelCache.FindVarArrayExpression</a></div><div class="ttdeci">virtual IntExpr FindVarArrayExpression(IntVarVector vars, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00156">ModelCache.cs:156</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html">Google.OrTools.ConstraintSolver.ModelCache</a></div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00018">ModelCache.cs:18</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6be6e66974c2f988beb262af30e67184"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6be6e66974c2f988beb262af30e67184">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindExprExprConstantExpression</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindExprExprConstantExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aa0a21cf18b58a548d9674b7922275697"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aa0a21cf18b58a548d9674b7922275697">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_NON_EQUALITY</a></div><div class="ttdeci">static readonly int EXPR_EXPR_NON_EQUALITY</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00220">ModelCache.cs:220</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a195aa0783843a71959d793dfb1af0c9d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a195aa0783843a71959d793dfb1af0c9d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_DIFFERENCE_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_DIFFERENCE_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aee1a8f1118aa25cfec12581dbaf05467"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aee1a8f1118aa25cfec12581dbaf05467">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_EXPRESSION_MAX_get</a></div><div class="ttdeci">static int ModelCache_VAR_ARRAY_EXPRESSION_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a07a86e4ccdd5215b1432fdf7eeb26c16"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a07a86e4ccdd5215b1432fdf7eeb26c16">Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_CONSTANT_EXPRESSION_MAX</a></div><div class="ttdeci">static readonly int VAR_ARRAY_CONSTANT_EXPRESSION_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00279">ModelCache.cs:279</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a2d2d870963aac224fed88b0c813a9b51"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a2d2d870963aac224fed88b0c813a9b51">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_CONSTANT_CONDITIONAL</a></div><div class="ttdeci">static readonly int EXPR_EXPR_CONSTANT_CONDITIONAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00243">ModelCache.cs:243</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af43641aa9eea83e04aab994c6e7e5677"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af43641aa9eea83e04aab994c6e7e5677">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_IS_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ae6f214674c0e5214f9cfd89d68fc5169"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae6f214674c0e5214f9cfd89d68fc5169">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_NON_EQUALITY</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_NON_EQUALITY</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00207">ModelCache.cs:207</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0b675f4790c015816c014931a59a962d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0b675f4790c015816c014931a59a962d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_PROD_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_PROD_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a27d5c68daaae2c4308276375646464ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a27d5c68daaae2c4308276375646464ea">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_NON_EQUALITY_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_NON_EQUALITY_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aab27e9931b677a2086900396261ff6e5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aab27e9931b677a2086900396261ff6e5">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertVarArrayConstantArrayExpression</a></div><div class="ttdeci">static void ModelCache_InsertVarArrayConstantArrayExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int length4, long[] jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ab3cd4a1938236facd35b44b2528ccc33"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab3cd4a1938236facd35b44b2528ccc33">Google.OrTools.ConstraintSolver.ModelCache.InsertExprConstantExpression</a></div><div class="ttdeci">virtual void InsertExprConstantExpression(IntExpr expression, IntExpr var, long value, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00112">ModelCache.cs:112</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a201d7decae9538f69cc701de5db7305a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a201d7decae9538f69cc701de5db7305a">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_IS_EQUAL</a></div><div class="ttdeci">static readonly int EXPR_EXPR_IS_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00238">ModelCache.cs:238</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a703ea8c426be48943533c98bcf352f6a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a703ea8c426be48943533c98bcf352f6a">Google.OrTools.ConstraintSolver.ModelCache.FindExprExprConstantExpression</a></div><div class="ttdeci">virtual IntExpr FindExprExprConstantExpression(IntExpr var1, IntExpr var2, long constant, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00126">ModelCache.cs:126</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aabdcf6c12ef3961aea43bcbc8b2e1e8a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aabdcf6c12ef3961aea43bcbc8b2e1e8a">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_MAX</a></div><div class="ttdeci">static readonly int EXPR_EXPR_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00233">ModelCache.cs:233</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af9c41a1c0c71f6d3d97afd0ff6c2287c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af9c41a1c0c71f6d3d97afd0ff6c2287c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_LESS_OR_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_LESS_OR_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a8a6f495f2d514aaae972e0d050ca30a4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a8a6f495f2d514aaae972e0d050ca30a4">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_LESS</a></div><div class="ttdeci">static readonly int EXPR_EXPR_LESS</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00218">ModelCache.cs:218</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a48483c6521dc337150863c9b2f1e7b31"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a48483c6521dc337150863c9b2f1e7b31">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_MIN</a></div><div class="ttdeci">static readonly int EXPR_EXPR_MIN</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00234">ModelCache.cs:234</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a34cab2552546b5a353720e0b4b53a7db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a34cab2552546b5a353720e0b4b53a7db">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_DIFFERENCE_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_DIFFERENCE_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aa4f53d2b3ef10069fde057cbdc740789"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aa4f53d2b3ef10069fde057cbdc740789">Google.OrTools.ConstraintSolver.ModelCache.InsertExprExprConstantExpression</a></div><div class="ttdeci">virtual void InsertExprExprConstantExpression(IntExpr expression, IntExpr var1, IntExpr var2, long constant, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00132">ModelCache.cs:132</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aa38c0d28a8050ff45842702d5f218f2c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aa38c0d28a8050ff45842702d5f218f2c">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_EQUALITY</a></div><div class="ttdeci">static readonly int EXPR_EXPR_EQUALITY</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00215">ModelCache.cs:215</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa3fcbe6d8ed62ec9d4f5ba7e6df812cd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa3fcbe6d8ed62ec9d4f5ba7e6df812cd">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertVarArrayExpression</a></div><div class="ttdeci">static void ModelCache_InsertVarArrayExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8eb953b7fe10ae4876304f7c66acdbf4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8eb953b7fe10ae4876304f7c66acdbf4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindVarConstantConstantExpression</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindVarConstantConstantExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3, long jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_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:450</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a51c20a89faa50a84b46927f1884793af"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a51c20a89faa50a84b46927f1884793af">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_MAX</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00250">ModelCache.cs:250</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7887b1f78cfb6986bc4f5b5c16254a73"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7887b1f78cfb6986bc4f5b5c16254a73">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertVarArrayConstantExpression</a></div><div class="ttdeci">static void ModelCache_InsertVarArrayConstantExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af0bf876d4e952c78916e0031ac1c2f54"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af0bf876d4e952c78916e0031ac1c2f54">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_NOT_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_IS_NOT_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ab0b7285af980fcdab6d63aacd9d1f7e5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab0b7285af980fcdab6d63aacd9d1f7e5">Google.OrTools.ConstraintSolver.ModelCache.FindVarArrayConstantExpression</a></div><div class="ttdeci">virtual IntExpr FindVarArrayConstantExpression(IntVarVector vars, long value, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00180">ModelCache.cs:180</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a86c12cc9a39c3b7a74349eca4c9bad98"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a86c12cc9a39c3b7a74349eca4c9bad98">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindVarArrayExpression</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindVarArrayExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0508c3db05a9c77c1994f09ed2044528"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0508c3db05a9c77c1994f09ed2044528">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindExprExprExpression</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindExprExprExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa6669af18a6789c0ba8419bb0493d56a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa6669af18a6789c0ba8419bb0493d56a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VOID_FALSE_CONSTRAINT_get</a></div><div class="ttdeci">static int ModelCache_VOID_FALSE_CONSTRAINT_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3866e59e1a57b3964f1e62c6052e56f2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3866e59e1a57b3964f1e62c6052e56f2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertVarConstantConstantConstraint</a></div><div class="ttdeci">static void ModelCache_InsertVarConstantConstantConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, long jarg5, int jarg6)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a61e9149a2a8a2c074af89def41c6f8d9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a61e9149a2a8a2c074af89def41c6f8d9">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_CONSTANT_EXPRESSION_MAX_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_CONSTANT_EXPRESSION_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.ConstraintSolver.ModelCache.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00040">ModelCache.cs:40</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a2512bf4f9021c3c5d795f9eb71af7aae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a2512bf4f9021c3c5d795f9eb71af7aae">Google.OrTools.ConstraintSolver.ModelCache.FindExprExprConstraint</a></div><div class="ttdeci">virtual Constraint FindExprExprConstraint(IntExpr expr1, IntExpr expr2, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00086">ModelCache.cs:86</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a7b2cc517803f76e16a7109659d50d313"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a7b2cc517803f76e16a7109659d50d313">Google.OrTools.ConstraintSolver.ModelCache.InsertVarConstantConstraint</a></div><div class="ttdeci">virtual void InsertVarConstantConstraint(Constraint ct, IntVar var, long value, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00072">ModelCache.cs:72</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ab1cb1aaed8a478ac86cad85c76e66f06"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab1cb1aaed8a478ac86cad85c76e66f06">Google.OrTools.ConstraintSolver.ModelCache.InsertVarConstantConstantConstraint</a></div><div class="ttdeci">virtual void InsertVarConstantConstantConstraint(Constraint ct, IntVar var, long value1, long value2, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00082">ModelCache.cs:82</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a02fc307c348e7443f5cebdcb6fdf342c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a02fc307c348e7443f5cebdcb6fdf342c">Google.OrTools.ConstraintSolver.ModelCache.InsertVoidConstraint</a></div><div class="ttdeci">virtual void InsertVoidConstraint(Constraint ct, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00062">ModelCache.cs:62</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae4b7602344912e4928b86d3dc9b8f11c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae4b7602344912e4928b86d3dc9b8f11c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindVarArrayConstantExpression</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindVarArrayConstantExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ab5d785a98ce51e6e5f9ecaf1f196321d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab5d785a98ce51e6e5f9ecaf1f196321d">Google.OrTools.ConstraintSolver.ModelCache.EXPR_ABS</a></div><div class="ttdeci">static readonly int EXPR_ABS</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00225">ModelCache.cs:225</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a35e37aa2cf98b5b7fe547fc5eee1e113"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a35e37aa2cf98b5b7fe547fc5eee1e113">Google.OrTools.ConstraintSolver.ModelCache.EXPR_SQUARE</a></div><div class="ttdeci">static readonly int EXPR_SQUARE</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00226">ModelCache.cs:226</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a54aa2d96acb39446c20b6d90b2ebc96f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a54aa2d96acb39446c20b6d90b2ebc96f">Google.OrTools.ConstraintSolver.ModelCache.InsertVarConstantArrayExpression</a></div><div class="ttdeci">virtual void InsertVarConstantArrayExpression(IntExpr expression, IntVar var, long[] values, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00152">ModelCache.cs:152</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a840f79f1a6789c95f4007d93e789cf2d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a840f79f1a6789c95f4007d93e789cf2d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VOID_TRUE_CONSTRAINT_get</a></div><div class="ttdeci">static int ModelCache_VOID_TRUE_CONSTRAINT_get()</div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_af4692e9716adbb8dc3101d47f3422b31"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#af4692e9716adbb8dc3101d47f3422b31">Google.OrTools.ConstraintSolver.ModelCache.FindExprConstantExpression</a></div><div class="ttdeci">virtual IntExpr FindExprConstantExpression(IntExpr expr, long value, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00106">ModelCache.cs:106</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ac0721d116dbd8257f94505a634146a96"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac0721d116dbd8257f94505a634146a96">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_IS_NOT_EQUAL</a></div><div class="ttdeci">static readonly int EXPR_EXPR_IS_NOT_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00239">ModelCache.cs:239</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a4c9734917891add4f40a7c8c855ac11e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a4c9734917891add4f40a7c8c855ac11e">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_SUM</a></div><div class="ttdeci">static readonly int EXPR_EXPR_SUM</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00235">ModelCache.cs:235</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_adb5d169ef951e25a0152bba1aa5515e3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#adb5d169ef951e25a0152bba1aa5515e3">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a2762d6199873e2a7a9697f2ae70afb09"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a2762d6199873e2a7a9697f2ae70afb09">Google.OrTools.ConstraintSolver.ModelCache.FindVarConstantConstraint</a></div><div class="ttdeci">virtual Constraint FindVarConstantConstraint(IntVar var, long value, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00066">ModelCache.cs:66</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a70404760e38cfe71ba09f5b5105ea469"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a70404760e38cfe71ba09f5b5105ea469">Google.OrTools.ConstraintSolver.ModelCache.InsertVarArrayExpression</a></div><div class="ttdeci">virtual void InsertVarArrayExpression(IntExpr expression, IntVarVector vars, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00163">ModelCache.cs:163</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a2c1cfc6caa5f0a8974866313bc89dbe7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a2c1cfc6caa5f0a8974866313bc89dbe7">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_MIN</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_MIN</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00251">ModelCache.cs:251</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a187d209e744d725254c2740747570084"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a187d209e744d725254c2740747570084">Google.OrTools.ConstraintSolver.ModelCache.InsertVarArrayConstantExpression</a></div><div class="ttdeci">virtual void InsertVarArrayConstantExpression(IntExpr expression, IntVarVector var, long value, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00187">ModelCache.cs:187</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aa2d9e9257333e323b04c5b4a0dad1ff5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aa2d9e9257333e323b04c5b4a0dad1ff5">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_DIFFERENCE</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_DIFFERENCE</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00247">ModelCache.cs:247</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae6b2d9fc1a4006639b30b97e21482373"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae6b2d9fc1a4006639b30b97e21482373">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_LESS_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_IS_LESS_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af679fd70b05c7f94aeba2377eeb0f183"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af679fd70b05c7f94aeba2377eeb0f183">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindVarConstantConstantConstraint</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindVarConstantConstantConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3, long jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a80f57a255763499972edaed55c349667"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a80f57a255763499972edaed55c349667">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_MIN_get</a></div><div class="ttdeci">static int ModelCache_VAR_ARRAY_MIN_get()</div></div>
<div class="ttc" id="classGoogle_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:342</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9cf2f61dad6d0ae08d05cf3b419ab4fa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9cf2f61dad6d0ae08d05cf3b419ab4fa">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_IS_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3bc6a97b5b392cd6b72f4b3b438b3948"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3bc6a97b5b392cd6b72f4b3b438b3948">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_NON_EQUALITY_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_NON_EQUALITY_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_afa60ffb8f57a150e9afe5e7865ed19ca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#afa60ffb8f57a150e9afe5e7865ed19ca">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPRESSION_MAX</a></div><div class="ttdeci">static readonly int EXPR_EXPRESSION_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00227">ModelCache.cs:227</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa85d463e62f0722203d7961b790f500d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa85d463e62f0722203d7961b790f500d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindExprExpression</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindExprExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ac4a13a9cf472757b78012c5b4f324e16"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac4a13a9cf472757b78012c5b4f324e16">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_EXPRESSION_MAX</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_EXPRESSION_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00257">ModelCache.cs:257</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a7fe9eae3d7d37abe5a3493e0dc4b0182"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a7fe9eae3d7d37abe5a3493e0dc4b0182">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTRAINT_MAX</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_CONSTRAINT_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00208">ModelCache.cs:208</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a27b9cbc1493ff949cc84e020df14882c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a27b9cbc1493ff949cc84e020df14882c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_SQUARE_get</a></div><div class="ttdeci">static int ModelCache_EXPR_SQUARE_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.ModelCache.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00035">ModelCache.cs:35</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab9bd7aea8eb9d4e411bc2574a6315b7a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab9bd7aea8eb9d4e411bc2574a6315b7a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_MAX_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a695457cea2cd80d873675305ab6d9ff4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a695457cea2cd80d873675305ab6d9ff4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_Clear</a></div><div class="ttdeci">static void ModelCache_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a77b865ecc9a0ba78d65199fe0e1c3a10"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a77b865ecc9a0ba78d65199fe0e1c3a10">Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX</a></div><div class="ttdeci">static readonly int VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00269">ModelCache.cs:269</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a2f6228c0f08d546e635de6758a4842ba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a2f6228c0f08d546e635de6758a4842ba">Google.OrTools.ConstraintSolver.ModelCache.Clear</a></div><div class="ttdeci">virtual void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00052">ModelCache.cs:52</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3eedc5f2006a28e6508125cc2a77024d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3eedc5f2006a28e6508125cc2a77024d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_CONSTANT_CONDITIONAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_CONSTANT_CONDITIONAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac7b33f9af66f83d84642403f9de32e01"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac7b33f9af66f83d84642403f9de32e01">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_EXPRESSION_MAX_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_EXPRESSION_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a731f5347bbdd221db54ada93d1a4f677"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a731f5347bbdd221db54ada93d1a4f677">Google.OrTools.ConstraintSolver.ModelCache.solver</a></div><div class="ttdeci">Solver solver()</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00192">ModelCache.cs:192</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a85750b1fe12aed55130537586c37e154"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a85750b1fe12aed55130537586c37e154">Google.OrTools.ConstraintSolver.ModelCache.InsertExprExprConstraint</a></div><div class="ttdeci">virtual void InsertExprExprConstraint(Constraint ct, IntExpr expr1, IntExpr expr2, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00092">ModelCache.cs:92</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab777064f15f6c63617a5b91af165f6d7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab777064f15f6c63617a5b91af165f6d7">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_BETWEEN_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_CONSTANT_BETWEEN_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae6ea8f9996170c704c9971e6290127d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae6ea8f9996170c704c9971e6290127d1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPRESSION_MAX_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPRESSION_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2ef17749672339cff1e14adcee1e4c0b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2ef17749672339cff1e14adcee1e4c0b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindExprConstantExpression</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindExprConstantExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae00773e8ff6cf618741f807fea4759db"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae00773e8ff6cf618741f807fea4759db">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertVoidConstraint</a></div><div class="ttdeci">static void ModelCache_InsertVoidConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2b6f73449579fd1b4aaff25b60855e8e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2b6f73449579fd1b4aaff25b60855e8e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_MAX_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ab1963c95021192bffe619beb09aa3419"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab1963c95021192bffe619beb09aa3419">Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_SUM</a></div><div class="ttdeci">static readonly int VAR_ARRAY_SUM</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00274">ModelCache.cs:274</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a290ac082e7a52d488682949efe7a7f9b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a290ac082e7a52d488682949efe7a7f9b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD_get</a></div><div class="ttdeci">static int ModelCache_VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad97d5ae63f0985c53cfaa3e1b82b3112"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad97d5ae63f0985c53cfaa3e1b82b3112">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_INDEX_get</a></div><div class="ttdeci">static int ModelCache_VAR_ARRAY_CONSTANT_INDEX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad8e40ede0e338b32c73517af174ff154"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad8e40ede0e338b32c73517af174ff154">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX_get</a></div><div class="ttdeci">static int ModelCache_VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ae5da26112c38f7e74f794e76e6f2229f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae5da26112c38f7e74f794e76e6f2229f">Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_EXPRESSION_MAX</a></div><div class="ttdeci">static readonly int VAR_ARRAY_EXPRESSION_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00275">ModelCache.cs:275</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1bfbacbc720b62ff97a077abc1c1b971"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1bfbacbc720b62ff97a077abc1c1b971">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindVarConstantConstraint</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindVarConstantConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, long jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0808ece905c913d39d13fb0532176305"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0808ece905c913d39d13fb0532176305">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_MIN_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_MIN_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a5ee2c8152a2e98744eb9589b9bb4a2bc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a5ee2c8152a2e98744eb9589b9bb4a2bc">Google.OrTools.ConstraintSolver.ModelCache.InsertExprExpression</a></div><div class="ttdeci">virtual void InsertExprExpression(IntExpr expression, IntExpr expr, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00102">ModelCache.cs:102</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9b089bb8655ffc03d2bcd97e8f4ef852"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9b089bb8655ffc03d2bcd97e8f4ef852">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_CONSTRAINT_MAX_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_CONSTRAINT_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_afe5d6c1b3821c526aca7983d28883be1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#afe5d6c1b3821c526aca7983d28883be1">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_DIFFERENCE</a></div><div class="ttdeci">static readonly int EXPR_EXPR_DIFFERENCE</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00230">ModelCache.cs:230</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab1bce4f830d018e037c982fa74ab0a6e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab1bce4f830d018e037c982fa74ab0a6e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertExprExpression</a></div><div class="ttdeci">static void ModelCache_InsertExprExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_afe7e89893187fe7a4340865fdf6b37be"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#afe7e89893187fe7a4340865fdf6b37be">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_LESS_OR_EQUAL</a></div><div class="ttdeci">static readonly int EXPR_EXPR_LESS_OR_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00219">ModelCache.cs:219</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aade16bed7b8db17713b447387f703601"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aade16bed7b8db17713b447387f703601">Google.OrTools.ConstraintSolver.ModelCache.FindExprExpression</a></div><div class="ttdeci">virtual IntExpr FindExprExpression(IntExpr expr, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00096">ModelCache.cs:96</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aaf50042ba0969fb3997fb0180b09fb10"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aaf50042ba0969fb3997fb0180b09fb10">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_PROD_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_PROD_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa3bb058637735dea357fca70f995e61c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa3bb058637735dea357fca70f995e61c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_NOT_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_IS_NOT_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aec98e0f6a90c60c2a9cccfe051d077fa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aec98e0f6a90c60c2a9cccfe051d077fa">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_ARRAY_ELEMENT_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_ARRAY_ELEMENT_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ada2e67b5b64d9cf3e15cdc4c9f62dc40"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ada2e67b5b64d9cf3e15cdc4c9f62dc40">Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_MAX</a></div><div class="ttdeci">static readonly int VAR_ARRAY_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00272">ModelCache.cs:272</a></div></div>
<div class="ttc" id="namespaceGoogle_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:14</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a1e79a2bb3d2ea413fbcf52aff002c2e8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a1e79a2bb3d2ea413fbcf52aff002c2e8">Google.OrTools.ConstraintSolver.ModelCache.FindExprExprExpression</a></div><div class="ttdeci">virtual IntExpr FindExprExprExpression(IntExpr var1, IntExpr var2, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00116">ModelCache.cs:116</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3796483e31e513f2d74d63e8d38c82ad"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3796483e31e513f2d74d63e8d38c82ad">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_EXPRESSION_MAX_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_EXPRESSION_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ab82c4cb4e09465d2459b5377627eeee3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab82c4cb4e09465d2459b5377627eeee3">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_PROD</a></div><div class="ttdeci">static readonly int EXPR_EXPR_PROD</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00231">ModelCache.cs:231</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_abd8191c68e83930883660223ceefbcfd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#abd8191c68e83930883660223ceefbcfd">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTANT_EXPRESSION_MAX</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_CONSTANT_EXPRESSION_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00261">ModelCache.cs:261</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af115de45af9f5d372a950ca1561b3ea6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af115de45af9f5d372a950ca1561b3ea6">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_MAX_get</a></div><div class="ttdeci">static int ModelCache_VAR_ARRAY_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a083f01b6a6fda5f4c5829eb239b89123"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a083f01b6a6fda5f4c5829eb239b89123">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_GREATER_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_GREATER_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a13c60dac4e49570708a7a35a74a524c2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a13c60dac4e49570708a7a35a74a524c2">Google.OrTools.ConstraintSolver.ModelCache.InsertVarArrayConstantArrayExpression</a></div><div class="ttdeci">virtual void InsertVarArrayConstantArrayExpression(IntExpr expression, IntVarVector var, long[] values, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00175">ModelCache.cs:175</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a97d19fe7302e98a56cdc15838a41434b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a97d19fe7302e98a56cdc15838a41434b">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_EQUALITY_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_EQUALITY_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a82ed5432220180b8e4c55dcf6ae39a5a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a82ed5432220180b8e4c55dcf6ae39a5a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_FindVoidConstraint</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_FindVoidConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a28c591fdaa2437a6e2299eb7240dbbe1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a28c591fdaa2437a6e2299eb7240dbbe1">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_GREATER_OR_EQUAL</a></div><div class="ttdeci">static readonly int EXPR_EXPR_GREATER_OR_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00217">ModelCache.cs:217</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0d081b0945a0dfd10affe102b6c0a154"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0d081b0945a0dfd10affe102b6c0a154">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_LESS_OR_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_IS_LESS_OR_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a21bef93e8d862a36b0adb320713b749e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a21bef93e8d862a36b0adb320713b749e">Google.OrTools.ConstraintSolver.ModelCache.InsertExprExprExpression</a></div><div class="ttdeci">virtual void InsertExprExprExpression(IntExpr expression, IntExpr var1, IntExpr var2, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00122">ModelCache.cs:122</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a8b9b1d132d41e5097bd7c757a3e246d0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a8b9b1d132d41e5097bd7c757a3e246d0">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_GREATER_OR_EQUAL</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_GREATER_OR_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00205">ModelCache.cs:205</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7b91bbff8aea9edbed41e42c07d74710"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7b91bbff8aea9edbed41e42c07d74710">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertExprConstantExpression</a></div><div class="ttdeci">static void ModelCache_InsertExprConstantExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6bfadc46d45fb18bc376f4f215a086ca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6bfadc46d45fb18bc376f4f215a086ca">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_solver</a></div><div class="ttdeci">static global::System.IntPtr ModelCache_solver(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ac6c8356f1cc6c1569fe09d7305c188a9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac6c8356f1cc6c1569fe09d7305c188a9">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_DIVIDE</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_DIVIDE</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00248">ModelCache.cs:248</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab5e4f0a72e3fbeeb73cbabcc50c55b40"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab5e4f0a72e3fbeeb73cbabcc50c55b40">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_SUM_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_SUM_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aab8f3abc9121e76670d22f8dccf823f0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aab8f3abc9121e76670d22f8dccf823f0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_ModelCache</a></div><div class="ttdeci">static void delete_ModelCache(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acf6787aed385bc456b10662ad4745fdf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acf6787aed385bc456b10662ad4745fdf">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_LESS_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_LESS_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae7756af1b4a43b452ec35570778d801d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae7756af1b4a43b452ec35570778d801d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_EXPRESSION_MAX_get</a></div><div class="ttdeci">static int ModelCache_VAR_ARRAY_CONSTANT_EXPRESSION_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a68603dc682ba403cb1091dd0bb77edb2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a68603dc682ba403cb1091dd0bb77edb2">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_MIN_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_MIN_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ab8adf32fb28951d65f20d3c53fb10576"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab8adf32fb28951d65f20d3c53fb10576">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_IS_EQUAL</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_IS_EQUAL</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00253">ModelCache.cs:253</a></div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a589f9146e66ace152851b9161e9b8a9a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a589f9146e66ace152851b9161e9b8a9a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertVarConstantArrayExpression</a></div><div class="ttdeci">static void ModelCache_InsertVarConstantArrayExpression(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, int length4, long[] jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a2565cce2e29ff4223230e7f7c12309ee"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a2565cce2e29ff4223230e7f7c12309ee">Google.OrTools.ConstraintSolver.ModelCache.FindVarConstantConstantConstraint</a></div><div class="ttdeci">virtual Constraint FindVarConstantConstantConstraint(IntVar var, long value1, long value2, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00076">ModelCache.cs:76</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_af53c8b3d24fcea921d0a9ed9a21445e8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#af53c8b3d24fcea921d0a9ed9a21445e8">Google.OrTools.ConstraintSolver.ModelCache.FindVarConstantArrayExpression</a></div><div class="ttdeci">virtual IntExpr FindVarConstantArrayExpression(IntVar var, long[] values, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00146">ModelCache.cs:146</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0c3ff163eba46598f5b99a6d7805db44"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0c3ff163eba46598f5b99a6d7805db44">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertVarConstantConstraint</a></div><div class="ttdeci">static void ModelCache_InsertVarConstantConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, long jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9d484e3e3be79919d1965e60d594d21d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9d484e3e3be79919d1965e60d594d21d">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_LESS_OR_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_CONSTANT_IS_LESS_OR_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a718793658e938929c30d54af27ff887d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a718793658e938929c30d54af27ff887d">Google.OrTools.ConstraintSolver.ModelCache.VOID_FALSE_CONSTRAINT</a></div><div class="ttdeci">static readonly int VOID_FALSE_CONSTRAINT</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00199">ModelCache.cs:199</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1bc990ebb5a40e7743e184ddc36e9a44"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1bc990ebb5a40e7743e184ddc36e9a44">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_LESS_OR_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_LESS_OR_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a5a1d592915bf3978bd194646f9134aed"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a5a1d592915bf3978bd194646f9134aed">Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_PROD</a></div><div class="ttdeci">static readonly int EXPR_CONSTANT_PROD</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00249">ModelCache.cs:249</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a1498fb9b5fb142af3e72aa9c3ca4396a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a1498fb9b5fb142af3e72aa9c3ca4396a">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_IS_LESS</a></div><div class="ttdeci">static readonly int EXPR_EXPR_IS_LESS</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00236">ModelCache.cs:236</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1168990b9087e7ccf2fba10d3b2ca35a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1168990b9087e7ccf2fba10d3b2ca35a">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_EXPRESSION_MAX_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_CONSTANT_EXPRESSION_MAX_get()</div></div>
<div class="ttc" id="classGoogle_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="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a63497b23198c2a48e360d7cef74d2dbc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a63497b23198c2a48e360d7cef74d2dbc">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_GREATER_OR_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_EXPR_EXPR_GREATER_OR_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a23f28fc747bd325933d96bbb88d15586"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a23f28fc747bd325933d96bbb88d15586">Google.OrTools.ConstraintSolver.ModelCache.VOID_CONSTRAINT_MAX</a></div><div class="ttdeci">static readonly int VOID_CONSTRAINT_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00201">ModelCache.cs:201</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3bb30a4bf755d831cc6f985ceed145a1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3bb30a4bf755d831cc6f985ceed145a1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_OPPOSITE_get</a></div><div class="ttdeci">static int ModelCache_EXPR_OPPOSITE_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aa35d352591025c0076dbfcc71de355d5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aa35d352591025c0076dbfcc71de355d5">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00212">ModelCache.cs:212</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0d0e393250f08343c0cd986d229d9078"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0d0e393250f08343c0cd986d229d9078">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a4ceccb8ade4dcc0935c390b146458bb0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a4ceccb8ade4dcc0935c390b146458bb0">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_CONSTRAINT_MAX</a></div><div class="ttdeci">static readonly int EXPR_EXPR_CONSTRAINT_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00221">ModelCache.cs:221</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1Solver.html">Google.OrTools.ConstraintSolver.Solver</a></div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2csharp_2SolverHelper_8cs_source.html#l00019">constraint_solver/csharp/SolverHelper.cs:19</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a222a637a708964c5b96580a91cc33d58"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a222a637a708964c5b96580a91cc33d58">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_ARRAY_EXPRESSION_MAX</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_ARRAY_EXPRESSION_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00265">ModelCache.cs:265</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a90b770aca20c7c178b459f44b2d2339d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a90b770aca20c7c178b459f44b2d2339d">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_ARRAY_ELEMENT</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_ARRAY_ELEMENT</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00264">ModelCache.cs:264</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad0bf68ffe7a4d14f01fdb3b005f923e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad0bf68ffe7a4d14f01fdb3b005f923e1">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_SUM_get</a></div><div class="ttdeci">static int ModelCache_VAR_ARRAY_SUM_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a99f67ad75f2d39d7ff8f89f9aa90b170"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a99f67ad75f2d39d7ff8f89f9aa90b170">Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_EXPRESSION_MAX</a></div><div class="ttdeci">static readonly int EXPR_EXPR_EXPRESSION_MAX</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00240">ModelCache.cs:240</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad3b1398088343ac52a2f5ec3a58de075"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad3b1398088343ac52a2f5ec3a58de075">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_InsertExprExprConstraint</a></div><div class="ttdeci">static void ModelCache_InsertExprExprConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acdef9469d708dfab9d34810d47033c88"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acdef9469d708dfab9d34810d47033c88">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_EXPR_ABS_get</a></div><div class="ttdeci">static int ModelCache_EXPR_ABS_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a65b99d924dd4fad6f6fcbd4d61a30a44"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a65b99d924dd4fad6f6fcbd4d61a30a44">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTRAINT_MAX_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_CONSTRAINT_MAX_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a886f3bd5131b3de68573421be65601cd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a886f3bd5131b3de68573421be65601cd">Google.OrTools.ConstraintSolver.ModelCache.FindVarArrayConstantArrayExpression</a></div><div class="ttdeci">virtual IntExpr FindVarArrayConstantArrayExpression(IntVarVector vars, long[] values, int type)</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00168">ModelCache.cs:168</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a7fc171c97aa473c61d88455a8330f7b0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a7fc171c97aa473c61d88455a8330f7b0">Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_EQUALITY</a></div><div class="ttdeci">static readonly int VAR_CONSTANT_EQUALITY</div><div class="ttdef"><b>Definition:</b> <a href="ModelCache_8cs_source.html#l00204">ModelCache.cs:204</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9a656b98fdc4bbd7806ac300876e8edd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9a656b98fdc4bbd7806ac300876e8edd">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_GREATER_OR_EQUAL_get</a></div><div class="ttdeci">static int ModelCache_VAR_CONSTANT_GREATER_OR_EQUAL_get()</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aadf0e4c8983e704c87fa3792c483c921"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aadf0e4c8983e704c87fa3792c483c921">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.ModelCache_VOID_CONSTRAINT_MAX_get</a></div><div class="ttdeci">static int ModelCache_VOID_CONSTRAINT_MAX_get()</div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2019-08-07 18:01:08 -07:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>