97 lines
44 KiB
HTML
97 lines
44 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>OR-Tools</title>
|
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
|
<meta charset="utf-8"/>
|
|
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
|
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="banner-container">
|
|
<div id="banner">
|
|
<span id="sfml">Google OR-Tools 7.4</span>
|
|
</div>
|
|
</div>
|
|
<div id="content" style="width: 100%; overflow: hidden;">
|
|
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
|
|
<h2>DotNet Reference</h2>
|
|
<ul>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
|
|
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="content">
|
|
<div align="center">
|
|
<h1 style="color: #145A32;">DotNet Reference</h1>
|
|
</div>
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
<div id="navrow1" class="tabs">
|
|
<ul class="tablist">
|
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
|
<li><a href="annotated.html"><span>Classes</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_439b336f32246b516129ac6c6155dd92.html">linear_solver</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">Constraint.cs</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="Constraint_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// <auto-generated /></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// Version 4.0.1</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// the SWIG interface file instead.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">//------------------------------------------------------------------------------</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="namespaceGoogle_1_1OrTools_1_1LinearSolver.html"> 11</a></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_1Constraint.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_1Constraint.html">Constraint</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_1Constraint.html#abc050282310ee35f8b4bac77b6103375"> 15</a></span>  <span class="keyword">protected</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#abc050282310ee35f8b4bac77b6103375">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_1Constraint.html">Constraint</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_1Constraint.html#abc050282310ee35f8b4bac77b6103375">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_1Constraint.html">Constraint</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>  ~Constraint() {</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6e2d745cdb7a7b983f861ed6a9a541a7">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_1Constraint.html#a6e2d745cdb7a7b983f861ed6a9a541a7"> 30</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6e2d745cdb7a7b983f861ed6a9a541a7">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_1Constraint.html#a6e2d745cdb7a7b983f861ed6a9a541a7">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_1Constraint.html#a8ad4348ef0f9969025bab397e7e27e26"> 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_1Constraint.html#a8ad4348ef0f9969025bab397e7e27e26">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_1Constraint.html#abc050282310ee35f8b4bac77b6103375">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_1Constraint.html#abc050282310ee35f8b4bac77b6103375">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#af928f7857bad3c2b0610838eff4f8830">delete_Constraint</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_1Constraint.html#a26f76217e5014e355033cfe094fcc168"> 47</a></span>  <span class="keyword">public</span> <span class="keywordtype">string</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a26f76217e5014e355033cfe094fcc168">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#a927fb8640fe72f2403f0ffabd0f5960c">Constraint_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_1Constraint.html#accb6f7442b6b1f579e607835c9c4b73a"> 52</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#accb6f7442b6b1f579e607835c9c4b73a">SetCoefficient</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> var, <span class="keywordtype">double</span> coeff) {</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#a93ff05365f8f44cba24f7e099b86a22c">Constraint_SetCoefficient</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>.getCPtr(var), coeff);</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_1Constraint.html#ab567ef6289bfbb3c3596c120283a3fc5"> 56</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#ab567ef6289bfbb3c3596c120283a3fc5">GetCoefficient</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> var) {</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#a8939e695fcc184cfc99f419b9321e1d1">Constraint_GetCoefficient</a>(swigCPtr, <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a>.getCPtr(var));</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_1Constraint.html#af426860d2823fa5cceac6055c7bf301e"> 61</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#af426860d2823fa5cceac6055c7bf301e">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#aa65130d9a2c941bb0b6c5dc34137f8f9">Constraint_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_1Constraint.html#a6f8a363969c7e14fb25fa7724dc245e1"> 66</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6f8a363969c7e14fb25fa7724dc245e1">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#aeeeb957f3b193bcf9489619f6657b712">Constraint_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_1Constraint.html#a6014cf998860d04211115246a59641e1"> 71</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6014cf998860d04211115246a59641e1">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#a62c20c58cc4f7dffc2ed572e02344124">Constraint_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_1Constraint.html#a6035628c277896af3b288ecc64b6835b"> 75</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6035628c277896af3b288ecc64b6835b">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#af1bce548ee669fdf5f5cdf070a4da32e">Constraint_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_1Constraint.html#a02bfb5cd5deeb2d5149f6976ee0456d6"> 79</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a02bfb5cd5deeb2d5149f6976ee0456d6">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#a6309c0afc203e0ab3adaec8c05b9dd1a">Constraint_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_1Constraint.html#a6193adc6012f81986b2b8065123d70a1"> 83</a></span>  <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6193adc6012f81986b2b8065123d70a1">IsLazy</a>() {</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</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#a416eaa57bc7639ed8a781e25feebd1fa">Constraint_IsLazy</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_1Constraint.html#a6543ebfd3d2eea989634870bf746ff5a"> 88</a></span>  <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6543ebfd3d2eea989634870bf746ff5a">SetIsLazy</a>(<span class="keywordtype">bool</span> laziness) {</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</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#a68fcc78b15e3000ae9beaa30eb824aaf">Constraint_SetIsLazy</a>(swigCPtr, laziness);</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  }</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span> </div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#aabeb89fa1068ac3b51e6c180561b400d"> 92</a></span>  <span class="keyword">public</span> <span class="keywordtype">int</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#aabeb89fa1068ac3b51e6c180561b400d">Index</a>() {</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</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#adca46eef3ae9c134943dbb01c422a4a8">Constraint_Index</a>(swigCPtr);</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keywordflow">return</span> ret;</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  }</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span> </div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#afd6ce55a8de1d40ae23b1c72fc6244cf"> 97</a></span>  <span class="keyword">public</span> <span class="keywordtype">double</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#afd6ce55a8de1d40ae23b1c72fc6244cf">DualValue</a>() {</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</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#aa0797651aac20c5efde7e3c15b0fed10">Constraint_DualValue</a>(swigCPtr);</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordflow">return</span> ret;</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_1Constraint.html#afc32fa59be94007072a914557fd4dab8"> 102</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#afd922eb2bef96597c426557a8056f76d">BasisStatus</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#afc32fa59be94007072a914557fd4dab8">BasisStatus</a>() {</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</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#afd922eb2bef96597c426557a8056f76d">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#afd922eb2bef96597c426557a8056f76d">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#a2ac5b767fc0cfccea486361885980142">Constraint_BasisStatus</a>(swigCPtr);</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keywordflow">return</span> ret;</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"> 108</span> </div><div class="line"><a name="l00109"></a><span class="lineno"> 109</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_1Constraint_html_a26f76217e5014e355033cfe094fcc168"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a26f76217e5014e355033cfe094fcc168">Google.OrTools.LinearSolver.Constraint.Name</a></div><div class="ttdeci">string Name()</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00047">Constraint.cs:47</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_a8ad4348ef0f9969025bab397e7e27e26"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a8ad4348ef0f9969025bab397e7e27e26">Google.OrTools.LinearSolver.Constraint.Dispose</a></div><div class="ttdeci">virtual void Dispose(bool disposing)</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00035">Constraint.cs:35</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_accb6f7442b6b1f579e607835c9c4b73a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#accb6f7442b6b1f579e607835c9c4b73a">Google.OrTools.LinearSolver.Constraint.SetCoefficient</a></div><div class="ttdeci">void SetCoefficient(Variable var, double coeff)</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00052">Constraint.cs:52</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_adca46eef3ae9c134943dbb01c422a4a8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#adca46eef3ae9c134943dbb01c422a4a8">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_Index</a></div><div class="ttdeci">static int Constraint_Index(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_aabeb89fa1068ac3b51e6c180561b400d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#aabeb89fa1068ac3b51e6c180561b400d">Google.OrTools.LinearSolver.Constraint.Index</a></div><div class="ttdeci">int Index()</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00092">Constraint.cs:92</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_a6e2d745cdb7a7b983f861ed6a9a541a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6e2d745cdb7a7b983f861ed6a9a541a7">Google.OrTools.LinearSolver.Constraint.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00030">Constraint.cs:30</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a416eaa57bc7639ed8a781e25feebd1fa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a416eaa57bc7639ed8a781e25feebd1fa">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_IsLazy</a></div><div class="ttdeci">static bool Constraint_IsLazy(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_af426860d2823fa5cceac6055c7bf301e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#af426860d2823fa5cceac6055c7bf301e">Google.OrTools.LinearSolver.Constraint.Lb</a></div><div class="ttdeci">double Lb()</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00061">Constraint.cs:61</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a8939e695fcc184cfc99f419b9321e1d1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a8939e695fcc184cfc99f419b9321e1d1">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_GetCoefficient</a></div><div class="ttdeci">static double Constraint_GetCoefficient(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_afd922eb2bef96597c426557a8056f76d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#afd922eb2bef96597c426557a8056f76d">Google.OrTools.LinearSolver.Solver.BasisStatus</a></div><div class="ttdeci">BasisStatus</div><div class="ttdef"><b>Definition:</b> <a href="Solver_8cs_source.html#l00265">Solver.cs:265</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_afc32fa59be94007072a914557fd4dab8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#afc32fa59be94007072a914557fd4dab8">Google.OrTools.LinearSolver.Constraint.BasisStatus</a></div><div class="ttdeci">Solver.BasisStatus BasisStatus()</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00102">Constraint.cs:102</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a6309c0afc203e0ab3adaec8c05b9dd1a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a6309c0afc203e0ab3adaec8c05b9dd1a">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetBounds</a></div><div class="ttdeci">static void Constraint_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_a93ff05365f8f44cba24f7e099b86a22c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a93ff05365f8f44cba24f7e099b86a22c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetCoefficient</a></div><div class="ttdeci">static void Constraint_SetCoefficient(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_afd6ce55a8de1d40ae23b1c72fc6244cf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#afd6ce55a8de1d40ae23b1c72fc6244cf">Google.OrTools.LinearSolver.Constraint.DualValue</a></div><div class="ttdeci">double DualValue()</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00097">Constraint.cs:97</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_a6f8a363969c7e14fb25fa7724dc245e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6f8a363969c7e14fb25fa7724dc245e1">Google.OrTools.LinearSolver.Constraint.Ub</a></div><div class="ttdeci">double Ub()</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00066">Constraint.cs:66</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_abc050282310ee35f8b4bac77b6103375"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#abc050282310ee35f8b4bac77b6103375">Google.OrTools.LinearSolver.Constraint.swigCMemOwn</a></div><div class="ttdeci">bool swigCMemOwn</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00015">Constraint.cs:15</a></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="Solver_8cs_source.html#l00013">Solver.cs:13</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af1bce548ee669fdf5f5cdf070a4da32e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af1bce548ee669fdf5f5cdf070a4da32e">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetUb</a></div><div class="ttdeci">static void Constraint_SetUb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a68fcc78b15e3000ae9beaa30eb824aaf"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a68fcc78b15e3000ae9beaa30eb824aaf">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetIsLazy</a></div><div class="ttdeci">static void Constraint_SetIsLazy(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_af928f7857bad3c2b0610838eff4f8830"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#af928f7857bad3c2b0610838eff4f8830">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.delete_Constraint</a></div><div class="ttdeci">static void delete_Constraint(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_a6543ebfd3d2eea989634870bf746ff5a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6543ebfd3d2eea989634870bf746ff5a">Google.OrTools.LinearSolver.Constraint.SetIsLazy</a></div><div class="ttdeci">void SetIsLazy(bool laziness)</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00088">Constraint.cs:88</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a2ac5b767fc0cfccea486361885980142"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a2ac5b767fc0cfccea486361885980142">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_BasisStatus</a></div><div class="ttdeci">static int Constraint_BasisStatus(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa0797651aac20c5efde7e3c15b0fed10"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa0797651aac20c5efde7e3c15b0fed10">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_DualValue</a></div><div class="ttdeci">static double Constraint_DualValue(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_ab567ef6289bfbb3c3596c120283a3fc5"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#ab567ef6289bfbb3c3596c120283a3fc5">Google.OrTools.LinearSolver.Constraint.GetCoefficient</a></div><div class="ttdeci">double GetCoefficient(Variable var)</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00056">Constraint.cs:56</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html">Google.OrTools.LinearSolver.Constraint</a></div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00013">Constraint.cs:13</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_a6035628c277896af3b288ecc64b6835b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6035628c277896af3b288ecc64b6835b">Google.OrTools.LinearSolver.Constraint.SetUb</a></div><div class="ttdeci">void SetUb(double ub)</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00075">Constraint.cs:75</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_a6193adc6012f81986b2b8065123d70a1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6193adc6012f81986b2b8065123d70a1">Google.OrTools.LinearSolver.Constraint.IsLazy</a></div><div class="ttdeci">bool IsLazy()</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00083">Constraint.cs:83</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a62c20c58cc4f7dffc2ed572e02344124"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a62c20c58cc4f7dffc2ed572e02344124">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_SetLb</a></div><div class="ttdeci">static void Constraint_SetLb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aeeeb957f3b193bcf9489619f6657b712"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aeeeb957f3b193bcf9489619f6657b712">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_Ub</a></div><div class="ttdeci">static double Constraint_Ub(global::System.Runtime.InteropServices.HandleRef jarg1)</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="Constraint_8cs_source.html#l00011">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_1Constraint_html_a02bfb5cd5deeb2d5149f6976ee0456d6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a02bfb5cd5deeb2d5149f6976ee0456d6">Google.OrTools.LinearSolver.Constraint.SetBounds</a></div><div class="ttdeci">void SetBounds(double lb, double ub)</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00079">Constraint.cs:79</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html_a6014cf998860d04211115246a59641e1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html#a6014cf998860d04211115246a59641e1">Google.OrTools.LinearSolver.Constraint.SetLb</a></div><div class="ttdeci">void SetLb(double lb)</div><div class="ttdef"><b>Definition:</b> <a href="Constraint_8cs_source.html#l00071">Constraint.cs:71</a></div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_aa65130d9a2c941bb0b6c5dc34137f8f9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#aa65130d9a2c941bb0b6c5dc34137f8f9">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_Lb</a></div><div class="ttdeci">static double Constraint_Lb(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE_html_a927fb8640fe72f2403f0ffabd0f5960c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1operations__research__linear__solverPINVOKE.html#a927fb8640fe72f2403f0ffabd0f5960c">Google.OrTools.LinearSolver.operations_research_linear_solverPINVOKE.Constraint_Name</a></div><div class="ttdeci">static string Constraint_Name(global::System.Runtime.InteropServices.HandleRef jarg1)</div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|