441 lines
110 KiB
HTML
441 lines
110 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">Google OR-Tools 7.5</span>
|
|
</div>
|
|
</div>
|
|
<div id="content" style="width: 100%; overflow: hidden;">
|
|
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
|
|
<h2>DotNet Reference</h2>
|
|
<ul>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="content">
|
|
<div align="center">
|
|
<h1 style="color: #145A32;">DotNet Reference</h1>
|
|
</div>
|
|
<!-- Generated by Doxygen 1.8.18 -->
|
|
<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">
|
|
<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> <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 4.0.1</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_1Algorithms.html">Google.OrTools.Algorithms</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"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html"> 13</a></span> <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<KInt64Vector></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  {</div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>  <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>  <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>  </div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <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>  <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>  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>  }</div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <span class="keyword">internal</span> <span class="keyword">static</span> global::System.Runtime.InteropServices.HandleRef getCPtr(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> obj) {</div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="keywordflow">return</span> (obj == <span class="keyword">null</span>) ? <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero) : obj.swigCPtr;</div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  }</div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  ~<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a7381df8e7456723f2b2c1bdc9f1e011d">KInt64VectorVector</a>() {</div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Dispose</a>(<span class="keyword">false</span>);</div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  }</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  </div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7"> 31</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Dispose</a>() {</div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Dispose</a>(<span class="keyword">true</span>);</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  global::System.GC.SuppressFinalize(<span class="keyword">this</span>);</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  }</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a8ad4348ef0f9969025bab397e7e27e26"> 36</a></span>  <span class="keyword">protected</span> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a8ad4348ef0f9969025bab397e7e27e26">Dispose</a>(<span class="keywordtype">bool</span> disposing) {</div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  lock(<span class="keyword">this</span>) {</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>) {</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a> = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#ac7d91080b4a286cb0c3aa3369b619b9d">delete_KInt64VectorVector</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  }</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">null</span>, global::System.IntPtr.Zero);</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  }</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  }</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  }</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aeb61f15edefa74fd581978a92d5ee2a7"> 48</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aeb61f15edefa74fd581978a92d5ee2a7">KInt64VectorVector</a>(global::System.Collections.IEnumerable c) : this() {</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keywordflow">if</span> (c == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentNullException(<span class="stringliteral">"c"</span>);</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keywordflow">foreach</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> element <span class="keywordflow">in</span> c) {</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a68112d3fc60cc0c56ca35c36ef578afd">Add</a>(element);</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  }</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  }</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a4edadd365bc1d9de5ea7a7195b0c135f"> 56</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a4edadd365bc1d9de5ea7a7195b0c135f">KInt64VectorVector</a>(global::System.Collections.Generic.IEnumerable<<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>> c) : this() {</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordflow">if</span> (c == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentNullException(<span class="stringliteral">"c"</span>);</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordflow">foreach</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> element <span class="keywordflow">in</span> c) {</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a68112d3fc60cc0c56ca35c36ef578afd">Add</a>(element);</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  }</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  }</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a8ec7d7c5cd2656150a6237ce80df4d20"> 64</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a8ec7d7c5cd2656150a6237ce80df4d20">IsFixedSize</a> {</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">get</span> {</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  }</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  }</div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ad1b02f19e753582b3c5f9ed71bb0318a"> 70</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ad1b02f19e753582b3c5f9ed71bb0318a">IsReadOnly</a> {</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keyword">get</span> {</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  }</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  }</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aeb69bd7d6838ce114f4e9128253fa4cc"> 76</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> <span class="keyword">this</span>[<span class="keywordtype">int</span> index] {</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">get</span> {</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keywordflow">return</span> getitem(index);</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  }</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keyword">set</span> {</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  setitem(index, value);</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  }</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  }</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a5ad7f82470f145a0d6ae871ff7b623f3"> 85</a></span>  <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a5ad7f82470f145a0d6ae871ff7b623f3">Capacity</a> {</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keyword">get</span> {</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordflow">return</span> (<span class="keywordtype">int</span>)capacity();</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  }</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keyword">set</span> {</div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">if</span> (value < size())</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentOutOfRangeException(<span class="stringliteral">"Capacity"</span>);</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  reserve((uint)value);</div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  }</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  }</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  </div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aad462966ed963f892117056de1eba502"> 96</a></span>  <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aad462966ed963f892117056de1eba502">Count</a> {</div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="keyword">get</span> {</div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">return</span> (<span class="keywordtype">int</span>)size();</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  }</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  }</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a94b969d24485ca893c76b3323b3326f4"> 102</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a94b969d24485ca893c76b3323b3326f4">IsSynchronized</a> {</div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keyword">get</span> {</div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  }</div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  }</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  </div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a37fc380a34a44c39316ae4b5ad840057"> 108</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a37fc380a34a44c39316ae4b5ad840057">CopyTo</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>[] array)</div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  {</div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a37fc380a34a44c39316ae4b5ad840057">CopyTo</a>(0, array, 0, this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aad462966ed963f892117056de1eba502">Count</a>);</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  }</div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  </div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a11d21e978c78c4008c8576f023dcd86b"> 113</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a11d21e978c78c4008c8576f023dcd86b">CopyTo</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>[] array, <span class="keywordtype">int</span> arrayIndex)</div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  {</div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a37fc380a34a44c39316ae4b5ad840057">CopyTo</a>(0, array, arrayIndex, this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aad462966ed963f892117056de1eba502">Count</a>);</div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  }</div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  </div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a71219915d75b64c75cdb74888fda9758"> 118</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a71219915d75b64c75cdb74888fda9758">CopyTo</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>[] array, <span class="keywordtype">int</span> arrayIndex, <span class="keywordtype">int</span> count)</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  {</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keywordflow">if</span> (array == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentNullException(<span class="stringliteral">"array"</span>);</div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="keywordflow">if</span> (index < 0)</div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentOutOfRangeException(<span class="stringliteral">"index"</span>, <span class="stringliteral">"Value is less than zero"</span>);</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <span class="keywordflow">if</span> (arrayIndex < 0)</div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentOutOfRangeException(<span class="stringliteral">"arrayIndex"</span>, <span class="stringliteral">"Value is less than zero"</span>);</div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <span class="keywordflow">if</span> (count < 0)</div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentOutOfRangeException(<span class="stringliteral">"count"</span>, <span class="stringliteral">"Value is less than zero"</span>);</div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordflow">if</span> (array.Rank > 1)</div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentException(<span class="stringliteral">"Multi dimensional array."</span>, <span class="stringliteral">"array"</span>);</div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keywordflow">if</span> (index+count > this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aad462966ed963f892117056de1eba502">Count</a> || arrayIndex+count > array.Length)</div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.ArgumentException(<span class="stringliteral">"Number of elements to copy is too large."</span>);</div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i=0; i<count; i++)</div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  array.SetValue(getitemcopy(index+i), arrayIndex+i);</div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  }</div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  </div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ad04fb911bab3dfcced770ec56b7cac04"> 136</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>[] <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ad04fb911bab3dfcced770ec56b7cac04">ToArray</a>() {</div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>[] array = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>[this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aad462966ed963f892117056de1eba502">Count</a>];</div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  this.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a37fc380a34a44c39316ae4b5ad840057">CopyTo</a>(array);</div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="keywordflow">return</span> array;</div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  }</div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  </div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  global::System.Collections.Generic.IEnumerator<<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>> global::System.Collections.Generic.IEnumerable<<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>>.GetEnumerator() {</div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  <span class="keywordflow">return</span> <span class="keyword">new</span> KInt64VectorVectorEnumerator(<span class="keyword">this</span>);</div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  }</div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  </div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  global::System.Collections.IEnumerator global::System.Collections.IEnumerable.GetEnumerator() {</div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  <span class="keywordflow">return</span> <span class="keyword">new</span> KInt64VectorVectorEnumerator(<span class="keyword">this</span>);</div>
|
|
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  }</div>
|
|
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  </div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a240f52c270e85c356de2ed864ced8bba"> 150</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html">KInt64VectorVectorEnumerator</a> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a240f52c270e85c356de2ed864ced8bba">GetEnumerator</a>() {</div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html">KInt64VectorVectorEnumerator</a>(<span class="keyword">this</span>);</div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  }</div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  </div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="comment">// Type-safe enumerator</span></div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html"> 159</a></span> <span class="comment"></span> <span class="keyword">public</span> sealed <span class="keyword">class </span><a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html">KInt64VectorVectorEnumerator</a> : global::System.Collections.IEnumerator</div>
|
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  , global::System.Collections.Generic.IEnumerator<KInt64Vector></div>
|
|
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  {</div>
|
|
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <span class="keyword">private</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> collectionRef;</div>
|
|
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="keyword">private</span> <span class="keywordtype">int</span> currentIndex;</div>
|
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="keyword">private</span> <span class="keywordtype">object</span> currentObject;</div>
|
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  <span class="keyword">private</span> <span class="keywordtype">int</span> currentSize;</div>
|
|
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  </div>
|
|
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a38b292e8f43d7c83c292730a42768179"> 167</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a38b292e8f43d7c83c292730a42768179">KInt64VectorVectorEnumerator</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> collection) {</div>
|
|
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  collectionRef = collection;</div>
|
|
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  currentIndex = -1;</div>
|
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  currentObject = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  currentSize = collectionRef.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aad462966ed963f892117056de1eba502">Count</a>;</div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  }</div>
|
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  </div>
|
|
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="comment">// Type-safe iterator Current</span></div>
|
|
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a9a010d5a9f032b681ed577de1dfff199"> 175</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a9a010d5a9f032b681ed577de1dfff199">Current</a> {</div>
|
|
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <span class="keyword">get</span> {</div>
|
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keywordflow">if</span> (currentIndex == -1)</div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.InvalidOperationException(<span class="stringliteral">"Enumeration not started."</span>);</div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  <span class="keywordflow">if</span> (currentIndex > currentSize - 1)</div>
|
|
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.InvalidOperationException(<span class="stringliteral">"Enumeration finished."</span>);</div>
|
|
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  <span class="keywordflow">if</span> (currentObject == <span class="keyword">null</span>)</div>
|
|
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.InvalidOperationException(<span class="stringliteral">"Collection modified."</span>);</div>
|
|
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  <span class="keywordflow">return</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>)currentObject;</div>
|
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  }</div>
|
|
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  }</div>
|
|
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  </div>
|
|
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  <span class="comment">// Type-unsafe IEnumerator.Current</span></div>
|
|
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <span class="keywordtype">object</span> global::System.Collections.IEnumerator.Current {</div>
|
|
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  <span class="keyword">get</span> {</div>
|
|
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <span class="keywordflow">return</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a9a010d5a9f032b681ed577de1dfff199">Current</a>;</div>
|
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  }</div>
|
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  }</div>
|
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  </div>
|
|
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#ad5316c283894d57be1450edab878aed0"> 194</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#ad5316c283894d57be1450edab878aed0">MoveNext</a>() {</div>
|
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keywordtype">int</span> size = collectionRef.Count;</div>
|
|
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <span class="keywordtype">bool</span> moveOkay = (currentIndex+1 < size) && (size == currentSize);</div>
|
|
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <span class="keywordflow">if</span> (moveOkay) {</div>
|
|
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  currentIndex++;</div>
|
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  currentObject = collectionRef[currentIndex];</div>
|
|
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  currentObject = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  }</div>
|
|
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  <span class="keywordflow">return</span> moveOkay;</div>
|
|
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  }</div>
|
|
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  </div>
|
|
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4"> 206</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a372de693ad40b3f42839c8ec6ac845f4">Reset</a>() {</div>
|
|
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  currentIndex = -1;</div>
|
|
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  currentObject = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  <span class="keywordflow">if</span> (collectionRef.Count != currentSize) {</div>
|
|
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  <span class="keywordflow">throw</span> <span class="keyword">new</span> global::System.InvalidOperationException(<span class="stringliteral">"Collection modified."</span>);</div>
|
|
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  }</div>
|
|
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  }</div>
|
|
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  </div>
|
|
<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7"> 214</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector_1_1KInt64VectorVectorEnumerator.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Dispose</a>() {</div>
|
|
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  currentIndex = -1;</div>
|
|
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  currentObject = <span class="keyword">null</span>;</div>
|
|
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  }</div>
|
|
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  }</div>
|
|
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>  </div>
|
|
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aa71d36872f416feaa853788a7a7a7ef8"> 220</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#aa71d36872f416feaa853788a7a7a7ef8">Clear</a>() {</div>
|
|
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#abd656671b8572f50d7e71adb8aa78fd2">KInt64VectorVector_Clear</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  }</div>
|
|
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  </div>
|
|
<div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a68112d3fc60cc0c56ca35c36ef578afd"> 224</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a68112d3fc60cc0c56ca35c36ef578afd">Add</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> x) {</div>
|
|
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a48f2a791a82cca114acf273dcb5b5acb">KInt64VectorVector_Add</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>.getCPtr(x));</div>
|
|
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  }</div>
|
|
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  </div>
|
|
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  <span class="keyword">private</span> uint size() {</div>
|
|
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  uint ret = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a2866b0a91c333d4077970ebab58f93eb">KInt64VectorVector_size</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  }</div>
|
|
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  </div>
|
|
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  <span class="keyword">private</span> uint capacity() {</div>
|
|
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  uint ret = operations_research_algorithmsPINVOKE.KInt64VectorVector_capacity(swigCPtr);</div>
|
|
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  }</div>
|
|
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  </div>
|
|
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  <span class="keyword">private</span> <span class="keywordtype">void</span> reserve(uint n) {</div>
|
|
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  operations_research_algorithmsPINVOKE.KInt64VectorVector_reserve(swigCPtr, n);</div>
|
|
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  }</div>
|
|
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  </div>
|
|
<div class="line"><a name="l00243"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a7381df8e7456723f2b2c1bdc9f1e011d"> 243</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a7381df8e7456723f2b2c1bdc9f1e011d">KInt64VectorVector</a>() : this(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.new_KInt64VectorVector__SWIG_0(), true) {</div>
|
|
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  }</div>
|
|
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>  </div>
|
|
<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a1783201446d72194ed52e37cfc86d6f3"> 246</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a1783201446d72194ed52e37cfc86d6f3">KInt64VectorVector</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> other) : this(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.new_KInt64VectorVector__SWIG_1(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a>.getCPtr(other)), true) {</div>
|
|
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  }</div>
|
|
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  </div>
|
|
<div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a411519485a0bc2eb62795c89d2320772"> 250</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a411519485a0bc2eb62795c89d2320772">KInt64VectorVector</a>(<span class="keywordtype">int</span> capacity) : this(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.new_KInt64VectorVector__SWIG_2(capacity), true) {</div>
|
|
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  }</div>
|
|
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  </div>
|
|
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="keyword">private</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> getitemcopy(<span class="keywordtype">int</span> index) {</div>
|
|
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> ret = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a02918e7f90e94eafa53aeac686b1f19a">KInt64VectorVector_getitemcopy</a>(swigCPtr, index), <span class="keyword">true</span>);</div>
|
|
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  }</div>
|
|
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  </div>
|
|
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="keyword">private</span> KInt64Vector getitem(<span class="keywordtype">int</span> index) {</div>
|
|
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  KInt64Vector ret = <span class="keyword">new</span> KInt64Vector(operations_research_algorithmsPINVOKE.KInt64VectorVector_getitem(swigCPtr, index), <span class="keyword">false</span>);</div>
|
|
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  <span class="keywordflow">if</span> (operations_research_algorithmsPINVOKE.SWIGPendingException.Pending) <span class="keywordflow">throw</span> operations_research_algorithmsPINVOKE.SWIGPendingException.Retrieve();</div>
|
|
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  }</div>
|
|
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>  </div>
|
|
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="keyword">private</span> <span class="keywordtype">void</span> setitem(<span class="keywordtype">int</span> index, KInt64Vector val) {</div>
|
|
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  operations_research_algorithmsPINVOKE.KInt64VectorVector_setitem(swigCPtr, index, KInt64Vector.getCPtr(val));</div>
|
|
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  <span class="keywordflow">if</span> (operations_research_algorithmsPINVOKE.SWIGPendingException.Pending) <span class="keywordflow">throw</span> operations_research_algorithmsPINVOKE.SWIGPendingException.Retrieve();</div>
|
|
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  }</div>
|
|
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  </div>
|
|
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a5cb03fe49acee1f3185953b35f748da1"> 271</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a5cb03fe49acee1f3185953b35f748da1">AddRange</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> values) {</div>
|
|
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aad6f5719a353b07e5e73faa36fbd50ed">KInt64VectorVector_AddRange</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a>.getCPtr(values));</div>
|
|
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  }</div>
|
|
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  </div>
|
|
<div class="line"><a name="l00276"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a781c95725cdfdb83ea8bc18c865d0ccf"> 276</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a781c95725cdfdb83ea8bc18c865d0ccf">GetRange</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">int</span> count) {</div>
|
|
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>  global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a7f67d34c38648589d7e0a5d58a2a52d4">KInt64VectorVector_GetRange</a>(swigCPtr, index, count);</div>
|
|
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a7381df8e7456723f2b2c1bdc9f1e011d">KInt64VectorVector</a>(cPtr, <span class="keyword">true</span>);</div>
|
|
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  }</div>
|
|
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  </div>
|
|
<div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a0187c74d1be9576bea49d7918e384bf7"> 283</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a0187c74d1be9576bea49d7918e384bf7">Insert</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> x) {</div>
|
|
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a404aa5387a516fc71bfa67939fe3f904">KInt64VectorVector_Insert</a>(swigCPtr, index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>.getCPtr(x));</div>
|
|
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  }</div>
|
|
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  </div>
|
|
<div class="line"><a name="l00288"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a4df2ea52f60a6f5b26fe63a124e681a6"> 288</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a4df2ea52f60a6f5b26fe63a124e681a6">InsertRange</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> values) {</div>
|
|
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a008fb9b136f21f6c641ac3093e31fe99">KInt64VectorVector_InsertRange</a>(swigCPtr, index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a>.getCPtr(values));</div>
|
|
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  }</div>
|
|
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  </div>
|
|
<div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ad7c925d24a4e07389d2331e0508618ea"> 293</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ad7c925d24a4e07389d2331e0508618ea">RemoveAt</a>(<span class="keywordtype">int</span> index) {</div>
|
|
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a19a1e415c2d9ecc1e761ff3b4b5d06a2">KInt64VectorVector_RemoveAt</a>(swigCPtr, index);</div>
|
|
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  }</div>
|
|
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  </div>
|
|
<div class="line"><a name="l00298"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ab8469187c24ee20858b41527b2f5e687"> 298</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ab8469187c24ee20858b41527b2f5e687">RemoveRange</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">int</span> count) {</div>
|
|
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#abf80b175f583a8ea97e61451e2e3755d">KInt64VectorVector_RemoveRange</a>(swigCPtr, index, count);</div>
|
|
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  }</div>
|
|
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>  </div>
|
|
<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a98be2e5995da1ec64c12551dc97e9214"> 303</a></span>  <span class="keyword">public</span> <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a98be2e5995da1ec64c12551dc97e9214">Repeat</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a> value, <span class="keywordtype">int</span> count) {</div>
|
|
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a90f1c0f60e573870ae4729109e0a8fc0">KInt64VectorVector_Repeat</a>(<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64Vector.html">KInt64Vector</a>.getCPtr(value), count);</div>
|
|
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a7381df8e7456723f2b2c1bdc9f1e011d">KInt64VectorVector</a>(cPtr, <span class="keyword">true</span>);</div>
|
|
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  <span class="keywordflow">return</span> ret;</div>
|
|
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>  }</div>
|
|
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  </div>
|
|
<div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ae1b551cc51c9d556342b27b466a7c7cb"> 310</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#ae1b551cc51c9d556342b27b466a7c7cb">Reverse</a>() {</div>
|
|
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a1e9859f7cda19b0d1cd00049abc7822d">KInt64VectorVector_Reverse__SWIG_0</a>(swigCPtr);</div>
|
|
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>  }</div>
|
|
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>  </div>
|
|
<div class="line"><a name="l00314"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#af6cbf16084ead2a02440396e021b9b46"> 314</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#af6cbf16084ead2a02440396e021b9b46">Reverse</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">int</span> count) {</div>
|
|
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a5fe2ccfe434f4cae51608e8822d17ef4">KInt64VectorVector_Reverse__SWIG_1</a>(swigCPtr, index, count);</div>
|
|
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>  }</div>
|
|
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  </div>
|
|
<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a3dbed9e751efe309a260ce11af23510e"> 319</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html#a3dbed9e751efe309a260ce11af23510e">SetRange</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a> values) {</div>
|
|
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>  <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a184b8e5e8b682dc0dbd0b8ad7b02a80e">KInt64VectorVector_SetRange</a>(swigCPtr, index, <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1KInt64VectorVector.html">KInt64VectorVector</a>.getCPtr(values));</div>
|
|
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a7c98814d2667a9273c95e975fd320b6c">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html">operations_research_algorithmsPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Retrieve</a>();</div>
|
|
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  }</div>
|
|
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  </div>
|
|
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span> }</div>
|
|
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  </div>
|
|
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span> }</div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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 class="ttc" id="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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>
|
|
<div class="ttc" id="aclassGoogle_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>
|
|
<div class="ttc" id="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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>
|
|
<div class="ttc" id="aclassGoogle_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="aclassGoogle_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< KInt64Vector > 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="aclassGoogle_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="aclassGoogle_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="anamespaceGoogle_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>
|
|
<div class="ttc" id="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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>
|
|
<div class="ttc" id="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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>
|
|
<div class="ttc" id="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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>
|
|
<div class="ttc" id="aclassGoogle_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="aclassGoogle_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="aclassGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException_html_a99561aa89dd816ba2dd85af036e32227"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_1_1SWIGPendingException.html#a99561aa89dd816ba2dd85af036e32227">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__algorithmsPINVOKE_8cs_source.html#l00152">operations_research_algorithmsPINVOKE.cs:152</a></div></div>
|
|
<div class="ttc" id="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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="aclassGoogle_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>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|