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

399 lines
985 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"/>
2022-01-16 18:02:36 +01: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: preprocessor.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>
2022-01-16 18:02:36 +01: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-12-14 13:41:01 +01:00
&#160;<span id="projectnumber">9.2</span>
2020-09-02 09:42:51 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2022-01-16 18:02:36 +01:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-02 09:42:51 +02:00
<script type="text/javascript">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
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">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2020-09-02 09:42:51 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-16 18:02:36 +01:00
/* @license-end */</script>
2020-09-02 09:42:51 +02:00
<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">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('preprocessor_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">
2022-01-16 18:02:36 +01:00
<div class="headertitle">
<div class="title">preprocessor.cc</div> </div>
2020-09-02 09:42:51 +02:00
</div><!--header-->
<div class="contents">
2022-01-16 18:02:36 +01:00
<a href="preprocessor_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="preprocessor_8h.html">ortools/glop/preprocessor.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;<span class="preprocessor">#include &lt;limits&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &quot;absl/strings/str_format.h&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="iterator__adaptors_8h.html">ortools/base/iterator_adaptors.h</a>&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="strong__vector_8h.html">ortools/base/strong_vector.h</a>&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="revised__simplex_8h.html">ortools/glop/revised_simplex.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="status_8h.html">ortools/glop/status.h</a>&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="lp__data__utils_8h.html">ortools/lp_data/lp_data_utils.h</a>&quot;</span></div><div class="line"><a name="l00025"></a><span cla
<div class="ttc" id="base_2logging_8h_html_a3e1cfef60e774a81f30eaddf26a3a274"><div class="ttname"><a href="base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274">CHECK</a></div><div class="ttdeci">#define CHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00495">base/logging.h:495</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a8fbc9efd86a3cc862a9079d86ab8b524"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a8fbc9efd86a3cc862a9079d86ab8b524">operations_research::glop::RowToColIndex</a></div><div class="ttdeci">ColIndex RowToColIndex(RowIndex row)</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00049">lp_types.h:49</a></div></div>
<div class="ttc" id="classoperations__research_1_1_solver_logger_html_ad4238e7273d93a1d0a2272d46660c254"><div class="ttname"><a href="classoperations__research_1_1_solver_logger.html#ad4238e7273d93a1d0a2272d46660c254">operations_research::SolverLogger::EnableLogging</a></div><div class="ttdeci">void EnableLogging(bool enable)</div><div class="ttdef"><b>Definition:</b> <a href="util_2logging_8h_source.html#l00039">util/logging.h:39</a></div></div>
<div class="ttc" id="classoperations__research_1_1_time_limit_html"><div class="ttname"><a href="classoperations__research_1_1_time_limit.html">operations_research::TimeLimit</a></div><div class="ttdoc">A simple class to enforce both an elapsed time limit and a deterministic time limit in the same threa...</div><div class="ttdef"><b>Definition:</b> <a href="time__limit_8h_source.html#l00106">time_limit.h:106</a></div></div>
<div class="ttc" id="routing__filters_8cc_html_a4f1e8002734902ae1c65ccc3fc30c98e"><div class="ttname"><a href="routing__filters_8cc.html#a4f1e8002734902ae1c65ccc3fc30c98e">bound</a></div><div class="ttdeci">int64_t bound</div><div class="ttdef"><b>Definition:</b> <a href="routing__filters_8cc_source.html#l00969">routing_filters.cc:969</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_implied_free_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_implied_free_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::ImpliedFreePreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01381">preprocessor.cc:1381</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_remove_near_zero_entries_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_remove_near_zero_entries_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::RemoveNearZeroEntriesPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03027">preprocessor.cc:3027</a></div></div>
<div class="ttc" id="classoperations__research_1_1_accurate_sum_html_acc8fad1f98b885fa7d0504f4dfc71f08"><div class="ttname"><a href="classoperations__research_1_1_accurate_sum.html#acc8fad1f98b885fa7d0504f4dfc71f08">operations_research::AccurateSum::Add</a></div><div class="ttdeci">void Add(const FpNumber &amp;value)</div><div class="ttdef"><b>Definition:</b> <a href="accurate__sum_8h_source.html#l00029">accurate_sum.h:29</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_a781845ffc09378405882fb47bc29bbf2"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a781845ffc09378405882fb47bc29bbf2">operations_research::glop::GlopParameters::NEVER_DO</a></div><div class="ttdeci">static constexpr SolverBehavior NEVER_DO</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l00355">parameters.pb.h:355</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_vector_html_a39a185056b395c7ed7e8d5c41df3bc6b"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_vector.html#a39a185056b395c7ed7e8d5c41df3bc6b">operations_research::glop::SparseVector::LookUpCoefficient</a></div><div class="ttdeci">Fractional LookUpCoefficient(Index index) const</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector_8h_source.html#l00984">sparse_vector.h:984</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_1glop_1_1_glop_parameters_html_a62aa60776f6ab0ba53612e1552c76a1d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a62aa60776f6ab0ba53612e1552c76a1d">operations_research::glop::GlopParameters::preprocessor_zero_tolerance</a></div><div class="ttdeci">double preprocessor_zero_tolerance() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l02448">parameters.pb.h:2448</a></div></div>
<div class="ttc" id="classoperations__research_1_1_accurate_sum_html"><div class="ttname"><a href="classoperations__research_1_1_accurate_sum.html">operations_research::AccurateSum&lt; Fractional &gt;</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_implied_free_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_implied_free_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::ImpliedFreePreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01580">preprocessor.cc:1580</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="structoperations__research_1_1glop_1_1_problem_solution_html_af8a495c9872268c3e34d413d8b63ef66"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_problem_solution.html#af8a495c9872268c3e34d413d8b63ef66">operations_research::glop::ProblemSolution::primal_values</a></div><div class="ttdeci">DenseRow primal_values</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00669">lp_data.h:669</a></div></div>
<div class="ttc" id="preprocessor_8cc_html_aa9d6c98fdf8d89b0e2321fda02adc82c"><div class="ttname"><a href="preprocessor_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c">col</a></div><div class="ttdeci">ColIndex col</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00468">preprocessor.cc:468</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a9ac8fe8120fdded43c5fa888bd696d3e"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a9ac8fe8120fdded43c5fa888bd696d3e">operations_research::glop::LinearProgram::UseTransposeMatrixAsReference</a></div><div class="ttdeci">void UseTransposeMatrixAsReference()</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00397">lp_data.cc:397</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_fixed_variable_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_fixed_variable_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::FixedVariablePreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01100">preprocessor.cc:1100</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_aaddc7ccf1acc75842c2129ee4590d358a14dc61f52267ea9b476f64c1d4d975b1"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#aaddc7ccf1acc75842c2129ee4590d358a14dc61f52267ea9b476f64c1d4d975b1">operations_research::glop::VariableStatus::AT_UPPER_BOUND</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_unconstrained_variable_preprocessor_html_a16b556cc08c1f6802a387420e5d038f2"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_unconstrained_variable_preprocessor.html#a16b556cc08c1f6802a387420e5d038f2">operations_research::glop::UnconstrainedVariablePreprocessor::RemoveZeroCostUnconstrainedVariable</a></div><div class="ttdeci">void RemoveZeroCostUnconstrainedVariable(ColIndex col, Fractional target_bound, LinearProgram *lp)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01788">preprocessor.cc:1788</a></div></div>
<div class="ttc" id="util_2logging_8h_html_a5f67b653dd99ddbe5e3367e3b4b7b532"><div class="ttname"><a href="util_2logging_8h.html#a5f67b653dd99ddbe5e3367e3b4b7b532">SOLVER_LOG</a></div><div class="ttdeci">#define SOLVER_LOG(logger,...)</div><div class="ttdef"><b>Definition:</b> <a href="util_2logging_8h_source.html#l00069">util/logging.h:69</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_shift_variable_bounds_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_shift_variable_bounds_preprocessor.html">operations_research::glop::ShiftVariableBoundsPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00986">preprocessor.h:986</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a2175025047722705a3af86e54229f9cd"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a2175025047722705a3af86e54229f9cd">operations_research::glop::LinearProgram::GetTransposeSparseMatrix</a></div><div class="ttdeci">const SparseMatrix &amp; GetTransposeSparseMatrix() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00376">lp_data.cc:376</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_ab5af7f232cddcd91f70be84c0d398ba9"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#ab5af7f232cddcd91f70be84c0d398ba9">operations_research::glop::LinearProgram::SetObjectiveCoefficient</a></div><div class="ttdeci">void SetObjectiveCoefficient(ColIndex col, Fractional value)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00326">lp_data.cc:326</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::DoubletonEqualityRowPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03082">preprocessor.cc:3082</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_ab4f3103f39bdbb86151baed2347f7b0a"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#ab4f3103f39bdbb86151baed2347f7b0a">operations_research::glop::LinearProgram::IsVariableInteger</a></div><div class="ttdeci">bool IsVariableInteger(ColIndex col) const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00295">lp_data.cc:295</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_vector_html_a0b0c31ccfdd27c59cc9b6f270aaa14c4"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_vector.html#a0b0c31ccfdd27c59cc9b6f270aaa14c4">operations_research::glop::SparseVector::ClearAndRelease</a></div><div class="ttdeci">void ClearAndRelease()</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector_8h_source.html#l00485">sparse_vector.h:485</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_afda9b9b5e858d0c466d2a6293361004a"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#afda9b9b5e858d0c466d2a6293361004a">operations_research::glop::LinearProgram::num_constraints</a></div><div class="ttdeci">RowIndex num_constraints() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00208">lp_data.h:208</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a7054c01679c4d1b7ce846b95937582d6"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a7054c01679c4d1b7ce846b95937582d6">operations_research::glop::LinearProgram::Swap</a></div><div class="ttdeci">void Swap(LinearProgram *linear_program)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l01031">lp_data.cc:1031</a></div></div>
<div class="ttc" id="cp__model__solver_8cc_html_aec8af5c1be4e1b6d4330e1161028de21"><div class="ttname"><a href="cp__model__solver_8cc.html#aec8af5c1be4e1b6d4330e1161028de21">time_limit</a></div><div class="ttdeci">ModelSharedTimeLimit * time_limit</div><div class="ttdef"><b>Definition:</b> <a href="cp__model__solver_8cc_source.html#l01951">cp_model_solver.cc:1951</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_column_deletion_helper_html_a6afccf8c0c7105ba45b8d7bd47830239"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_column_deletion_helper.html#a6afccf8c0c7105ba45b8d7bd47830239">operations_research::glop::ColumnDeletionHelper::GetMarkedColumns</a></div><div class="ttdeci">const DenseBooleanRow &amp; GetMarkedColumns() const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00200">preprocessor.h:200</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a096ed4f933f943ccb8859e0dc08b06ca"><div class="ttname"><a href="namespaceoperations__research.html#a096ed4f933f943ccb8859e0dc08b06ca">operations_research::IsSmallerWithinTolerance</a></div><div class="ttdeci">bool IsSmallerWithinTolerance(FloatType x, FloatType y, FloatType tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="fp__utils_8h_source.html#l00157">fp_utils.h:157</a></div></div>
<div class="ttc" id="preprocessor_8cc_html_a2babe18010525bbf13c2fa5a959971e4"><div class="ttname"><a href="preprocessor_8cc.html#a2babe18010525bbf13c2fa5a959971e4">num_entries</a></div><div class="ttdeci">EntryIndex num_entries</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01370">preprocessor.cc:1370</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::SingletonPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02820">preprocessor.cc:2820</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_column_deletion_helper_html_a1fbdcd623d96ea5e73d664ce0c6bd002"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_column_deletion_helper.html#a1fbdcd623d96ea5e73d664ce0c6bd002">operations_research::glop::ColumnDeletionHelper::IsColumnMarked</a></div><div class="ttdeci">bool IsColumnMarked(ColIndex col) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00195">preprocessor.h:195</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493add8d8537e1472a5e432749c5abf45c82"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493add8d8537e1472a5e432749c5abf45c82">operations_research::glop::ProblemStatus::INVALID_PROBLEM</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_aaddc7ccf1acc75842c2129ee4590d358ae91836db656214f9797e10c15928e501"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#aaddc7ccf1acc75842c2129ee4590d358ae91836db656214f9797e10c15928e501">operations_research::glop::VariableStatus::FIXED_VALUE</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_vector_html_a671198915bf3805882a4d44f6a07e810"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_vector.html#a671198915bf3805882a4d44f6a07e810">operations_research::glop::SparseVector::AddMultipleToSparseVectorAndDeleteCommonIndex</a></div><div class="ttdeci">void AddMultipleToSparseVectorAndDeleteCommonIndex(Fractional multiplier, Index removed_common_index, Fractional drop_tolerance, SparseVector *accumulator_vector) const</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector_8h_source.html#l00831">sparse_vector.h:831</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_column_deletion_helper_html_abf42c94e770b44d463ca3d13cda889c6"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_column_deletion_helper.html#abf42c94e770b44d463ca3d13cda889c6">operations_research::glop::ColumnDeletionHelper::GetStoredValue</a></div><div class="ttdeci">const DenseRow &amp; GetStoredValue() const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00211">preprocessor.h:211</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_a47e817856f33e3baf9d64d1a29738737"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a47e817856f33e3baf9d64d1a29738737">operations_research::glop::GlopParameters::use_implied_free_preprocessor</a></div><div class="ttdeci">bool use_implied_free_preprocessor() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l02868">parameters.pb.h:2868</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_ac59fd9cddfe284bf9dc7581ed631ce8d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#ac59fd9cddfe284bf9dc7581ed631ce8d">operations_research::glop::LinearProgram::DeleteColumns</a></div><div class="ttdeci">void DeleteColumns(const DenseBooleanRow &amp;columns_to_delete)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l01065">lp_data.cc:1065</a></div></div>
<div class="ttc" id="classabsl_1_1_strong_vector_html_a29790c28710ec0e64b48c2f4edd0b08c"><div class="ttname"><a href="classabsl_1_1_strong_vector.html#a29790c28710ec0e64b48c2f4edd0b08c">absl::StrongVector&lt; IntType, T &gt;::erase</a></div><div class="ttdeci">iterator erase(const_iterator pos)</div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00179">strong_vector.h:179</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#l00983">base/logging.h:983</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_aaddc7ccf1acc75842c2129ee4590d358a74c506bd3d744fb5c2862229c8f2b6ce"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#aaddc7ccf1acc75842c2129ee4590d358a74c506bd3d744fb5c2862229c8f2b6ce">operations_research::glop::VariableStatus::AT_LOWER_BOUND</a></div></div>
<div class="ttc" id="sat_2lp__utils_8cc_html_a561d7bf12fc7674b3fe0ad2ba2e175a0"><div class="ttname"><a href="sat_2lp__utils_8cc.html#a561d7bf12fc7674b3fe0ad2ba2e175a0">lower_bounds</a></div><div class="ttdeci">std::vector&lt; double &gt; lower_bounds</div><div class="ttdef"><b>Definition:</b> <a href="sat_2lp__utils_8cc_source.html#l00601">sat/lp_utils.cc:601</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="structoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_1_1_restore_info_1_1_col_choice_and_status_html_a7807b13123f03224c0435ad7d2bcdb11"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_1_1_restore_info_1_1_col_choice_and_status.html#a7807b13123f03224c0435ad7d2bcdb11">operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::value</a></div><div class="ttdeci">Fractional value</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00886">preprocessor.h:886</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_column_sign_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_column_sign_preprocessor.html">operations_research::glop::SingletonColumnSignPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00817">preprocessor.h:817</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_accdd045ec09206640c2338524da77d23"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#accdd045ec09206640c2338524da77d23">operations_research::glop::LinearProgram::IsMaximizationProblem</a></div><div class="ttdeci">bool IsMaximizationProblem() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00171">lp_data.h:171</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_dualizer_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_dualizer_preprocessor.html">operations_research::glop::DualizerPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00928">preprocessor.h:928</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_afb755b7934d8679476e2f05a89739bcd"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#afb755b7934d8679476e2f05a89739bcd">operations_research::glop::kInvalidCol</a></div><div class="ttdeci">const ColIndex kInvalidCol(-1)</div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_proportional_row_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_proportional_row_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::ProportionalRowPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00829">preprocessor.cc:829</a></div></div>
<div class="ttc" id="classabsl_1_1_strong_vector_html_ad69bd11391be1a1dba5c8202259664f8"><div class="ttname"><a href="classabsl_1_1_strong_vector.html#ad69bd11391be1a1dba5c8202259664f8">absl::StrongVector&lt; IntType, T &gt;::begin</a></div><div class="ttdeci">iterator begin()</div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00138">strong_vector.h:138</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_ac9c215aa509854e985e62d8cdf0a33cc"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#ac9c215aa509854e985e62d8cdf0a33cc">operations_research::glop::Scale</a></div><div class="ttdeci">void Scale(LinearProgram *lp, SparseMatrixScaler *scaler)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data__utils_8cc_source.html#l00052">lp_data_utils.cc:52</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_a5de89a1f6e3f80a49a0d76136d8044e2"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a5de89a1f6e3f80a49a0d76136d8044e2">operations_research::math_opt::swap</a></div><div class="ttdeci">void swap(IdMap&lt; K, V &gt; &amp;a, IdMap&lt; K, V &gt; &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="id__map_8h_source.html#l00263">id_map.h:263</a></div></div>
<div class="ttc" id="structoperations__research_1_1glop_1_1_problem_solution_html_ac6b277da46124f6b08841906b0febbed"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_problem_solution.html#ac6b277da46124f6b08841906b0febbed">operations_research::glop::ProblemSolution::dual_values</a></div><div class="ttdeci">DenseColumn dual_values</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00670">lp_data.h:670</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_a8402dca585d1a52708e4004276a44ba5"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a8402dca585d1a52708e4004276a44ba5">operations_research::glop::GlopParameters::dualizer_threshold</a></div><div class="ttdeci">double dualizer_threshold() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l01916">parameters.pb.h:1916</a></div></div>
<div class="ttc" id="classoperations__research_1_1_solver_logger_html_a035277f8488770078b1171cae4636b8e"><div class="ttname"><a href="classoperations__research_1_1_solver_logger.html#a035277f8488770078b1171cae4636b8e">operations_research::SolverLogger::SetLogToStdOut</a></div><div class="ttdeci">void SetLogToStdOut(bool enable)</div><div class="ttdef"><b>Definition:</b> <a href="util_2logging_8h_source.html#l00045">util/logging.h:45</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a509c4e359e6f7041eddfac3f1c46a92f"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a509c4e359e6f7041eddfac3f1c46a92f">operations_research::glop::GetProblemStatusString</a></div><div class="ttdeci">std::string GetProblemStatusString(ProblemStatus problem_status)</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8cc_source.html#l00019">lp_types.cc:19</a></div></div>
<div class="ttc" id="base_2logging_8h_html_accad43a85d781d53381cd53a9894b6ae"><div class="ttname"><a href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a></div><div class="ttdeci">#define LOG(severity)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00420">base/logging.h:420</a></div></div>
<div class="ttc" id="return__macros_8h_html_af7e921cd45afaad5e7a45af3b5bc42d1"><div class="ttname"><a href="return__macros_8h.html#af7e921cd45afaad5e7a45af3b5bc42d1">RETURN_VALUE_IF_NULL</a></div><div class="ttdeci">#define RETURN_VALUE_IF_NULL(x, v)</div><div class="ttdef"><b>Definition:</b> <a href="return__macros_8h_source.html#l00026">return_macros.h:26</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="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493">operations_research::glop::ProblemStatus</a></div><div class="ttdeci">ProblemStatus</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00102">lp_types.h:102</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_empty_column_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_empty_column_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::EmptyColumnPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00385">preprocessor.cc:385</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_vector_html_a5b9746c75f781968b2f21e2e5701cd84"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_vector.html#a5b9746c75f781968b2f21e2e5701cd84">operations_research::glop::SparseVector::RemoveNearZeroEntriesWithWeights</a></div><div class="ttdeci">void RemoveNearZeroEntriesWithWeights(Fractional threshold, const DenseVector &amp;weights)</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector_8h_source.html#l00725">sparse_vector.h:725</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sum_with_one_missing_html_af7c8b5d68bfc286dbb52a547917de1af"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sum_with_one_missing.html#af7c8b5d68bfc286dbb52a547917de1af">operations_research::glop::SumWithOneMissing::Sum</a></div><div class="ttdeci">Fractional Sum() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_2lp__utils_8h_source.html#l00341">lp_data/lp_utils.h:341</a></div></div>
<div class="ttc" id="classabsl_1_1_strong_vector_html_aa5d16d85614c5d518ae10f882e6fb981"><div class="ttname"><a href="classabsl_1_1_strong_vector.html#aa5d16d85614c5d518ae10f882e6fb981">absl::StrongVector::swap</a></div><div class="ttdeci">void swap(StrongVector &amp;x)</div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00169">strong_vector.h:169</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_vector_html_a997af931ec11394cec3418321c2ecc4b"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_vector.html#a997af931ec11394cec3418321c2ecc4b">operations_research::glop::SparseVector::MultiplyByConstant</a></div><div class="ttdeci">void MultiplyByConstant(Fractional factor)</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector_8h_source.html#l00767">sparse_vector.h:767</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::SingletonPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02903">preprocessor.cc:2903</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_aaddc7ccf1acc75842c2129ee4590d358"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#aaddc7ccf1acc75842c2129ee4590d358">operations_research::glop::VariableStatus</a></div><div class="ttdeci">VariableStatus</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00197">lp_types.h:197</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_a82e08c2cbe3205da7975c1dae420cf77"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a82e08c2cbe3205da7975c1dae420cf77">operations_research::glop::GlopParameters::solution_feasibility_tolerance</a></div><div class="ttdeci">double solution_feasibility_tolerance() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l01944">parameters.pb.h:1944</a></div></div>
<div class="ttc" id="classabsl_1_1_strong_vector_html_ac8bb3912a3ce86b15842e79d0b421204"><div class="ttname"><a href="classabsl_1_1_strong_vector.html#ac8bb3912a3ce86b15842e79d0b421204">absl::StrongVector::clear</a></div><div class="ttdeci">void clear()</div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00170">strong_vector.h:170</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a62b98dec38b6506442f9fc63f1a9b88f"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a62b98dec38b6506442f9fc63f1a9b88f">operations_research::glop::LinearProgram::SetConstraintBounds</a></div><div class="ttdeci">void SetConstraintBounds(RowIndex row, Fractional lower_bound, Fractional upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00309">lp_data.cc:309</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sum_with_one_missing_html_a8e16e2adc11d40ca12b2735ae21623b8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sum_with_one_missing.html#a8e16e2adc11d40ca12b2735ae21623b8">operations_research::glop::SumWithOneMissing::Add</a></div><div class="ttdeci">void Add(Fractional x)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_2lp__utils_8h_source.html#l00325">lp_data/lp_utils.h:325</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_main_lp_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_main_lp_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::MainLpPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00064">preprocessor.cc:64</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a2a29cc40908e09b0c565ceea15b77d89"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a2a29cc40908e09b0c565ceea15b77d89">operations_research::glop::LinearProgram::SetObjectiveOffset</a></div><div class="ttdeci">void SetObjectiveOffset(Fractional objective_offset)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00331">lp_data.cc:331</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_undo_html_a91238ea5ce3d56a927b2fa4b68b3e9aa"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_undo.html#a91238ea5ce3d56a927b2fa4b68b3e9aa">operations_research::glop::SingletonUndo::SingletonUndo</a></div><div class="ttdeci">SingletonUndo(OperationType type, const LinearProgram &amp;lp, MatrixEntry e, ConstraintStatus status)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02240">preprocessor.cc:2240</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a1181732aa2f4c08e28ea32b1c7c6f256"><div class="ttname"><a href="namespaceoperations__research.html#a1181732aa2f4c08e28ea32b1c7c6f256">operations_research::IsIntegerWithinTolerance</a></div><div class="ttdeci">bool IsIntegerWithinTolerance(FloatType x, FloatType tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="fp__utils_8h_source.html#l00165">fp_utils.h:165</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="classoperations__research_1_1glop_1_1_proportional_column_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_proportional_column_preprocessor.html">operations_research::glop::ProportionalColumnPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00291">preprocessor.h:291</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#l00970">routing_filters.cc:970</a></div></div>
<div class="ttc" id="iterator__adaptors_8h_html"><div class="ttname"><a href="iterator__adaptors_8h.html">iterator_adaptors.h</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493a8351cc0ea544c393b3e26fdf42520844"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493a8351cc0ea544c393b3e26fdf42520844">operations_research::glop::ProblemStatus::PRIMAL_UNBOUNDED</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_scaling_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_scaling_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::ScalingPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03854">preprocessor.cc:3854</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_strict_i_t_i_vector_html_af8d7048738ceb4c753b040e6d29db79c"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html#af8d7048738ceb4c753b040e6d29db79c">operations_research::glop::StrictITIVector::assign</a></div><div class="ttdeci">void assign(IntType size, const T &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00278">lp_types.h:278</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a007496c4e4962b2fa4d2e996fd7b4cf6"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a007496c4e4962b2fa4d2e996fd7b4cf6">operations_research::glop::LinearProgram::GetMutableTransposeSparseMatrix</a></div><div class="ttdeci">SparseMatrix * GetMutableTransposeSparseMatrix()</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00386">lp_data.cc:386</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a95879916d90daeba91c40399ae5ddcc6"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a95879916d90daeba91c40399ae5ddcc6">operations_research::glop::IsFinite</a></div><div class="ttdeci">bool IsFinite(Fractional value)</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00091">lp_types.h:91</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a46fb729c0be27d1b97db15e0ce9c6067"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a46fb729c0be27d1b97db15e0ce9c6067">operations_research::glop::PreciseScalarProduct</a></div><div class="ttdeci">Fractional PreciseScalarProduct(const DenseRowOrColumn &amp;u, const DenseRowOrColumn2 &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_2lp__utils_8h_source.html#l00092">lp_data/lp_utils.h:92</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_undo_html_a9a2c9c31d675b34f6ec35cc1ca89e047"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_undo.html#a9a2c9c31d675b34f6ec35cc1ca89e047">operations_research::glop::SingletonUndo::OperationType</a></div><div class="ttdeci">OperationType</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00377">preprocessor.h:377</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_to_minimization_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_to_minimization_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::ToMinimizationPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03894">preprocessor.cc:3894</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_a15aff33b9baefb846c984351291ae92d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a15aff33b9baefb846c984351291ae92d">operations_research::glop::GlopParameters::log_search_progress</a></div><div class="ttdeci">bool log_search_progress() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l02756">parameters.pb.h:2756</a></div></div>
<div class="ttc" id="constraint__solver_2table_8cc_html_a9293e4d29cac928301645070dd307683"><div class="ttname"><a href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a></div><div class="ttdeci">int64_t b</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00047">constraint_solver/table.cc:47</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a3bd2b0a66b0f1c16476487ad3ddc72ea"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a3bd2b0a66b0f1c16476487ad3ddc72ea">operations_research::sat::Value</a></div><div class="ttdeci">std::function&lt; int64_t(const Model &amp;)&gt; Value(IntegerVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01673">integer.h:1673</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a5c8255f82269d42db81cc944eff0180f"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a5c8255f82269d42db81cc944eff0180f">operations_research::glop::LinearProgram::objective_coefficients</a></div><div class="ttdeci">const DenseRow &amp; objective_coefficients() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00223">lp_data.h:223</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a81334c7ceae9d68a38fe4d4bf0b7794c"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a81334c7ceae9d68a38fe4d4bf0b7794c">operations_research::glop::LinearProgram::objective_offset</a></div><div class="ttdeci">Fractional objective_offset() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00260">lp_data.h:260</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a0f6bd47b8956b59589718bd40b1cf8bca88c189a42c87aa49d667fc8ab76bc323"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a0f6bd47b8956b59589718bd40b1cf8bca88c189a42c87aa49d667fc8ab76bc323">operations_research::glop::ConstraintStatus::FREE</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_aa4e5168f378a3a4e86dcf409faf14937"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#aa4e5168f378a3a4e86dcf409faf14937">operations_research::glop::LinearProgram::constraint_upper_bounds</a></div><div class="ttdeci">const DenseColumn &amp; constraint_upper_bounds() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00218">lp_data.h:218</a></div></div>
<div class="ttc" id="structoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_1_1_restore_info_1_1_col_choice_and_status_html_ad9a7a69580012bd79b5e46d39bddee80"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_1_1_restore_info_1_1_col_choice_and_status.html#ad9a7a69580012bd79b5e46d39bddee80">operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::col_choice</a></div><div class="ttdeci">ColChoice col_choice</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00884">preprocessor.h:884</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_row_deletion_helper_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_row_deletion_helper.html#aa71d36872f416feaa853788a7a7a7ef8">operations_research::glop::RowDeletionHelper::Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00281">preprocessor.cc:281</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_doubleton_free_column_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_doubleton_free_column_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::DoubletonFreeColumnPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01710">preprocessor.cc:1710</a></div></div>
<div class="ttc" id="structoperations__research_1_1glop_1_1_problem_solution_html_a887a20330f1f58adbe564ef0fcf74e8c"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_problem_solution.html#a887a20330f1f58adbe564ef0fcf74e8c">operations_research::glop::ProblemSolution::variable_statuses</a></div><div class="ttdeci">VariableStatusRow variable_statuses</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00685">lp_data.h:685</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sum_with_one_missing_html_aaea0736fc31011d5ceb3b5172b4e8afc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sum_with_one_missing.html#aaea0736fc31011d5ceb3b5172b4e8afc">operations_research::glop::SumWithOneMissing::SumWithoutLb</a></div><div class="ttdeci">Fractional SumWithoutLb(Fractional c) const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_2lp__utils_8h_source.html#l00358">lp_data/lp_utils.h:358</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_row_deletion_helper_html_a8e12342fc420701fbffd97025421575a"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_row_deletion_helper.html#a8e12342fc420701fbffd97025421575a">operations_research::glop::RowDeletionHelper::IsEmpty</a></div><div class="ttdeci">bool IsEmpty() const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00235">preprocessor.h:235</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_preprocessor_html_a2c776397337c7b38bcdb8e2b57653a6a"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_preprocessor.html#a2c776397337c7b38bcdb8e2b57653a6a">operations_research::glop::Preprocessor::status</a></div><div class="ttdeci">ProblemStatus status() const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00065">preprocessor.h:65</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a354fba4c3eaf6cf38ee4f9e78a59f4c1"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a354fba4c3eaf6cf38ee4f9e78a59f4c1">operations_research::glop::LinearProgram::ScaleBounds</a></div><div class="ttdeci">Fractional ScaleBounds()</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l01223">lp_data.cc:1223</a></div></div>
<div class="ttc" id="namespacegtl_html_ae625b5510ffc29d1a66a422ec14809f7"><div class="ttname"><a href="namespacegtl.html#ae625b5510ffc29d1a66a422ec14809f7">gtl::reversed_view</a></div><div class="ttdeci">ReverseView&lt; Container &gt; reversed_view(const Container &amp;c)</div><div class="ttdef"><b>Definition:</b> <a href="iterator__adaptors_8h_source.html#l00033">iterator_adaptors.h:33</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_remove_near_zero_entries_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_remove_near_zero_entries_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::RemoveNearZeroEntriesPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02960">preprocessor.cc:2960</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_vector_html_af69d9b7065a8f31604a8134be4307749"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_vector.html#af69d9b7065a8f31604a8134be4307749">operations_research::glop::SparseVector::num_entries</a></div><div class="ttdeci">EntryIndex num_entries() const</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector_8h_source.html#l00270">sparse_vector.h:270</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_preprocessor_html_a67ee68ae6c97419ab4ebb6af8264e7d2"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_preprocessor.html#a67ee68ae6c97419ab4ebb6af8264e7d2">operations_research::glop::Preprocessor::time_limit_</a></div><div class="ttdeci">TimeLimit * time_limit_</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00095">preprocessor.h:95</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_ad4d6b215cd4f7ea8c5239e02bfce3ce6"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#ad4d6b215cd4f7ea8c5239e02bfce3ce6">operations_research::glop::GlopParameters::use_preprocessing</a></div><div class="ttdeci">bool use_preprocessing() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l02308">parameters.pb.h:2308</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_1glop_1_1_add_slack_variables_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_add_slack_variables_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::AddSlackVariablesPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03918">preprocessor.cc:3918</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_unconstrained_variable_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_unconstrained_variable_preprocessor.html">operations_research::glop::UnconstrainedVariablePreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00699">preprocessor.h:699</a></div></div>
<div class="ttc" id="strong__vector_8h_html"><div class="ttname"><a href="strong__vector_8h.html">strong_vector.h</a></div></div>
<div class="ttc" id="stats_8h_html_a778dda76cff1d491efd5888b0bf9b56e"><div class="ttname"><a href="stats_8h.html#a778dda76cff1d491efd5888b0bf9b56e">SCOPED_INSTRUCTION_COUNT</a></div><div class="ttdeci">#define SCOPED_INSTRUCTION_COUNT(time_limit)</div><div class="ttdef"><b>Definition:</b> <a href="stats_8h_source.html#l00439">stats.h:439</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_adf55bb4fcaab95674f072cb528d426a0"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#adf55bb4fcaab95674f072cb528d426a0">operations_research::glop::LinearProgram::objective_scaling_factor</a></div><div class="ttdeci">Fractional objective_scaling_factor() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00261">lp_data.h:261</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="classabsl_1_1_strong_vector_html_a4e3670a285a3642eaa07f66766cffa72"><div class="ttname"><a href="classabsl_1_1_strong_vector.html#a4e3670a285a3642eaa07f66766cffa72">absl::StrongVector::resize</a></div><div class="ttdeci">void resize(size_type new_size)</div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00150">strong_vector.h:150</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_unconstrained_variable_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_unconstrained_variable_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::UnconstrainedVariablePreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02073">preprocessor.cc:2073</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_preprocessor.html">operations_research::glop::SingletonPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00432">preprocessor.h:432</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a4e79763dc85eb10320835bca13697f4d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a4e79763dc85eb10320835bca13697f4d">operations_research::glop::LinearProgram::constraint_lower_bounds</a></div><div class="ttdeci">const DenseColumn &amp; constraint_lower_bounds() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00215">lp_data.h:215</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_proportional_row_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_proportional_row_preprocessor.html">operations_research::glop::ProportionalRowPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00332">preprocessor.h:332</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_scaling_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_scaling_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::ScalingPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03831">preprocessor.cc:3831</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_vector_html_ab38326ea6cb6187267665dd8b2748f3d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_vector.html#ab38326ea6cb6187267665dd8b2748f3d">operations_research::glop::SparseVector&lt; RowIndex, SparseColumnIterator &gt;::Entry</a></div><div class="ttdeci">typename Iterator::Entry Entry</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector_8h_source.html#l00091">sparse_vector.h:91</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_free_constraint_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_free_constraint_preprocessor.html">operations_research::glop::FreeConstraintPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00751">preprocessor.h:751</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_proportional_column_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_proportional_column_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::ProportionalColumnPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00485">preprocessor.cc:485</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_forcing_and_implied_free_constraint_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_forcing_and_implied_free_constraint_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::ForcingAndImpliedFreeConstraintPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01111">preprocessor.cc:1111</a></div></div>
<div class="ttc" id="classabsl_1_1_strong_vector_html_a644718bb2fb240de962dc3c9a1fdf0dc"><div class="ttname"><a href="classabsl_1_1_strong_vector.html#a644718bb2fb240de962dc3c9a1fdf0dc">absl::StrongVector::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00156">strong_vector.h:156</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_column_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_column.html">operations_research::glop::SparseColumn</a></div><div class="ttdef"><b>Definition:</b> <a href="sparse__column_8h_source.html#l00044">sparse_column.h:44</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_a63c3eefc042fad13b269c42571d0c9e1"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a63c3eefc042fad13b269c42571d0c9e1">operations_research::glop::GlopParameters::LET_SOLVER_DECIDE</a></div><div class="ttdeci">static constexpr SolverBehavior LET_SOLVER_DECIDE</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l00357">parameters.pb.h:357</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_dualizer_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_dualizer_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::DualizerPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03467">preprocessor.cc:3467</a></div></div>
<div class="ttc" id="classabsl_1_1_strong_vector_html_a436947c1a9c9d115cc85c707d8f693c0"><div class="ttname"><a href="classabsl_1_1_strong_vector.html#a436947c1a9c9d115cc85c707d8f693c0">absl::StrongVector&lt; IntType, T &gt;::insert</a></div><div class="ttdeci">iterator insert(const_iterator pos, const value_type &amp;x)</div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00183">strong_vector.h:183</a></div></div>
<div class="ttc" id="base_2logging_8h_html_a46e69120fbd3b36e6960e096d23b66f0"><div class="ttname"><a href="base_2logging_8h.html#a46e69120fbd3b36e6960e096d23b66f0">DCHECK_NE</a></div><div class="ttdeci">#define DCHECK_NE(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00891">base/logging.h:891</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sum_with_one_missing_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sum_with_one_missing.html">operations_research::glop::SumWithOneMissing</a></div><div class="ttdef"><b>Definition:</b> <a href="lp__data_2lp__utils_8h_source.html#l00321">lp_data/lp_utils.h:321</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_af69d9b7065a8f31604a8134be4307749"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#af69d9b7065a8f31604a8134be4307749">operations_research::glop::LinearProgram::num_entries</a></div><div class="ttdeci">EntryIndex num_entries() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00211">lp_data.h:211</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_vector_html_ae7c152aafe19515204c65dadcdc876d6"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_vector.html#ae7c152aafe19515204c65dadcdc876d6">operations_research::glop::SparseVector::GetFirstCoefficient</a></div><div class="ttdeci">Fractional GetFirstCoefficient() const</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector_8h_source.html#l00283">sparse_vector.h:283</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a33b78d7012477c55f395aaf92ca6e9f4"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a33b78d7012477c55f395aaf92ca6e9f4">operations_research::glop::LinearProgram::GetSparseMatrix</a></div><div class="ttdeci">const SparseMatrix &amp; GetSparseMatrix() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00175">lp_data.h:175</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a6137c2df856cf2634f9bb259d2aace2b"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a6137c2df856cf2634f9bb259d2aace2b">operations_research::glop::LinearProgram::GetObjectiveCoefficientForMinimizationVersion</a></div><div class="ttdeci">Fractional GetObjectiveCoefficientForMinimizationVersion(ColIndex col) const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00419">lp_data.cc:419</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_column_deletion_helper_html_a46b7ed2e9e3a3d5dc9a024801e1baaf7"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_column_deletion_helper.html#a46b7ed2e9e3a3d5dc9a024801e1baaf7">operations_research::glop::ColumnDeletionHelper::MarkColumnForDeletion</a></div><div class="ttdeci">void MarkColumnForDeletion(ColIndex col)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00233">preprocessor.cc:233</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_af9322b672a72b4e912843edefd353ac3"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#af9322b672a72b4e912843edefd353ac3">operations_research::glop::LinearProgram::mutable_constraint_lower_bounds</a></div><div class="ttdeci">DenseColumn * mutable_constraint_lower_bounds()</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00550">lp_data.h:550</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_ab7a106449441d3fd61aa70916a147a7d"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#ab7a106449441d3fd61aa70916a147a7d">operations_research::glop::VariableToConstraintStatus</a></div><div class="ttdeci">ConstraintStatus VariableToConstraintStatus(VariableStatus status)</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8cc_source.html#l00109">lp_types.cc:109</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_main_lp_preprocessor_html_a71afafc7f6fbdd94f970a017ff42338f"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_main_lp_preprocessor.html#a71afafc7f6fbdd94f970a017ff42338f">operations_research::glop::MainLpPreprocessor::DestructiveRecoverSolution</a></div><div class="ttdeci">void DestructiveRecoverSolution(ProblemSolution *solution)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00191">preprocessor.cc:191</a></div></div>
<div class="ttc" id="namespaceutil_html_a1e2d5c05e25343bc8e4fbccce0000d51"><div class="ttname"><a href="namespaceutil.html#a1e2d5c05e25343bc8e4fbccce0000d51">util::Reverse</a></div><div class="ttdeci">BeginEndReverseIteratorWrapper&lt; Container &gt; Reverse(const Container &amp;c)</div><div class="ttdef"><b>Definition:</b> <a href="iterators_8h_source.html#l00098">iterators.h:98</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a339d5516d8c29986233765e910257b4d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a339d5516d8c29986233765e910257b4d">operations_research::glop::LinearProgram::GetFirstSlackVariable</a></div><div class="ttdeci">ColIndex GetFirstSlackVariable() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00751">lp_data.cc:751</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_implied_free_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_implied_free_preprocessor.html">operations_research::glop::ImpliedFreePreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00602">preprocessor.h:602</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a0f6bd47b8956b59589718bd40b1cf8bcae4ac03f6c9f00665644e868dd1fb9f1e"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a0f6bd47b8956b59589718bd40b1cf8bcae4ac03f6c9f00665644e868dd1fb9f1e">operations_research::glop::ConstraintStatus::BASIC</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_empty_constraint_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_empty_constraint_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::EmptyConstraintPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02229">preprocessor.cc:2229</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="classabsl_1_1_strong_vector_html_a9263000d449fdccb6cb70b303063e60b"><div class="ttname"><a href="classabsl_1_1_strong_vector.html#a9263000d449fdccb6cb70b303063e60b">absl::StrongVector::push_back</a></div><div class="ttdeci">void push_back(const value_type &amp;x)</div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00158">strong_vector.h:158</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_preprocessor_html_a6ef36d55945fd761fbefac971b818a29"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_preprocessor.html#a6ef36d55945fd761fbefac971b818a29">operations_research::glop::Preprocessor::status_</a></div><div class="ttdeci">ProblemStatus status_</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00091">preprocessor.h:91</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_preprocessor_html_a5c1cfa0469b831e367e8f9b6b463b5ae"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_preprocessor.html#a5c1cfa0469b831e367e8f9b6b463b5ae">operations_research::glop::Preprocessor::~Preprocessor</a></div><div class="ttdeci">virtual ~Preprocessor()</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00054">preprocessor.cc:54</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_row_deletion_helper_html_a8b572400ae17e537ba55eb01667dd5c7"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_row_deletion_helper.html#a8b572400ae17e537ba55eb01667dd5c7">operations_research::glop::RowDeletionHelper::IsRowMarked</a></div><div class="ttdeci">bool IsRowMarked(RowIndex row) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00250">preprocessor.h:250</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_sparse_matrix_html_adc6b282d2cc7afc75b60ee44a6bfb2ac"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_matrix.html#adc6b282d2cc7afc75b60ee44a6bfb2ac">operations_research::glop::SparseMatrix::column</a></div><div class="ttdeci">const SparseColumn &amp; column(ColIndex col) const</div><div class="ttdef"><b>Definition:</b> <a href="sparse_8h_source.html#l00181">sparse.h:181</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_a021505902a345e6732aad0b7c5ebf308"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a021505902a345e6732aad0b7c5ebf308">operations_research::glop::GlopParameters::solve_dual_problem</a></div><div class="ttdeci">::operations_research::glop::GlopParameters_SolverBehavior solve_dual_problem() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l01887">parameters.pb.h:1887</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_empty_constraint_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_empty_constraint_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::EmptyConstraintPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02192">preprocessor.cc:2192</a></div></div>
<div class="ttc" id="revised__simplex_8cc_html_ae985c429ef4bec190816ed836d6cf2c2"><div class="ttname"><a href="revised__simplex_8cc.html#ae985c429ef4bec190816ed836d6cf2c2">target_bound</a></div><div class="ttdeci">Fractional target_bound</div><div class="ttdef"><b>Definition:</b> <a href="revised__simplex_8cc_source.html#l01983">revised_simplex.cc:1983</a></div></div>
<div class="ttc" id="structoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_1_1_restore_info_1_1_col_choice_and_status_html"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_1_1_restore_info_1_1_col_choice_and_status.html">operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00883">preprocessor.h:883</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_scaling_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_scaling_preprocessor.html">operations_research::glop::ScalingPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l01016">preprocessor.h:1016</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a58ffd8db96c399242dc718221bdc81ee"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a58ffd8db96c399242dc718221bdc81ee">operations_research::glop::FixConstraintWithFixedStatuses</a></div><div class="ttdeci">void FixConstraintWithFixedStatuses(const DenseColumn &amp;row_lower_bounds, const DenseColumn &amp;row_upper_bounds, ProblemSolution *solution)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03431">preprocessor.cc:3431</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a88cc1c4519b043336ce23cdcec5fb0c2"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a88cc1c4519b043336ce23cdcec5fb0c2">operations_research::glop::LinearProgram::GetMutableSparseColumn</a></div><div class="ttdeci">SparseColumn * GetMutableSparseColumn(ColIndex col)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00413">lp_data.cc:413</a></div></div>
<div class="ttc" id="structoperations__research_1_1glop_1_1_problem_solution_html_a15eb0790f4f62ad63676f55e4ba7d2bb"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_problem_solution.html#a15eb0790f4f62ad63676f55e4ba7d2bb">operations_research::glop::ProblemSolution::status</a></div><div class="ttdeci">ProblemStatus status</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00665">lp_data.h:665</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_ab65a327cfc2a74c15fa26b91f19acc64"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#ab65a327cfc2a74c15fa26b91f19acc64">operations_research::glop::ColToRowIndex</a></div><div class="ttdeci">RowIndex ColToRowIndex(ColIndex col)</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00052">lp_types.h:52</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_matrix_html_a41741829541d089f1c4d34f190884813"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_matrix.html#a41741829541d089f1c4d34f190884813">operations_research::glop::SparseMatrix::num_cols</a></div><div class="ttdeci">ColIndex num_cols() const</div><div class="ttdef"><b>Definition:</b> <a href="sparse_8h_source.html#l00178">sparse.h:178</a></div></div>
<div class="ttc" id="base_2logging_8h_html_aae2dc65d9ea248d54bf39daa986dd295"><div class="ttname"><a href="base_2logging_8h.html#aae2dc65d9ea248d54bf39daa986dd295">DCHECK_GE</a></div><div class="ttdeci">#define DCHECK_GE(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00894">base/logging.h:894</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493a1583be76ac58a4ac4c024f73b3d85811"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493a1583be76ac58a4ac4c024f73b3d85811">operations_research::glop::ProblemStatus::DUAL_INFEASIBLE</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493a53ef0c1aa260e08f9010ddcc28d5a4a6"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493a53ef0c1aa260e08f9010ddcc28d5a4a6">operations_research::glop::ProblemStatus::INFEASIBLE_OR_UNBOUNDED</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::DoubletonEqualityRowPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03300">preprocessor.cc:3300</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_empty_column_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_empty_column_preprocessor.html">operations_research::glop::EmptyColumnPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00267">preprocessor.h:267</a></div></div>
<div class="ttc" id="base_2logging_8h_html_a7c0ce053b28d53aa4eaf3eb7fb71663b"><div class="ttname"><a href="base_2logging_8h.html#a7c0ce053b28d53aa4eaf3eb7fb71663b">CHECK_EQ</a></div><div class="ttdeci">#define CHECK_EQ(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00702">base/logging.h:702</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a31ee82f6ef05c3da492c0376f910d015"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a31ee82f6ef05c3da492c0376f910d015">operations_research::glop::kInvalidRow</a></div><div class="ttdeci">const RowIndex kInvalidRow(-1)</div></div>
<div class="ttc" id="resource_8cc_html_af12056bc2a8e3ec563f0940d87abbd2e"><div class="ttname"><a href="resource_8cc.html#af12056bc2a8e3ec563f0940d87abbd2e">delta</a></div><div class="ttdeci">int64_t delta</div><div class="ttdef"><b>Definition:</b> <a href="resource_8cc_source.html#l01692">resource.cc:1692</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_undo_html_a9a2c9c31d675b34f6ec35cc1ca89e047a25c2ad27a05323ecadd63096cde29538"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_undo.html#a9a2c9c31d675b34f6ec35cc1ca89e047a25c2ad27a05323ecadd63096cde29538">operations_research::glop::SingletonUndo::ZERO_COST_SINGLETON_COLUMN</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00378">preprocessor.h:378</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_acd8437353d8dc686a75c98b5897dd871"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#acd8437353d8dc686a75c98b5897dd871">operations_research::glop::LinearProgram::num_variables</a></div><div class="ttdeci">ColIndex num_variables() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00205">lp_data.h:205</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_free_constraint_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_free_constraint_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::FreeConstraintPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02166">preprocessor.cc:2166</a></div></div>
<div class="ttc" id="classoperations__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="classoperations__research_1_1glop_1_1_sparse_vector_html_a8e12342fc420701fbffd97025421575a"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_vector.html#a8e12342fc420701fbffd97025421575a">operations_research::glop::SparseVector::IsEmpty</a></div><div class="ttdeci">bool IsEmpty() const</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector_8h_source.html#l00529">sparse_vector.h:529</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_row_deletion_helper_html_a2e33d930193e16f06f3c4d0309ff62c2"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_row_deletion_helper.html#a2e33d930193e16f06f3c4d0309ff62c2">operations_research::glop::RowDeletionHelper::UnmarkRow</a></div><div class="ttdeci">void UnmarkRow(RowIndex row)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00291">preprocessor.cc:291</a></div></div>
<div class="ttc" id="classabsl_1_1_strong_vector_html_a60304b65bf89363bcc3165d3cde67f86"><div class="ttname"><a href="classabsl_1_1_strong_vector.html#a60304b65bf89363bcc3165d3cde67f86">absl::StrongVector::size</a></div><div class="ttdeci">size_type size() const</div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00147">strong_vector.h:147</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493a2dcc8f5d91cb2aa2065b8305bf2d5cbd"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493a2dcc8f5d91cb2aa2065b8305bf2d5cbd">operations_research::glop::ProblemStatus::PRIMAL_FEASIBLE</a></div></div>
<div class="ttc" id="structoperations__research_1_1glop_1_1_problem_solution_html_ae7a0a13dedf8ae7920036bfff1ad9c3b"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_problem_solution.html#ae7a0a13dedf8ae7920036bfff1ad9c3b">operations_research::glop::ProblemSolution::constraint_statuses</a></div><div class="ttdeci">ConstraintStatusColumn constraint_statuses</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00686">lp_data.h:686</a></div></div>
<div class="ttc" id="routing__flow_8cc_html_a75d7b5e4cab1e156cc7a2c5eba1e16f1"><div class="ttname"><a href="routing__flow_8cc.html#a75d7b5e4cab1e156cc7a2c5eba1e16f1">cost</a></div><div class="ttdeci">int64_t cost</div><div class="ttdef"><b>Definition:</b> <a href="routing__flow_8cc_source.html#l00152">routing_flow.cc:152</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_aefc835beb51c5b7e5f21682df185c1d5"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#aefc835beb51c5b7e5f21682df185c1d5">operations_research::glop::GlopParameters::cost_scaling</a></div><div class="ttdeci">::operations_research::glop::GlopParameters_CostScalingAlgorithm cost_scaling() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l01745">parameters.pb.h:1745</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_strict_i_t_i_vector_html_a64b6b04f3a519d2c61d49daaa88bf06e"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html#a64b6b04f3a519d2c61d49daaa88bf06e">operations_research::glop::StrictITIVector::resize</a></div><div class="ttdeci">void resize(IntType size)</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00273">lp_types.h:273</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_matrix_scaler_html_a57b3fbbeb1e0b5a127cc94694aad586e"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_matrix_scaler.html#a57b3fbbeb1e0b5a127cc94694aad586e">operations_research::glop::SparseMatrixScaler::ScaleRowVector</a></div><div class="ttdeci">void ScaleRowVector(bool up, DenseRow *row_vector) const</div><div class="ttdef"><b>Definition:</b> <a href="matrix__scaler_8cc_source.html#l00171">matrix_scaler.cc:171</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#l00889">base/logging.h:889</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_acd138469679be137d0de53459b1342cb"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#acd138469679be137d0de53459b1342cb">operations_research::glop::LinearProgram::variable_upper_bounds</a></div><div class="ttdeci">const DenseRow &amp; variable_upper_bounds() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00232">lp_data.h:232</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_column_deletion_helper_html_a43d852970601d1a979844a0aae79ed3d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_column_deletion_helper.html#a43d852970601d1a979844a0aae79ed3d">operations_research::glop::ColumnDeletionHelper::MarkColumnForDeletionWithState</a></div><div class="ttdeci">void MarkColumnForDeletionWithState(ColIndex col, Fractional value, VariableStatus status)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00237">preprocessor.cc:237</a></div></div>
<div class="ttc" id="classabsl_1_1_strong_vector_html"><div class="ttname"><a href="classabsl_1_1_strong_vector.html">absl::StrongVector</a></div><div class="ttdef"><b>Definition:</b> <a href="strong__vector_8h_source.html#l00076">strong_vector.h:76</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_forcing_and_implied_free_constraint_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_forcing_and_implied_free_constraint_preprocessor.html">operations_research::glop::ForcingAndImpliedFreeConstraintPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00556">preprocessor.h:556</a></div></div>
<div class="ttc" id="status_8h_html"><div class="ttname"><a href="status_8h.html">status.h</a></div></div>
<div class="ttc" id="preprocessor_8cc_html_abcdbe46fb8451a69d42c17abdb920021"><div class="ttname"><a href="preprocessor_8cc.html#abcdbe46fb8451a69d42c17abdb920021">representative</a></div><div class="ttdeci">ColIndex representative</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00469">preprocessor.cc:469</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_ac9bef291f9b941569978d0f075144abf"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#ac9bef291f9b941569978d0f075144abf">operations_research::glop::FindProportionalColumns</a></div><div class="ttdeci">ColMapping FindProportionalColumns(const SparseMatrix &amp;matrix, Fractional tolerance)</div><div class="ttdef"><b>Definition:</b> <a href="matrix__utils_8cc_source.html#l00116">matrix_utils.cc:116</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493a57ad14e7a035f33c8ba6c0ea9ea23caa"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493a57ad14e7a035f33c8ba6c0ea9ea23caa">operations_research::glop::ProblemStatus::DUAL_FEASIBLE</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_undo_html_a9a2c9c31d675b34f6ec35cc1ca89e047a629106ec8d53390d18c3f330156486ec"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_undo.html#a9a2c9c31d675b34f6ec35cc1ca89e047a629106ec8d53390d18c3f330156486ec">operations_research::glop::SingletonUndo::MAKE_CONSTRAINT_AN_EQUALITY</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00381">preprocessor.h:381</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_empty_constraint_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_empty_constraint_preprocessor.html">operations_research::glop::EmptyConstraintPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00770">preprocessor.h:770</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a4ba664b00317505a0026d2a38e6dd565"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a4ba664b00317505a0026d2a38e6dd565">operations_research::glop::LinearProgram::variable_lower_bounds</a></div><div class="ttdeci">const DenseRow &amp; variable_lower_bounds() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00229">lp_data.h:229</a></div></div>
<div class="ttc" id="matrix__utils_8h_html"><div class="ttname"><a href="matrix__utils_8h.html">matrix_utils.h</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae89df3243bbb8341130c7b3f44145ea0"><div class="ttname"><a href="base_2logging_8h.html#ae89df3243bbb8341130c7b3f44145ea0">DCHECK_EQ</a></div><div class="ttdeci">#define DCHECK_EQ(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00890">base/logging.h:890</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a0fe7ba825c8c6cd1efdcff6dec631093"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a0fe7ba825c8c6cd1efdcff6dec631093">operations_research::glop::LinearProgram::SetVariableBounds</a></div><div class="ttdeci">void SetVariableBounds(ColIndex col, Fractional lower_bound, Fractional upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00249">lp_data.cc:249</a></div></div>
<div class="ttc" id="revised__simplex_8h_html"><div class="ttname"><a href="revised__simplex_8h.html">revised_simplex.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_shift_variable_bounds_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_shift_variable_bounds_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::ShiftVariableBoundsPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03799">preprocessor.cc:3799</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_matrix_html_a1e9f788d4507f2461b4f775755aaf82e"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_matrix.html#a1e9f788d4507f2461b4f775755aaf82e">operations_research::glop::SparseMatrix::mutable_column</a></div><div class="ttdeci">SparseColumn * mutable_column(ColIndex col)</div><div class="ttdef"><b>Definition:</b> <a href="sparse_8h_source.html#l00182">sparse.h:182</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493afaee4ca3c30ee18148ce3ada37466498"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493afaee4ca3c30ee18148ce3ada37466498">operations_research::glop::ProblemStatus::INIT</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_columns_saver_html_af2af488b8124cad45ef3d0e28d53a44d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_columns_saver.html#af2af488b8124cad45ef3d0e28d53a44d">operations_research::glop::ColumnsSaver::SavedColumn</a></div><div class="ttdeci">const SparseColumn &amp; SavedColumn(ColIndex col) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00216">preprocessor.cc:216</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_add_slack_variables_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_add_slack_variables_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::AddSlackVariablesPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03927">preprocessor.cc:3927</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor.html">operations_research::glop::DoubletonEqualityRowPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00839">preprocessor.h:839</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_ac220cc5563c65b821d9d043010bb2121"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#ac220cc5563c65b821d9d043010bb2121">operations_research::glop::LinearProgram::DeleteRows</a></div><div class="ttdeci">void DeleteRows(const DenseBooleanColumn &amp;rows_to_delete)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l01258">lp_data.cc:1258</a></div></div>
<div class="ttc" id="preprocessor_8h_html"><div class="ttname"><a href="preprocessor_8h.html">preprocessor.h</a></div></div>
<div class="ttc" id="structoperations__research_1_1glop_1_1_problem_solution_html"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_problem_solution.html">operations_research::glop::ProblemSolution</a></div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00657">lp_data.h:657</a></div></div>
<div class="ttc" id="return__macros_8h_html_a6009315499028d98072d8f31834cf4f9"><div class="ttname"><a href="return__macros_8h.html#a6009315499028d98072d8f31834cf4f9">RETURN_IF_NULL</a></div><div class="ttdeci">#define RETURN_IF_NULL(x)</div><div class="ttdef"><b>Definition:</b> <a href="return__macros_8h_source.html#l00020">return_macros.h:20</a></div></div>
<div class="ttc" id="structoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_1_1_restore_info_1_1_col_choice_and_status_html_ae01600784dc2a3768696f55aa374d093"><div class="ttname"><a href="structoperations__research_1_1glop_1_1_doubleton_equality_row_preprocessor_1_1_restore_info_1_1_col_choice_and_status.html#ae01600784dc2a3768696f55aa374d093">operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::status</a></div><div class="ttdeci">VariableStatus status</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00885">preprocessor.h:885</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_row_deletion_helper_html_a4dda252e2b65e3aa074c002daf6f86b8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_row_deletion_helper.html#a4dda252e2b65e3aa074c002daf6f86b8">operations_research::glop::RowDeletionHelper::GetMarkedRows</a></div><div class="ttdeci">const DenseBooleanColumn &amp; GetMarkedRows() const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00296">preprocessor.cc:296</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_af63351aaec91b871b63a8e535711e02f"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#af63351aaec91b871b63a8e535711e02f">operations_research::glop::GlopParameters::log_to_stdout</a></div><div class="ttdeci">bool log_to_stdout() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l02784">parameters.pb.h:2784</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_column_sign_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_column_sign_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::SingletonColumnSignPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03062">preprocessor.cc:3062</a></div></div>
<div class="ttc" id="base_2logging_8h_html_a4395e95bab44e222cb2e77251017a0e2"><div class="ttname"><a href="base_2logging_8h.html#a4395e95bab44e222cb2e77251017a0e2">DCHECK_LE</a></div><div class="ttdeci">#define DCHECK_LE(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00892">base/logging.h:892</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_ae3201a343d8df987411b55830bff7fa3"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#ae3201a343d8df987411b55830bff7fa3">operations_research::glop::LinearProgram::SetMaximizationProblem</a></div><div class="ttdeci">void SetMaximizationProblem(bool maximize)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00343">lp_data.cc:343</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_doubleton_free_column_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_doubleton_free_column_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::DoubletonFreeColumnPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01604">preprocessor.cc:1604</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493a88ec4386a3c49b50819358a579fb9adb"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493a88ec4386a3c49b50819358a579fb9adb">operations_research::glop::ProblemStatus::ABNORMAL</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a04f79a00e1444489a856dbf810bd38c6"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a04f79a00e1444489a856dbf810bd38c6">operations_research::glop::LinearProgram::mutable_constraint_upper_bounds</a></div><div class="ttdeci">DenseColumn * mutable_constraint_upper_bounds()</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8h_source.html#l00553">lp_data.h:553</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_preprocessor_html_a3ad0a2aeb2c7f12fb9d3439a480ffbde"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_preprocessor.html#a3ad0a2aeb2c7f12fb9d3439a480ffbde">operations_research::glop::Preprocessor::in_mip_context_</a></div><div class="ttdeci">bool in_mip_context_</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00093">preprocessor.h:93</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a0f6bd47b8956b59589718bd40b1cf8bc"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a0f6bd47b8956b59589718bd40b1cf8bc">operations_research::glop::ConstraintStatus</a></div><div class="ttdeci">ConstraintStatus</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00231">lp_types.h:231</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_row_deletion_helper_html_a43e3b399f53b38b75171071c9d730c5b"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_row_deletion_helper.html#a43e3b399f53b38b75171071c9d730c5b">operations_research::glop::RowDeletionHelper::RestoreDeletedRows</a></div><div class="ttdeci">void RestoreDeletedRows(ProblemSolution *solution) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00300">preprocessor.cc:300</a></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_fixed_variable_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_fixed_variable_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::FixedVariablePreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01078">preprocessor.cc:1078</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_dualizer_preprocessor_html_a8b7014a72cd02aa5a12eca1942447c06"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_dualizer_preprocessor.html#a8b7014a72cd02aa5a12eca1942447c06">operations_research::glop::DualizerPreprocessor::ChangeStatusToDualStatus</a></div><div class="ttdeci">ProblemStatus ChangeStatusToDualStatus(ProblemStatus status) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03692">preprocessor.cc:3692</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_undo_html_a9a2c9c31d675b34f6ec35cc1ca89e047a723392e031e932ce6773d9ba469ccfa9"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_undo.html#a9a2c9c31d675b34f6ec35cc1ca89e047a723392e031e932ce6773d9ba469ccfa9">operations_research::glop::SingletonUndo::SINGLETON_COLUMN_IN_EQUALITY</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00380">preprocessor.h:380</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493a7850fcfea005b86b2a3fa0d4293c5ee0"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493a7850fcfea005b86b2a3fa0d4293c5ee0">operations_research::glop::ProblemStatus::PRIMAL_INFEASIBLE</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_columns_saver_html_a3b6aa10f89671d78925cc945fe4d4c1c"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_columns_saver.html#a3b6aa10f89671d78925cc945fe4d4c1c">operations_research::glop::ColumnsSaver::SavedOrEmptyColumn</a></div><div class="ttdeci">const SparseColumn &amp; SavedOrEmptyColumn(ColIndex col) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00222">preprocessor.cc:222</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493af00c8dbdd6e1f11bdae06be94277d293"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493af00c8dbdd6e1f11bdae06be94277d293">operations_research::glop::ProblemStatus::OPTIMAL</a></div></div>
<div class="ttc" id="cp__model__fz__solver_8cc_html_a10a1eab179b472c030bdc2a2efef7219"><div class="ttname"><a href="cp__model__fz__solver_8cc.html#a10a1eab179b472c030bdc2a2efef7219">parameters</a></div><div class="ttdeci">SatParameters parameters</div><div class="ttdef"><b>Definition:</b> <a href="cp__model__fz__solver_8cc_source.html#l00120">cp_model_fz_solver.cc:120</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_row_deletion_helper_html_a2087c8376c03c247099a989f2990e6e8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_row_deletion_helper.html#a2087c8376c03c247099a989f2990e6e8">operations_research::glop::RowDeletionHelper::MarkRowForDeletion</a></div><div class="ttdeci">void MarkRowForDeletion(RowIndex row)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00283">preprocessor.cc:283</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_undo_html_a9a2c9c31d675b34f6ec35cc1ca89e047a003bca6275374734c52d66fb1a9ea10c"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_undo.html#a9a2c9c31d675b34f6ec35cc1ca89e047a003bca6275374734c52d66fb1a9ea10c">operations_research::glop::SingletonUndo::SINGLETON_ROW</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00379">preprocessor.h:379</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_column_deletion_helper_html_a8e12342fc420701fbffd97025421575a"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_column_deletion_helper.html#a8e12342fc420701fbffd97025421575a">operations_research::glop::ColumnDeletionHelper::IsEmpty</a></div><div class="ttdeci">bool IsEmpty() const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00203">preprocessor.h:203</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_matrix_html_a960110e64357a3e69162ebf1f71959dd"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_matrix.html#a960110e64357a3e69162ebf1f71959dd">operations_research::glop::SparseMatrix::num_rows</a></div><div class="ttdeci">RowIndex num_rows() const</div><div class="ttdef"><b>Definition:</b> <a href="sparse_8h_source.html#l00177">sparse.h:177</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a3d9874910f9632900fe8677463b1c0be"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a3d9874910f9632900fe8677463b1c0be">operations_research::glop::ScalarProduct</a></div><div class="ttdeci">Fractional ScalarProduct(const DenseRowOrColumn1 &amp;u, const DenseRowOrColumn2 &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_2lp__utils_8h_source.html#l00047">lp_data/lp_utils.h:47</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a0f6bd47b8956b59589718bd40b1cf8bcae91836db656214f9797e10c15928e501"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a0f6bd47b8956b59589718bd40b1cf8bcae91836db656214f9797e10c15928e501">operations_research::glop::ConstraintStatus::FIXED_VALUE</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_preprocessor_html_a322abc0882049744dd1169a3d9e176e5"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_preprocessor.html#a322abc0882049744dd1169a3d9e176e5">operations_research::glop::Preprocessor::IsSmallerWithinPreprocessorZeroTolerance</a></div><div class="ttdeci">bool IsSmallerWithinPreprocessorZeroTolerance(Fractional a, Fractional b) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00084">preprocessor.h:84</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_aaddc7ccf1acc75842c2129ee4590d358a88c189a42c87aa49d667fc8ab76bc323"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#aaddc7ccf1acc75842c2129ee4590d358a88c189a42c87aa49d667fc8ab76bc323">operations_research::glop::VariableStatus::FREE</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_shift_variable_bounds_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_shift_variable_bounds_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::ShiftVariableBoundsPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03716">preprocessor.cc:3716</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_matrix_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_matrix.html">operations_research::glop::SparseMatrix</a></div><div class="ttdef"><b>Definition:</b> <a href="sparse_8h_source.html#l00062">sparse.h:62</a></div></div>
<div class="ttc" id="sat_2lp__utils_8cc_html_a88215c8581662c40eec0fb8621c44af3"><div class="ttname"><a href="sat_2lp__utils_8cc.html#a88215c8581662c40eec0fb8621c44af3">upper_bounds</a></div><div class="ttdeci">std::vector&lt; double &gt; upper_bounds</div><div class="ttdef"><b>Definition:</b> <a href="sat_2lp__utils_8cc_source.html#l00602">sat/lp_utils.cc:602</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a01a5a464aad9b500e5f07b0457520762"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a01a5a464aad9b500e5f07b0457520762">operations_research::glop::LinearProgram::SetObjectiveScalingFactor</a></div><div class="ttdeci">void SetObjectiveScalingFactor(Fractional objective_scaling_factor)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00336">lp_data.cc:336</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_a66ef9e96f997e18e023ebe961edfff10"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a66ef9e96f997e18e023ebe961edfff10">operations_research::glop::GlopParameters::scaling_method</a></div><div class="ttdeci">::operations_research::glop::GlopParameters_ScalingAlgorithm scaling_method() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l01350">parameters.pb.h:1350</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_a550ef893ead5d40ae3128739b8509611"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#a550ef893ead5d40ae3128739b8509611">operations_research::glop::LinearProgram::ScaleObjective</a></div><div class="ttdeci">Fractional ScaleObjective(GlopParameters::CostScalingAlgorithm method)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l01188">lp_data.cc:1188</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_free_constraint_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_free_constraint_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::FreeConstraintPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02181">preprocessor.cc:2181</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a0f6bd47b8956b59589718bd40b1cf8bca14dc61f52267ea9b476f64c1d4d975b1"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a0f6bd47b8956b59589718bd40b1cf8bca14dc61f52267ea9b476f64c1d4d975b1">operations_research::glop::ConstraintStatus::AT_UPPER_BOUND</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_a5f1166ab7db27b8e20e532b36a6329b8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#a5f1166ab7db27b8e20e532b36a6329b8">operations_research::glop::GlopParameters::drop_tolerance</a></div><div class="ttdeci">double drop_tolerance() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l01689">parameters.pb.h:1689</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_to_minimization_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_to_minimization_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::ToMinimizationPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03911">preprocessor.cc:3911</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_main_lp_preprocessor_html_a465d7f4ac3a848d3ef84108d427b8de4"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_main_lp_preprocessor.html#a465d7f4ac3a848d3ef84108d427b8de4">operations_research::glop::MainLpPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const override</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00184">preprocessor.cc:184</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_column_deletion_helper_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_column_deletion_helper.html#aa71d36872f416feaa853788a7a7a7ef8">operations_research::glop::ColumnDeletionHelper::Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00228">preprocessor.cc:228</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_strict_i_t_i_vector_html_a967a5c081ad4195a30c78dc2c0bcabf5"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html#a967a5c081ad4195a30c78dc2c0bcabf5">operations_research::glop::StrictITIVector::size</a></div><div class="ttdeci">IntType size() const</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00280">lp_types.h:280</a></div></div>
<div class="ttc" id="preprocessor_8cc_html_a72ecc219428436501225dd42f67c73a9"><div class="ttname"><a href="preprocessor_8cc.html#a72ecc219428436501225dd42f67c73a9">scaled_cost</a></div><div class="ttdeci">Fractional scaled_cost</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00470">preprocessor.cc:470</a></div></div>
<div class="ttc" id="classoperations__research_1_1_accurate_sum_html_a176a3e919acd979b67cea1ede094cdaa"><div class="ttname"><a href="classoperations__research_1_1_accurate_sum.html#a176a3e919acd979b67cea1ede094cdaa">operations_research::AccurateSum::Value</a></div><div class="ttdeci">FpNumber Value() const</div><div class="ttdef"><b>Definition:</b> <a href="accurate__sum_8h_source.html#l00037">accurate_sum.h:37</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_undo_html_a64a706a64aee1739f874227985b72bcc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_undo.html#a64a706a64aee1739f874227985b72bcc">operations_research::glop::SingletonUndo::Undo</a></div><div class="ttdeci">void Undo(const GlopParameters &amp;parameters, const SparseColumn &amp;saved_column, const SparseColumn &amp;saved_row, ProblemSolution *solution) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l02252">preprocessor.cc:2252</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_fixed_variable_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_fixed_variable_preprocessor.html">operations_research::glop::FixedVariablePreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00521">preprocessor.h:521</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_empty_column_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_empty_column_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::EmptyColumnPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00429">preprocessor.cc:429</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_singleton_column_sign_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_singleton_column_sign_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::SingletonColumnSignPreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03034">preprocessor.cc:3034</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="lp__data_2lp__utils_8h_html"><div class="ttname"><a href="lp__data_2lp__utils_8h.html">lp_utils.h</a></div></div>
<div class="ttc" id="lp__data__utils_8h_html"><div class="ttname"><a href="lp__data__utils_8h.html">lp_data_utils.h</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a4dc8ae0f97c4110f3cc770715b2bbd12"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a4dc8ae0f97c4110f3cc770715b2bbd12">operations_research::glop::DenseRow</a></div><div class="ttdeci">StrictITIVector&lt; ColIndex, Fractional &gt; DenseRow</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00303">lp_types.h:303</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sum_with_one_missing_html_a72833b6e0b4d450a57a0a749c0425e5e"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sum_with_one_missing.html#a72833b6e0b4d450a57a0a749c0425e5e">operations_research::glop::SumWithOneMissing::SumWithoutUb</a></div><div class="ttdeci">Fractional SumWithoutUb(Fractional c) const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_2lp__utils_8h_source.html#l00363">lp_data/lp_utils.h:363</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_forcing_and_implied_free_constraint_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_forcing_and_implied_free_constraint_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::ForcingAndImpliedFreeConstraintPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01276">preprocessor.cc:1276</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_proportional_row_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_proportional_row_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::ProportionalRowPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01004">preprocessor.cc:1004</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_preprocessor_html_aeb01b3abaf68cfdcad5c90c9068c1570"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_preprocessor.html#aeb01b3abaf68cfdcad5c90c9068c1570">operations_research::glop::Preprocessor::IsSmallerWithinFeasibilityTolerance</a></div><div class="ttdeci">bool IsSmallerWithinFeasibilityTolerance(Fractional a, Fractional b) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00080">preprocessor.h:80</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_column_deletion_helper_html_ab73f53154d99b3cd13dae72fd418985d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_column_deletion_helper.html#ab73f53154d99b3cd13dae72fd418985d">operations_research::glop::ColumnDeletionHelper::RestoreDeletedColumns</a></div><div class="ttdeci">void RestoreDeletedColumns(ProblemSolution *solution) const</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00250">preprocessor.cc:250</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html">operations_research::glop::GlopParameters</a></div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l00194">parameters.pb.h:194</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_1glop_1_1_columns_saver_html_af288e8fc53034650fea5898cc1d598fd"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_columns_saver.html#af288e8fc53034650fea5898cc1d598fd">operations_research::glop::ColumnsSaver::SaveColumn</a></div><div class="ttdeci">void SaveColumn(ColIndex col, const SparseColumn &amp;column)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00203">preprocessor.cc:203</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_unconstrained_variable_preprocessor_html_a5d398cb6297813f547da141848e70bbc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_unconstrained_variable_preprocessor.html#a5d398cb6297813f547da141848e70bbc">operations_research::glop::UnconstrainedVariablePreprocessor::Run</a></div><div class="ttdeci">bool Run(LinearProgram *lp) final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l01829">preprocessor.cc:1829</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_preprocessor_html_a3611ef0bc3b3adfa06432f2659c535f7"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_preprocessor.html#a3611ef0bc3b3adfa06432f2659c535f7">operations_research::glop::Preprocessor::Preprocessor</a></div><div class="ttdeci">Preprocessor(const GlopParameters *parameters)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00048">preprocessor.cc:48</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a884f3b645d22471e5ed3320e182cd493a8ada5da7749eac0d9fe1782ad9bab585"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a884f3b645d22471e5ed3320e182cd493a8ada5da7749eac0d9fe1782ad9bab585">operations_research::glop::ProblemStatus::DUAL_UNBOUNDED</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_preprocessor_html_a4044f1ba691c532a1aa362b77258489d"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_preprocessor.html#a4044f1ba691c532a1aa362b77258489d">operations_research::glop::Preprocessor::parameters_</a></div><div class="ttdeci">const GlopParameters &amp; parameters_</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00092">preprocessor.h:92</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_columns_saver_html_aeab5e5bcf98e79cf87cf5293dfd1c277"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_columns_saver.html#aeab5e5bcf98e79cf87cf5293dfd1c277">operations_research::glop::ColumnsSaver::SaveColumnIfNotAlreadyDone</a></div><div class="ttdeci">void SaveColumnIfNotAlreadyDone(ColIndex col, const SparseColumn &amp;column)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00209">preprocessor.cc:209</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_aeeee0971281f2781c379fce7a64a5049"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#aeeee0971281f2781c379fce7a64a5049">operations_research::glop::LinearProgram::GetSparseColumn</a></div><div class="ttdeci">const SparseColumn &amp; GetSparseColumn(ColIndex col) const</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00409">lp_data.cc:409</a></div></div>
<div class="ttc" id="preprocessor_8cc_html_abe47a721d0dd1e0d7f060c1f4ae69167"><div class="ttname"><a href="preprocessor_8cc.html#abe47a721d0dd1e0d7f060c1f4ae69167">RUN_PREPROCESSOR</a></div><div class="ttdeci">#define RUN_PREPROCESSOR(name)</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00060">preprocessor.cc:60</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_ad38b71923c7904791897a23722c157cb"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#ad38b71923c7904791897a23722c157cb">operations_research::glop::LinearProgram::PopulateFromDual</a></div><div class="ttdeci">void PopulateFromDual(const LinearProgram &amp;dual, RowToColMapping *duplicated_rows)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00764">lp_data.cc:764</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_dualizer_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_dualizer_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::DualizerPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l03583">preprocessor.cc:3583</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_proportional_column_preprocessor_html_a6ac5e2bce2fe4745f79d716c6ed14dcf"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_proportional_column_preprocessor.html#a6ac5e2bce2fe4745f79d716c6ed14dcf">operations_research::glop::ProportionalColumnPreprocessor::RecoverSolution</a></div><div class="ttdeci">void RecoverSolution(ProblemSolution *solution) const final</div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8cc_source.html#l00714">preprocessor.cc:714</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_sparse_matrix_scaler_html_a150a7b18071b89f90d47aa00b679edc9"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_sparse_matrix_scaler.html#a150a7b18071b89f90d47aa00b679edc9">operations_research::glop::SparseMatrixScaler::ScaleColumnVector</a></div><div class="ttdeci">void ScaleColumnVector(bool up, DenseColumn *column_vector) const</div><div class="ttdef"><b>Definition:</b> <a href="matrix__scaler_8cc_source.html#l00176">matrix_scaler.cc:176</a></div></div>
<div class="ttc" id="constraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6"><div class="ttname"><a href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a></div><div class="ttdeci">int64_t a</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00046">constraint_solver/table.cc:46</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_linear_program_html_aa23a76f0f582369176688b458cda07dc"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_linear_program.html#aa23a76f0f582369176688b458cda07dc">operations_research::glop::LinearProgram::AddSlackVariablesWhereNecessary</a></div><div class="ttdeci">void AddSlackVariablesWhereNecessary(bool detect_integer_constraints)</div><div class="ttdef"><b>Definition:</b> <a href="lp__data_8cc_source.html#l00697">lp_data.cc:697</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_glop_parameters_html_acca1ce09fc63ba147187720830291df5"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_glop_parameters.html#acca1ce09fc63ba147187720830291df5">operations_research::glop::GlopParameters::use_scaling</a></div><div class="ttdeci">bool use_scaling() const</div><div class="ttdef"><b>Definition:</b> <a href="parameters_8pb_8h_source.html#l01717">parameters.pb.h:1717</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_a0f6bd47b8956b59589718bd40b1cf8bca74c506bd3d744fb5c2862229c8f2b6ce"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#a0f6bd47b8956b59589718bd40b1cf8bca74c506bd3d744fb5c2862229c8f2b6ce">operations_research::glop::ConstraintStatus::AT_LOWER_BOUND</a></div></div>
<div class="ttc" id="classoperations__research_1_1glop_1_1_doubleton_free_column_preprocessor_html"><div class="ttname"><a href="classoperations__research_1_1glop_1_1_doubleton_free_column_preprocessor.html">operations_research::glop::DoubletonFreeColumnPreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="preprocessor_8h_source.html#l00648">preprocessor.h:648</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_747248fa8ec2ebcb4d8ad85ced34db0b.html">glop</a></li><li class="navelem"><a class="el" href="preprocessor_8cc.html">preprocessor.cc</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
2022-01-16 18:02:36 +01: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>