119 lines
119 KiB
HTML
119 lines
119 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>OR-Tools</title>
|
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
|
<meta charset="utf-8"/>
|
|
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
|
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="banner-container">
|
|
<div id="banner">
|
|
<span id="sfml">OR-Tools 7.2</span>
|
|
</div>
|
|
</div>
|
|
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
|
|
<div id="content">
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="navrow2" class="tabs2">
|
|
<ul class="tablist">
|
|
<li><a href="files.html"><span>File List</span></a></li>
|
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_439b336f32246b516129ac6c6155dd92.html">linear_solver</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">MPVariableVector.cs</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="MPVariableVector_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.0</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_1LinearSolver.html">Google.OrTools.LinearSolver</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_1LinearSolver_1_1MPVariableVector.html"> 13</a></span> <span class="keyword">public</span> <span class="keyword">partial class </span><a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IList<Variable></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_1LinearSolver_1_1MPVariableVector.html#a23185c6aa04f669d8c20703832419292"> 16</a></span>  <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a23185c6aa04f669d8c20703832419292">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_1LinearSolver_1_1MPVariableVector.html#a9b9a64ab0ebbd2bea6c2fc74aba79eac">MPVariableVector</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_1LinearSolver_1_1MPVariableVector.html#a23185c6aa04f669d8c20703832419292">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_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</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_1LinearSolver_1_1MPVariableVector.html#a9b9a64ab0ebbd2bea6c2fc74aba79eac">MPVariableVector</a>() {</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a90669a045d6d9998460225de2dc8efc1">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_1LinearSolver_1_1MPVariableVector.html#a90669a045d6d9998460225de2dc8efc1"> 31</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a90669a045d6d9998460225de2dc8efc1">Dispose</a>() {</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a90669a045d6d9998460225de2dc8efc1">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_1LinearSolver_1_1MPVariableVector.html#a8d4b02911eabd37ed6867fbb95c82f78"> 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_1LinearSolver_1_1MPVariableVector.html#a8d4b02911eabd37ed6867fbb95c82f78">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_1LinearSolver_1_1MPVariableVector.html#a23185c6aa04f669d8c20703832419292">swigCMemOwn</a>) {</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a23185c6aa04f669d8c20703832419292">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_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae98aa8e7b156373b532d514bd4fc2130">delete_MPVariableVector</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_1LinearSolver_1_1MPVariableVector.html#a6a384570ca215e3b64d900ea7e283e76"> 48</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a6a384570ca215e3b64d900ea7e283e76">MPVariableVector</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_1LinearSolver_1_1Variable.html">Variable</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_1LinearSolver_1_1MPVariableVector.html#adaa25763a5bfee13ce7389dfdfa756aa">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_1LinearSolver_1_1MPVariableVector.html#a530453a4aa4ecb226316f9ea2b57fa08"> 56</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a530453a4aa4ecb226316f9ea2b57fa08">MPVariableVector</a>(global::System.Collections.Generic.IEnumerable<<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</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_1LinearSolver_1_1Variable.html">Variable</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_1LinearSolver_1_1MPVariableVector.html#adaa25763a5bfee13ce7389dfdfa756aa">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_1LinearSolver_1_1MPVariableVector.html#a5c1ebadddb97a097a52627b038157084"> 64</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a5c1ebadddb97a097a52627b038157084">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_1LinearSolver_1_1MPVariableVector.html#acbc5e71a6b9db94c2d26eed881955485"> 70</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#acbc5e71a6b9db94c2d26eed881955485">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_1LinearSolver_1_1MPVariableVector.html#afab18e0f9a12f7c9c4c63d0f756e960d"> 76</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</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_1LinearSolver_1_1MPVariableVector.html#a159f55a676f5c083c39311086f1a461b"> 85</a></span>  <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a159f55a676f5c083c39311086f1a461b">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_1LinearSolver_1_1MPVariableVector.html#afe53abc94978a6ddbc3bf27c62a11ee1"> 96</a></span>  <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#afe53abc94978a6ddbc3bf27c62a11ee1">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_1LinearSolver_1_1MPVariableVector.html#ae2b0e444204c091517828638d57cf423"> 102</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ae2b0e444204c091517828638d57cf423">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_1LinearSolver_1_1MPVariableVector.html#ac12e80ee26aa8c5b88a0696754a79d0b"> 108</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ac12e80ee26aa8c5b88a0696754a79d0b">CopyTo</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</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_1LinearSolver_1_1MPVariableVector.html#ac12e80ee26aa8c5b88a0696754a79d0b">CopyTo</a>(0, array, 0, this.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#afe53abc94978a6ddbc3bf27c62a11ee1">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_1LinearSolver_1_1MPVariableVector.html#a89592f4c57b162f25dd8b073eea4a041"> 113</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a89592f4c57b162f25dd8b073eea4a041">CopyTo</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</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_1LinearSolver_1_1MPVariableVector.html#ac12e80ee26aa8c5b88a0696754a79d0b">CopyTo</a>(0, array, arrayIndex, this.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#afe53abc94978a6ddbc3bf27c62a11ee1">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_1LinearSolver_1_1MPVariableVector.html#a80b4b27ed10d48cf21927fcd0b242e95"> 118</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a80b4b27ed10d48cf21927fcd0b242e95">CopyTo</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</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_1LinearSolver_1_1MPVariableVector.html#afe53abc94978a6ddbc3bf27c62a11ee1">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_1LinearSolver_1_1MPVariableVector.html#a11dc08c6c3fb74682993168fe47f1589"> 136</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>[] <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a11dc08c6c3fb74682993168fe47f1589">ToArray</a>() {</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>[] array = <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>[this.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#afe53abc94978a6ddbc3bf27c62a11ee1">Count</a>];</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  this.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ac12e80ee26aa8c5b88a0696754a79d0b">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_1LinearSolver_1_1Variable.html">Variable</a>> global::System.Collections.Generic.IEnumerable<<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</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> MPVariableVectorEnumerator(<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> MPVariableVectorEnumerator(<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_1LinearSolver_1_1MPVariableVector.html#a55e1acd6e254315fb1b02ce1cf8192c5"> 150</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html">MPVariableVectorEnumerator</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a55e1acd6e254315fb1b02ce1cf8192c5">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_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html">MPVariableVectorEnumerator</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_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.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_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html">MPVariableVectorEnumerator</a> : global::System.Collections.IEnumerator</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  , global::System.Collections.Generic.IEnumerator<Variable></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_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</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_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#af0504a6055dca36474873d9817a99ea8"> 167</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#af0504a6055dca36474873d9817a99ea8">MPVariableVectorEnumerator</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</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_1LinearSolver_1_1MPVariableVector.html#afe53abc94978a6ddbc3bf27c62a11ee1">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_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#a0facd90091444117479d4500ab479388"> 175</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#a0facd90091444117479d4500ab479388">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_1LinearSolver_1_1Variable.html">Variable</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_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#a0facd90091444117479d4500ab479388">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_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#a3407426ea00b9d803735f98586ad93b1"> 194</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#a3407426ea00b9d803735f98586ad93b1">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_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#ae25e34570b1cdcd4499f0a8dd5c0e1d4"> 206</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#ae25e34570b1cdcd4499f0a8dd5c0e1d4">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_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#af34c7eeb4da3152438038d96ef8682d4"> 214</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#af34c7eeb4da3152438038d96ef8682d4">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_1LinearSolver_1_1MPVariableVector.html#a8e26f65a8ecbb1db8360b585b0747d6a"> 220</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a8e26f65a8ecbb1db8360b585b0747d6a">Clear</a>() {</div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aaf08e693002f2c14a94c717b69eccf08">MPVariableVector_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_1LinearSolver_1_1MPVariableVector.html#adaa25763a5bfee13ce7389dfdfa756aa"> 224</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#adaa25763a5bfee13ce7389dfdfa756aa">Add</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> x) {</div><div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae009104652768b2ce4319c83b3a79d19">MPVariableVector_Add</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>.getCPtr(x));</div><div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  }</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>  <span class="keyword">private</span> uint size() {</div><div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  uint ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6c615c6590a6a6a3c70434a79f6ef1bd">MPVariableVector_size</a>(swigCPtr);</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  }</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>  <span class="keyword">private</span> uint capacity() {</div><div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  uint ret = operations_research_linear_solverPINVOKE.MPVariableVector_capacity(swigCPtr);</div><div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  }</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>  <span class="keyword">private</span> <span class="keywordtype">void</span> reserve(uint n) {</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  operations_research_linear_solverPINVOKE.MPVariableVector_reserve(swigCPtr, n);</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  }</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span> </div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a9b9a64ab0ebbd2bea6c2fc74aba79eac"> 242</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a9b9a64ab0ebbd2bea6c2fc74aba79eac">MPVariableVector</a>() : this(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.new_MPVariableVector__SWIG_0(), true) {</div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  }</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span> </div><div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ae427e3311e42d6c2d082fa167f1134bb"> 245</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ae427e3311e42d6c2d082fa167f1134bb">MPVariableVector</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> other) : this(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.new_MPVariableVector__SWIG_1(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a>.getCPtr(other)), true) {</div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span>  }</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span> </div><div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a2a49f41a27b86cb0c1f64d98f22a12a8"> 249</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a2a49f41a27b86cb0c1f64d98f22a12a8">MPVariableVector</a>(<span class="keywordtype">int</span> capacity) : this(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.new_MPVariableVector__SWIG_2(capacity), true) {</div><div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  }</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>  <span class="keyword">private</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> getitemcopy(<span class="keywordtype">int</span> index) {</div><div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac7ae75f82621cf7eb9d886658de80676">MPVariableVector_getitemcopy</a>(swigCPtr, index);</div><div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</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_1LinearSolver_1_1Variable.html">Variable</a>(cPtr, <span class="keyword">false</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_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">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> Variable getitem(<span class="keywordtype">int</span> index) {</div><div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  global::System.IntPtr cPtr = operations_research_linear_solverPINVOKE.MPVariableVector_getitem(swigCPtr, index);</div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  Variable ret = (cPtr == global::System.IntPtr.Zero) ? <span class="keyword">null</span> : <span class="keyword">new</span> Variable(cPtr, <span class="keyword">false</span>);</div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  <span class="keywordflow">if</span> (operations_research_linear_solverPINVOKE.SWIGPendingException.Pending) <span class="keywordflow">throw</span> operations_research_linear_solverPINVOKE.SWIGPendingException.Retrieve();</div><div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  <span class="keywordflow">return</span> ret;</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> </div><div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  <span class="keyword">private</span> <span class="keywordtype">void</span> setitem(<span class="keywordtype">int</span> index, Variable val) {</div><div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  operations_research_linear_solverPINVOKE.MPVariableVector_setitem(swigCPtr, index, Variable.getCPtr(val));</div><div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  <span class="keywordflow">if</span> (operations_research_linear_solverPINVOKE.SWIGPendingException.Pending) <span class="keywordflow">throw</span> operations_research_linear_solverPINVOKE.SWIGPendingException.Retrieve();</div><div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  }</div><div class="line"><a name="l00271"></a><span class="lineno"> 271</span> </div><div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#aa1b665fd48b583773ec3c8ffa469d1d1"> 272</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#aa1b665fd48b583773ec3c8ffa469d1d1">AddRange</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> values) {</div><div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a30be2bf8eb9d4e6926f4e016aa8f308a">MPVariableVector_AddRange</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a>.getCPtr(values));</div><div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  }</div><div class="line"><a name="l00276"></a><span class="lineno"> 276</span> </div><div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a4bb0fbf4e3d6adc46f1f5c82a1ddc522"> 277</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a4bb0fbf4e3d6adc46f1f5c82a1ddc522">GetRange</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">int</span> count) {</div><div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7d8cd2347ea3be51383f73d0aa8e48cb">MPVariableVector_GetRange</a>(swigCPtr, index, count);</div><div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</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_1LinearSolver_1_1MPVariableVector.html#a9b9a64ab0ebbd2bea6c2fc74aba79eac">MPVariableVector</a>(cPtr, <span class="keyword">true</span>);</div><div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  }</div><div class="line"><a name="l00283"></a><span class="lineno"> 283</span> </div><div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a622ecba3e19ebeba970818d387117255"> 284</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a622ecba3e19ebeba970818d387117255">Insert</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> x) {</div><div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac7e6f204b08a77f4c2baf7a188a73b15">MPVariableVector_Insert</a>(swigCPtr, index, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>.getCPtr(x));</div><div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  }</div><div class="line"><a name="l00288"></a><span class="lineno"> 288</span> </div><div class="line"><a name="l00289"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#afc806b179852cfa22839c61875ad60a6"> 289</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#afc806b179852cfa22839c61875ad60a6">InsertRange</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> values) {</div><div class="line"><a name="l00290"></a><span class="lineno"> 290</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a115e9a7ba4984063e181dddfdddd19b8">MPVariableVector_InsertRange</a>(swigCPtr, index, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a>.getCPtr(values));</div><div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  }</div><div class="line"><a name="l00293"></a><span class="lineno"> 293</span> </div><div class="line"><a name="l00294"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ac852c0e9caa17820129630f29ba69dc5"> 294</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ac852c0e9caa17820129630f29ba69dc5">RemoveAt</a>(<span class="keywordtype">int</span> index) {</div><div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0c35d8e138d354ace4a121857ae0e36b">MPVariableVector_RemoveAt</a>(swigCPtr, index);</div><div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  }</div><div class="line"><a name="l00298"></a><span class="lineno"> 298</span> </div><div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a444cda6ddeab916de0b8f965c3654472"> 299</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a444cda6ddeab916de0b8f965c3654472">RemoveRange</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">int</span> count) {</div><div class="line"><a name="l00300"></a><span class="lineno"> 300</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa188836a9fa3a21dcbeeeac76fad5d20">MPVariableVector_RemoveRange</a>(swigCPtr, index, count);</div><div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00302"></a><span class="lineno"> 302</span>  }</div><div class="line"><a name="l00303"></a><span class="lineno"> 303</span> </div><div class="line"><a name="l00304"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a79ac238d4ebdb1544ea878c547476325"> 304</a></span>  <span class="keyword">public</span> <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a79ac238d4ebdb1544ea878c547476325">Repeat</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> value, <span class="keywordtype">int</span> count) {</div><div class="line"><a name="l00305"></a><span class="lineno"> 305</span>  global::System.IntPtr cPtr = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af5a9c5666d25773d437215e9d5ef8fba">MPVariableVector_Repeat</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>.getCPtr(value), count);</div><div class="line"><a name="l00306"></a><span class="lineno"> 306</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</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_1LinearSolver_1_1MPVariableVector.html#a9b9a64ab0ebbd2bea6c2fc74aba79eac">MPVariableVector</a>(cPtr, <span class="keyword">true</span>);</div><div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00308"></a><span class="lineno"> 308</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  }</div><div class="line"><a name="l00310"></a><span class="lineno"> 310</span> </div><div class="line"><a name="l00311"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a12569d7dc30e223d7f40f1fdf42f14dc"> 311</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a12569d7dc30e223d7f40f1fdf42f14dc">Reverse</a>() {</div><div class="line"><a name="l00312"></a><span class="lineno"> 312</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac90b8f75824077a9ff1876d9d891b764">MPVariableVector_Reverse__SWIG_0</a>(swigCPtr);</div><div class="line"><a name="l00313"></a><span class="lineno"> 313</span>  }</div><div class="line"><a name="l00314"></a><span class="lineno"> 314</span> </div><div class="line"><a name="l00315"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#aec251e010e5b73d61b81673edc6498e4"> 315</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#aec251e010e5b73d61b81673edc6498e4">Reverse</a>(<span class="keywordtype">int</span> index, <span class="keywordtype">int</span> count) {</div><div class="line"><a name="l00316"></a><span class="lineno"> 316</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1633fac3fc7a05554353f21e26ca7157">MPVariableVector_Reverse__SWIG_1</a>(swigCPtr, index, count);</div><div class="line"><a name="l00317"></a><span class="lineno"> 317</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</div><div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  }</div><div class="line"><a name="l00319"></a><span class="lineno"> 319</span> </div><div class="line"><a name="l00320"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a84bf08a9994a0a12bb7a05ff76443312"> 320</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a84bf08a9994a0a12bb7a05ff76443312">SetRange</a>(<span class="keywordtype">int</span> index, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a> values) {</div><div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac432bde5de20dc9565403e1512bcfc9c">MPVariableVector_SetRange</a>(swigCPtr, index, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">MPVariableVector</a>.getCPtr(values));</div><div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Pending</a>) <span class="keywordflow">throw</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">SWIGPendingException</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Retrieve</a>();</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"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#abbd1c9f3420ae8e8a001984caa342c2e"> 325</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#abbd1c9f3420ae8e8a001984caa342c2e">Contains</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> value) {</div><div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0dc93b5632eb08d7410864cce10fd36f">MPVariableVector_Contains</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>.getCPtr(value));</div><div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  }</div><div class="line"><a name="l00329"></a><span class="lineno"> 329</span> </div><div class="line"><a name="l00330"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#aeca328675b97be4bbd1e7ef8fa904b93"> 330</a></span>  <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#aeca328675b97be4bbd1e7ef8fa904b93">IndexOf</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> value) {</div><div class="line"><a name="l00331"></a><span class="lineno"> 331</span>  <span class="keywordtype">int</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af52c70598e118600c2b5e5712afd77cf">MPVariableVector_IndexOf</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>.getCPtr(value));</div><div class="line"><a name="l00332"></a><span class="lineno"> 332</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00333"></a><span class="lineno"> 333</span>  }</div><div class="line"><a name="l00334"></a><span class="lineno"> 334</span> </div><div class="line"><a name="l00335"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a93d17b04c4d1751c7a054cd9c1de8276"> 335</a></span>  <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a93d17b04c4d1751c7a054cd9c1de8276">LastIndexOf</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> value) {</div><div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  <span class="keywordtype">int</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5f6e4ae4c162766481d21a6a82f004d1">MPVariableVector_LastIndexOf</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>.getCPtr(value));</div><div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  }</div><div class="line"><a name="l00339"></a><span class="lineno"> 339</span> </div><div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a411e561e877f1c177af8d7dc60955a56"> 340</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a411e561e877f1c177af8d7dc60955a56">Remove</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> value) {</div><div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  <span class="keywordtype">bool</span> ret = <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">operations_research_linear_solverPINVOKE</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5ebff26e73b250130f8426878009b193">MPVariableVector_Remove</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>.getCPtr(value));</div><div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  }</div><div class="line"><a name="l00344"></a><span class="lineno"> 344</span> </div><div class="line"><a name="l00345"></a><span class="lineno"> 345</span> }</div><div class="line"><a name="l00346"></a><span class="lineno"> 346</span> </div><div class="line"><a name="l00347"></a><span class="lineno"> 347</span> }</div><div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator_html_af0504a6055dca36474873d9817a99ea8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#af0504a6055dca36474873d9817a99ea8">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVectorEnumerator.MPVariableVectorEnumerator</a></div><div class="ttdeci">MPVariableVectorEnumerator(MPVariableVector collection)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00167">MPVariableVector.cs:167</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGPendingException</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00127">operations_research_linear_solverPINVOKE.cs:127</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a89592f4c57b162f25dd8b073eea4a041"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a89592f4c57b162f25dd8b073eea4a041">Google.OrTools.LinearSolver.MPVariableVector.CopyTo</a></div><div class="ttdeci">void CopyTo(Variable[] array, int arrayIndex)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00113">MPVariableVector.cs:113</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a8d4b02911eabd37ed6867fbb95c82f78"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a8d4b02911eabd37ed6867fbb95c82f78">Google.OrTools.LinearSolver.MPVariableVector.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00036">MPVariableVector.cs:36</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_ac12e80ee26aa8c5b88a0696754a79d0b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ac12e80ee26aa8c5b88a0696754a79d0b">Google.OrTools.LinearSolver.MPVariableVector.CopyTo</a></div><div class="ttdeci">void CopyTo(Variable[] array)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00108">MPVariableVector.cs:108</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Google.OrTools.LinearSolver.Variable</a></div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00013">Variable.cs:13</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">Google.OrTools.LinearSolver.MPVariableVector</a></div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00013">MPVariableVector.cs:13</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator_html_a3407426ea00b9d803735f98586ad93b1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#a3407426ea00b9d803735f98586ad93b1">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVectorEnumerator.MoveNext</a></div><div class="ttdeci">bool MoveNext()</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00194">MPVariableVector.cs:194</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator_html_a0facd90091444117479d4500ab479388"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#a0facd90091444117479d4500ab479388">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVectorEnumerator.Current</a></div><div class="ttdeci">Variable Current</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00175">MPVariableVector.cs:175</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa188836a9fa3a21dcbeeeac76fad5d20"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa188836a9fa3a21dcbeeeac76fad5d20">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_RemoveRange</a></div><div class="ttdeci">static void MPVariableVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a80b4b27ed10d48cf21927fcd0b242e95"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a80b4b27ed10d48cf21927fcd0b242e95">Google.OrTools.LinearSolver.MPVariableVector.CopyTo</a></div><div class="ttdeci">void CopyTo(int index, Variable[] array, int arrayIndex, int count)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00118">MPVariableVector.cs:118</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a8e26f65a8ecbb1db8360b585b0747d6a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a8e26f65a8ecbb1db8360b585b0747d6a">Google.OrTools.LinearSolver.MPVariableVector.Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00220">MPVariableVector.cs:220</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a159f55a676f5c083c39311086f1a461b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a159f55a676f5c083c39311086f1a461b">Google.OrTools.LinearSolver.MPVariableVector.Capacity</a></div><div class="ttdeci">int Capacity</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00085">MPVariableVector.cs:85</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_afe53abc94978a6ddbc3bf27c62a11ee1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#afe53abc94978a6ddbc3bf27c62a11ee1">Google.OrTools.LinearSolver.MPVariableVector.Count</a></div><div class="ttdeci">int Count</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00096">MPVariableVector.cs:96</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af5a9c5666d25773d437215e9d5ef8fba"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af5a9c5666d25773d437215e9d5ef8fba">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Repeat</a></div><div class="ttdeci">static global::System.IntPtr MPVariableVector_Repeat(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac7ae75f82621cf7eb9d886658de80676"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac7ae75f82621cf7eb9d886658de80676">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_getitemcopy</a></div><div class="ttdeci">static global::System.IntPtr MPVariableVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_aa1b665fd48b583773ec3c8ffa469d1d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#aa1b665fd48b583773ec3c8ffa469d1d1">Google.OrTools.LinearSolver.MPVariableVector.AddRange</a></div><div class="ttdeci">void AddRange(MPVariableVector values)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00272">MPVariableVector.cs:272</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVectorEnumerator</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="MPVariableVector_8cs_source.html#l00159">MPVariableVector.cs:159</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6c615c6590a6a6a3c70434a79f6ef1bd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6c615c6590a6a6a3c70434a79f6ef1bd">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_size</a></div><div class="ttdeci">static uint MPVariableVector_size(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a5c1ebadddb97a097a52627b038157084"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a5c1ebadddb97a097a52627b038157084">Google.OrTools.LinearSolver.MPVariableVector.IsFixedSize</a></div><div class="ttdeci">bool IsFixedSize</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00064">MPVariableVector.cs:64</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aaf08e693002f2c14a94c717b69eccf08"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aaf08e693002f2c14a94c717b69eccf08">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Clear</a></div><div class="ttdeci">static void MPVariableVector_Clear(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a411e561e877f1c177af8d7dc60955a56"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a411e561e877f1c177af8d7dc60955a56">Google.OrTools.LinearSolver.MPVariableVector.Remove</a></div><div class="ttdeci">bool Remove(Variable value)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00340">MPVariableVector.cs:340</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_acbc5e71a6b9db94c2d26eed881955485"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#acbc5e71a6b9db94c2d26eed881955485">Google.OrTools.LinearSolver.MPVariableVector.IsReadOnly</a></div><div class="ttdeci">bool IsReadOnly</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00070">MPVariableVector.cs:70</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a23185c6aa04f669d8c20703832419292"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a23185c6aa04f669d8c20703832419292">Google.OrTools.LinearSolver.MPVariableVector.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00016">MPVariableVector.cs:16</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_aec251e010e5b73d61b81673edc6498e4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#aec251e010e5b73d61b81673edc6498e4">Google.OrTools.LinearSolver.MPVariableVector.Reverse</a></div><div class="ttdeci">void Reverse(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00315">MPVariableVector.cs:315</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0c35d8e138d354ace4a121857ae0e36b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0c35d8e138d354ace4a121857ae0e36b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_RemoveAt</a></div><div class="ttdeci">static void MPVariableVector_RemoveAt(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a4bb0fbf4e3d6adc46f1f5c82a1ddc522"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a4bb0fbf4e3d6adc46f1f5c82a1ddc522">Google.OrTools.LinearSolver.MPVariableVector.GetRange</a></div><div class="ttdeci">MPVariableVector GetRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00277">MPVariableVector.cs:277</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException_html_a5004d89ca800c9501d3ee115a186fce4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a5004d89ca800c9501d3ee115a186fce4">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGPendingException.Retrieve</a></div><div class="ttdeci">static global::System.Exception Retrieve()</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00152">operations_research_linear_solverPINVOKE.cs:152</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a93d17b04c4d1751c7a054cd9c1de8276"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a93d17b04c4d1751c7a054cd9c1de8276">Google.OrTools.LinearSolver.MPVariableVector.LastIndexOf</a></div><div class="ttdeci">int LastIndexOf(Variable value)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00335">MPVariableVector.cs:335</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a55e1acd6e254315fb1b02ce1cf8192c5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a55e1acd6e254315fb1b02ce1cf8192c5">Google.OrTools.LinearSolver.MPVariableVector.GetEnumerator</a></div><div class="ttdeci">MPVariableVectorEnumerator GetEnumerator()</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00150">MPVariableVector.cs:150</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af52c70598e118600c2b5e5712afd77cf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af52c70598e118600c2b5e5712afd77cf">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_IndexOf</a></div><div class="ttdeci">static int MPVariableVector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a30be2bf8eb9d4e6926f4e016aa8f308a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a30be2bf8eb9d4e6926f4e016aa8f308a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_AddRange</a></div><div class="ttdeci">static void MPVariableVector_AddRange(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac432bde5de20dc9565403e1512bcfc9c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac432bde5de20dc9565403e1512bcfc9c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_SetRange</a></div><div class="ttdeci">static void MPVariableVector_SetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a6a384570ca215e3b64d900ea7e283e76"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a6a384570ca215e3b64d900ea7e283e76">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVector</a></div><div class="ttdeci">MPVariableVector(global::System.Collections.IEnumerable c)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00048">MPVariableVector.cs:48</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a90669a045d6d9998460225de2dc8efc1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a90669a045d6d9998460225de2dc8efc1">Google.OrTools.LinearSolver.MPVariableVector.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00031">MPVariableVector.cs:31</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac7e6f204b08a77f4c2baf7a188a73b15"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac7e6f204b08a77f4c2baf7a188a73b15">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Insert</a></div><div class="ttdeci">static void MPVariableVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a11dc08c6c3fb74682993168fe47f1589"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a11dc08c6c3fb74682993168fe47f1589">Google.OrTools.LinearSolver.MPVariableVector.ToArray</a></div><div class="ttdeci">Variable [] ToArray()</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00136">MPVariableVector.cs:136</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_adaa25763a5bfee13ce7389dfdfa756aa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#adaa25763a5bfee13ce7389dfdfa756aa">Google.OrTools.LinearSolver.MPVariableVector.Add</a></div><div class="ttdeci">void Add(Variable x)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00224">MPVariableVector.cs:224</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a622ecba3e19ebeba970818d387117255"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a622ecba3e19ebeba970818d387117255">Google.OrTools.LinearSolver.MPVariableVector.Insert</a></div><div class="ttdeci">void Insert(int index, Variable x)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00284">MPVariableVector.cs:284</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a79ac238d4ebdb1544ea878c547476325"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a79ac238d4ebdb1544ea878c547476325">Google.OrTools.LinearSolver.MPVariableVector.Repeat</a></div><div class="ttdeci">static MPVariableVector Repeat(Variable value, int count)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00304">MPVariableVector.cs:304</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_aeca328675b97be4bbd1e7ef8fa904b93"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#aeca328675b97be4bbd1e7ef8fa904b93">Google.OrTools.LinearSolver.MPVariableVector.IndexOf</a></div><div class="ttdeci">int IndexOf(Variable value)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00330">MPVariableVector.cs:330</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a7d8cd2347ea3be51383f73d0aa8e48cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7d8cd2347ea3be51383f73d0aa8e48cb">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_GetRange</a></div><div class="ttdeci">static global::System.IntPtr MPVariableVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a84bf08a9994a0a12bb7a05ff76443312"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a84bf08a9994a0a12bb7a05ff76443312">Google.OrTools.LinearSolver.MPVariableVector.SetRange</a></div><div class="ttdeci">void SetRange(int index, MPVariableVector values)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00320">MPVariableVector.cs:320</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a2a49f41a27b86cb0c1f64d98f22a12a8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a2a49f41a27b86cb0c1f64d98f22a12a8">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVector</a></div><div class="ttdeci">MPVariableVector(int capacity)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00249">MPVariableVector.cs:249</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException_html_a42dfd1bff4e318d5fc6b858bd659427b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_1_1SWIGPendingException.html#a42dfd1bff4e318d5fc6b858bd659427b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.SWIGPendingException.Pending</a></div><div class="ttdeci">static bool Pending</div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00133">operations_research_linear_solverPINVOKE.cs:133</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac90b8f75824077a9ff1876d9d891b764"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac90b8f75824077a9ff1876d9d891b764">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Reverse__SWIG_0</a></div><div class="ttdeci">static void MPVariableVector_Reverse__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a444cda6ddeab916de0b8f965c3654472"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a444cda6ddeab916de0b8f965c3654472">Google.OrTools.LinearSolver.MPVariableVector.RemoveRange</a></div><div class="ttdeci">void RemoveRange(int index, int count)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00299">MPVariableVector.cs:299</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a530453a4aa4ecb226316f9ea2b57fa08"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a530453a4aa4ecb226316f9ea2b57fa08">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVector</a></div><div class="ttdeci">MPVariableVector(global::System.Collections.Generic.IEnumerable< Variable > c)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00056">MPVariableVector.cs:56</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_afc806b179852cfa22839c61875ad60a6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#afc806b179852cfa22839c61875ad60a6">Google.OrTools.LinearSolver.MPVariableVector.InsertRange</a></div><div class="ttdeci">void InsertRange(int index, MPVariableVector values)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00289">MPVariableVector.cs:289</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator_html_af34c7eeb4da3152438038d96ef8682d4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#af34c7eeb4da3152438038d96ef8682d4">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVectorEnumerator.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00214">MPVariableVector.cs:214</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a5f6e4ae4c162766481d21a6a82f004d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5f6e4ae4c162766481d21a6a82f004d1">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_LastIndexOf</a></div><div class="ttdeci">static int MPVariableVector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="namespaceGoogle_1_1OrTools_1_1LinearSolver_html"><div class="ttname"><a href="namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Google.OrTools.LinearSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_2Constraint_8cs_source.html#l00011">linear_solver/Constraint.cs:11</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a115e9a7ba4984063e181dddfdddd19b8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a115e9a7ba4984063e181dddfdddd19b8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_InsertRange</a></div><div class="ttdeci">static void MPVariableVector_InsertRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a9b9a64ab0ebbd2bea6c2fc74aba79eac"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a9b9a64ab0ebbd2bea6c2fc74aba79eac">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVector</a></div><div class="ttdeci">MPVariableVector()</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00242">MPVariableVector.cs:242</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE</a></div><div class="ttdef"><b>Definition:</b> <a href="operations__research__linear__solverPINVOKE_8cs_source.html#l00013">operations_research_linear_solverPINVOKE.cs:13</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ae009104652768b2ce4319c83b3a79d19"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae009104652768b2ce4319c83b3a79d19">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Add</a></div><div class="ttdeci">static void MPVariableVector_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_abbd1c9f3420ae8e8a001984caa342c2e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#abbd1c9f3420ae8e8a001984caa342c2e">Google.OrTools.LinearSolver.MPVariableVector.Contains</a></div><div class="ttdeci">bool Contains(Variable value)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00325">MPVariableVector.cs:325</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_ae2b0e444204c091517828638d57cf423"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ae2b0e444204c091517828638d57cf423">Google.OrTools.LinearSolver.MPVariableVector.IsSynchronized</a></div><div class="ttdeci">bool IsSynchronized</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00102">MPVariableVector.cs:102</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a5ebff26e73b250130f8426878009b193"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a5ebff26e73b250130f8426878009b193">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Remove</a></div><div class="ttdeci">static bool MPVariableVector_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_ac852c0e9caa17820129630f29ba69dc5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ac852c0e9caa17820129630f29ba69dc5">Google.OrTools.LinearSolver.MPVariableVector.RemoveAt</a></div><div class="ttdeci">void RemoveAt(int index)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00294">MPVariableVector.cs:294</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ae98aa8e7b156373b532d514bd4fc2130"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae98aa8e7b156373b532d514bd4fc2130">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_MPVariableVector</a></div><div class="ttdeci">static void delete_MPVariableVector(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator_html_ae25e34570b1cdcd4499f0a8dd5c0e1d4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_1_1MPVariableVectorEnumerator.html#ae25e34570b1cdcd4499f0a8dd5c0e1d4">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVectorEnumerator.Reset</a></div><div class="ttdeci">void Reset()</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00206">MPVariableVector.cs:206</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a1633fac3fc7a05554353f21e26ca7157"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a1633fac3fc7a05554353f21e26ca7157">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Reverse__SWIG_1</a></div><div class="ttdeci">static void MPVariableVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a0dc93b5632eb08d7410864cce10fd36f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a0dc93b5632eb08d7410864cce10fd36f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.MPVariableVector_Contains</a></div><div class="ttdeci">static bool MPVariableVector_Contains(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_a12569d7dc30e223d7f40f1fdf42f14dc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#a12569d7dc30e223d7f40f1fdf42f14dc">Google.OrTools.LinearSolver.MPVariableVector.Reverse</a></div><div class="ttdeci">void Reverse()</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00311">MPVariableVector.cs:311</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_ae427e3311e42d6c2d082fa167f1134bb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#ae427e3311e42d6c2d082fa167f1134bb">Google.OrTools.LinearSolver.MPVariableVector.MPVariableVector</a></div><div class="ttdeci">MPVariableVector(MPVariableVector other)</div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00245">MPVariableVector.cs:245</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|