Files
ortools-clone/docs/cpp/mps__reader_8cc_source.html

204 lines
231 KiB
HTML
Raw Normal View History

2020-09-02 09:42:51 +02:00
<!-- 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"/>
2021-09-20 15:57:27 +02:00
<meta name="generator" content="Doxygen 1.8.15"/>
2020-09-02 09:42:51 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: mps_reader.cc 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>
2021-09-20 15:57:27 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
2020-09-02 09:42:51 +02:00
<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
2021-09-20 15:57:27 +02:00
&#160;<span id="projectnumber">9.1</span>
2020-09-02 09:42:51 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-02 09:42:51 +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-02 09:42:51 +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>
<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('mps__reader_8cc_source.html','');});
2020-09-02 09:42:51 +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">mps_reader.cc</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="mps__reader_8cc.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="preprocessor">#include &quot;<a class="code" href="mps__reader_8h.html">ortools/lp_data/mps_reader.h</a>&quot;</span></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="preprocessor">#include &lt;cstdint&gt;</span></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="preprocessor">#include &quot;absl/status/status.h&quot;</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &quot;absl/status/statusor.h&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &quot;absl/strings/match.h&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &quot;absl/strings/str_split.h&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="status__builder_8h.html">ortools/base/status_builder.h</a>&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</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="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<
<div class="ttc" id="classoperations__research_1_1_m_p_constraint_proto_html_a77bf5d8610054e5bd74cf0048bce5f25"><div class="ttname"><a href="classoperations__research_1_1_m_p_constraint_proto.html#a77bf5d8610054e5bd74cf0048bce5f25">operations_research::MPConstraintProto::set_lower_bound</a></div><div class="ttdeci">void set_lower_bound(double value)</div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l04993">linear_solver.pb.h:4993</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_indicator_constraint_html_ab878f6bba5db5652a179fa47cf4f7187"><div class="ttname"><a href="classoperations__research_1_1_m_p_indicator_constraint.html#ab878f6bba5db5652a179fa47cf4f7187">operations_research::MPIndicatorConstraint::mutable_constraint</a></div><div class="ttdeci">::operations_research::MPConstraintProto * mutable_constraint()</div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l05900">linear_solver.pb.h:5900</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a36f9ed1f38a650355824eecaeb3c8720"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a36f9ed1f38a650355824eecaeb3c8720">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::SetObjectiveCoefficient</a></div><div class="ttdeci">void SetObjectiveCoefficient(int index, double coefficient)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00294">mps_reader.cc:294</a></div></div>
<div class="ttc" id="classutil_1_1_status_builder_html_a0a969121e2eebd674d000d34b3d2eb5d"><div class="ttname"><a href="classutil_1_1_status_builder.html#a0a969121e2eebd674d000d34b3d2eb5d">util::StatusBuilder::SetAppend</a></div><div class="ttdeci">StatusBuilder &amp; SetAppend()</div><div class="ttdef"><b>Definition:</b> <a href="status__builder_8h_source.html#l00039">status_builder.h:39</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html">operations_research::glop::LinearProgram</a></div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00055">lp_data.h:55</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_constraint_proto_html"><div class="ttname"><a href="classoperations__research_1_1_m_p_constraint_proto.html">operations_research::MPConstraintProto</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l00503">linear_solver.pb.h:503</a></div></div>
<div class="ttc" id="alldiff__cst_8cc_html_ad10edae0a852d72fb76afb1c77735045"><div class="ttname"><a href="alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045">min</a></div><div class="ttdeci">int64_t min</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00139">alldiff_cst.cc:139</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a74817c3128fe05b9ef6f6026612954ed"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a74817c3128fe05b9ef6f6026612954ed">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::VariableIsInteger</a></div><div class="ttdeci">bool VariableIsInteger(int index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00387">mps_reader.cc:387</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a17aee1c8f72e52be50a5599dc9cd9841"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a17aee1c8f72e52be50a5599dc9cd9841">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::SetConstraintBounds</a></div><div class="ttdeci">void SetConstraintBounds(int index, double lower_bound, double upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00342">mps_reader.cc:342</a></div></div>
<div class="ttc" id="classutil_1_1_status_builder_html"><div class="ttname"><a href="classutil_1_1_status_builder.html">util::StatusBuilder</a></div><div class="ttdef"><b>Definition:</b> <a href="status__builder_8h_source.html#l00023">status_builder.h:23</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_m_p_s_reader_html_a99f5203c7742378941e34926280c8e66acc62d1576546f3245237e1b232d838b6"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_m_p_s_reader.html#a99f5203c7742378941e34926280c8e66acc62d1576546f3245237e1b232d838b6">operations_research::glop::MPSReader::FREE</a></div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8h_source.html#l00061">mps_reader.h:61</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_indicator_constraint_html"><div class="ttname"><a href="classoperations__research_1_1_m_p_indicator_constraint.html">operations_research::MPIndicatorConstraint</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l01100">linear_solver.pb.h:1100</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a74817c3128fe05b9ef6f6026612954ed"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a74817c3128fe05b9ef6f6026612954ed">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::VariableIsInteger</a></div><div class="ttdeci">bool VariableIsInteger(int index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00297">mps_reader.cc:297</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a3fb3a21e5360530b52b6e455488e910f"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a3fb3a21e5360530b52b6e455488e910f">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::SetConstraintCoefficient</a></div><div class="ttdeci">void SetConstraintCoefficient(int row_index, int col_index, double coefficient)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00267">mps_reader.cc:267</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a60e36ceb03f69703d198170f93725e26"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a60e36ceb03f69703d198170f93725e26">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::DataWrapper</a></div><div class="ttdeci">DataWrapper(LinearProgram *data)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00248">mps_reader.cc:248</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a95cad92887d2f19b54714afe266848a8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a95cad92887d2f19b54714afe266848a8">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::SetIsLazy</a></div><div class="ttdeci">void SetIsLazy(int row_index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00272">mps_reader.cc:272</a></div></div>
<div class="ttc" id="base_2logging_8h_html_afcaa7cadd41741bb855c2ada1d2ef927"><div class="ttname"><a href="base_2logging_8h.html#afcaa7cadd41741bb855c2ada1d2ef927">VLOG</a></div><div class="ttdeci">#define VLOG(verboselevel)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00979">base/logging.h:979</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a17aee1c8f72e52be50a5599dc9cd9841"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a17aee1c8f72e52be50a5599dc9cd9841">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::SetConstraintBounds</a></div><div class="ttdeci">void SetConstraintBounds(int index, double lower_bound, double upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00264">mps_reader.cc:264</a></div></div>
<div class="ttc" id="default__search_8cc_html_ac673bc430bdc3fdaa09f7becf98ef267"><div class="ttname"><a href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a></div><div class="ttdeci">const std::string name</div><div class="ttdef"><b>Definition:</b> <a href="default__search_8cc_source.html#l00813">default_search.cc:813</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper.html">operations_research::glop::DataWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00243">mps_reader.cc:243</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_variable_proto_html"><div class="ttname"><a href="classoperations__research_1_1_m_p_variable_proto.html">operations_research::MPVariableProto</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l00272">linear_solver.pb.h:272</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_constraint_proto_html_a74f7eb449a6e182b73c8b4a1dbf15ce6"><div class="ttname"><a href="classoperations__research_1_1_m_p_constraint_proto.html#a74f7eb449a6e182b73c8b4a1dbf15ce6">operations_research::MPConstraintProto::set_name</a></div><div class="ttdeci">void set_name(ArgT0 &amp;&amp;arg0, ArgT... args)</div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a1b06560e0e01a806b92c2386220d0b57"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a1b06560e0e01a806b92c2386220d0b57">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::SetUp</a></div><div class="ttdeci">void SetUp()</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00250">mps_reader.cc:250</a></div></div>
<div class="ttc" id="markowitz_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#l00183">markowitz.cc:183</a></div></div>
<div class="ttc" id="namespaceoperations__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#l00078">lp_types.h:78</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_indicator_constraint_html_ae200c30b79c2b2be6f4bc32b19fd1849"><div class="ttname"><a href="classoperations__research_1_1_m_p_indicator_constraint.html#ae200c30b79c2b2be6f4bc32b19fd1849">operations_research::MPIndicatorConstraint::set_var_index</a></div><div class="ttdeci">void set_var_index(::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l05802">linear_solver.pb.h:5802</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_afb98478106d35e822f8846b16dffd392"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#afb98478106d35e822f8846b16dffd392">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::SetVariableBounds</a></div><div class="ttdeci">void SetVariableBounds(int index, double lower_bound, double upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00380">mps_reader.cc:380</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a49f1f3db1327bd76d13ef19994267dd0"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a49f1f3db1327bd76d13ef19994267dd0">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::VariableLowerBound</a></div><div class="ttdeci">double VariableLowerBound(int index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00390">mps_reader.cc:390</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a3fb3a21e5360530b52b6e455488e910f"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a3fb3a21e5360530b52b6e455488e910f">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::SetConstraintCoefficient</a></div><div class="ttdeci">void SetConstraintCoefficient(int row_index, int col_index, double coefficient)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00346">mps_reader.cc:346</a></div></div>
<div class="ttc" id="markowitz_8cc_html_aea35f36ba98d5bbd8d033382f50c9e52"><div class="ttname"><a href="markowitz_8cc.html#aea35f36ba98d5bbd8d033382f50c9e52">row</a></div><div class="ttdeci">RowIndex row</div><div class="ttdef"><b>Definition:</b> <a href="markowitz_8cc_source.html#l00182">markowitz.cc:182</a></div></div>
<div class="ttc" id="routing__filters_8cc_html_a8e4ee19dee0e00541dbe9bbc83d806ba"><div class="ttname"><a href="routing__filters_8cc.html#a8e4ee19dee0e00541dbe9bbc83d806ba">coefficient</a></div><div class="ttdeci">int64_t coefficient</div><div class="ttdef"><b>Definition:</b> <a href="routing__filters_8cc_source.html#l00985">routing_filters.cc:985</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a44fe9274b84ad36f2c736db7bb7a16af"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a44fe9274b84ad36f2c736db7bb7a16af">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::ConstraintUpperBound</a></div><div class="ttdeci">double ConstraintUpperBound(int row_index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00362">mps_reader.cc:362</a></div></div>
<div class="ttc" id="class_file_lines_html"><div class="ttname"><a href="class_file_lines.html">FileLines</a></div><div class="ttdef"><b>Definition:</b> <a href="filelineiter_8h_source.html#l00115">filelineiter.h:115</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_m_p_s_reader_impl_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_m_p_s_reader_impl.html">operations_research::glop::MPSReaderImpl</a></div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00028">mps_reader.cc:28</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a5e12c7d70295c4a9cea25518c39d78a8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a5e12c7d70295c4a9cea25518c39d78a8">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::SetObjectiveDirection</a></div><div class="ttdeci">void SetObjectiveDirection(bool maximize)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00328">mps_reader.cc:328</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_m_p_s_reader_html_a99f5203c7742378941e34926280c8e66a9b5eccb7f8f027c46f2018d07c74f384"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_m_p_s_reader.html#a99f5203c7742378941e34926280c8e66a9b5eccb7f8f027c46f2018d07c74f384">operations_research::glop::MPSReader::FIXED</a></div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8h_source.html#l00061">mps_reader.h:61</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a5e12c7d70295c4a9cea25518c39d78a8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a5e12c7d70295c4a9cea25518c39d78a8">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::SetObjectiveDirection</a></div><div class="ttdeci">void SetObjectiveDirection(bool maximize)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00257">mps_reader.cc:257</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_constraint_proto_html_ab6d1169646b89c2fb993c5b2e40eb925"><div class="ttname"><a href="classoperations__research_1_1_m_p_constraint_proto.html#ab6d1169646b89c2fb993c5b2e40eb925">operations_research::MPConstraintProto::add_coefficient</a></div><div class="ttdeci">void add_coefficient(double value)</div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l04947">linear_solver.pb.h:4947</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_afb98478106d35e822f8846b16dffd392"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#afb98478106d35e822f8846b16dffd392">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::SetVariableBounds</a></div><div class="ttdeci">void SetVariableBounds(int index, double lower_bound, double upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00291">mps_reader.cc:291</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a44fe9274b84ad36f2c736db7bb7a16af"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a44fe9274b84ad36f2c736db7bb7a16af">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::ConstraintUpperBound</a></div><div class="ttdeci">double ConstraintUpperBound(int row_index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00280">mps_reader.cc:280</a></div></div>
<div class="ttc" id="alldiff__cst_8cc_html_a26e6db9bcc64b584051ecc28171ed11f"><div class="ttname"><a href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">max</a></div><div class="ttdeci">int64_t max</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00140">alldiff_cst.cc:140</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_indicator_constraint_html_a9d206dcbe489fc1423788439db22b4f3"><div class="ttname"><a href="classoperations__research_1_1_m_p_indicator_constraint.html#a9d206dcbe489fc1423788439db22b4f3">operations_research::MPIndicatorConstraint::set_var_value</a></div><div class="ttdeci">void set_var_value(::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l05830">linear_solver.pb.h:5830</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a49f1f3db1327bd76d13ef19994267dd0"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a49f1f3db1327bd76d13ef19994267dd0">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::VariableLowerBound</a></div><div class="ttdeci">double VariableLowerBound(int index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00300">mps_reader.cc:300</a></div></div>
<div class="ttc" id="gscip__solver_8cc_html_a1ba5ca0f61f2fa13bd23bf0f89004f35"><div class="ttname"><a href="gscip__solver_8cc.html#a1ba5ca0f61f2fa13bd23bf0f89004f35">upper_bound</a></div><div class="ttdeci">double upper_bound</div><div class="ttdef"><b>Definition:</b> <a href="gscip__solver_8cc_source.html#l00126">gscip_solver.cc:126</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a731f4956f8b169af5737747a2b64b6e5"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a731f4956f8b169af5737747a2b64b6e5">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::FindOrCreateVariable</a></div><div class="ttdeci">int FindOrCreateVariable(const std::string &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00284">mps_reader.cc:284</a></div></div>
<div class="ttc" id="log__severity_8h_html_a50e5762f38854b37ee3e2851bc1bb0e7"><div class="ttname"><a href="log__severity_8h.html#a50e5762f38854b37ee3e2851bc1bb0e7">WARNING</a></div><div class="ttdeci">const int WARNING</div><div class="ttdef"><b>Definition:</b> <a href="log__severity_8h_source.html#l00031">log_severity.h:31</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_af0e5657aafd46c480ef68c05ffa938a5"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#af0e5657aafd46c480ef68c05ffa938a5">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::ConstraintLowerBound</a></div><div class="ttdeci">double ConstraintLowerBound(int row_index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00359">mps_reader.cc:359</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_m_p_s_reader_impl_html_a6f317c02b52b0b38c9df6a4341441483"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_m_p_s_reader_impl.html#a6f317c02b52b0b38c9df6a4341441483">operations_research::glop::MPSReaderImpl::ParseFile</a></div><div class="ttdeci">absl::Status ParseFile(const std::string &amp;file_name, Data *data, MPSReader::Form form)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00434">mps_reader.cc:434</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a36f9ed1f38a650355824eecaeb3c8720"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a36f9ed1f38a650355824eecaeb3c8720">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::SetObjectiveCoefficient</a></div><div class="ttdeci">void SetObjectiveCoefficient(int index, double coefficient)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00384">mps_reader.cc:384</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_aab2200606389c8771b3dc733bdb05cb3"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#aab2200606389c8771b3dc733bdb05cb3">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::DataWrapper</a></div><div class="ttdeci">DataWrapper(MPModelProto *data)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00322">mps_reader.cc:322</a></div></div>
<div class="ttc" id="gscip__solver_8cc_html_a1e2f9a2352c1d9a6cada9544898fceec"><div class="ttname"><a href="gscip__solver_8cc.html#a1e2f9a2352c1d9a6cada9544898fceec">lower_bound</a></div><div class="ttdeci">double lower_bound</div><div class="ttdef"><b>Definition:</b> <a href="gscip__solver_8cc_source.html#l00125">gscip_solver.cc:125</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_abfc30f91ab75c6f4552003f777672e74"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#abfc30f91ab75c6f4552003f777672e74">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::CleanUp</a></div><div class="ttdeci">void CleanUp()</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00420">mps_reader.cc:420</a></div></div>
<div class="ttc" id="mps__reader_8h_html"><div class="ttname"><a href="mps__reader_8h.html">mps_reader.h</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_af9a790b7e8c5b0c6d55b336177378e78"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#af9a790b7e8c5b0c6d55b336177378e78">operations_research::glop::kInfinity</a></div><div class="ttdeci">const double kInfinity</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00084">lp_types.h:84</a></div></div>
<div class="ttc" id="pack_8cc_html_a750b5d744c39a06bfb13e6eb010e35d0"><div class="ttname"><a href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a></div><div class="ttdeci">int index</div><div class="ttdef"><b>Definition:</b> <a href="pack_8cc_source.html#l00509">pack.cc:509</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a1b06560e0e01a806b92c2386220d0b57"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a1b06560e0e01a806b92c2386220d0b57">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::SetUp</a></div><div class="ttdeci">void SetUp()</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00324">mps_reader.cc:324</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a0a1ee3cc627e12b703dcc35cb7923896"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a0a1ee3cc627e12b703dcc35cb7923896">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::FindOrCreateConstraint</a></div><div class="ttdeci">int FindOrCreateConstraint(const std::string &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00261">mps_reader.cc:261</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a2dacf2e9f539a4a145a4abbef5dce4b4"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a2dacf2e9f539a4a145a4abbef5dce4b4">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::VariableUpperBound</a></div><div class="ttdeci">double VariableUpperBound(int index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00393">mps_reader.cc:393</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_abfc30f91ab75c6f4552003f777672e74"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#abfc30f91ab75c6f4552003f777672e74">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::CleanUp</a></div><div class="ttdeci">void CleanUp()</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00313">mps_reader.cc:313</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a2ed95a2d5b8cbe1ab974304e0fab4628"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a2ed95a2d5b8cbe1ab974304e0fab4628">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::SetVariableTypeToInteger</a></div><div class="ttdeci">void SetVariableTypeToInteger(int index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00287">mps_reader.cc:287</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a5f5b55b5c892bfd63fe2df4353bfff6d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a5f5b55b5c892bfd63fe2df4353bfff6d">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::CreateIndicatorConstraint</a></div><div class="ttdeci">absl::Status CreateIndicatorConstraint(std::string row_name, int col_index, bool col_value)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00307">mps_reader.cc:307</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_general_constraint_proto_html_a74f7eb449a6e182b73c8b4a1dbf15ce6"><div class="ttname"><a href="classoperations__research_1_1_m_p_general_constraint_proto.html#a74f7eb449a6e182b73c8b4a1dbf15ce6">operations_research::MPGeneralConstraintProto::set_name</a></div><div class="ttdeci">void set_name(ArgT0 &amp;&amp;arg0, ArgT... args)</div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_ac62972ff1b21a037e56530cde67309aba5d5cd46919fa987731fb2edefe0f2a0c"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#ac62972ff1b21a037e56530cde67309aba5d5cd46919fa987731fb2edefe0f2a0c">operations_research::glop::LinearProgram::VariableType::INTEGER</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae17f8119c108cf3070bad3449c7e0006"><div class="ttname"><a href="base_2logging_8h.html#ae17f8119c108cf3070bad3449c7e0006">DCHECK</a></div><div class="ttdeci">#define DCHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00885">base/logging.h:885</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_variable_proto_html_a77bf5d8610054e5bd74cf0048bce5f25"><div class="ttname"><a href="classoperations__research_1_1_m_p_variable_proto.html#a77bf5d8610054e5bd74cf0048bce5f25">operations_research::MPVariableProto::set_lower_bound</a></div><div class="ttdeci">void set_lower_bound(double value)</div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l04697">linear_solver.pb.h:4697</a></div></div>
<div class="ttc" id="namespacegtl_html_abc18f60961e36340e64e428827c0e38e"><div class="ttname"><a href="namespacegtl.html#abc18f60961e36340e64e428827c0e38e">gtl::FindWithDefault</a></div><div class="ttdeci">const Collection::value_type::second_type &amp; FindWithDefault(const Collection &amp;collection, const typename Collection::value_type::first_type &amp;key, const typename Collection::value_type::second_type &amp;value)</div><div class="ttdef"><b>Definition:</b> <a href="map__util_8h_source.html#l00029">map_util.h:29</a></div></div>
<div class="ttc" id="class_file_line_iterator_html_a06fc87d81c62e9abb8790b6e5713c55bab221b5a5b30e0c727ce21768362b5a78"><div class="ttname"><a href="class_file_line_iterator.html#a06fc87d81c62e9abb8790b6e5713c55bab221b5a5b30e0c727ce21768362b5a78">FileLineIterator::REMOVE_INLINE_CR</a></div><div class="ttdef"><b>Definition:</b> <a href="filelineiter_8h_source.html#l00039">filelineiter.h:39</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_constraint_proto_html_ac91622e1f864308bd349b37d5b1a9528"><div class="ttname"><a href="classoperations__research_1_1_m_p_constraint_proto.html#ac91622e1f864308bd349b37d5b1a9528">operations_research::MPConstraintProto::set_upper_bound</a></div><div class="ttdeci">void set_upper_bound(double value)</div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l05021">linear_solver.pb.h:5021</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_m_p_s_reader_impl_html_a0d4aaa15c61dd720b1ead333359bdcdb"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_m_p_s_reader_impl.html#a0d4aaa15c61dd720b1ead333359bdcdb">operations_research::glop::MPSReaderImpl::MPSReaderImpl</a></div><div class="ttdeci">MPSReaderImpl()</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00887">mps_reader.cc:887</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_m_p_s_reader_html_a99f5203c7742378941e34926280c8e66a20320db9c4a5019492e548e3e67c9211"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_m_p_s_reader.html#a99f5203c7742378941e34926280c8e66a20320db9c4a5019492e548e3e67c9211">operations_research::glop::MPSReader::AUTO_DETECT</a></div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8h_source.html#l00061">mps_reader.h:61</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a95cad92887d2f19b54714afe266848a8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a95cad92887d2f19b54714afe266848a8">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::SetIsLazy</a></div><div class="ttdeci">void SetIsLazy(int row_index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00356">mps_reader.cc:356</a></div></div>
<div class="ttc" id="base_2logging_8h_html_a11a0a0af0f450d7c6f810d960aa408fc"><div class="ttname"><a href="base_2logging_8h.html#a11a0a0af0f450d7c6f810d960aa408fc">LOG_FIRST_N</a></div><div class="ttdeci">#define LOG_FIRST_N(severity, n)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00850">base/logging.h:850</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_m_p_s_reader_html_a3693d620e956c354c580ecf8f5c8c1a8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_m_p_s_reader.html#a3693d620e956c354c580ecf8f5c8c1a8">operations_research::glop::MPSReader::ParseFile</a></div><div class="ttdeci">absl::Status ParseFile(const std::string &amp;file_name, LinearProgram *data, Form form=AUTO_DETECT)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l01038">mps_reader.cc:1038</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_variable_proto_html_a74f7eb449a6e182b73c8b4a1dbf15ce6"><div class="ttname"><a href="classoperations__research_1_1_m_p_variable_proto.html#a74f7eb449a6e182b73c8b4a1dbf15ce6">operations_research::MPVariableProto::set_name</a></div><div class="ttdeci">void set_name(ArgT0 &amp;&amp;arg0, ArgT... args)</div></div>
<div class="ttc" id="namespaceoperations__research_html"><div class="ttname"><a href="namespaceoperations__research.html">operations_research</a></div><div class="ttdoc">Collection of objects used to extend the Constraint Solver library.</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="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a2dacf2e9f539a4a145a4abbef5dce4b4"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a2dacf2e9f539a4a145a4abbef5dce4b4">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::VariableUpperBound</a></div><div class="ttdeci">double VariableUpperBound(int index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00303">mps_reader.cc:303</a></div></div>
<div class="ttc" id="status__macros_8h_html_acdc223d8c59d5c591dc6b4e88257627b"><div class="ttname"><a href="status__macros_8h.html#acdc223d8c59d5c591dc6b4e88257627b">RETURN_IF_ERROR</a></div><div class="ttdeci">#define RETURN_IF_ERROR(expr)</div><div class="ttdef"><b>Definition:</b> <a href="status__macros_8h_source.html#l00029">status_macros.h:29</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_model_proto_html"><div class="ttname"><a href="classoperations__research_1_1_m_p_model_proto.html">operations_research::MPModelProto</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l02723">linear_solver.pb.h:2723</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_general_constraint_proto_html"><div class="ttname"><a href="classoperations__research_1_1_m_p_general_constraint_proto.html">operations_research::MPGeneralConstraintProto</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l00753">linear_solver.pb.h:753</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_af0e5657aafd46c480ef68c05ffa938a5"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#af0e5657aafd46c480ef68c05ffa938a5">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::ConstraintLowerBound</a></div><div class="ttdeci">double ConstraintLowerBound(int row_index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00277">mps_reader.cc:277</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a2ed95a2d5b8cbe1ab974304e0fab4628"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a2ed95a2d5b8cbe1ab974304e0fab4628">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::SetVariableTypeToInteger</a></div><div class="ttdeci">void SetVariableTypeToInteger(int index)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00377">mps_reader.cc:377</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4_html_a940d484bb6523277e1d2c742f4f534a4"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_linear_program_01_4.html#a940d484bb6523277e1d2c742f4f534a4">operations_research::glop::DataWrapper&lt; LinearProgram &gt;::SetName</a></div><div class="ttdeci">void SetName(const std::string &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00255">mps_reader.cc:255</a></div></div>
<div class="ttc" id="lp__types_8h_html"><div class="ttname"><a href="lp__types_8h.html">lp_types.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_m_p_s_reader_html_a99f5203c7742378941e34926280c8e66"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_m_p_s_reader.html#a99f5203c7742378941e34926280c8e66">operations_research::glop::MPSReader::Form</a></div><div class="ttdeci">Form</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8h_source.html#l00061">mps_reader.h:61</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a731f4956f8b169af5737747a2b64b6e5"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a731f4956f8b169af5737747a2b64b6e5">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::FindOrCreateVariable</a></div><div class="ttdeci">int FindOrCreateVariable(const std::string &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00366">mps_reader.cc:366</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a0a1ee3cc627e12b703dcc35cb7923896"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a0a1ee3cc627e12b703dcc35cb7923896">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::FindOrCreateConstraint</a></div><div class="ttdeci">int FindOrCreateConstraint(const std::string &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00330">mps_reader.cc:330</a></div></div>
<div class="ttc" id="status__builder_8h_html"><div class="ttname"><a href="status__builder_8h.html">status_builder.h</a></div></div>
<div class="ttc" id="demon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514"><div class="ttname"><a href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a></div><div class="ttdeci">int64_t value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00044">demon_profiler.cc:44</a></div></div>
<div class="ttc" id="classoperations__research_1_1_m_p_constraint_proto_html_aa38eaf33d95ea399d9b1fc7ee9c996fd"><div class="ttname"><a href="classoperations__research_1_1_m_p_constraint_proto.html#aa38eaf33d95ea399d9b1fc7ee9c996fd">operations_research::MPConstraintProto::add_var_index</a></div><div class="ttdeci">void add_var_index(::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="linear__solver_8pb_8h_source.html#l04900">linear_solver.pb.h:4900</a></div></div>
<div class="ttc" id="status__macros_8h_html_a600de4b8f65fe0a4b1898041634f9011"><div class="ttname"><a href="status__macros_8h.html#a600de4b8f65fe0a4b1898041634f9011">ASSIGN_OR_RETURN</a></div><div class="ttdeci">#define ASSIGN_OR_RETURN(lhs, rexpr)</div><div class="ttdef"><b>Definition:</b> <a href="status__macros_8h_source.html#l00055">status_macros.h:55</a></div></div>
<div class="ttc" id="namespacegoogle_1_1protobuf_1_1util_html_a226602739b000b3f363e6614ddbd91e9"><div class="ttname"><a href="namespacegoogle_1_1protobuf_1_1util.html#a226602739b000b3f363e6614ddbd91e9">google::protobuf::util::RemoveAt</a></div><div class="ttdeci">int RemoveAt(RepeatedType *array, const IndexContainer &amp;indices)</div><div class="ttdef"><b>Definition:</b> <a href="protobuf__util_8h_source.html#l00040">protobuf_util.h:40</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_a940d484bb6523277e1d2c742f4f534a4"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#a940d484bb6523277e1d2c742f4f534a4">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::SetName</a></div><div class="ttdeci">void SetName(const std::string &amp;name)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00326">mps_reader.cc:326</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4_html_ac8fbe270ff21386232d4e59ba6c508d9"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_data_wrapper_3_01_m_p_model_proto_01_4.html#ac8fbe270ff21386232d4e59ba6c508d9">operations_research::glop::DataWrapper&lt; MPModelProto &gt;::CreateIndicatorConstraint</a></div><div class="ttdeci">absl::Status CreateIndicatorConstraint(std::string cst_name, int var_index, bool var_value)</div><div class="ttdef"><b>Definition:</b> <a href="mps__reader_8cc_source.html#l00397">mps_reader.cc:397</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2020-09-02 09:42:51 +02:00
<!-- 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_903a7ff076ee7f01be86992fe717fc82.html">lp_data</a></li><li class="navelem"><a class="el" href="mps__reader_8cc.html">mps_reader.cc</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
2021-09-20 15:57:27 +02:00
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
2020-09-02 09:42:51 +02:00
</ul>
</div>
</body>
</html>