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

103 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-08-12 09:16:03 -07:00
<span id="sfml">Google OR-Tools 7.3</span>
</div>
</div>
2019-08-07 18:01:08 -07:00
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
2019-08-12 09:16:03 -07:00
<h2>DotNet Reference</h2>
2019-08-07 18:01:08 -07:00
<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">
2019-08-07 18:01:08 -07:00
<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_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-09-03 15:42:34 +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"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html"> 19</a></span>&#160;<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> {</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a4757e4c86ffe44aa9d4d0efe342b99c6"> 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#a4757e4c86ffe44aa9d4d0efe342b99c6">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"> 2
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_ab0b327499f77f092367a7e3a00ab17a7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ab0b327499f77f092367a7e3a00ab17a7">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_1Variable_html_a31387aa773c577c84368b8eeba7c4a6d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a31387aa773c577c84368b8eeba7c4a6d">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_ac140913c4940f0297981f6a80e645af2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ac140913c4940f0297981f6a80e645af2">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>
2019-09-03 15:42:34 +02:00
<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="VariableHelper_8cs_source.html#l00019">VariableHelper.cs:19</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">Google.OrTools.LinearSolver.MPVariableVector</a></div><div class="ttdef"><b>Definition:</b> <a href="VariableHelper_8cs_source.html#l00192">VariableHelper.cs:192</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_ab316cb6eecffd4240f9ee931a5d523c7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ab316cb6eecffd4240f9ee931a5d523c7">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_a574eac9783265ed9e4c75e51127707c2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a574eac9783265ed9e4c75e51127707c2">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="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a13e855dff21f5af24e7b4883492fdec4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a13e855dff21f5af24e7b4883492fdec4">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_a18d3040ac8f592546abc4a96c86ab614"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a18d3040ac8f592546abc4a96c86ab614">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_a2f00336989d4cb74b9f0e03b7b2440e4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a2f00336989d4cb74b9f0e03b7b2440e4">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_a0db8cc926d9018329b3675360b662e2d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a0db8cc926d9018329b3675360b662e2d">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_af83ef50fd8fb4227ef5e2e32d32c3b67"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#af83ef50fd8fb4227ef5e2e32d32c3b67">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_a0124b8f131cf8bf945ab1420daa7b437"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a0124b8f131cf8bf945ab1420daa7b437">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_a4b2f959878a3f8e2e6d39df9ca4c0df9"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a4b2f959878a3f8e2e6d39df9ca4c0df9">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_a343ec418e214e053fdacef9f02808135"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a343ec418e214e053fdacef9f02808135">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_ab0dd1497cdbf19248a5d569e7a7dcca3"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ab0dd1497cdbf19248a5d569e7a7dcca3">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_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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a7ba45776c8c7cee5ee9310f5cf8f6f33"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a7ba45776c8c7cee5ee9310f5cf8f6f33">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_1Variable_html_afe6cd88ff139e373b5dd7a70baa81af0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afe6cd88ff139e373b5dd7a70baa81af0">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_a4757e4c86ffe44aa9d4d0efe342b99c6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a4757e4c86ffe44aa9d4d0efe342b99c6">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_a8dd639241002f2daea3f1d0087d004b7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a8dd639241002f2daea3f1d0087d004b7">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_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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a929b212d91874d70de05814e378d16c7"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a929b212d91874d70de05814e378d16c7">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#l00135">VariableHelper.cs:135</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_aac02b6ba13400a0a8e418caa08c12787"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aac02b6ba13400a0a8e418caa08c12787">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_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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_ab39033f010478da0d780ab289e53c44a"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ab39033f010478da0d780ab289e53c44a">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_1Variable_html_af51a6af882712a0008040d7492062188"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#af51a6af882712a0008040d7492062188">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_a8394a4073404f2000d3e196e25638f79"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a8394a4073404f2000d3e196e25638f79">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_ad340769226c96c92b18db06feedf18cb"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ad340769226c96c92b18db06feedf18cb">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_acec77646575600e57e29dcf217204982"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#acec77646575600e57e29dcf217204982">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>
2019-09-03 15:42:34 +02:00
<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="DoubleArrayHelper_8cs_source.html#l00014">DoubleArrayHelper.cs:14</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>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a32bfdab33c5ed671587019942b5606b6"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a32bfdab33c5ed671587019942b5606b6">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_a353650350672c2d4524a5f277d2732cc"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a353650350672c2d4524a5f277d2732cc">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_ac790ee9f72696c4408270839e44e4d04"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ac790ee9f72696c4408270839e44e4d04">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>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_aeb3530a5f16392757dfa5b3ff42e2518"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aeb3530a5f16392757dfa5b3ff42e2518">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_a986ec798ef6a509953b5deae06921c6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a986ec798ef6a509953b5deae06921c6c">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_a989d177dd2a901378796419f03e595e0"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a989d177dd2a901378796419f03e595e0">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_a661dd19b17672c661f5da8ab8923b702"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a661dd19b17672c661f5da8ab8923b702">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_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 -->
2019-08-07 18:01:08 -07:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>