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

129 lines
67 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"/>-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
2020-09-01 16:00:33 +02:00
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="banner-container">
<div id="banner">
2021-09-20 15:57:27 +02:00
<span id="sfml">Google OR-Tools 9.1</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">
2020-09-01 16:00:33 +02:00
<h1 style="color: #145A32;">.Net Reference</h1>
2019-08-07 18:01:08 -07:00
</div>
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('VariableHelper_8cs_source.html','');});
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">VariableHelper.cs</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +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-2021 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;{</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <span class="keyword">using</span> System;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</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="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="comment">// Patch the MPVariable class to support the natural language API.</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <span class="keyword">public</span> <span class="keyword">partial class </span>Variable</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"><a class="line" href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a4757e4c86ffe44aa9d4d0efe342b99c6"> 22</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="l00023"></a><span class="lineno"> 23</span>&#160; {</div><div class="line"><a name="l000
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a07aec9b7b5670cb11f576f0f3e6b3373"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a07aec9b7b5670cb11f576f0f3e6b3373">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#l00062">VariableHelper.cs:62</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_aabee1dc4c479b9895d742a2526a33f15"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#aabee1dc4c479b9895d742a2526a33f15">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#l00127">VariableHelper.cs:127</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_afcd158cde343fe226e0de039c43dcf6c"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#afcd158cde343fe226e0de039c43dcf6c">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#l00137">VariableHelper.cs:137</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html">Google.OrTools.LinearSolver.Variable</a></div><div class="ttdef"><b>Definition:</b> <a href="Variable_8cs_source.html#l00013">Variable.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html">Google.OrTools.LinearSolver.MPVariableVector</a></div><div class="ttdef"><b>Definition:</b> <a href="MPVariableVector_8cs_source.html#l00013">MPVariableVector.cs:13</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a7a34fac0d75261386a5f455727052063"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a7a34fac0d75261386a5f455727052063">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#l00107">VariableHelper.cs:107</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a36cdaf8a2896b9a7257d331d5f772b9d"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a36cdaf8a2896b9a7257d331d5f772b9d">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#l00167">VariableHelper.cs:167</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector_html_af0277f222adf0c2c662374fc352a59c8"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1MPVariableVector.html#af0277f222adf0c2c662374fc352a59c8">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_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#l00092">VariableHelper.cs:92</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a3d6c85e5983fdd77cd5dc85e0438dba1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3d6c85e5983fdd77cd5dc85e0438dba1">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#l00057">VariableHelper.cs:57</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a96b6d7065e21aa5c7b70f7e4fca33106"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a96b6d7065e21aa5c7b70f7e4fca33106">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#l00072">VariableHelper.cs:72</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a256d0187aee95c9a2733baa442487f84"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a256d0187aee95c9a2733baa442487f84">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#l00177">VariableHelper.cs:177</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_ab1aeb348e147d3615eab849ae290397e"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ab1aeb348e147d3615eab849ae290397e">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#l00102">VariableHelper.cs:102</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#l00082">VariableHelper.cs:82</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a27c33e187badf9adc121f18931aae868"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a27c33e187badf9adc121f18931aae868">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#l00047">VariableHelper.cs:47</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#l00022">VariableHelper.cs:22</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#l00221">LinearExpr.cs:221</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a7fb975e8305bec901f074c56484ad8a2"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a7fb975e8305bec901f074c56484ad8a2">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#l00052">VariableHelper.cs:52</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#l00032">LinearConstraint.cs:32</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a7c617a018b083543605355600d72f63b"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a7c617a018b083543605355600d72f63b">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#l00157">VariableHelper.cs:157</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_acbaddf869e985377142fa7abb6d78274"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#acbaddf869e985377142fa7abb6d78274">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#l00147">VariableHelper.cs:147</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_ab144bc6fbf453ac0313fd953bc130c03"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#ab144bc6fbf453ac0313fd953bc130c03">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#l00132">VariableHelper.cs:132</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a3615a6f05fcff1f937028575f7bcbad1"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a3615a6f05fcff1f937028575f7bcbad1">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#l00187">VariableHelper.cs:187</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_a83edde696348f42015944f2cc7d165de"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a83edde696348f42015944f2cc7d165de">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#l00067">VariableHelper.cs:67</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#l00068">LinearConstraint.cs:68</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_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#l00077">VariableHelper.cs:77</a></div></div>
<div class="ttc" id="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html_a9f5f2955ec5d41a0779a388b75e85ba4"><div class="ttname"><a href="classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html#a9f5f2955ec5d41a0779a388b75e85ba4">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#l00087">VariableHelper.cs:87</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>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2019-08-07 18:01:08 -07:00
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>