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

119 lines
110 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_585e9a2673d249c3b9690f454203f86a.html">algorithms</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">KInt64VectorVector.cs</div> </div>
</div><!--header-->
<div class="contents">
2019-08-07 18:01:08 -07:00
<a href="KInt64VectorVector_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_1Algorithms.html">Google.OrTools.Algorithms</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"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html"> 13</a></span>&#160;<span class="keyword">public</span> <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IEnumerable&lt;KInt64Vector&gt;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; {</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#abc050282310ee35f8b4bac77b6103375"> 16</a></span>&#160; <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>;</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"> 18</span>&#160; <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a7381df8e7456723f2b2c1bdc9f1e011d">KInt64VectorVector</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; }</div><div class="line"><a name="l00022
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a5fe2ccfe434f4cae51608e8822d17ef4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a5fe2ccfe434f4cae51608e8822d17ef4">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void KInt64VectorVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a3dbed9e751efe309a260ce11af23510e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a3dbed9e751efe309a260ce11af23510e">Google.OrTools.Algorithms.KInt64VectorVector.SetRange</a></div><div class="ttdeci">void SetRange(int index, KInt64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00319">KInt64VectorVector.cs:319</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">Google.OrTools.Algorithms.KInt64VectorVector</a></div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00013">KInt64VectorVector.cs:13</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_abf80b175f583a8ea97e61451e2e3755d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#abf80b175f583a8ea97e61451e2e3755d">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_RemoveRange</a></div><div class="ttdeci">static void KInt64VectorVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a02918e7f90e94eafa53aeac686b1f19a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a02918e7f90e94eafa53aeac686b1f19a">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr KInt64VectorVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a5cb03fe49acee1f3185953b35f748da1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a5cb03fe49acee1f3185953b35f748da1">Google.OrTools.Algorithms.KInt64VectorVector.AddRange</a></div><div class="ttdeci">void AddRange(KInt64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00271">KInt64VectorVector.cs:271</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_aad462966ed963f892117056de1eba502"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aad462966ed963f892117056de1eba502">Google.OrTools.Algorithms.KInt64VectorVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00096">KInt64VectorVector.cs:96</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a404aa5387a516fc71bfa67939fe3f904"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a404aa5387a516fc71bfa67939fe3f904">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_Insert</a></div><div class="ttdeci">static void KInt64VectorVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_abd656671b8572f50d7e71adb8aa78fd2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#abd656671b8572f50d7e71adb8aa78fd2">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_Clear</a></div><div class="ttdeci">static void KInt64VectorVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a2866b0a91c333d4077970ebab58f93eb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a2866b0a91c333d4077970ebab58f93eb">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_size</a></div><div class="ttdeci">static uint KInt64VectorVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">Google.OrTools.Algorithms.KInt64Vector</a></div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00013">KInt64Vector.cs:13</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aad6f5719a353b07e5e73faa36fbd50ed"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aad6f5719a353b07e5e73faa36fbd50ed">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_AddRange</a></div><div class="ttdeci">static void KInt64VectorVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_ac7d91080b4a286cb0c3aa3369b619b9d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#ac7d91080b4a286cb0c3aa3369b619b9d">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.delete_KInt64VectorVector</a></div><div class="ttdeci">static void delete_KInt64VectorVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a5ad7f82470f145a0d6ae871ff7b623f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a5ad7f82470f145a0d6ae871ff7b623f3">Google.OrTools.Algorithms.KInt64VectorVector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00085">KInt64VectorVector.cs:85</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a008fb9b136f21f6c641ac3093e31fe99"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a008fb9b136f21f6c641ac3093e31fe99">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_InsertRange</a></div><div class="ttdeci">static void KInt64VectorVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a4edadd365bc1d9de5ea7a7195b0c135f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a4edadd365bc1d9de5ea7a7195b0c135f">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVector</a></div><div class="ttdeci">KInt64VectorVector(global::System.Collections.Generic.IEnumerable&lt; KInt64Vector &gt; c)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00056">KInt64VectorVector.cs:56</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a8ec7d7c5cd2656150a6237ce80df4d20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a8ec7d7c5cd2656150a6237ce80df4d20">Google.OrTools.Algorithms.KInt64VectorVector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00064">KInt64VectorVector.cs:64</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html_a7c98814d2667a9273c95e975fd320b6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00133">operations_research_algorithmsPINVOKE.cs:133</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_af6cbf16084ead2a02440396e021b9b46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#af6cbf16084ead2a02440396e021b9b46">Google.OrTools.Algorithms.KInt64VectorVector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00314">KInt64VectorVector.cs:314</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aa71d36872f416feaa853788a7a7a7ef8">Google.OrTools.Algorithms.KInt64VectorVector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00220">KInt64VectorVector.cs:220</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator_html_a38b292e8f43d7c83c292730a42768179"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a38b292e8f43d7c83c292730a42768179">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVectorEnumerator.KInt64VectorVectorEnumerator</a></div><div class="ttdeci">KInt64VectorVectorEnumerator(KInt64VectorVector collection)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00167">KInt64VectorVector.cs:167</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a0187c74d1be9576bea49d7918e384bf7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a0187c74d1be9576bea49d7918e384bf7">Google.OrTools.Algorithms.KInt64VectorVector.Insert</a></div><div class="ttdeci">void Insert(int index, KInt64Vector x)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00283">KInt64VectorVector.cs:283</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a7f67d34c38648589d7e0a5d58a2a52d4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a7f67d34c38648589d7e0a5d58a2a52d4">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr KInt64VectorVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator_html_a372de693ad40b3f42839c8ec6ac845f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00206">KInt64VectorVector.cs:206</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator_html_ad5316c283894d57be1450edab878aed0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#ad5316c283894d57be1450edab878aed0">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00194">KInt64VectorVector.cs:194</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a4df2ea52f60a6f5b26fe63a124e681a6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a4df2ea52f60a6f5b26fe63a124e681a6">Google.OrTools.Algorithms.KInt64VectorVector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, KInt64VectorVector values)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00288">KInt64VectorVector.cs:288</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00127">operations_research_algorithmsPINVOKE.cs:127</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a411519485a0bc2eb62795c89d2320772"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a411519485a0bc2eb62795c89d2320772">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVector</a></div><div class="ttdeci">KInt64VectorVector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00250">KInt64VectorVector.cs:250</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a1783201446d72194ed52e37cfc86d6f3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a1783201446d72194ed52e37cfc86d6f3">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVector</a></div><div class="ttdeci">KInt64VectorVector(KInt64VectorVector other)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00246">KInt64VectorVector.cs:246</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_ae1b551cc51c9d556342b27b466a7c7cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ae1b551cc51c9d556342b27b466a7c7cb">Google.OrTools.Algorithms.KInt64VectorVector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00310">KInt64VectorVector.cs:310</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a90f1c0f60e573870ae4729109e0a8fc0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a90f1c0f60e573870ae4729109e0a8fc0">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr KInt64VectorVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a98be2e5995da1ec64c12551dc97e9214"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a98be2e5995da1ec64c12551dc97e9214">Google.OrTools.Algorithms.KInt64VectorVector.Repeat</a></div><div class="ttdeci">static KInt64VectorVector Repeat(KInt64Vector value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00303">KInt64VectorVector.cs:303</a></div></div>
2019-06-29 18:18:08 +02:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVectorEnumerator</a></div><div class="ttdoc">Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever t...</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00159">KInt64VectorVector.cs:159</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_ab8469187c24ee20858b41527b2f5e687"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ab8469187c24ee20858b41527b2f5e687">Google.OrTools.Algorithms.KInt64VectorVector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00298">KInt64VectorVector.cs:298</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_ad7c925d24a4e07389d2331e0508618ea"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ad7c925d24a4e07389d2331e0508618ea">Google.OrTools.Algorithms.KInt64VectorVector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00293">KInt64VectorVector.cs:293</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a94b969d24485ca893c76b3323b3326f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a94b969d24485ca893c76b3323b3326f4">Google.OrTools.Algorithms.KInt64VectorVector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00102">KInt64VectorVector.cs:102</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a11d21e978c78c4008c8576f023dcd86b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a11d21e978c78c4008c8576f023dcd86b">Google.OrTools.Algorithms.KInt64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(KInt64Vector[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00113">KInt64VectorVector.cs:113</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a7381df8e7456723f2b2c1bdc9f1e011d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a7381df8e7456723f2b2c1bdc9f1e011d">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVector</a></div><div class="ttdeci">KInt64VectorVector()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00243">KInt64VectorVector.cs:243</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a240f52c270e85c356de2ed864ced8bba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a240f52c270e85c356de2ed864ced8bba">Google.OrTools.Algorithms.KInt64VectorVector.GetEnumerator</a></div><div class="ttdeci">KInt64VectorVectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00150">KInt64VectorVector.cs:150</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a48f2a791a82cca114acf273dcb5b5acb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a48f2a791a82cca114acf273dcb5b5acb">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_Add</a></div><div class="ttdeci">static void KInt64VectorVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00214">KInt64VectorVector.cs:214</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_aeb61f15edefa74fd581978a92d5ee2a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aeb61f15edefa74fd581978a92d5ee2a7">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVector</a></div><div class="ttdeci">KInt64VectorVector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00048">KInt64VectorVector.cs:48</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator_html_a9a010d5a9f032b681ed577de1dfff199"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a9a010d5a9f032b681ed577de1dfff199">Google.OrTools.Algorithms.KInt64VectorVector.KInt64VectorVectorEnumerator.Current</a></div><div class="ttdeci">KInt64Vector Current</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00175">KInt64VectorVector.cs:175</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_ad04fb911bab3dfcced770ec56b7cac04"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ad04fb911bab3dfcced770ec56b7cac04">Google.OrTools.Algorithms.KInt64VectorVector.ToArray</a></div><div class="ttdeci">KInt64Vector [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00136">KInt64VectorVector.cs:136</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a781c95725cdfdb83ea8bc18c865d0ccf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a781c95725cdfdb83ea8bc18c865d0ccf">Google.OrTools.Algorithms.KInt64VectorVector.GetRange</a></div><div class="ttdeci">KInt64VectorVector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00276">KInt64VectorVector.cs:276</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00013">operations_research_algorithmsPINVOKE.cs:13</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a19a1e415c2d9ecc1e761ff3b4b5d06a2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a19a1e415c2d9ecc1e761ff3b4b5d06a2">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_RemoveAt</a></div><div class="ttdeci">static void KInt64VectorVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a68112d3fc60cc0c56ca35c36ef578afd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a68112d3fc60cc0c56ca35c36ef578afd">Google.OrTools.Algorithms.KInt64VectorVector.Add</a></div><div class="ttdeci">void Add(KInt64Vector x)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00224">KInt64VectorVector.cs:224</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.Algorithms.KInt64VectorVector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00016">KInt64VectorVector.cs:16</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.Algorithms.KInt64VectorVector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00036">KInt64VectorVector.cs:36</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a1e9859f7cda19b0d1cd00049abc7822d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a1e9859f7cda19b0d1cd00049abc7822d">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void KInt64VectorVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.Algorithms.KInt64VectorVector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00031">KInt64VectorVector.cs:31</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a37fc380a34a44c39316ae4b5ad840057"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a37fc380a34a44c39316ae4b5ad840057">Google.OrTools.Algorithms.KInt64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(KInt64Vector[] array)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00108">KInt64VectorVector.cs:108</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_a71219915d75b64c75cdb74888fda9758"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a71219915d75b64c75cdb74888fda9758">Google.OrTools.Algorithms.KInt64VectorVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, KInt64Vector[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00118">KInt64VectorVector.cs:118</a></div></div>
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1Algorithms_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1Algorithms.html">Google.OrTools.Algorithms</a></div><div class="ttdef"><b>Definition:</b> <a href="KInt64Vector_8cs_source.html#l00011">KInt64Vector.cs:11</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a184b8e5e8b682dc0dbd0b8ad7b02a80e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a184b8e5e8b682dc0dbd0b8ad7b02a80e">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.KInt64VectorVector_SetRange</a></div><div class="ttdeci">static void KInt64VectorVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_html_ad1b02f19e753582b3c5f9ed71bb0318a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ad1b02f19e753582b3c5f9ed71bb0318a">Google.OrTools.Algorithms.KInt64VectorVector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="KInt64VectorVector_8cs_source.html#l00070">KInt64VectorVector.cs:70</a></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>