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

170 lines
128 KiB
HTML
Raw Normal View History

2021-04-27 23:00:03 +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"/>
2021-04-27 23:00:03 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: indexed_model.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>
2021-04-27 23:00:03 +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>
2021-04-27 23:00:03 +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 -->
2021-04-27 23:00:03 +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');
2021-04-27 23:00:03 +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 */
2021-04-27 23:00:03 +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>
2021-04-27 23:00:03 +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('indexed__model_8cc_source.html','');});
2021-04-27 23:00:03 +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">indexed_model.cc</div> </div>
2021-04-27 23:00:03 +02:00
</div><!--header-->
<div class="contents">
2022-01-16 18:02:36 +01:00
<a href="indexed__model_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="indexed__model_8h.html">ortools/math_opt/core/indexed_model.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;algorithm&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &lt;utility&gt;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="base_2logging_8h.html">ortools/base/logging.h</a>&quot;</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &quot;absl/container/flat_hash_map.h&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &quot;absl/container/flat_hash_set.h&quot;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &quot;absl/memory/memory.h&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &quot;absl/strings/string_view.h&quot
<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="model__update__merge_8h_html"><div class="ttname"><a href="model__update__merge_8h.html">model_update_merge.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_a5f3a8a03f482c425defc0907feb6ec03"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#a5f3a8a03f482c425defc0907feb6ec03">operations_research::math_opt::IndexedModel::variables</a></div><div class="ttdeci">std::vector&lt; VariableId &gt; variables() const</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00164">indexed_model.cc:164</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_aef798fd853e39de45ca855559f0df129"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#aef798fd853e39de45ca855559f0df129">operations_research::math_opt::IndexedModel::AddLinearConstraint</a></div><div class="ttdeci">LinearConstraintId AddLinearConstraint(absl::string_view name=&quot;&quot;)</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00757">indexed_model.h:757</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_ac17be684f3a6337b38f287c0a1e8c691"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ac17be684f3a6337b38f287c0a1e8c691">operations_research::math_opt::MakeView</a></div><div class="ttdeci">SparseVectorView&lt; T &gt; MakeView(absl::Span&lt; const int64_t &gt; ids, const Collection &amp;values)</div><div class="ttdef"><b>Definition:</b> <a href="sparse__vector__view_8h_source.html#l00140">sparse_vector_view.h:140</a></div></div>
<div class="ttc" id="macros_8h_html_a7f536a3b33f9bed8f75734e035d30725"><div class="ttname"><a href="macros_8h.html#a7f536a3b33f9bed8f75734e035d30725">DEBUG_MODE</a></div><div class="ttdeci">const bool DEBUG_MODE</div><div class="ttdef"><b>Definition:</b> <a href="macros_8h_source.html#l00024">macros.h:24</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_dual_ray_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_dual_ray.html">operations_research::math_opt::IndexedDualRay</a></div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00645">indexed_model.h:645</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_1_1_update_tracker_html_a4757d290de11ba9c741dbb2731ec9ed8"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model_1_1_update_tracker.html#a4757d290de11ba9c741dbb2731ec9ed8">operations_research::math_opt::IndexedModel::UpdateTracker::~UpdateTracker</a></div><div class="ttdeci">~UpdateTracker() ABSL_LOCKS_EXCLUDED(indexed_model_.update_trackers_lock_)</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00514">indexed_model.cc:514</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_basis_html_a265be1b5bb98c8688eaabee9c97f0733"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_basis.html#a265be1b5bb98c8688eaabee9c97f0733">operations_research::math_opt::IndexedBasis::variable_status</a></div><div class="ttdeci">absl::flat_hash_map&lt; VariableId, BasisStatus &gt; variable_status</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00658">indexed_model.h:658</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_dual_solution_html_a297497ff6b18b2ba7164a2152a8349dd"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_dual_solution.html#a297497ff6b18b2ba7164a2152a8349dd">operations_research::math_opt::IndexedDualSolution::reduced_costs</a></div><div class="ttdeci">absl::flat_hash_map&lt; VariableId, double &gt; reduced_costs</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00630">indexed_model.h:630</a></div></div>
<div class="ttc" id="int__type_8h_html"><div class="ttname"><a href="int__type_8h.html">int_type.h</a></div></div>
<div class="ttc" id="base_2logging_8h_html_a7e03ec13560fa94a8fea569960d7efc6"><div class="ttname"><a href="base_2logging_8h.html#a7e03ec13560fa94a8fea569960d7efc6">CHECK_GT</a></div><div class="ttdeci">#define CHECK_GT(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00707">base/logging.h:707</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_a7f61878db357c5e54364c258b84bd60f"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#a7f61878db357c5e54364c258b84bd60f">operations_research::math_opt::IndexedModel::AddVariable</a></div><div class="ttdeci">VariableId AddVariable(absl::string_view name=&quot;&quot;)</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00685">indexed_model.h:685</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_solutions_html_abcc13b24b3d5ff188d37fb4af2ef94e3"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_solutions.html#abcc13b24b3d5ff188d37fb4af2ef94e3">operations_research::math_opt::IndexedSolutions::dual_rays</a></div><div class="ttdeci">std::vector&lt; IndexedDualRay &gt; dual_rays</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00668">indexed_model.h:668</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="namespacegtl_html_a5c0d4dea208db4deaa285c06b78d8181"><div class="ttname"><a href="namespacegtl.html#a5c0d4dea208db4deaa285c06b78d8181">gtl::InsertOrDie</a></div><div class="ttdeci">void InsertOrDie(Collection *const collection, const typename Collection::value_type &amp;value)</div><div class="ttdef"><b>Definition:</b> <a href="map__util_8h_source.html#l00154">map_util.h:154</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_dual_ray_html_a297497ff6b18b2ba7164a2152a8349dd"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_dual_ray.html#a297497ff6b18b2ba7164a2152a8349dd">operations_research::math_opt::IndexedDualRay::reduced_costs</a></div><div class="ttdeci">absl::flat_hash_map&lt; VariableId, double &gt; reduced_costs</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00647">indexed_model.h:647</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_basis_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_basis.html">operations_research::math_opt::IndexedBasis</a></div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00656">indexed_model.h:656</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_primal_solution_html_a0b6e5ca9443f7b80d00945d7a1846d5e"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_primal_solution.html#a0b6e5ca9443f7b80d00945d7a1846d5e">operations_research::math_opt::IndexedPrimalSolution::variable_values</a></div><div class="ttdeci">absl::flat_hash_map&lt; VariableId, double &gt; variable_values</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00598">indexed_model.h:598</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_solutions_html_a0c16ef549b2b4ae1c919befe358db529"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_solutions.html#a0c16ef549b2b4ae1c919befe358db529">operations_research::math_opt::IndexedSolutions::dual_solutions</a></div><div class="ttdeci">std::vector&lt; IndexedDualSolution &gt; dual_solutions</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00667">indexed_model.h:667</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html">operations_research::math_opt::IndexedModel</a></div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00161">indexed_model.h:161</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_af6af3777993dc125c5d4a46b5eee7575"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#af6af3777993dc125c5d4a46b5eee7575">operations_research::math_opt::IndexedModel::SortedLinearConstraints</a></div><div class="ttdeci">std::vector&lt; LinearConstraintId &gt; SortedLinearConstraints() const</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00211">indexed_model.cc:211</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_a7d985a3b070ce01cf116dddc485ba38f"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a7d985a3b070ce01cf116dddc485ba38f">operations_research::math_opt::MergeIntoUpdate</a></div><div class="ttdeci">void MergeIntoUpdate(const ModelUpdateProto &amp;from, ModelUpdateProto &amp;into)</div><div class="ttdef"><b>Definition:</b> <a href="model__update__merge_8cc_source.html#l00030">model_update_merge.cc:30</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_affdd1f6f772003700c4ed2a36269efa7"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#affdd1f6f772003700c4ed2a36269efa7">operations_research::math_opt::IndexedModel::NewUpdateTracker</a></div><div class="ttdeci">std::unique_ptr&lt; UpdateTracker &gt; NewUpdateTracker()</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00499">indexed_model.cc:499</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_1_1_update_tracker_html"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model_1_1_update_tracker.html">operations_research::math_opt::IndexedModel::UpdateTracker</a></div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00212">indexed_model.h:212</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="map__util_8h_html"><div class="ttname"><a href="map__util_8h.html">map_util.h</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_solutions_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_solutions.html">operations_research::math_opt::IndexedSolutions</a></div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00664">indexed_model.h:664</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_1_1_update_tracker_html_ac4bca7e095c64253ee7df05641f6f250"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model_1_1_update_tracker.html#ac4bca7e095c64253ee7df05641f6f250">operations_research::math_opt::IndexedModel::UpdateTracker::ExportModelUpdate</a></div><div class="ttdeci">absl::optional&lt; ModelUpdateProto &gt; ExportModelUpdate() ABSL_LOCKS_EXCLUDED(indexed_model_.update_trackers_lock_)</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00520">indexed_model.cc:520</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_primal_solution_html_a69703b8569462134ad4e22ab0133e418"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_primal_solution.html#a69703b8569462134ad4e22ab0133e418">operations_research::math_opt::IndexedPrimalSolution::objective_value</a></div><div class="ttdeci">double objective_value</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00599">indexed_model.h:599</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_dual_solution_html_aeadb7c4134d66923e3cfa1d48f5b4e8f"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_dual_solution.html#aeadb7c4134d66923e3cfa1d48f5b4e8f">operations_research::math_opt::IndexedDualSolution::dual_values</a></div><div class="ttdeci">absl::flat_hash_map&lt; LinearConstraintId, double &gt; dual_values</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00629">indexed_model.h:629</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_dual_solution_html_a69703b8569462134ad4e22ab0133e418"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_dual_solution.html#a69703b8569462134ad4e22ab0133e418">operations_research::math_opt::IndexedDualSolution::objective_value</a></div><div class="ttdeci">double objective_value</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00631">indexed_model.h:631</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_a17bfc36741359bc1a6313ab7beb2a616"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#a17bfc36741359bc1a6313ab7beb2a616">operations_research::math_opt::IndexedModel::SortedVariables</a></div><div class="ttdeci">std::vector&lt; VariableId &gt; SortedVariables() const</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00168">indexed_model.cc:168</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_1math__opt_1_1_indexed_model_html_ad8227ba86a01f26e4f173cd5e219d5d1"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#ad8227ba86a01f26e4f173cd5e219d5d1">operations_research::math_opt::IndexedModel::name</a></div><div class="ttdeci">const std::string &amp; name() const</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00256">indexed_model.h:256</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_dual_solution_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_dual_solution.html">operations_research::math_opt::IndexedDualSolution</a></div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00628">indexed_model.h:628</a></div></div>
<div class="ttc" id="indexed__model_8h_html"><div class="ttname"><a href="indexed__model_8h.html">indexed_model.h</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_basis_html_a71ef6bd1ff70ba245d1d64648a207886"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_basis.html#a71ef6bd1ff70ba245d1d64648a207886">operations_research::math_opt::IndexedBasis::constraint_status</a></div><div class="ttdeci">absl::flat_hash_map&lt; LinearConstraintId, BasisStatus &gt; constraint_status</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00657">indexed_model.h:657</a></div></div>
<div class="ttc" id="sparse__vector__view_8h_html"><div class="ttname"><a href="sparse__vector__view_8h.html">sparse_vector_view.h</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="classoperations__research_1_1math__opt_1_1_indexed_model_1_1_update_tracker_html_a7ab6e456ef150951bb67e3cf1ebe3056"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model_1_1_update_tracker.html#a7ab6e456ef150951bb67e3cf1ebe3056">operations_research::math_opt::IndexedModel::UpdateTracker::Checkpoint</a></div><div class="ttdeci">void Checkpoint() ABSL_LOCKS_EXCLUDED(indexed_model_.update_trackers_lock_)</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00593">indexed_model.cc:593</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_a40f5d96de187737d854c193cb24b77d2"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#a40f5d96de187737d854c193cb24b77d2">operations_research::math_opt::IndexedModel::DeleteLinearConstraint</a></div><div class="ttdeci">void DeleteLinearConstraint(LinearConstraintId id)</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00186">indexed_model.cc:186</a></div></div>
<div class="ttc" id="base_2logging_8h_html"><div class="ttname"><a href="base_2logging_8h.html">logging.h</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_af002beeeedcb854981c62d4c5ad2ade6"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#af002beeeedcb854981c62d4c5ad2ade6">operations_research::math_opt::IndexedSolutionsFromProto</a></div><div class="ttdeci">IndexedSolutions IndexedSolutionsFromProto(const SolveResultProto &amp;solve_result)</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00455">indexed_model.cc:455</a></div></div>
<div class="ttc" id="namespacegtl_html_abc18f60961e36340e64e428827c0e38e"><div class="ttname"><a href="namespacegtl.html#abc18f60961e36340e64e428827c0e38e">gtl::FindWithDefault</a></div><div class="ttdeci">const Collection::value_type::second_type &amp; FindWithDefault(const Collection &amp;collection, const typename Collection::value_type::first_type &amp;key, const typename Collection::value_type::second_type &amp;value)</div><div class="ttdef"><b>Definition:</b> <a href="map__util_8h_source.html#l00029">map_util.h:29</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_dual_ray_html_aeadb7c4134d66923e3cfa1d48f5b4e8f"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_dual_ray.html#aeadb7c4134d66923e3cfa1d48f5b4e8f">operations_research::math_opt::IndexedDualRay::dual_values</a></div><div class="ttdeci">absl::flat_hash_map&lt; LinearConstraintId, double &gt; dual_values</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00646">indexed_model.h:646</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_a13a035185d02f47ea72b737b293516b1"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#a13a035185d02f47ea72b737b293516b1">operations_research::math_opt::IndexedModel::linear_constraints</a></div><div class="ttdeci">std::vector&lt; LinearConstraintId &gt; linear_constraints() const</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00207">indexed_model.cc:207</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_primal_solution_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_primal_solution.html">operations_research::math_opt::IndexedPrimalSolution</a></div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00597">indexed_model.h:597</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_primal_ray_html_a0b6e5ca9443f7b80d00945d7a1846d5e"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_primal_ray.html#a0b6e5ca9443f7b80d00945d7a1846d5e">operations_research::math_opt::IndexedPrimalRay::variable_values</a></div><div class="ttdeci">absl::flat_hash_map&lt; VariableId, double &gt; variable_values</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00619">indexed_model.h:619</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="structoperations__research_1_1math__opt_1_1_indexed_solutions_html_aa6fec8367be4573de5f0c143cf8005a1"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_solutions.html#aa6fec8367be4573de5f0c143cf8005a1">operations_research::math_opt::IndexedSolutions::basis</a></div><div class="ttdeci">std::vector&lt; IndexedBasis &gt; basis</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00669">indexed_model.h:669</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_primal_ray_html"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_primal_ray.html">operations_research::math_opt::IndexedPrimalRay</a></div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00618">indexed_model.h:618</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_a312154deac76051cb49fca9381fae41f"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#a312154deac76051cb49fca9381fae41f">operations_research::math_opt::IndexedModel::SortedLinearObjectiveNonzeroVariables</a></div><div class="ttdeci">std::vector&lt; VariableId &gt; SortedLinearObjectiveNonzeroVariables() const</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00215">indexed_model.cc:215</a></div></div>
<div class="ttc" id="namespacegtl_html_ab9e05694d7776f2eef357feca8b9d647"><div class="ttname"><a href="namespacegtl.html#ab9e05694d7776f2eef357feca8b9d647">gtl::FindOrNull</a></div><div class="ttdeci">const Collection::value_type::second_type * FindOrNull(const Collection &amp;collection, const typename Collection::value_type::first_type &amp;key)</div><div class="ttdef"><b>Definition:</b> <a href="map__util_8h_source.html#l00060">map_util.h:60</a></div></div>
<div class="ttc" id="expr__array_8cc_html_a472a99923cbe11ae7b5a5d157d9ad465"><div class="ttname"><a href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a></div><div class="ttdeci">IntVar * var</div><div class="ttdef"><b>Definition:</b> <a href="expr__array_8cc_source.html#l01874">expr_array.cc:1874</a></div></div>
<div class="ttc" id="structoperations__research_1_1math__opt_1_1_indexed_solutions_html_a8e3c4b125f4ff56f9d456091e5ba2e53"><div class="ttname"><a href="structoperations__research_1_1math__opt_1_1_indexed_solutions.html#a8e3c4b125f4ff56f9d456091e5ba2e53">operations_research::math_opt::IndexedSolutions::primal_rays</a></div><div class="ttdeci">std::vector&lt; IndexedPrimalRay &gt; primal_rays</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8h_source.html#l00666">indexed_model.h:666</a></div></div>
<div class="ttc" id="classoperations__research_1_1math__opt_1_1_indexed_model_html_a21466ff77e82c4002423e4dda189b780"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#a21466ff77e82c4002423e4dda189b780">operations_research::math_opt::IndexedModel::DeleteVariable</a></div><div class="ttdeci">void DeleteVariable(VariableId id)</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00139">indexed_model.cc:139</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_1math__opt_1_1_indexed_model_html_aa850c403983019f6676dda010d9ac3a5"><div class="ttname"><a href="classoperations__research_1_1math__opt_1_1_indexed_model.html#aa850c403983019f6676dda010d9ac3a5">operations_research::math_opt::IndexedModel::ExportModel</a></div><div class="ttdeci">ModelProto ExportModel() const</div><div class="ttdef"><b>Definition:</b> <a href="indexed__model_8cc_source.html#l00254">indexed_model.cc:254</a></div></div>
2021-04-27 23:00:03 +02:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
2021-09-20 15:57:27 +02:00
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_1defc00030ff81d309105e053121082f.html">math_opt</a></li><li class="navelem"><a class="el" href="dir_d5b95ec3710e8b09bb3a6564ed5074d8.html">core</a></li><li class="navelem"><a class="el" href="indexed__model_8cc.html">indexed_model.cc</a></li>
2021-04-27 23:00:03 +02:00
<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>
2021-04-27 23:00:03 +02:00
</ul>
</div>
</body>
</html>