237 lines
216 KiB
HTML
237 lines
216 KiB
HTML
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<head>
|
||
|
|
<title>OR-Tools</title>
|
||
|
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
||
|
|
<meta charset="utf-8"/>
|
||
|
|
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
||
|
|
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
|
||
|
|
<script type="text/javascript" src="jquery.js"></script>
|
||
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="banner-container">
|
||
|
|
<div id="banner">
|
||
|
|
<span id="sfml">OR-Tools 7.1@</span>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div id="content">
|
||
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
||
|
|
<div id="navrow1" class="tabs">
|
||
|
|
<ul class="tablist">
|
||
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
||
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div id="navrow2" class="tabs2">
|
||
|
|
<ul class="tablist">
|
||
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
||
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div id="nav-path" class="navpath">
|
||
|
|
<ul>
|
||
|
|
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_37019ba8edd362d5e2e12880bdfa4c61.html">constraint_solver</a></li> </ul>
|
||
|
|
</div>
|
||
|
|
</div><!-- top -->
|
||
|
|
<div class="header">
|
||
|
|
<div class="headertitle">
|
||
|
|
<div class="title">ModelCache.cs</div> </div>
|
||
|
|
</div><!--header-->
|
||
|
|
<div class="contents">
|
||
|
|
<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> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// <auto-generated /></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// Version 3.0.12</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <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> </div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <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> <span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="keyword">using</span> System.Collections.Generic;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </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> <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>  <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#ae2b81b0fc1ca8a886431908bae779b3b"> 20</a></span>  <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae2b81b0fc1ca8a886431908bae779b3b">swigCMemOwn</a>;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <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>  <a class="code"
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1004e7815b080ed878a2fdc6d8ec9332"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1004e7815b080ed878a2fdc6d8ec9332">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_acb4dd52e400c72b0fa440450479a962f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#acb4dd52e400c72b0fa440450479a962f">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#l00256">ModelCache.cs:256</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a39470519291cfb22c871f564c048ce6d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a39470519291cfb22c871f564c048ce6d">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#l00188">ModelCache.cs:188</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6608a810f5a203a173e1b2d5c5ac35ad"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6608a810f5a203a173e1b2d5c5ac35ad">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_1_1SWIGPendingException_html_ab9399753d24c4af4b75475c71ea006de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#ab9399753d24c4af4b75475c71ea006de">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#l00166">operations_research_constraint_solverPINVOKE.cs:166</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a398907c725a1b398bf22d3f852eb90ce"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a398907c725a1b398bf22d3f852eb90ce">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_a2ab7c8afef51459dbe54204f7e330fd1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a2ab7c8afef51459dbe54204f7e330fd1">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#l00251">ModelCache.cs:251</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="IntVarVector_8cs_source.html#l00018">IntVarVector.cs:18</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a68a96f8ee23733187ea677a410e70c60"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a68a96f8ee23733187ea677a410e70c60">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#l00118">ModelCache.cs:118</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_abd264942e57e8e3a249dc0fb1aacb744"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abd264942e57e8e3a249dc0fb1aacb744">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_1operations__research__constraint__solverPINVOKE_html_a0adab38ead7474454d1b7e78ac138d42"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0adab38ead7474454d1b7e78ac138d42">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_ac1bac449618ed21fe131660b9fc92433"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac1bac449618ed21fe131660b9fc92433">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_html_a2010262ee94a82c3fce8308d0fd4e8df"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2010262ee94a82c3fce8308d0fd4e8df">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_a7b53d1ce3d138a22c5f715a35ec5e01d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a7b53d1ce3d138a22c5f715a35ec5e01d">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#l00248">ModelCache.cs:248</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a6a3323e5015be1c35202d59ad384a5a2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a6a3323e5015be1c35202d59ad384a5a2">Google.OrTools.ConstraintSolver.ModelCache.Dispose</a></div><div class="ttdeci">virtual 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_a668906c9a762a1025b58c4eb4a248707"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a668906c9a762a1025b58c4eb4a248707">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="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_1operations__research__constraint__solverPINVOKE_html_abab5c14ab24cffb84a54eac54beefe3a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abab5c14ab24cffb84a54eac54beefe3a">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_1operations__research__constraint__solverPINVOKE_html_a37d9f43350d1f3c84683e360eda3de4f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a37d9f43350d1f3c84683e360eda3de4f">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_1operations__research__constraint__solverPINVOKE_html_a20132ebee34a8d8a8891bc5a7c260aa9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a20132ebee34a8d8a8891bc5a7c260aa9">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_a3e5ed251ab10fb4c2a30deb5a047df7f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3e5ed251ab10fb4c2a30deb5a047df7f">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_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_a5a6bd92c928650b0e2b0e05bdf8d590c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a5a6bd92c928650b0e2b0e05bdf8d590c">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#l00072">ModelCache.cs:72</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_1ModelCache_html_ae31e224714b5a77cc8a796095797d124"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae31e224714b5a77cc8a796095797d124">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#l00223">ModelCache.cs:223</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a380eb65b86f0f3f2c6ac15cb110f3883"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a380eb65b86f0f3f2c6ac15cb110f3883">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_1operations__research__constraint__solverPINVOKE_html_afb85542a81ed34478a3674cbd5480c24"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afb85542a81ed34478a3674cbd5480c24">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_a533230f8cabaaf5f2ec0a8e328be5607"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a533230f8cabaaf5f2ec0a8e328be5607">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#l00142">ModelCache.cs:142</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a6f5e5323378a7ee88c85b149edaea9d5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a6f5e5323378a7ee88c85b149edaea9d5">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#l00196">ModelCache.cs:196</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ac8d7b96dc7d745d5c46f91e0c8d260bc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac8d7b96dc7d745d5c46f91e0c8d260bc">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#l00138">ModelCache.cs:138</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a031e000156950a685050e977b0fe16fd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a031e000156950a685050e977b0fe16fd">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_1ModelCache_html_a93bd1772fcfb718b6f6d2bd6a86e9219"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a93bd1772fcfb718b6f6d2bd6a86e9219">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#l00240">ModelCache.cs:240</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aa5c12e9fe0549193405c7b2febf53287"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aa5c12e9fe0549193405c7b2febf53287">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#l00230">ModelCache.cs:230</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aa99b7900882aeb5a314721e68d32ed5e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa99b7900882aeb5a314721e68d32ed5e">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_ac7a5acc4dec64e840d6b71ccc3bcb784"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac7a5acc4dec64e840d6b71ccc3bcb784">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#l00231">ModelCache.cs:231</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a3b12aae9cc26f3f3b09a4506bf0f8e53"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a3b12aae9cc26f3f3b09a4506bf0f8e53">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#l00227">ModelCache.cs:227</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a75bdc6b55bf38336f94f1ca910ad2b33"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a75bdc6b55bf38336f94f1ca910ad2b33">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#l00265">ModelCache.cs:265</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2598c2046a9c7a2ec97129942f19d439"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2598c2046a9c7a2ec97129942f19d439">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_1ModelCache_html_ac2e8af1a27be169ecdc4e93bb97f9fb5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac2e8af1a27be169ecdc4e93bb97f9fb5">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#l00220">ModelCache.cs:220</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a560633022f87e1409879b8bad57682a1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a560633022f87e1409879b8bad57682a1">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#l00052">ModelCache.cs:52</a></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_2Constraint_8cs_source.html#l00018">constraint_solver/Constraint.cs:18</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acc67dfd00ae1744465f6e873ff5b8168"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acc67dfd00ae1744465f6e873ff5b8168">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_aacb8973ee0bd9f204d6b454ddc5502fb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aacb8973ee0bd9f204d6b454ddc5502fb">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#l00257">ModelCache.cs:257</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a59f857d360eafed34c5bba9da8c028bf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a59f857d360eafed34c5bba9da8c028bf">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_1operations__research__constraint__solverPINVOKE_html_a992d59e4739fa90b660337a2d1c3512e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a992d59e4739fa90b660337a2d1c3512e">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_1operations__research__constraint__solverPINVOKE_html_a54f865cc7b6e99ac0a1a89e7ec4657dd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a54f865cc7b6e99ac0a1a89e7ec4657dd">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_a929592f9d87794f302c87cbed53b6781"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a929592f9d87794f302c87cbed53b6781">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#l00202">ModelCache.cs:202</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a181e19c0f0c39b7b5c88aef89035a6c5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a181e19c0f0c39b7b5c88aef89035a6c5">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#l00229">ModelCache.cs:229</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a757f1508e2a2367a4b3f42092d2a670d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a757f1508e2a2367a4b3f42092d2a670d">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#l00048">ModelCache.cs:48</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a7d57932606e96a2cd7b0dd0c2c6251b5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a7d57932606e96a2cd7b0dd0c2c6251b5">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#l00222">ModelCache.cs:222</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a706e95f5f34ae5fa74c8bd40b85dda88"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a706e95f5f34ae5fa74c8bd40b85dda88">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#l00274">ModelCache.cs:274</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0cf79dbd9223fbb7f37b0e9be4f8eb0f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0cf79dbd9223fbb7f37b0e9be4f8eb0f">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_a9454ad6d3aa2c60e1af4669b6766362d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9454ad6d3aa2c60e1af4669b6766362d">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_a1b00abfd71da8e9f1fcbd05956196927"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1b00abfd71da8e9f1fcbd05956196927">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_1operations__research__constraint__solverPINVOKE_html_a9a66369bc9da96db9c8319ab1e7068f1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9a66369bc9da96db9c8319ab1e7068f1">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_1ModelCache_html_ab76645f855f6c9182ad5a3435981c853"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab76645f855f6c9182ad5a3435981c853">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#l00226">ModelCache.cs:226</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a974c373aa030a1b913145b45eaeab18b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a974c373aa030a1b913145b45eaeab18b">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#l00152">ModelCache.cs:152</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ad261611d166534122c6bb50aa4527389"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ad261611d166534122c6bb50aa4527389">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#l00253">ModelCache.cs:253</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a53950c6413315d1f68b4e7fb971c4ad4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a53950c6413315d1f68b4e7fb971c4ad4">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_a9687647dd279496cce705002c5a52323"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a9687647dd279496cce705002c5a52323">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#l00243">ModelCache.cs:243</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af82235c5f2b7521a03a8b8124f52acfc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af82235c5f2b7521a03a8b8124f52acfc">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_a3875b3bc1e02d45112b7a31039476b8e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a3875b3bc1e02d45112b7a31039476b8e">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#l00108">ModelCache.cs:108</a></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_a718a1699f4e42ea9942db2b1e7b3d272"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a718a1699f4e42ea9942db2b1e7b3d272">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#l00082">ModelCache.cs:82</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a49d84c70457d121768e2c3be79badc30"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a49d84c70457d121768e2c3be79badc30">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_1operations__research__constraint__solverPINVOKE_html_a8de86d367532884a2782c6209ad6e923"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8de86d367532884a2782c6209ad6e923">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>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a66085b8174e3253296c318466cee891c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a66085b8174e3253296c318466cee891c">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_1operations__research__constraint__solverPINVOKE_html_a9b68c1c86a052ae03bd36c294c48db9f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9b68c1c86a052ae03bd36c294c48db9f">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_1operations__research__constraint__solverPINVOKE_html_a31ddcd7a01ebdafc3f0754c47d8c7021"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a31ddcd7a01ebdafc3f0754c47d8c7021">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_aa044c7561027bae56d6040d85b04ec33"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aa044c7561027bae56d6040d85b04ec33">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#l00112">ModelCache.cs:112</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ae17229a1b463ac2a6a228e7f639ec561"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae17229a1b463ac2a6a228e7f639ec561">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#l00207">ModelCache.cs:207</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_af08dcdea0f02cda50254e317d7d5909d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#af08dcdea0f02cda50254e317d7d5909d">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#l00212">ModelCache.cs:212</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af9f19dfde12088d2b71121a8d27a4ae9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af9f19dfde12088d2b71121a8d27a4ae9">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_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="IntExpr_8cs_source.html#l00018">IntExpr.cs:18</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2c122dafb3b7af662f860ee7e9f64b93"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2c122dafb3b7af662f860ee7e9f64b93">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_1operations__research__constraint__solverPINVOKE_html_ac2e5853bbb93931647bc311d3c69b46c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac2e5853bbb93931647bc311d3c69b46c">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_a9f335291c71805cba2d46dc25e4c9fb0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a9f335291c71805cba2d46dc25e4c9fb0">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#l00239">ModelCache.cs:239</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac7b5ad5d4d9470aebf237b6fa318fdc3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac7b5ad5d4d9470aebf237b6fa318fdc3">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_1operations__research__constraint__solverPINVOKE_html_a8e969c47c0d26515a8fac33bf37eef9d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8e969c47c0d26515a8fac33bf37eef9d">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_1operations__research__constraint__solverPINVOKE_html_a69077b22e9fb5cfc8f5ba795fd08ad5a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a69077b22e9fb5cfc8f5ba795fd08ad5a">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_1ModelCache_html_a9c1bc34dd0aac56d627c3522ae6d75cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a9c1bc34dd0aac56d627c3522ae6d75cb">Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_MIN</a></div><div class="ttdeci">static readonly int VAR_ARRAY_MIN</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_aaa4a638299e0650daf43b7b2005d892f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aaa4a638299e0650daf43b7b2005d892f">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#l00203">ModelCache.cs:203</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aecc9f121b5863906756eb0183a9429e4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aecc9f121b5863906756eb0183a9429e4">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_1ModelCache_html_a4d8262cab3602b87a20ed1af5d2ed8a0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a4d8262cab3602b87a20ed1af5d2ed8a0">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#l00200">ModelCache.cs:200</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ad83355f9391c5ca6de2e1394df80622b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ad83355f9391c5ca6de2e1394df80622b">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#l00249">ModelCache.cs:249</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aa99604197a3303e9e25f8a8c666ec61d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aa99604197a3303e9e25f8a8c666ec61d">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#l00246">ModelCache.cs:246</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ad3e442dd695d8293dd749300bf78822a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ad3e442dd695d8293dd749300bf78822a">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#l00098">ModelCache.cs:98</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_adf8496def268fbc0559f46bae35c6fab"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#adf8496def268fbc0559f46bae35c6fab">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#l00164">ModelCache.cs:164</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6bf1508f86897c2211012f236c69e868"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6bf1508f86897c2211012f236c69e868">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_1operations__research__constraint__solverPINVOKE_html_abbdf88027c4cda57153d15e016e42ba8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abbdf88027c4cda57153d15e016e42ba8">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_1ModelCache_html_a6fcfde162ceeefa76ab4556622c9e11c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a6fcfde162ceeefa76ab4556622c9e11c">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#l00217">ModelCache.cs:217</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ab5f56a17aad17d5e6219cfb74466cb0d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ab5f56a17aad17d5e6219cfb74466cb0d">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#l00132">ModelCache.cs:132</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_afda949b7fad6d4b64e2d5108313efd14"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#afda949b7fad6d4b64e2d5108313efd14">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_1ModelCache_html_adb93203489390900c7e3b34cf1a11978"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#adb93203489390900c7e3b34cf1a11978">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#l00211">ModelCache.cs:211</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7a6380f9913894801385f0c79c076a17"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7a6380f9913894801385f0c79c076a17">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_1ModelCache_html_ac39743c525a4514e17f604c46b492c7d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac39743c525a4514e17f604c46b492c7d">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#l00215">ModelCache.cs:215</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ae6e7370820c369357755b51d4da45c37"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae6e7370820c369357755b51d4da45c37">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#l00260">ModelCache.cs:260</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af4c77911e6cbd82a52639e78a829c10c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af4c77911e6cbd82a52639e78a829c10c">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_a8bc0ef53abbbce43131782fa4d8cd0ca"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a8bc0ef53abbbce43131782fa4d8cd0ca">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#l00159">ModelCache.cs:159</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ae1296721dbfa0e603c450cd124a71368"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae1296721dbfa0e603c450cd124a71368">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_1ModelCache_html_a5590edbd48b575e773958efc2c2ebd09"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a5590edbd48b575e773958efc2c2ebd09">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#l00228">ModelCache.cs:228</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ac20e695c86ea82c1b53377e1a6083d89"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac20e695c86ea82c1b53377e1a6083d89">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#l00062">ModelCache.cs:62</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aeff36fe85ff10a9ea6ccb75004b25d08"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aeff36fe85ff10a9ea6ccb75004b25d08">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_1operations__research__constraint__solverPINVOKE_html_a6080f20e7a852dbabc9f3e1a86ccd0dd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6080f20e7a852dbabc9f3e1a86ccd0dd">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_a2d9a691286b2634d7373454a4f5d841e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a2d9a691286b2634d7373454a4f5d841e">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#l00183">ModelCache.cs:183</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af23945349da0088fdc9faaa6e0bea025"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af23945349da0088fdc9faaa6e0bea025">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_a59b487da48edaeb40ec9610c2bd6418b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a59b487da48edaeb40ec9610c2bd6418b">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_1operations__research__constraint__solverPINVOKE_html_a12217047dea6d9d5fbeae8fa857227a9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a12217047dea6d9d5fbeae8fa857227a9">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_1operations__research__constraint__solverPINVOKE_html_a58379793abf3b8f1b974afc7d5d688d4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a58379793abf3b8f1b974afc7d5d688d4">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_1ModelCache_html_a4a69211fb51804655e246e1265245b03"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a4a69211fb51804655e246e1265245b03">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#l00213">ModelCache.cs:213</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a01c7c0a4fc36cef8b2f24490006e1aa1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a01c7c0a4fc36cef8b2f24490006e1aa1">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_adcf10097de20117899fc0dfc7caf35eb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#adcf10097de20117899fc0dfc7caf35eb">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#l00271">ModelCache.cs:271</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a1427aa13266efdc6526180064dc3d5d9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a1427aa13266efdc6526180064dc3d5d9">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_a05f33cf32cb40320abe18b60bb51c048"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a05f33cf32cb40320abe18b60bb51c048">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_afb2ececcb2ae54e3d8a0bf4838e8d0e5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#afb2ececcb2ae54e3d8a0bf4838e8d0e5">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#l00216">ModelCache.cs:216</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_abad1e9227b69f54c89d36cc84efda0f1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#abad1e9227b69f54c89d36cc84efda0f1">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#l00275">ModelCache.cs:275</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="Assignment_8cs_source.html#l00011">Assignment.cs:11</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a73ff882819852baa8f7f9300ee7ee995"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a73ff882819852baa8f7f9300ee7ee995">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_1operations__research__constraint__solverPINVOKE_html_a4ad4c327b0b03214773b103bb7c87ddd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a4ad4c327b0b03214773b103bb7c87ddd">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_1ModelCache_html_a10f615a74092e95e5153d89308657f0e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a10f615a74092e95e5153d89308657f0e">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#l00268">ModelCache.cs:268</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a29f0a9ebf36b60817ce5a7f6cc8ec4b7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a29f0a9ebf36b60817ce5a7f6cc8ec4b7">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#l00176">ModelCache.cs:176</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ad6606a36b42a63bd6ad2adb73cecef1f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ad6606a36b42a63bd6ad2adb73cecef1f">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#l00252">ModelCache.cs:252</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ae44e845120836bf7a88f0c75b6f8f582"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae44e845120836bf7a88f0c75b6f8f582">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#l00234">ModelCache.cs:234</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aadb87bb235cfe1db82419455c5a479b5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aadb87bb235cfe1db82419455c5a479b5">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#l00088">ModelCache.cs:88</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a93f44e1e114e09acd79c42c6d8e2b674"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a93f44e1e114e09acd79c42c6d8e2b674">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_1ModelCache_html_a60af71ee03f2b06b866bcc13ac2a86e7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a60af71ee03f2b06b866bcc13ac2a86e7">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#l00092">ModelCache.cs:92</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a5f57eb2f8e658b34fcad57650e2a34e2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a5f57eb2f8e658b34fcad57650e2a34e2">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#l00235">ModelCache.cs:235</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a7a05926f5ac2727b4c3ac9886e559f74"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7a05926f5ac2727b4c3ac9886e559f74">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_1ModelCache_html_ae2b81b0fc1ca8a886431908bae779b3b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae2b81b0fc1ca8a886431908bae779b3b">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_a37792db8453cb25962c2b65121686969"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a37792db8453cb25962c2b65121686969">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#l00102">ModelCache.cs:102</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a122a201037086da54c8bc2ac3538cda7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a122a201037086da54c8bc2ac3538cda7">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_aa581b06f4909e45560ad19a812043190"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aa581b06f4909e45560ad19a812043190">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_a6d1517afd03be52a8dd394124acba74e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6d1517afd03be52a8dd394124acba74e">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_1ModelCache_html_afe9b9f8f136a01f2ba13def4651f49f5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#afe9b9f8f136a01f2ba13def4651f49f5">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#l00236">ModelCache.cs:236</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_af507d9c8b601c7c2b9981b63a010ca37"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#af507d9c8b601c7c2b9981b63a010ca37">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#l00122">ModelCache.cs:122</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ac443277f598281e2615b9f66ed86fa4b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac443277f598281e2615b9f66ed86fa4b">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#l00058">ModelCache.cs:58</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_af5ffcd60c67d4e39c66de24aaf3d6c3b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af5ffcd60c67d4e39c66de24aaf3d6c3b">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_1operations__research__constraint__solverPINVOKE_html_a65d8f463aedec9520f60c9bf5a3d243b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a65d8f463aedec9520f60c9bf5a3d243b">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_ae9f3df11e7f41e7fcdaad4d84174fcee"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae9f3df11e7f41e7fcdaad4d84174fcee">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_a03c6ab37491ec1b4b816e42a71073b77"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a03c6ab37491ec1b4b816e42a71073b77">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#l00171">ModelCache.cs:171</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_abc19b159958919b6e70b728800adab42"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#abc19b159958919b6e70b728800adab42">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_a5cbed90562d40364b11f77245fb191f1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5cbed90562d40364b11f77245fb191f1">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_ae0a9a750ed499859befc4fdd2972a4e3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae0a9a750ed499859befc4fdd2972a4e3">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_1ModelCache_html_ad91158f11ea8913d8bec6a09419d7178"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ad91158f11ea8913d8bec6a09419d7178">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#l00270">ModelCache.cs:270</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a4c8f7d39ced0073c929a02ef6e027931"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a4c8f7d39ced0073c929a02ef6e027931">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#l00264">ModelCache.cs:264</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aef073676ecf303ef8f9042fa20ab5479"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aef073676ecf303ef8f9042fa20ab5479">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#l00128">ModelCache.cs:128</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a154a096722aae58e890205d00aa89e2d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a154a096722aae58e890205d00aa89e2d">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_1ModelCache_html_a3e20a43a36745a68417f177841813ca3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a3e20a43a36745a68417f177841813ca3">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#l00078">ModelCache.cs:78</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_aee1055dbc35ca3a6975ed5ac91d746ac"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#aee1055dbc35ca3a6975ed5ac91d746ac">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#l00261">ModelCache.cs:261</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_ae84cc8cff196b8d648de30ca5df812df"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae84cc8cff196b8d648de30ca5df812df">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#l00214">ModelCache.cs:214</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a47dc6db2618c45327d06b2e86080a48a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a47dc6db2618c45327d06b2e86080a48a">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_a7e4fc39771c4badb8512c12a8e82da99"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a7e4fc39771c4badb8512c12a8e82da99">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_ac19c0b98ae614b9a4fae7d83b5ae0e37"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac19c0b98ae614b9a4fae7d83b5ae0e37">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_1operations__research__constraint__solverPINVOKE_html_ae845f795564fa8073b60993d3005e119"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae845f795564fa8073b60993d3005e119">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_1ModelCache_html_ae94e2f6d5b980fb721d81c13f6d4d44a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ae94e2f6d5b980fb721d81c13f6d4d44a">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#l00244">ModelCache.cs:244</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a30d6df398a47a04052f3117dabdae48f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a30d6df398a47a04052f3117dabdae48f">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#l00233">ModelCache.cs:233</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a6f9fa216307d8b87e117a0a32d71aa15"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a6f9fa216307d8b87e117a0a32d71aa15">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#l00195">ModelCache.cs:195</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a76807a3133d45b21bd0ea4a06fcc6935"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a76807a3133d45b21bd0ea4a06fcc6935">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_1operations__research__constraint__solverPINVOKE_html_aeb9a2fefce2eb97ce04252764dde6356"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aeb9a2fefce2eb97ce04252764dde6356">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_a07dfe07cfcd3e9a411c78b82b861011e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a07dfe07cfcd3e9a411c78b82b861011e">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_ad85d6a0851f5c49ac00d0f5dcdcdd300"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad85d6a0851f5c49ac00d0f5dcdcdd300">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_af171822392a9c45d9724df48dcfe73c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af171822392a9c45d9724df48dcfe73c0">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_1operations__research__constraint__solverPINVOKE_html_ae75e5aee54d5eea7074f223206cc5c1d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ae75e5aee54d5eea7074f223206cc5c1d">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_a24cab26e23fbd9d957a0be71e4d5d74f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a24cab26e23fbd9d957a0be71e4d5d74f">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_1operations__research__constraint__solverPINVOKE_html_af25929dede4a27a11f270002b61c3b13"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#af25929dede4a27a11f270002b61c3b13">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_1operations__research__constraint__solverPINVOKE_html_aecb33e280951fc8de36fabcf670f7631"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aecb33e280951fc8de36fabcf670f7631">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_ac4d288c7ae3bbb8dcd359a96d46daf32"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac4d288c7ae3bbb8dcd359a96d46daf32">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_ac8a28280198832f0bfbd962f8bdca298"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac8a28280198832f0bfbd962f8bdca298">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#l00221">ModelCache.cs:221</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_afcdfe6dc89a751adbc846507ada31e71"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#afcdfe6dc89a751adbc846507ada31e71">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#l00232">ModelCache.cs:232</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a22a0cfc6da9d19ffafd92fbbeb9cf68c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a22a0cfc6da9d19ffafd92fbbeb9cf68c">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#l00245">ModelCache.cs:245</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a006ea2ceaf81dc9bd85b9b33a1e515bb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a006ea2ceaf81dc9bd85b9b33a1e515bb">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_1operations__research__constraint__solverPINVOKE_html_a0489cf26bec0dc25298e3459a5f73259"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0489cf26bec0dc25298e3459a5f73259">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_1ModelCache_html_ac75f982e4f662caec284249c678bbe29"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#ac75f982e4f662caec284249c678bbe29">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#l00204">ModelCache.cs:204</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a08f2cf4ca5f6c975282ec6d7a105ff80"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a08f2cf4ca5f6c975282ec6d7a105ff80">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#l00201">ModelCache.cs:201</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a7a77de6e47fbdeee0d1314efce07db18"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a7a77de6e47fbdeee0d1314efce07db18">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#l00250">ModelCache.cs:250</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a97dcb971a1c8820c913b66370bb90fab"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a97dcb971a1c8820c913b66370bb90fab">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#l00197">ModelCache.cs:197</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_2Solver_8cs_source.html#l00018">constraint_solver/Solver.cs:18</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_a0034821dcca820b7f9b83eaacbad0a2a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#a0034821dcca820b7f9b83eaacbad0a2a">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#l00148">ModelCache.cs:148</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_afe8528e55d6b033974264c2d93cb5ddc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#afe8528e55d6b033974264c2d93cb5ddc">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#l00068">ModelCache.cs:68</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache_html_abf4007c7ca8db231dfe203ea8c9e548b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#abf4007c7ca8db231dfe203ea8c9e548b">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#l00247">ModelCache.cs:247</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a35bddaaf713a717d9910d860cada253a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a35bddaaf713a717d9910d860cada253a">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#l00185">operations_research_constraint_solverPINVOKE.cs:185</a></div></div>
|
||
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a6eec8b81191963f261ac49339265c1ae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a6eec8b81191963f261ac49339265c1ae">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_1ModelCache_html_abcb7f8f1ec0ecd08cf3772f9bc8e69d3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1ModelCache.html#abcb7f8f1ec0ecd08cf3772f9bc8e69d3">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#l00208">ModelCache.cs:208</a></div></div>
|
||
|
|
</div><!-- fragment --></div><!-- contents -->
|
||
|
|
</div>
|
||
|
|
<div id="footer-container">
|
||
|
|
<div id="footer">
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|