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

107 lines
60 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
2019-08-12 09:16:03 -07:00
<span id="sfml">Google OR-Tools 7.3</span>
</div>
</div>
2019-08-07 18:01:08 -07:00
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
2019-08-12 09:16:03 -07:00
<h2>DotNet Reference</h2>
2019-08-07 18:01:08 -07:00
<ul>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
</ul>
</div>
<div id="content">
2019-08-07 18:01:08 -07:00
<div align="center">
<h1 style="color: #145A32;">DotNet Reference</h1>
</div>
<!-- Generated by Doxygen 1.8.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<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="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">IntTupleSet.cs</div> </div>
</div><!--header-->
<div class="contents">
2019-08-07 18:01:08 -07:00
<a href="IntTupleSet_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// &lt;auto-generated /&gt;</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// Version 4.0.0</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Google.OrTools.ConstraintSolver</a> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="keyword">using</span> System;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">using</span> System.Runtime.<a class="code" href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">using</span> System.Collections;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="keyword">using</span> System.Collections.Generic;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html"> 18</a></span>&#160;<span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html">IntTupleSet</a> : global::System.IDisposable {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#abc050282310ee35f8b4bac77b6103375"> 20</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html">IntTupleSet</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <a class
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a7c98814d2667a9273c95e975fd320b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00167">operations_research_constraint_solverPINVOKE.cs:167</a></div></div>
<div class="ttc" id="namespaceSystem_1_1Runtime_1_1InteropServices_html"><div class="ttname"><a href="namespaceSystem_1_1Runtime_1_1InteropServices.html">InteropServices</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a4cd9650c4441b3a7d59f8ae2f19d2623"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a4cd9650c4441b3a7d59f8ae2f19d2623">Google.OrTools.ConstraintSolver.IntTupleSet.NumTuples</a></div><div class="ttdeci">int NumTuples()</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00111">IntTupleSet.cs:111</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_aad3bb4dd1ba45d7820ef94288a9bf833"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#aad3bb4dd1ba45d7820ef94288a9bf833">Google.OrTools.ConstraintSolver.IntTupleSet.Insert3</a></div><div class="ttdeci">int Insert3(long v0, long v1, long v2)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00078">IntTupleSet.cs:78</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a0edf6c95326f8053c45ba6016f0f0d0e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a0edf6c95326f8053c45ba6016f0f0d0e">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Contains__SWIG_0</a></div><div class="ttdeci">static bool IntTupleSet_Contains__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, int[] jarg2)</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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_aa3656cd7d518b2ec02123809fc350db6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#aa3656cd7d518b2ec02123809fc350db6">Google.OrTools.ConstraintSolver.IntTupleSet.SortedByColumn</a></div><div class="ttdeci">IntTupleSet SortedByColumn(int col)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00131">IntTupleSet.cs:131</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_ab38073a0e0fa74893b5279d697334ed4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#ab38073a0e0fa74893b5279d697334ed4">Google.OrTools.ConstraintSolver.IntTupleSet.Contains</a></div><div class="ttdeci">bool Contains(long[] tuple)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00106">IntTupleSet.cs:106</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a18dcca9030c7022c56205874bc15842f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a18dcca9030c7022c56205874bc15842f">Google.OrTools.ConstraintSolver.IntTupleSet.SortedLexicographically</a></div><div class="ttdeci">IntTupleSet SortedLexicographically()</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00136">IntTupleSet.cs:136</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_acb97a8b1ee0d257d0ea20601d9213e19"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#acb97a8b1ee0d257d0ea20601d9213e19">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Arity</a></div><div class="ttdeci">static int IntTupleSet_Arity(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ab3be6771b5d983377b789c73dee89550"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ab3be6771b5d983377b789c73dee89550">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_InsertAll__SWIG_0</a></div><div class="ttdeci">static void IntTupleSet_InsertAll__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int len2_1, int[] len2_2, long[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ac6f03afca66d0288804a56103c9f5a77"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ac6f03afca66d0288804a56103c9f5a77">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Value</a></div><div class="ttdeci">static long IntTupleSet_Value(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a33d30bcfc841eb1820f138c1cc2b9f45"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a33d30bcfc841eb1820f138c1cc2b9f45">Google.OrTools.ConstraintSolver.IntTupleSet.IntTupleSet</a></div><div class="ttdeci">IntTupleSet(int arity)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00052">IntTupleSet.cs:52</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a4e7c4e39817509fd566ea707e848fc6b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a4e7c4e39817509fd566ea707e848fc6b">Google.OrTools.ConstraintSolver.IntTupleSet.Arity</a></div><div class="ttdeci">int Arity()</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00121">IntTupleSet.cs:121</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a2d3a6544d388de3a4a80897bf945be2c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a2d3a6544d388de3a4a80897bf945be2c">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_NumTuples</a></div><div class="ttdeci">static int IntTupleSet_NumTuples(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a8f295503cd8f9f268cb047a9e427ef0b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a8f295503cd8f9f268cb047a9e427ef0b">Google.OrTools.ConstraintSolver.IntTupleSet.Insert</a></div><div class="ttdeci">int Insert(long[] tuple)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00068">IntTupleSet.cs:68</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a0973bfb45837ab72012e728b5824e47b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a0973bfb45837ab72012e728b5824e47b">Google.OrTools.ConstraintSolver.IntTupleSet.Insert</a></div><div class="ttdeci">int Insert(int[] tuple)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00063">IntTupleSet.cs:63</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a63d51c0fc6fc245227b479aecc8d94cc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a63d51c0fc6fc245227b479aecc8d94cc">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_NumDifferentValuesInColumn</a></div><div class="ttdeci">static int IntTupleSet_NumDifferentValuesInColumn(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a3349acb035f6e46dd942e38675ecd470"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a3349acb035f6e46dd942e38675ecd470">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.delete_IntTupleSet</a></div><div class="ttdeci">static void delete_IntTupleSet(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8021cac9cedea013c47a6dd6263a0732"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8021cac9cedea013c47a6dd6263a0732">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Insert__SWIG_1</a></div><div class="ttdeci">static int IntTupleSet_Insert__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1NestedArrayHelper_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1NestedArrayHelper.html">Google.OrTools.NestedArrayHelper</a></div><div class="ttdef"><b>Definition:</b> <a href="NestedArrayHelper_8cs_source.html#l00019">NestedArrayHelper.cs:19</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.ConstraintSolver.IntTupleSet.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00020">IntTupleSet.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a855fdeb15b21d69e19f93984bd4be64b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a855fdeb15b21d69e19f93984bd4be64b">Google.OrTools.ConstraintSolver.IntTupleSet.Contains</a></div><div class="ttdeci">bool Contains(int[] tuple)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00101">IntTupleSet.cs:101</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a668e2ccfd1edcaf1171fe9a32bec2208"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a668e2ccfd1edcaf1171fe9a32bec2208">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Contains__SWIG_1</a></div><div class="ttdeci">static bool IntTupleSet_Contains__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, long[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a5bf938c4bd6632b70b2b929a47b48bdf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a5bf938c4bd6632b70b2b929a47b48bdf">Google.OrTools.ConstraintSolver.IntTupleSet.InsertAll</a></div><div class="ttdeci">void InsertAll(long[][] tuples)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00088">IntTupleSet.cs:88</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9775309ba757d1b71054f09e51ad0dcf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9775309ba757d1b71054f09e51ad0dcf">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_InsertAll__SWIG_1</a></div><div class="ttdeci">static void IntTupleSet_InsertAll__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a181ee2d97a03f8b2f7dd461db8cf5cd4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a181ee2d97a03f8b2f7dd461db8cf5cd4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Clear</a></div><div class="ttdeci">static void IntTupleSet_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a8b0d72e138f89fd80d6db707ec024562"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a8b0d72e138f89fd80d6db707ec024562">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Insert4</a></div><div class="ttdeci">static int IntTupleSet_Insert4(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4, long jarg5)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_af47b817683910a4ecfdeb0fb713e174b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#af47b817683910a4ecfdeb0fb713e174b">Google.OrTools.ConstraintSolver.IntTupleSet.Value</a></div><div class="ttdeci">long Value(int tuple_index, int pos_in_tuple)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00116">IntTupleSet.cs:116</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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.ConstraintSolver.IntTupleSet.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00040">IntTupleSet.cs:40</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a17c8857b9ca2bd5a847a62070109ce6d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a17c8857b9ca2bd5a847a62070109ce6d">Google.OrTools.ConstraintSolver.IntTupleSet.InsertAll</a></div><div class="ttdeci">void InsertAll(SWIGTYPE_p_std__vectorT_std__vectorT_int_t_t tuples)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00096">IntTupleSet.cs:96</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_aaf25da78d67bcdf2e1560f884bd7a6c4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#aaf25da78d67bcdf2e1560f884bd7a6c4">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Insert2</a></div><div class="ttdeci">static int IntTupleSet_Insert2(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a55269bff0b76303f7df6611e3e61f2fb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a55269bff0b76303f7df6611e3e61f2fb">Google.OrTools.ConstraintSolver.IntTupleSet.Insert2</a></div><div class="ttdeci">int Insert2(long v0, long v1)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00073">IntTupleSet.cs:73</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html">Google.OrTools.ConstraintSolver.IntTupleSet</a></div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00018">IntTupleSet.cs:18</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_ac0259dbc16ddc942afeae102e8fd589e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#ac0259dbc16ddc942afeae102e8fd589e">Google.OrTools.ConstraintSolver.IntTupleSet.NumDifferentValuesInColumn</a></div><div class="ttdeci">int NumDifferentValuesInColumn(int col)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00126">IntTupleSet.cs:126</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.ConstraintSolver.IntTupleSet.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00035">IntTupleSet.cs:35</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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a9195b01000ea0acc8e62a9f7b84c2b49"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a9195b01000ea0acc8e62a9f7b84c2b49">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_SortedByColumn</a></div><div class="ttdeci">static global::System.IntPtr IntTupleSet_SortedByColumn(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.ConstraintSolver.IntTupleSet.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00059">IntTupleSet.cs:59</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException_html_a99561aa89dd816ba2dd85af036e32227"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__constraint__solverPINVOKE_8cs_source.html#l00186">operations_research_constraint_solverPINVOKE.cs:186</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a502ff4d865a8d2dabbec21d47aaa3664"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a502ff4d865a8d2dabbec21d47aaa3664">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Insert3</a></div><div class="ttdeci">static int IntTupleSet_Insert3(global::System.Runtime.InteropServices.HandleRef jarg1, long jarg2, long jarg3, long jarg4)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_ad8ba0ec110ef2df4e6fb5e976b57e9ab"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#ad8ba0ec110ef2df4e6fb5e976b57e9ab">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_Insert__SWIG_0</a></div><div class="ttdeci">static int IntTupleSet_Insert__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int length2, int[] jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet_html_a564d8c7a842e96aa04f4dbcbc7eae29d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1IntTupleSet.html#a564d8c7a842e96aa04f4dbcbc7eae29d">Google.OrTools.ConstraintSolver.IntTupleSet.IntTupleSet</a></div><div class="ttdeci">IntTupleSet(IntTupleSet set)</div><div class="ttdef"><b>Definition:</b> <a href="IntTupleSet_8cs_source.html#l00055">IntTupleSet.cs:55</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE_html_a5c77fb88ccfa0986880eb764d21835c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1ConstraintSolver_1_1operations__research__constraint__solverPINVOKE.html#a5c77fb88ccfa0986880eb764d21835c0">Google.OrTools.ConstraintSolver.operations_research_constraint_solverPINVOKE.IntTupleSet_SortedLexicographically</a></div><div class="ttdeci">static global::System.IntPtr IntTupleSet_SortedLexicographically(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
</div><!-- fragment --></div><!-- contents -->
2019-08-07 18:01:08 -07:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>