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

96 lines
69 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
2019-06-29 18:18:08 +02:00
<span id="sfml">OR-Tools 7.2</span>
</div>
</div>
2019-06-29 18:18:08 +02:00
<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&#160;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&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;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_4d3a5a688e4550f3d7725aaa5ab9c27b.html">linear_solver</a></li><li class="navelem"><a class="el" href="dir_3a3d7bac3b6f6c6e4a6cb4a9e2e91174.html">csharp</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">VariableHelper.cs</div> </div>
</div><!--header-->
<div class="contents">
2019-06-29 18:18:08 +02:00
<a href="VariableHelper_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2010-2018 Google LLC</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// limitations under the License.</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<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="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">using</span> System;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="keyword">using</span> System.Collections.<a class="code" href="namespaceSystem_1_1Collections_1_1Generic.html">Generic</a>;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">// Patch the MPVariable class to support the natural language API.</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">public</span> <span class="keyword">partial class </span>Variable {</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a75cbfb439dd30baa482672977fdebe46"> 20</a></span>&#160; <span class="keyword">public</span> <span class="keyword">static</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearExpr.html">LinearExpr</a> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a75cbfb439dd30baa482672977fdebe46">operator+</a>(<a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Variable</a> a, <span class="keywordtype">double</span> v)</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; {</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1VarWrapper.
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a50101e437982e5090ca474491d1e6a30"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a50101e437982e5090ca474491d1e6a30">Google.OrTools.LinearSolver.Variable.operator&gt;=</a></div><div class="ttdeci">static RangeConstraint operator&gt;=(LinearExpr a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00185">VariableHelper.cs:185</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a64e0c73e791d55559dc80b91b2ce05dc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a64e0c73e791d55559dc80b91b2ce05dc">Google.OrTools.LinearSolver.Variable.operator==</a></div><div class="ttdeci">static RangeConstraint operator==(double v, Variable a)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00095">VariableHelper.cs:95</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>
2019-06-29 18:18:08 +02:00
<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_1Variable_html_a41c947e1ba687416ee1106eea40c5ebd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a41c947e1ba687416ee1106eea40c5ebd">Google.OrTools.LinearSolver.Variable.operator/</a></div><div class="ttdeci">static LinearExpr operator/(Variable a, double v)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00080">VariableHelper.cs:80</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_ac5efed06b709f6d6e46523d05e6d3d02"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ac5efed06b709f6d6e46523d05e6d3d02">Google.OrTools.LinearSolver.Variable.operator-</a></div><div class="ttdeci">static LinearExpr operator-(Variable a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00065">VariableHelper.cs:65</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a2c6f3823c3d738953d070730acccdf8c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a2c6f3823c3d738953d070730acccdf8c">Google.OrTools.LinearSolver.Variable.operator==</a></div><div class="ttdeci">static VarEquality operator==(Variable a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00120">VariableHelper.cs:120</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a3042085bbea0710dd56b94e0d36b4178"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3042085bbea0710dd56b94e0d36b4178">Google.OrTools.LinearSolver.Variable.operator==</a></div><div class="ttdeci">static Equality operator==(LinearExpr a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00115">VariableHelper.cs:115</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a6f05df6c77818f935919026e5355ff71"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a6f05df6c77818f935919026e5355ff71">Google.OrTools.LinearSolver.Variable.operator+</a></div><div class="ttdeci">static LinearExpr operator+(double v, Variable a)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00025">VariableHelper.cs:25</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a85241e2215904d0bf6e7705b1c0e749b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a85241e2215904d0bf6e7705b1c0e749b">Google.OrTools.LinearSolver.Variable.operator!=</a></div><div class="ttdeci">static Equality operator!=(LinearExpr a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00130">VariableHelper.cs:130</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a75cbfb439dd30baa482672977fdebe46"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a75cbfb439dd30baa482672977fdebe46">Google.OrTools.LinearSolver.Variable.operator+</a></div><div class="ttdeci">static LinearExpr operator+(Variable a, double v)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00020">VariableHelper.cs:20</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_adb6fafc8c525ac02b25b9cbe2aa44aae"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#adb6fafc8c525ac02b25b9cbe2aa44aae">Google.OrTools.LinearSolver.Variable.operator-</a></div><div class="ttdeci">static LinearExpr operator-(Variable a, LinearExpr b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00055">VariableHelper.cs:55</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a96ef99c72288d5b388ca4afeb3aade22"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a96ef99c72288d5b388ca4afeb3aade22">Google.OrTools.LinearSolver.Variable.operator&lt;=</a></div><div class="ttdeci">static RangeConstraint operator&lt;=(double v, Variable a)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00150">VariableHelper.cs:150</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a871774bc1ae0df2a189314bb5ae0cdc6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a871774bc1ae0df2a189314bb5ae0cdc6">Google.OrTools.LinearSolver.Variable.operator&gt;=</a></div><div class="ttdeci">static RangeConstraint operator&gt;=(Variable a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00175">VariableHelper.cs:175</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a651462d0c89242978fbe39b5e4dfe91a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a651462d0c89242978fbe39b5e4dfe91a">Google.OrTools.LinearSolver.Variable.operator *</a></div><div class="ttdeci">static LinearExpr operator *(Variable a, double v)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00075">VariableHelper.cs:75</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_af0781b1f2a22a7bdc500f03066114972"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#af0781b1f2a22a7bdc500f03066114972">Google.OrTools.LinearSolver.Variable.operator!=</a></div><div class="ttdeci">static RangeConstraint operator!=(double v, Variable a)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00105">VariableHelper.cs:105</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_aae604aa34a237ff5d1de74a5c9eeacdd"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aae604aa34a237ff5d1de74a5c9eeacdd">Google.OrTools.LinearSolver.Variable.operator+</a></div><div class="ttdeci">static LinearExpr operator+(Variable a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00035">VariableHelper.cs:35</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a0c87dd3fc3745a0fd215089ac89f2cc1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a0c87dd3fc3745a0fd215089ac89f2cc1">Google.OrTools.LinearSolver.Variable.operator-</a></div><div class="ttdeci">static LinearExpr operator-(Variable a)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00070">VariableHelper.cs:70</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearExpr_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearExpr.html">Google.OrTools.LinearSolver.LinearExpr</a></div><div class="ttdef"><b>Definition:</b> <a href="LinearExpr_8cs_source.html#l00019">LinearExpr.cs:19</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_ae611fe27caaea84f8bdef5689da281e4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ae611fe27caaea84f8bdef5689da281e4">Google.OrTools.LinearSolver.Variable.operator-</a></div><div class="ttdeci">static LinearExpr operator-(Variable a, double v)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00045">VariableHelper.cs:45</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a502c48ff1862a84e4214453466d03fe8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a502c48ff1862a84e4214453466d03fe8">Google.OrTools.LinearSolver.Variable.operator!=</a></div><div class="ttdeci">static Equality operator!=(Variable a, LinearExpr b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00125">VariableHelper.cs:125</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a601aade5a423f75f9b2119b212905888"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a601aade5a423f75f9b2119b212905888">Google.OrTools.LinearSolver.Variable.operator&lt;=</a></div><div class="ttdeci">static RangeConstraint operator&lt;=(Variable a, LinearExpr b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00160">VariableHelper.cs:160</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a014601cdc84b646f7f11105b588f6888"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a014601cdc84b646f7f11105b588f6888">Google.OrTools.LinearSolver.Variable.operator&lt;=</a></div><div class="ttdeci">static RangeConstraint operator&lt;=(Variable a, double v)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00140">VariableHelper.cs:140</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1VarWrapper_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1VarWrapper.html">Google.OrTools.LinearSolver.VarWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="LinearExpr_8cs_source.html#l00225">LinearExpr.cs:225</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a614e0f33d92d7a8d7db7fbda3280e2ab"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a614e0f33d92d7a8d7db7fbda3280e2ab">Google.OrTools.LinearSolver.Variable.operator&lt;=</a></div><div class="ttdeci">static RangeConstraint operator&lt;=(LinearExpr a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00180">VariableHelper.cs:180</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a745cab993de89d1b175fa8891cb601e4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a745cab993de89d1b175fa8891cb601e4">Google.OrTools.LinearSolver.Variable.operator+</a></div><div class="ttdeci">static LinearExpr operator+(LinearExpr a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00040">VariableHelper.cs:40</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1RangeConstraint_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1RangeConstraint.html">Google.OrTools.LinearSolver.RangeConstraint</a></div><div class="ttdef"><b>Definition:</b> <a href="LinearConstraint_8cs_source.html#l00033">LinearConstraint.cs:33</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a6b8eaae41d2ff5f828892b8e7e24adde"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a6b8eaae41d2ff5f828892b8e7e24adde">Google.OrTools.LinearSolver.Variable.operator&gt;=</a></div><div class="ttdeci">static RangeConstraint operator&gt;=(Variable a, double v)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00145">VariableHelper.cs:145</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a43b3f6b95fac14a1a0279c838d747cfa"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a43b3f6b95fac14a1a0279c838d747cfa">Google.OrTools.LinearSolver.Variable.operator!=</a></div><div class="ttdeci">static RangeConstraint operator!=(Variable a, double v)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00100">VariableHelper.cs:100</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_aedfab2a09e690d4ce57a686b6d8451a9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aedfab2a09e690d4ce57a686b6d8451a9">Google.OrTools.LinearSolver.Variable.operator&lt;=</a></div><div class="ttdeci">static RangeConstraint operator&lt;=(Variable a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00170">VariableHelper.cs:170</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_1Variable_html_afb2432f31e3390d4a6644771ad24f8f4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afb2432f31e3390d4a6644771ad24f8f4">Google.OrTools.LinearSolver.Variable.operator&gt;=</a></div><div class="ttdeci">static RangeConstraint operator&gt;=(Variable a, LinearExpr b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00165">VariableHelper.cs:165</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a6cc6d68628811529d320e635e7b8a262"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a6cc6d68628811529d320e635e7b8a262">Google.OrTools.LinearSolver.Variable.operator-</a></div><div class="ttdeci">static LinearExpr operator-(LinearExpr a, Variable b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00060">VariableHelper.cs:60</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a5978489e87db58583c61cdc585e0b6c9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a5978489e87db58583c61cdc585e0b6c9">Google.OrTools.LinearSolver.Variable.operator==</a></div><div class="ttdeci">static Equality operator==(Variable a, LinearExpr b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00110">VariableHelper.cs:110</a></div></div>
2019-06-29 18:18:08 +02:00
<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_1Variable_html_a334e5de1f20b1daf9f3b979c4ffaa30a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a334e5de1f20b1daf9f3b979c4ffaa30a">Google.OrTools.LinearSolver.Variable.operator-</a></div><div class="ttdeci">static LinearExpr operator-(double v, Variable a)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00050">VariableHelper.cs:50</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Equality_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Equality.html">Google.OrTools.LinearSolver.Equality</a></div><div class="ttdef"><b>Definition:</b> <a href="LinearConstraint_8cs_source.html#l00071">LinearConstraint.cs:71</a></div></div>
<div class="ttc" id="namespaceSystem_1_1Collections_1_1Generic_html"><div class="ttname"><a href="namespaceSystem_1_1Collections_1_1Generic.html">Generic</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a3ac7e1127bf7aa46938e4a69cf560c2f"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3ac7e1127bf7aa46938e4a69cf560c2f">Google.OrTools.LinearSolver.Variable.operator==</a></div><div class="ttdeci">static RangeConstraint operator==(Variable a, double v)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00090">VariableHelper.cs:90</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a0695263daacf1f116ffd5f68e38247bc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a0695263daacf1f116ffd5f68e38247bc">Google.OrTools.LinearSolver.Variable.operator+</a></div><div class="ttdeci">static LinearExpr operator+(Variable a, LinearExpr b)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00030">VariableHelper.cs:30</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a505d73e796dbe8b8a91f034a90e2d84d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a505d73e796dbe8b8a91f034a90e2d84d">Google.OrTools.LinearSolver.Variable.operator&gt;=</a></div><div class="ttdeci">static RangeConstraint operator&gt;=(double v, Variable a)</div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00155">VariableHelper.cs:155</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1VarEquality_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1VarEquality.html">Google.OrTools.LinearSolver.VarEquality</a></div><div class="ttdef"><b>Definition:</b> <a href="LinearConstraint_8cs_source.html#l00109">LinearConstraint.cs:109</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>