Files
ortools-clone/docs/cpp/variables__info_8h_source.html
Mizux Seiha 3b7ffd12b0 Update doc
2020-10-09 12:01:52 +02:00

269 lines
43 KiB
HTML

<!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: variables_info.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
&#160;<span id="projectnumber">8.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @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>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('variables__info_8h_source.html',''); initResizable(); });
/* @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">variables_info.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="variables__info_8h.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="preprocessor">#ifndef OR_TOOLS_GLOP_VARIABLES_INFO_H_</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#define OR_TOOLS_GLOP_VARIABLES_INFO_H_</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; </div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="lp__types_8h.html">ortools/lp_data/lp_types.h</a>&quot;</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="sparse_8h.html">ortools/lp_data/sparse.h</a>&quot;</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="keyword">namespace </span>glop {</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment">// Class responsible for maintaining diverse information for each variable that</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">// depend on its bounds and status.</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment">// Note(user): Not all information is needed at all time, but it is cheap to</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment">// maintain it since it only requires a few calls to Update() per simplex</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment">// iteration.</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classoperations__research_1_1glop_1_1_variables_info.html"> 29</a></span>&#160;<span class="keyword">class </span><a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html">VariablesInfo</a> {</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="comment">// Takes references to the linear program data we need.</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#aacbf93909cfe1456cd390410c1525ce8">VariablesInfo</a>(<span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_compact_sparse_matrix.html">CompactSparseMatrix</a>&amp; matrix, <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">DenseRow</a>&amp; lower_bound,</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">DenseRow</a>&amp; upper_bound);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="comment">// Recomputes the variable types from the bounds (this is the only function</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="comment">// that changes them). This also resets all the non-type quantities to a</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="comment">// default value. Note however that nothing should be assumed on the return</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="comment">// values of the getters until Update() has been called at least once on all</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="comment">// the columns.</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a84f09868c621660464ade82b504ba600">InitializeAndComputeType</a>();</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="comment">// Updates the information of the given variable. Note that it is not needed</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="comment">// to call this if the status or the bound of a variable didn&#39;t change.</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#ae636e3fb39ec1660660286628306cd15">Update</a>(ColIndex <a class="code" href="markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a>, <a class="code" href="namespaceoperations__research_1_1glop.html#a1ac488f3db89f6d16a85c56f3243290c">VariableStatus</a> status);</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="comment">// Slightly optimized version of Update() above for the two separate cases.</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#ab717dd0f604f9207435f9ab5336d1113">UpdateToBasicStatus</a>(ColIndex <a class="code" href="markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a>);</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a84dcc462db65072ec3a28b87bb3cd3ad">UpdateToNonBasicStatus</a>(ColIndex <a class="code" href="markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a>, <a class="code" href="namespaceoperations__research_1_1glop.html#a1ac488f3db89f6d16a85c56f3243290c">VariableStatus</a> status);</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="comment">// Various getter, see the corresponding member declaration below for more</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="comment">// information.</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">VariableTypeRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a78146b251b30383686ec55362254cc3b">GetTypeRow</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">VariableStatusRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#ab4494c9680fc5d769a6143f11f00423b">GetStatusRow</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a6cc56ab5da3a82aa2793d18a37f422c4">GetCanIncreaseBitRow</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a71d4734d51e7037c043b68a74bd7857f">GetCanDecreaseBitRow</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#ac4385751c629a96a6d1ef5ac70af45e1">GetIsRelevantBitRow</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a28ad52f334e030f4eb45939756a4476c">GetIsBasicBitRow</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a8e726c118c4449d9d3c5761e2853661a">GetNotBasicBitRow</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a505af340486fcf70ee83abb32e31a628">GetNonBasicBoxedVariables</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; </div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="comment">// Returns the variable bounds.</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classoperations__research_1_1glop_1_1_variables_info.html#a89d50221a4ec3f33fd60e6424550c5f9"> 62</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">DenseRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a89d50221a4ec3f33fd60e6424550c5f9">GetVariableLowerBounds</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> lower_bound_; }</div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classoperations__research_1_1glop_1_1_variables_info.html#a2f2f9339835d7c7199d6bf8bb325aefd"> 63</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">DenseRow</a>&amp; <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a2f2f9339835d7c7199d6bf8bb325aefd">GetVariableUpperBounds</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> upper_bound_; }</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; </div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classoperations__research_1_1glop_1_1_variables_info.html#ac619daf8c660b9dd6193606a051820a3"> 65</a></span>&#160; <span class="keyword">const</span> ColIndex <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#ac619daf8c660b9dd6193606a051820a3">GetNumberOfColumns</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> matrix_.<a class="code" href="classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#a41741829541d089f1c4d34f190884813">num_cols</a>(); }</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="comment">// Changes whether or not a non-basic boxed variable is &#39;relevant&#39; and will be</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; <span class="comment">// returned as such by GetIsRelevantBitRow().</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a7aec5aa12d972d66a67d267aa9dd1b97">MakeBoxedVariableRelevant</a>(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf">value</a>);</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="comment">// This is used in UpdateRow to decide whether to compute it using the</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="comment">// row-wise or column-wise representation.</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; EntryIndex <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a403cb41e08b5ffb338d004c85ca0853a">GetNumEntriesInRelevantColumns</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; </div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="comment">// Returns the distance between the upper and lower bound of the given column.</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classoperations__research_1_1glop_1_1_variables_info.html#a611fb1da73c33e2716b380db980fa825"> 76</a></span>&#160; <a class="code" href="namespaceoperations__research_1_1glop.html#a733947145e3e1631165b618b05c9ccb7">Fractional</a> <a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html#a611fb1da73c33e2716b380db980fa825">GetBoundDifference</a>(ColIndex <a class="code" href="markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a>)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <span class="keywordflow">return</span> upper_bound_[<a class="code" href="markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a>] - lower_bound_[<a class="code" href="markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a>];</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; }</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="comment">// Computes the variable type from its lower and upper bound.</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <a class="code" href="namespaceoperations__research_1_1glop.html#acfc1d5d5139f63d8c733d4562124866a">VariableType</a> ComputeVariableType(ColIndex <a class="code" href="markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a>) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; </div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="comment">// Sets the column relevance and updates num_entries_in_relevant_columns_.</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordtype">void</span> SetRelevance(ColIndex <a class="code" href="markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a>, <span class="keywordtype">bool</span> relevance);</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; </div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <span class="comment">// Problem data that should be updated from outside.</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_compact_sparse_matrix.html">CompactSparseMatrix</a>&amp; matrix_;</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">DenseRow</a>&amp; lower_bound_;</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">DenseRow</a>&amp; upper_bound_;</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; </div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="comment">// Array of variable statuses, indexed by column index.</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">VariableStatusRow</a> variable_status_;</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; </div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <span class="comment">// Array of variable types, indexed by column index.</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="code" href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">VariableTypeRow</a> variable_type_;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; </div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="comment">// Indicates if a non-basic variable can move up or down while not increasing</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <span class="comment">// the primal infeasibility. Note that all combinaisons are possible for a</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <span class="comment">// variable according to its status: fixed, free, upper or lower bounded. This</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="comment">// is always false for basic variable.</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a> can_increase_;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a> can_decrease_;</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; </div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <span class="comment">// Indicates if we should consider this variable for entering the basis during</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <span class="comment">// the simplex algorithm. We never consider fixed variables and in the dual</span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="comment">// feasibility phase, we don&#39;t consider boxed variable.</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a> relevance_;</div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; </div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="comment">// Indicates if a variable is BASIC or not. There are currently two members</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="comment">// because the DenseBitRow class only supports a nice range-based iteration on</span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="comment">// the non-zero positions and not on the others.</span></div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a> is_basic_;</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a> not_basic_;</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; </div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="comment">// Set of boxed variables that are non-basic.</span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <a class="code" href="classoperations__research_1_1_bitset64.html">DenseBitRow</a> non_basic_boxed_variables_;</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; </div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <span class="comment">// Number of entries for the relevant matrix columns (see relevance_).</span></div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; EntryIndex num_entries_in_relevant_columns_;</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; </div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="comment">// Whether or not a boxed variable should be considered relevant.</span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; <span class="keywordtype">bool</span> boxed_variables_are_relevant_;</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; </div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; DISALLOW_COPY_AND_ASSIGN(<a class="code" href="classoperations__research_1_1glop_1_1_variables_info.html">VariablesInfo</a>);</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;};</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; </div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;} <span class="comment">// namespace glop</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;} <span class="comment">// namespace operations_research</span></div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; </div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;<span class="preprocessor">#endif // OR_TOOLS_GLOP_VARIABLES_INFO_H_</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_compact_sparse_matrix_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_compact_sparse_matrix.html">operations_research::glop::CompactSparseMatrix</a></div><div class="ttdef"><b>Definition:</b> <a href="sparse_8h_source.html#l00288">sparse.h:288</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a8e726c118c4449d9d3c5761e2853661a"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a8e726c118c4449d9d3c5761e2853661a">operations_research::glop::VariablesInfo::GetNotBasicBitRow</a></div><div class="ttdeci">const DenseBitRow &amp; GetNotBasicBitRow() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00119">variables_info.cc:119</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_aacbf93909cfe1456cd390410c1525ce8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#aacbf93909cfe1456cd390410c1525ce8">operations_research::glop::VariablesInfo::VariablesInfo</a></div><div class="ttdeci">VariablesInfo(const CompactSparseMatrix &amp;matrix, const DenseRow &amp;lower_bound, const DenseRow &amp;upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00019">variables_info.cc:19</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_ab717dd0f604f9207435f9ab5336d1113"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#ab717dd0f604f9207435f9ab5336d1113">operations_research::glop::VariablesInfo::UpdateToBasicStatus</a></div><div class="ttdeci">void UpdateToBasicStatus(ColIndex col)</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00068">variables_info.cc:68</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a611fb1da73c33e2716b380db980fa825"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a611fb1da73c33e2716b380db980fa825">operations_research::glop::VariablesInfo::GetBoundDifference</a></div><div class="ttdeci">Fractional GetBoundDifference(ColIndex col) const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8h_source.html#l00076">variables_info.h:76</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a7aec5aa12d972d66a67d267aa9dd1b97"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a7aec5aa12d972d66a67d267aa9dd1b97">operations_research::glop::VariablesInfo::MakeBoxedVariableRelevant</a></div><div class="ttdeci">void MakeBoxedVariableRelevant(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00046">variables_info.cc:46</a></div></div>
<div class="ttc" id="ademon__profiler_8cc_html_a21edc7ca4cc5802c8779d68556bc09cf"><div class="ttname"><a href="demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf">value</a></div><div class="ttdeci">int64 value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00043">demon_profiler.cc:43</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html"><div class="ttname"><a href="namespaceoperations__research.html">operations_research</a></div><div class="ttdoc">The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...</div><div class="ttdef"><b>Definition:</b> <a href="dense__doubly__linked__list_8h_source.html#l00021">dense_doubly_linked_list.h:21</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a2f2f9339835d7c7199d6bf8bb325aefd"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a2f2f9339835d7c7199d6bf8bb325aefd">operations_research::glop::VariablesInfo::GetVariableUpperBounds</a></div><div class="ttdeci">const DenseRow &amp; GetVariableUpperBounds() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8h_source.html#l00063">variables_info.h:63</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_compact_sparse_matrix_html_a41741829541d089f1c4d34f190884813"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#a41741829541d089f1c4d34f190884813">operations_research::glop::CompactSparseMatrix::num_cols</a></div><div class="ttdeci">ColIndex num_cols() const</div><div class="ttdef"><b>Definition:</b> <a href="sparse_8h_source.html#l00345">sparse.h:345</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_bitset64_html"><div class="ttname"><a href="classoperations__research_1_1_bitset64.html">operations_research::Bitset64&lt; ColIndex &gt;</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_ab4494c9680fc5d769a6143f11f00423b"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#ab4494c9680fc5d769a6143f11f00423b">operations_research::glop::VariablesInfo::GetStatusRow</a></div><div class="ttdeci">const VariableStatusRow &amp; GetStatusRow() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00101">variables_info.cc:101</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a403cb41e08b5ffb338d004c85ca0853a"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a403cb41e08b5ffb338d004c85ca0853a">operations_research::glop::VariablesInfo::GetNumEntriesInRelevantColumns</a></div><div class="ttdeci">EntryIndex GetNumEntriesInRelevantColumns() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00127">variables_info.cc:127</a></div></div>
<div class="ttc" id="anamespaceoperations__research_1_1glop_html_a733947145e3e1631165b618b05c9ccb7"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a733947145e3e1631165b618b05c9ccb7">operations_research::glop::Fractional</a></div><div class="ttdeci">double Fractional</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00077">lp_types.h:77</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a89d50221a4ec3f33fd60e6424550c5f9"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a89d50221a4ec3f33fd60e6424550c5f9">operations_research::glop::VariablesInfo::GetVariableLowerBounds</a></div><div class="ttdeci">const DenseRow &amp; GetVariableLowerBounds() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8h_source.html#l00062">variables_info.h:62</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a6cc56ab5da3a82aa2793d18a37f422c4"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a6cc56ab5da3a82aa2793d18a37f422c4">operations_research::glop::VariablesInfo::GetCanIncreaseBitRow</a></div><div class="ttdeci">const DenseBitRow &amp; GetCanIncreaseBitRow() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00105">variables_info.cc:105</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a84f09868c621660464ade82b504ba600"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a84f09868c621660464ade82b504ba600">operations_research::glop::VariablesInfo::InitializeAndComputeType</a></div><div class="ttdeci">void InitializeAndComputeType()</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00027">variables_info.cc:27</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_strict_i_t_i_vector_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html">operations_research::glop::StrictITIVector&lt; ColIndex, Fractional &gt;</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_ac619daf8c660b9dd6193606a051820a3"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#ac619daf8c660b9dd6193606a051820a3">operations_research::glop::VariablesInfo::GetNumberOfColumns</a></div><div class="ttdeci">const ColIndex GetNumberOfColumns() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8h_source.html#l00065">variables_info.h:65</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html">operations_research::glop::VariablesInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8h_source.html#l00029">variables_info.h:29</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a71d4734d51e7037c043b68a74bd7857f"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a71d4734d51e7037c043b68a74bd7857f">operations_research::glop::VariablesInfo::GetCanDecreaseBitRow</a></div><div class="ttdeci">const DenseBitRow &amp; GetCanDecreaseBitRow() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00109">variables_info.cc:109</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a28ad52f334e030f4eb45939756a4476c"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a28ad52f334e030f4eb45939756a4476c">operations_research::glop::VariablesInfo::GetIsBasicBitRow</a></div><div class="ttdeci">const DenseBitRow &amp; GetIsBasicBitRow() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00117">variables_info.cc:117</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_ac4385751c629a96a6d1ef5ac70af45e1"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#ac4385751c629a96a6d1ef5ac70af45e1">operations_research::glop::VariablesInfo::GetIsRelevantBitRow</a></div><div class="ttdeci">const DenseBitRow &amp; GetIsRelevantBitRow() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00113">variables_info.cc:113</a></div></div>
<div class="ttc" id="amarkowitz_8cc_html_aa9d6c98fdf8d89b0e2321fda02adc82c"><div class="ttname"><a href="markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a></div><div class="ttdeci">ColIndex col</div><div class="ttdef"><b>Definition:</b> <a href="markowitz_8cc_source.html#l00176">markowitz.cc:176</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a84dcc462db65072ec3a28b87bb3cd3ad"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a84dcc462db65072ec3a28b87bb3cd3ad">operations_research::glop::VariablesInfo::UpdateToNonBasicStatus</a></div><div class="ttdeci">void UpdateToNonBasicStatus(ColIndex col, VariableStatus status)</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00078">variables_info.cc:78</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a505af340486fcf70ee83abb32e31a628"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a505af340486fcf70ee83abb32e31a628">operations_research::glop::VariablesInfo::GetNonBasicBoxedVariables</a></div><div class="ttdeci">const DenseBitRow &amp; GetNonBasicBoxedVariables() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00123">variables_info.cc:123</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_a78146b251b30383686ec55362254cc3b"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#a78146b251b30383686ec55362254cc3b">operations_research::glop::VariablesInfo::GetTypeRow</a></div><div class="ttdeci">const VariableTypeRow &amp; GetTypeRow() const</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00097">variables_info.cc:97</a></div></div>
<div class="ttc" id="anamespaceoperations__research_1_1glop_html_acfc1d5d5139f63d8c733d4562124866a"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#acfc1d5d5139f63d8c733d4562124866a">operations_research::glop::VariableType</a></div><div class="ttdeci">VariableType</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00174">lp_types.h:174</a></div></div>
<div class="ttc" id="anamespaceoperations__research_1_1glop_html_a1ac488f3db89f6d16a85c56f3243290c"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a1ac488f3db89f6d16a85c56f3243290c">operations_research::glop::VariableStatus</a></div><div class="ttdeci">VariableStatus</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00196">lp_types.h:196</a></div></div>
<div class="ttc" id="alp__types_8h_html"><div class="ttname"><a href="lp__types_8h.html">lp_types.h</a></div></div>
<div class="ttc" id="asparse_8h_html"><div class="ttname"><a href="sparse_8h.html">sparse.h</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1glop_1_1_variables_info_html_ae636e3fb39ec1660660286628306cd15"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_variables_info.html#ae636e3fb39ec1660660286628306cd15">operations_research::glop::VariablesInfo::Update</a></div><div class="ttdeci">void Update(ColIndex col, VariableStatus status)</div><div class="ttdef"><b>Definition:</b> <a href="variables__info_8cc_source.html#l00060">variables_info.cc:60</a></div></div>
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_747248fa8ec2ebcb4d8ad85ced34db0b.html">glop</a></li><li class="navelem"><a class="el" href="variables__info_8h.html">variables_info.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>
</body>
</html>