82 lines
36 KiB
HTML
82 lines
36 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">Variable.cs</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="Variable_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_1Variable.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_1Variable.html">Variable</a> : global::System.IDisposable {</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  <span class="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3f8ab7f2eb89c7dd0dc87e84aafe3f5a"> 15</a></span>  <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3f8ab7f2eb89c7dd0dc87e84aafe3f5a">swigCMemOwn</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  <span class="keyword">internal</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>(global::System.IntPtr cPtr, <span class="keywordtype">bool</span> cMemoryOwn) {</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3f8ab7f2eb89c7dd0dc87e84aafe3f5a">swigCMemOwn</a> = cMemoryOwn;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  swigCPtr = <span class="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<span class="keyword">this</span>, cPtr);</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  }</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <span class="keyword">internal</span> <span class="keyword">static</span> global::System.Runtime.InteropServices.HandleRef getCPtr(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> obj) {</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</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="l00024"></a><span class="lineno"> 24</span>  }</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>  ~Variable() {</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afc497238e0210aabd30e8c5ac410eba1">Dispose</a>(<span class="keyword">false</span>);</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</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"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afc497238e0210aabd30e8c5ac410eba1"> 30</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afc497238e0210aabd30e8c5ac410eba1">Dispose</a>() {</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afc497238e0210aabd30e8c5ac410eba1">Dispose</a>(<span class="keyword">true</span>);</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  global::System.GC.SuppressFinalize(<span class="keyword">this</span>);</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</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"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#addb1062f11e41a6581ceb9d54964bcc1"> 35</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_1Variable.html#addb1062f11e41a6581ceb9d54964bcc1">Dispose</a>(<span class="keywordtype">bool</span> disposing) {</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  lock(<span class="keyword">this</span>) {</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <span class="keywordflow">if</span> (swigCPtr.Handle != global::System.IntPtr.Zero) {</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keywordflow">if</span> (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3f8ab7f2eb89c7dd0dc87e84aafe3f5a">swigCMemOwn</a>) {</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3f8ab7f2eb89c7dd0dc87e84aafe3f5a">swigCMemOwn</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</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#aa7d797857546a7e6be18ff0caba51228">delete_Variable</a>(swigCPtr);</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  }</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</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="l00043"></a><span class="lineno"> 43</span>  }</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"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a5dbd92367e4a651ea437d269acab8efc"> 47</a></span>  <span class="keyword">public</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a5dbd92367e4a651ea437d269acab8efc">Name</a>() {</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keywordtype">string</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#ae930359e874c8503d831ca5b3771e78b">Variable_Name</a>(swigCPtr);</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  }</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aecbea4cea5f5fc7c35f87ab1b31528cf"> 52</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aecbea4cea5f5fc7c35f87ab1b31528cf">SetInteger</a>(<span class="keywordtype">bool</span> integer) {</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</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#ac226425483d9fd6a0b5d1754cd5275cf">Variable_SetInteger</a>(swigCPtr, integer);</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_1Variable.html#a15b69d5d488159324cce8fb1272d75fa"> 56</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a15b69d5d488159324cce8fb1272d75fa">SolutionValue</a>() {</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordtype">double</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#aa261ef885d750195612ab482f0803368">Variable_SolutionValue</a>(swigCPtr);</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  }</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> </div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afb6624a34dee8546307d2c9fd3e748c2"> 61</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afb6624a34dee8546307d2c9fd3e748c2">Lb</a>() {</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordtype">double</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#a82c98cbc04eaa9cd5e38ca55034bc30f">Variable_Lb</a>(swigCPtr);</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  }</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span> </div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a122bbc22ae202a2cb941d173d92694fb"> 66</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a122bbc22ae202a2cb941d173d92694fb">Ub</a>() {</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keywordtype">double</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#a962da889e2c7fc4b07c3d93225677070">Variable_Ub</a>(swigCPtr);</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  }</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a1c6f45348f1fd41f3907fece2b42472b"> 71</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a1c6f45348f1fd41f3907fece2b42472b">SetLb</a>(<span class="keywordtype">double</span> lb) {</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</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#acfbe01d89570fa5486c202da384fd802">Variable_SetLb</a>(swigCPtr, lb);</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"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aacbfc8aa78f9497e4a4073a6742b4a34"> 75</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aacbfc8aa78f9497e4a4073a6742b4a34">SetUb</a>(<span class="keywordtype">double</span> ub) {</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</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#a50f922bae4c17086067f8b204ddf351e">Variable_SetUb</a>(swigCPtr, ub);</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  }</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ade6f9f6856f71b4e8e21abe891cb4005"> 79</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ade6f9f6856f71b4e8e21abe891cb4005">SetBounds</a>(<span class="keywordtype">double</span> lb, <span class="keywordtype">double</span> ub) {</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</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#a2d62a6bdb4fbc4ca3651f2b5eee358c0">Variable_SetBounds</a>(swigCPtr, lb, ub);</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  }</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> </div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aad0b04e0db61fa1510621d86001b668b"> 83</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aad0b04e0db61fa1510621d86001b668b">ReducedCost</a>() {</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keywordtype">double</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#a7c84d2446d5d8dda2fafde91475ab3ef">Variable_ReducedCost</a>(swigCPtr);</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  }</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> </div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aae82408fb50cbb7d1f9fdd2165853352"> 88</a></span>  <span class="keyword">public</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ada5a801b11b5ec9f691309b268d115d1">BasisStatus</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aae82408fb50cbb7d1f9fdd2165853352">BasisStatus</a>() {</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ada5a801b11b5ec9f691309b268d115d1">BasisStatus</a> ret = (<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Solver</a>.<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ada5a801b11b5ec9f691309b268d115d1">BasisStatus</a>)<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#a00f3cafb74f97342d3bb26c40effba59">Variable_BasisStatus</a>(swigCPtr);</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  }</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span> </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="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_1operations__research__linear__solverPINVOKE_html_aa7d797857546a7e6be18ff0caba51228"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa7d797857546a7e6be18ff0caba51228">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_Variable</a></div><div class="ttdeci">static void delete_Variable(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_addb1062f11e41a6581ceb9d54964bcc1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#addb1062f11e41a6581ceb9d54964bcc1">Google.OrTools.LinearSolver.Variable.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00035">Variable.cs:35</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a3f8ab7f2eb89c7dd0dc87e84aafe3f5a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3f8ab7f2eb89c7dd0dc87e84aafe3f5a">Google.OrTools.LinearSolver.Variable.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00015">Variable.cs:15</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_aecbea4cea5f5fc7c35f87ab1b31528cf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aecbea4cea5f5fc7c35f87ab1b31528cf">Google.OrTools.LinearSolver.Variable.SetInteger</a></div><div class="ttdeci">void SetInteger(bool integer)</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00052">Variable.cs:52</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_aacbfc8aa78f9497e4a4073a6742b4a34"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aacbfc8aa78f9497e4a4073a6742b4a34">Google.OrTools.LinearSolver.Variable.SetUb</a></div><div class="ttdeci">void SetUb(double ub)</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00075">Variable.cs:75</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2d62a6bdb4fbc4ca3651f2b5eee358c0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2d62a6bdb4fbc4ca3651f2b5eee358c0">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetBounds</a></div><div class="ttdeci">static void Variable_SetBounds(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a00f3cafb74f97342d3bb26c40effba59"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a00f3cafb74f97342d3bb26c40effba59">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_BasisStatus</a></div><div class="ttdeci">static int Variable_BasisStatus(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa261ef885d750195612ab482f0803368"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa261ef885d750195612ab482f0803368">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SolutionValue</a></div><div class="ttdeci">static double Variable_SolutionValue(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a82c98cbc04eaa9cd5e38ca55034bc30f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a82c98cbc04eaa9cd5e38ca55034bc30f">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_Lb</a></div><div class="ttdeci">static double Variable_Lb(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_aae82408fb50cbb7d1f9fdd2165853352"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aae82408fb50cbb7d1f9fdd2165853352">Google.OrTools.LinearSolver.Variable.BasisStatus</a></div><div class="ttdeci">Solver.BasisStatus BasisStatus()</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00088">Variable.cs:88</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_acfbe01d89570fa5486c202da384fd802"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#acfbe01d89570fa5486c202da384fd802">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetLb</a></div><div class="ttdeci">static void Variable_SetLb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html">Google.OrTools.LinearSolver.Solver</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_2Solver_8cs_source.html#l00013">linear_solver/Solver.cs:13</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_afc497238e0210aabd30e8c5ac410eba1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afc497238e0210aabd30e8c5ac410eba1">Google.OrTools.LinearSolver.Variable.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00030">Variable.cs:30</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a5dbd92367e4a651ea437d269acab8efc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a5dbd92367e4a651ea437d269acab8efc">Google.OrTools.LinearSolver.Variable.Name</a></div><div class="ttdeci">string Name()</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00047">Variable.cs:47</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a122bbc22ae202a2cb941d173d92694fb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a122bbc22ae202a2cb941d173d92694fb">Google.OrTools.LinearSolver.Variable.Ub</a></div><div class="ttdeci">double Ub()</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00066">Variable.cs:66</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a50f922bae4c17086067f8b204ddf351e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a50f922bae4c17086067f8b204ddf351e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetUb</a></div><div class="ttdeci">static void Variable_SetUb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a1c6f45348f1fd41f3907fece2b42472b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a1c6f45348f1fd41f3907fece2b42472b">Google.OrTools.LinearSolver.Variable.SetLb</a></div><div class="ttdeci">void SetLb(double lb)</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00071">Variable.cs:71</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a962da889e2c7fc4b07c3d93225677070"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a962da889e2c7fc4b07c3d93225677070">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_Ub</a></div><div class="ttdeci">static double Variable_Ub(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_afb6624a34dee8546307d2c9fd3e748c2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afb6624a34dee8546307d2c9fd3e748c2">Google.OrTools.LinearSolver.Variable.Lb</a></div><div class="ttdeci">double Lb()</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00061">Variable.cs:61</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_ac226425483d9fd6a0b5d1754cd5275cf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ac226425483d9fd6a0b5d1754cd5275cf">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_SetInteger</a></div><div class="ttdeci">static void Variable_SetInteger(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a15b69d5d488159324cce8fb1272d75fa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a15b69d5d488159324cce8fb1272d75fa">Google.OrTools.LinearSolver.Variable.SolutionValue</a></div><div class="ttdeci">double SolutionValue()</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00056">Variable.cs:56</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ada5a801b11b5ec9f691309b268d115d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ada5a801b11b5ec9f691309b268d115d1">Google.OrTools.LinearSolver.Solver.BasisStatus</a></div><div class="ttdeci">BasisStatus</div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_2Solver_8cs_source.html#l00255">linear_solver/Solver.cs:255</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_ade6f9f6856f71b4e8e21abe891cb4005"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ade6f9f6856f71b4e8e21abe891cb4005">Google.OrTools.LinearSolver.Variable.SetBounds</a></div><div class="ttdeci">void SetBounds(double lb, double ub)</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00079">Variable.cs:79</a></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"><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_ae930359e874c8503d831ca5b3771e78b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#ae930359e874c8503d831ca5b3771e78b">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_Name</a></div><div class="ttdeci">static string Variable_Name(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a7c84d2446d5d8dda2fafde91475ab3ef"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a7c84d2446d5d8dda2fafde91475ab3ef">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Variable_ReducedCost</a></div><div class="ttdeci">static double Variable_ReducedCost(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_aad0b04e0db61fa1510621d86001b668b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aad0b04e0db61fa1510621d86001b668b">Google.OrTools.LinearSolver.Variable.ReducedCost</a></div><div class="ttdeci">double ReducedCost()</div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00083">Variable.cs:83</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|