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

290 lines
333 KiB
HTML
Raw Normal View History

2020-09-02 09:42:51 +02:00
<!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2021-09-20 15:57:27 +02:00
<meta name="generator" content="Doxygen 1.8.15"/>
2020-09-02 09:42:51 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: integer_search.cc Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
2021-09-20 15:57:27 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
2020-09-02 09:42:51 +02:00
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
2021-09-20 15:57:27 +02:00
&#160;<span id="projectnumber">9.1</span>
2020-09-02 09:42:51 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-02 09:42:51 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-02 09:42:51 +02:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('integer__search_8cc_source.html','');});
2020-09-02 09:42:51 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">integer_search.cc</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="integer__search_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="integer__search_8h.html">ortools/sat/integer_search.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;cmath&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &lt;cstdint&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#include &lt;functional&gt;</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &quot;absl/container/flat_hash_set.h&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &quot;absl/types/span.h&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="cp__model__mapping_8h.html">ortools/sat/cp_model_mapping.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="implied__bounds_8h.html">ortools/sat/implied_bounds.h</a>&quot;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="integer_8h.html">ortools/sat/integer.h</a>&quot;</span></div><div class="line"><a name="l00026"></
<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#l00491">base/logging.h:491</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_pseudo_costs_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_pseudo_costs.html">operations_research::sat::PseudoCosts</a></div><div class="ttdef"><b>Definition:</b> <a href="pseudo__costs_8h_source.html#l00028">pseudo_costs.h:28</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#l00105">time_limit.h:105</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_ac4fc75eea42e935951c766549cf8aa3c"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#ac4fc75eea42e935951c766549cf8aa3c">operations_research::sat::IntegerTrail::HasPendingRootLevelDeduction</a></div><div class="ttdeci">bool HasPendingRootLevelDeduction() const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00903">integer.h:903</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_integer_literal_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_integer_literal.html">operations_research::sat::IntegerLiteral</a></div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00167">integer.h:167</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_aa1f93c70c349b5f740fefe5317b7f9fc"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#aa1f93c70c349b5f740fefe5317b7f9fc">operations_research::sat::SatParameters::LP_SEARCH</a></div><div class="ttdeci">static constexpr SearchBranching LP_SEARCH</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l00773">sat_parameters.pb.h:773</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_programming_constraint_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_programming_constraint.html">operations_research::sat::LinearProgrammingConstraint</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__programming__constraint_8h_source.html#l00131">linear_programming_constraint.h:131</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_aef1ea7e6296a28c0fa0752328d8cb900"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#aef1ea7e6296a28c0fa0752328d8cb900">operations_research::sat::RandomizeDecisionHeuristic</a></div><div class="ttdeci">void RandomizeDecisionHeuristic(URBG *random, SatParameters *parameters)</div><div class="ttdef"><b>Definition:</b> <a href="sat_2util_8h_source.html#l00109">sat/util.h:109</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_model_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_model.html">operations_research::sat::Model</a></div><div class="ttdoc">Class that owns everything related to a particular optimization model.</div><div class="ttdef"><b>Definition:</b> <a href="sat_2model_8h_source.html#l00038">sat/model.h:38</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#l02013">cp_model_solver.cc:2013</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_programming_constraint_html_a700f8f1db38fcb59cab04ff2d75a915f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_programming_constraint.html#a700f8f1db38fcb59cab04ff2d75a915f">operations_research::sat::LinearProgrammingConstraint::SolutionIsInteger</a></div><div class="ttdeci">bool SolutionIsInteger() const</div><div class="ttdef"><b>Definition:</b> <a href="linear__programming__constraint_8h_source.html#l00161">linear_programming_constraint.h:161</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a355a62f25cfadeccfb164ab9fb867c81"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a355a62f25cfadeccfb164ab9fb867c81">operations_research::sat::kMinIntegerValue</a></div><div class="ttdeci">constexpr IntegerValue kMinIntegerValue(-kMaxIntegerValue)</div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_a0111ae24346ddd398aaaf891b887a6fa"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#a0111ae24346ddd398aaaf891b887a6fa">operations_research::sat::SatParameters::exploit_all_lp_solution</a></div><div class="ttdeci">bool exploit_all_lp_solution() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l06928">sat_parameters.pb.h:6928</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba03f919221217f95d21a593a7120165e1"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba03f919221217f95d21a593a7120165e1">operations_research::sat::SatSolver::FEASIBLE</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00184">sat_solver.h:184</a></div></div>
<div class="ttc" id="sat__decision_8h_html"><div class="ttname"><a href="sat__decision_8h.html">sat_decision.h</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_integer_literal_html_a3e2eb445631727dd4abf1d5343f16b2f"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_integer_literal.html#a3e2eb445631727dd4abf1d5343f16b2f">operations_research::sat::IntegerLiteral::LowerOrEqual</a></div><div class="ttdeci">static IntegerLiteral LowerOrEqual(IntegerVariable i, IntegerValue bound)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01315">integer.h:1315</a></div></div>
<div class="ttc" id="base_2logging_8h_html_afcaa7cadd41741bb855c2ada1d2ef927"><div class="ttname"><a href="base_2logging_8h.html#afcaa7cadd41741bb855c2ada1d2ef927">VLOG</a></div><div class="ttdeci">#define VLOG(verboselevel)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00979">base/logging.h:979</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_model_html_a8d72645353ea6770911c4e0724995ed6"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_model.html#a8d72645353ea6770911c4e0724995ed6">operations_research::sat::Model::GetOrCreate</a></div><div class="ttdeci">T * GetOrCreate()</div><div class="ttdoc">Returns an object of type T that is unique to this model (like a &quot;local&quot; singleton).</div><div class="ttdef"><b>Definition:</b> <a href="sat_2model_8h_source.html#l00106">sat/model.h:106</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_ab857cd2aead68952d9fe92a8ad8d3ac9"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#ab857cd2aead68952d9fe92a8ad8d3ac9">operations_research::sat::IntegerTrail::LowerBound</a></div><div class="ttdeci">IntegerValue LowerBound(IntegerVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01345">integer.h:1345</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_literal_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_literal.html#a764be64f3029f8b8e23511061d8de355">operations_research::sat::Literal::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00094">sat_base.h:94</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_a1635a2dbd56096bb62e0581cd949cceb"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#a1635a2dbd56096bb62e0581cd949cceb">operations_research::sat::SatParameters::use_optimization_hints</a></div><div class="ttdeci">bool use_optimization_hints() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l05889">sat_parameters.pb.h:5889</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_literal_html_a4a11c7c4d7706c09de5e18707c3b5c62"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_literal.html#a4a11c7c4d7706c09de5e18707c3b5c62">operations_research::sat::Literal::Index</a></div><div class="ttdeci">LiteralIndex Index() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00085">sat_base.h:85</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_shared_response_manager_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_shared_response_manager.html">operations_research::sat::SharedResponseManager</a></div><div class="ttdef"><b>Definition:</b> <a href="synchronization_8h_source.html#l00173">synchronization.h:173</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a48d1aae59a778d6f39609f9add7cd0a5"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a48d1aae59a778d6f39609f9add7cd0a5">operations_research::sat::SolveIntegerProblemWithLazyEncoding</a></div><div class="ttdeci">SatSolver::Status SolveIntegerProblemWithLazyEncoding(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l01065">integer_search.cc:1065</a></div></div>
<div class="ttc" id="sched__constraints_8cc_html_a826c744af066625acb241b17ae3e2be9"><div class="ttname"><a href="sched__constraints_8cc.html#a826c744af066625acb241b17ae3e2be9">start_min</a></div><div class="ttdeci">Rev&lt; int64_t &gt; start_min</div><div class="ttdef"><b>Definition:</b> <a href="sched__constraints_8cc_source.html#l00243">sched_constraints.cc:243</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_restart_policy_html_a9a4dbc2c6849f437d4f08288eeffbfed"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_restart_policy.html#a9a4dbc2c6849f437d4f08288eeffbfed">operations_research::sat::RestartPolicy::ShouldRestart</a></div><div class="ttdeci">bool ShouldRestart()</div><div class="ttdef"><b>Definition:</b> <a href="restart_8cc_source.html#l00081">restart.cc:81</a></div></div>
<div class="ttc" id="gurobi__interface_8cc_html_a0728f23c9a47655d38e0bf1a2f200bcf"><div class="ttname"><a href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a></div><div class="ttdeci">GRBmodel * model</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__interface_8cc_source.html#l00273">gurobi_interface.cc:273</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_shared_l_p_solution_repository_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_shared_l_p_solution_repository.html">operations_research::sat::SharedLPSolutionRepository</a></div><div class="ttdef"><b>Definition:</b> <a href="synchronization_8h_source.html#l00139">synchronization.h:139</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_literal_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_literal.html">operations_research::sat::Literal</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00065">sat_base.h:65</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_integer_literal_html_ab6516f556b715738034b30d290c40214"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_integer_literal.html#ab6516f556b715738034b30d290c40214">operations_research::sat::IntegerLiteral::var</a></div><div class="ttdeci">IntegerVariable var</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00203">integer.h:203</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a7e0c6e9c16089229f5ae7a34ec631604"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a7e0c6e9c16089229f5ae7a34ec631604">operations_research::sat::CompleteHeuristics</a></div><div class="ttdeci">std::vector&lt; std::function&lt; BooleanOrIntegerLiteral()&gt; &gt; CompleteHeuristics(const std::vector&lt; std::function&lt; BooleanOrIntegerLiteral()&gt;&gt; &amp;incomplete_heuristics, const std::function&lt; BooleanOrIntegerLiteral()&gt; &amp;completion_heuristic)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00752">integer_search.cc:752</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_af00b4e8985ea79330bc3f378208ad024"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#af00b4e8985ea79330bc3f378208ad024">operations_research::sat::SatParameters::exploit_relaxation_solution</a></div><div class="ttdeci">bool exploit_relaxation_solution() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l06984">sat_parameters.pb.h:6984</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_a257e99b653bc762af5410936511fc5da"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#a257e99b653bc762af5410936511fc5da">operations_research::sat::SatParameters::search_branching</a></div><div class="ttdeci">::operations_research::sat::SatParameters_SearchBranching search_branching() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l06787">sat_parameters.pb.h:6787</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_objective_definition_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_objective_definition.html">operations_research::sat::ObjectiveDefinition</a></div><div class="ttdef"><b>Definition:</b> <a href="cp__model__mapping_8h_source.html#l00040">cp_model_mapping.h:40</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_implied_bounds_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_implied_bounds.html">operations_research::sat::ImpliedBounds</a></div><div class="ttdef"><b>Definition:</b> <a href="implied__bounds_8h_source.html#l00078">implied_bounds.h:78</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_search_helper_html_a3da0daf61b8c11b7503a7d8f49e964d8"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_search_helper.html#a3da0daf61b8c11b7503a7d8f49e964d8">operations_research::sat::IntegerSearchHelper::IntegerSearchHelper</a></div><div class="ttdeci">IntegerSearchHelper(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00765">integer_search.cc:765</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_boolean_or_integer_literal_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_boolean_or_integer_literal.html">operations_research::sat::BooleanOrIntegerLiteral</a></div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00041">integer_search.h:41</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_acace892b69b55e3ee219e2893f34ef8f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#acace892b69b55e3ee219e2893f34ef8f">operations_research::sat::SatSolver::num_failures</a></div><div class="ttdeci">int64_t num_failures() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8cc_source.html#l00085">sat_solver.cc:85</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_ac4a25d47a029efe205efbc015f7c7e7c"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#ac4a25d47a029efe205efbc015f7c7e7c">operations_research::sat::SplitUsingBestSolutionValueInRepository</a></div><div class="ttdeci">IntegerLiteral SplitUsingBestSolutionValueInRepository(IntegerVariable var, const SharedSolutionRepository&lt; int64_t &gt; &amp;solution_repo, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00127">integer_search.cc:127</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_a5b7170787801b1851c20c4c0a21e3e74"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#a5b7170787801b1851c20c4c0a21e3e74">operations_research::sat::SatParameters::PORTFOLIO_SEARCH</a></div><div class="ttdeci">static constexpr SearchBranching PORTFOLIO_SEARCH</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l00771">sat_parameters.pb.h:771</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a1227e67513602591fb959e35c9de66e8"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a1227e67513602591fb959e35c9de66e8">operations_research::sat::kMaxIntegerValue</a></div><div class="ttdeci">constexpr IntegerValue kMaxIntegerValue(std::numeric_limits&lt; IntegerValue::ValueType &gt;::max() - 1)</div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_abb234c348ddabb307c1170b3e4c7f2b9"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#abb234c348ddabb307c1170b3e4c7f2b9">operations_research::sat::ContinuousProbing</a></div><div class="ttdeci">SatSolver::Status ContinuousProbing(const std::vector&lt; BooleanVariable &gt; &amp;bool_vars, const std::vector&lt; IntegerVariable &gt; &amp;int_vars, const std::function&lt; void()&gt; &amp;feasible_solution_observer, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l01082">integer_search.cc:1082</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_a8ae8e206270e3bb10251a6fadbdc06e7"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#a8ae8e206270e3bb10251a6fadbdc06e7">operations_research::sat::IntegerTrail::NextVariableToBranchOnInPropagationLoop</a></div><div class="ttdeci">IntegerVariable NextVariableToBranchOnInPropagationLoop() const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8cc_source.html#l01212">integer.cc:1212</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_a17a5aa1f5b9e992c1ffb4db39988f542"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#a17a5aa1f5b9e992c1ffb4db39988f542">operations_research::sat::SatParameters::PSEUDO_COST_SEARCH</a></div><div class="ttdeci">static constexpr SearchBranching PSEUDO_COST_SEARCH</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l00775">sat_parameters.pb.h:775</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_a6554c3addb8705b1ba60140a175de110"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#a6554c3addb8705b1ba60140a175de110">operations_research::sat::IntegerTrail::CurrentBranchHadAnIncompletePropagation</a></div><div class="ttdeci">bool CurrentBranchHadAnIncompletePropagation()</div><div class="ttdef"><b>Definition:</b> <a href="integer_8cc_source.html#l01241">integer.cc:1241</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_a59349c6ff18c51a1487ae271c9c577ee"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#a59349c6ff18c51a1487ae271c9c577ee">operations_research::sat::SatParameters::PORTFOLIO_WITH_QUICK_RESTART_SEARCH</a></div><div class="ttdeci">static constexpr SearchBranching PORTFOLIO_WITH_QUICK_RESTART_SEARCH</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l00777">sat_parameters.pb.h:777</a></div></div>
<div class="ttc" id="base_2logging_8h_html_a4bd2e815ca2f702a4b6aa744b1ff3b82"><div class="ttname"><a href="base_2logging_8h.html#a4bd2e815ca2f702a4b6aa744b1ff3b82">CHECK_LT</a></div><div class="ttdeci">#define CHECK_LT(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00701">base/logging.h:701</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a7f1ac774d4646a83631f8117f4ea03f5"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a7f1ac774d4646a83631f8117f4ea03f5">operations_research::sat::PositiveVariable</a></div><div class="ttdeci">IntegerVariable PositiveVariable(IntegerVariable i)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00142">integer.h:142</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_cp_model_mapping_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_cp_model_mapping.html">operations_research::sat::CpModelMapping</a></div><div class="ttdef"><b>Definition:</b> <a href="cp__model__mapping_8h_source.html#l00065">cp_model_mapping.h:65</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a8f18cefafff72d70f6e96ed3f2ef84aa"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a8f18cefafff72d70f6e96ed3f2ef84aa">operations_research::sat::SatSolverHeuristic</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; SatSolverHeuristic(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00315">integer_search.cc:315</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_programming_constraint_collection_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_programming_constraint_collection.html">operations_research::sat::LinearProgrammingConstraintCollection</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__programming__constraint_8h_source.html#l00547">linear_programming_constraint.h:547</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a5fcdf1d56a24d096d0c381a9708d4fa9"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a5fcdf1d56a24d096d0c381a9708d4fa9">operations_research::sat::RestartEveryKFailures</a></div><div class="ttdeci">std::function&lt; bool()&gt; RestartEveryKFailures(int k, SatSolver *solver)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00612">integer_search.cc:612</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="structoperations__research_1_1sat_1_1_search_heuristics_html_a984249b5c2efe8f16e6942b54be739a5"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_search_heuristics.html#a984249b5c2efe8f16e6942b54be739a5">operations_research::sat::SearchHeuristics::fixed_search</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; fixed_search</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00074">integer_search.h:74</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_shared_relaxation_solution_repository_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_shared_relaxation_solution_repository.html">operations_research::sat::SharedRelaxationSolutionRepository</a></div><div class="ttdef"><b>Definition:</b> <a href="synchronization_8h_source.html#l00130">synchronization.h:130</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_ad28cbdd5735a0c111a642f39524d969e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#ad28cbdd5735a0c111a642f39524d969e">operations_research::sat::SatSolver::ReapplyAssumptionsIfNeeded</a></div><div class="ttdeci">bool ReapplyAssumptionsIfNeeded()</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8cc_source.html#l00555">sat_solver.cc:555</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a5c07862681284286ab67401730668f38"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a5c07862681284286ab67401730668f38">operations_research::sat::FollowHint</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; FollowHint(const std::vector&lt; BooleanOrIntegerVariable &gt; &amp;vars, const std::vector&lt; IntegerValue &gt; &amp;values, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00582">integer_search.cc:582</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_level_zero_callback_helper_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_level_zero_callback_helper.html">operations_research::sat::LevelZeroCallbackHelper</a></div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00091">integer_search.h:91</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_boolean_or_integer_literal_html_a3c6f3ae96a90c7fcef34dd0f1ce0297e"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_boolean_or_integer_literal.html#a3c6f3ae96a90c7fcef34dd0f1ce0297e">operations_research::sat::BooleanOrIntegerLiteral::boolean_literal_index</a></div><div class="ttdeci">LiteralIndex boolean_literal_index</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00053">integer_search.h:53</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_encoder_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_encoder.html">operations_research::sat::IntegerEncoder</a></div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00306">integer.h:306</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a7ac1d9dc3254d77ade7bdbf984884b7e"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a7ac1d9dc3254d77ade7bdbf984884b7e">operations_research::sat::ConfigureSearchHeuristics</a></div><div class="ttdeci">void ConfigureSearchHeuristics(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00640">integer_search.cc:640</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a5bbe13ebae8aa11a8a4ac1cb01bc66ad"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a5bbe13ebae8aa11a8a4ac1cb01bc66ad">operations_research::sat::SatSolver::UnsatStatus</a></div><div class="ttdeci">Status UnsatStatus() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00310">sat_solver.h:310</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a527a6ee26b7f573def70daf9b2a9e577"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a527a6ee26b7f573def70daf9b2a9e577">operations_research::sat::SatSolverRestartPolicy</a></div><div class="ttdeci">std::function&lt; bool()&gt; SatSolverRestartPolicy(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00626">integer_search.cc:626</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_add67896a84f6372a648154c5770a0ae0"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#add67896a84f6372a648154c5770a0ae0">operations_research::sat::kNoBooleanVariable</a></div><div class="ttdeci">const BooleanVariable kNoBooleanVariable(-1)</div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_shared_solution_repository_html_ad3280cfa83b844b02b9194550b18b058"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_shared_solution_repository.html#ad3280cfa83b844b02b9194550b18b058">operations_research::sat::SharedSolutionRepository::GetVariableValueInSolution</a></div><div class="ttdeci">ValueType GetVariableValueInSolution(int var_index, int solution_index) const</div><div class="ttdef"><b>Definition:</b> <a href="synchronization_8h_source.html#l00462">synchronization.h:462</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_encoder_html_afcd4038298bec97a2f7a61274c6ef8c7"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_encoder.html#afcd4038298bec97a2f7a61274c6ef8c7">operations_research::sat::IntegerEncoder::GetOrCreateAssociatedLiteral</a></div><div class="ttdeci">Literal GetOrCreateAssociatedLiteral(IntegerLiteral i_lit)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8cc_source.html#l00238">integer.cc:238</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_integer_literal_html_ac532c4b500b1a85ea22217f2c65a70ed"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_integer_literal.html#ac532c4b500b1a85ea22217f2c65a70ed">operations_research::sat::IntegerLiteral::IsValid</a></div><div class="ttdeci">bool IsValid() const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00184">integer.h:184</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a9ae69b015a43c1a94e8815ab0dd8189c"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a9ae69b015a43c1a94e8815ab0dd8189c">operations_research::sat::SatSolver::EnqueueDecisionAndBackjumpOnConflict</a></div><div class="ttdeci">int EnqueueDecisionAndBackjumpOnConflict(Literal true_literal)</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8cc_source.html#l00500">sat_solver.cc:500</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_search_heuristics_html_af925e41205032e143d718455bfeede3c"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_search_heuristics.html#af925e41205032e143d718455bfeede3c">operations_research::sat::SearchHeuristics::decision_policies</a></div><div class="ttdeci">std::vector&lt; std::function&lt; BooleanOrIntegerLiteral()&gt; &gt; decision_policies</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00066">integer_search.h:66</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_ad4494c6831942d344ed1d9758f0e6cd9"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#ad4494c6831942d344ed1d9758f0e6cd9">operations_research::sat::SatSolver::ResetWithGivenAssumptions</a></div><div class="ttdeci">bool ResetWithGivenAssumptions(const std::vector&lt; Literal &gt; &amp;assumptions)</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8cc_source.html#l00537">sat_solver.cc:537</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_variables_assignment_html_a49e751eb6f0e9babd957889bb8e7472d"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_variables_assignment.html#a49e751eb6f0e9babd957889bb8e7472d">operations_research::sat::VariablesAssignment::VariableIsAssigned</a></div><div class="ttdeci">bool VariableIsAssigned(BooleanVariable var) const</div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00159">sat_base.h:159</a></div></div>
<div class="ttc" id="sched__constraints_8cc_html_ad3f96403731a9e915dad229813609e74"><div class="ttname"><a href="sched__constraints_8cc.html#ad3f96403731a9e915dad229813609e74">end_min</a></div><div class="ttdeci">Rev&lt; int64_t &gt; end_min</div><div class="ttdef"><b>Definition:</b> <a href="sched__constraints_8cc_source.html#l00245">sched_constraints.cc:245</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html">operations_research::sat::IntegerTrail</a></div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00574">integer.h:574</a></div></div>
<div class="ttc" id="classoperations__research_1_1_shared_time_limit_html_ad837e6231722ead53bbaf1c6e8f66032"><div class="ttname"><a href="classoperations__research_1_1_shared_time_limit.html#ad837e6231722ead53bbaf1c6e8f66032">operations_research::SharedTimeLimit::LimitReached</a></div><div class="ttdeci">bool LimitReached() const</div><div class="ttdef"><b>Definition:</b> <a href="time__limit_8h_source.html#l00357">time_limit.h:357</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_decision_policy_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_decision_policy.html">operations_research::sat::SatDecisionPolicy</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__decision_8h_source.html#l00035">sat_decision.h:35</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_implied_bounds_html_af55df3ca81000daf46c6096a71778c40"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_implied_bounds.html#af55df3ca81000daf46c6096a71778c40">operations_research::sat::ImpliedBounds::ProcessIntegerTrail</a></div><div class="ttdeci">void ProcessIntegerTrail(Literal first_decision)</div><div class="ttdef"><b>Definition:</b> <a href="implied__bounds_8cc_source.html#l00195">implied_bounds.cc:195</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_trail_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_trail.html">operations_research::sat::Trail</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00234">sat_base.h:234</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_search_heuristics_html_a3ef187fb1a44e4df4e66c2a59304000e"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_search_heuristics.html#a3ef187fb1a44e4df4e66c2a59304000e">operations_research::sat::SearchHeuristics::hint_search</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; hint_search</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00075">integer_search.h:75</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_model_random_generator_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_model_random_generator.html">operations_research::sat::ModelRandomGenerator</a></div><div class="ttdef"><b>Definition:</b> <a href="sat_2util_8h_source.html#l00041">sat/util.h:41</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_variables_assignment_html_a142694366986039454f53b38e8378815"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_variables_assignment.html#a142694366986039454f53b38e8378815">operations_research::sat::VariablesAssignment::LiteralIsAssigned</a></div><div class="ttdeci">bool LiteralIsAssigned(Literal literal) const</div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00154">sat_base.h:154</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_ad20f833d4b2b9b1416fb25ac4d12cd84"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad20f833d4b2b9b1416fb25ac4d12cd84">operations_research::sat::SatParameters::exploit_objective</a></div><div class="ttdeci">bool exploit_objective() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l07012">sat_parameters.pb.h:7012</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_objective_definition_html_aa3c0b31567c91babfffd5f9afc3161dc"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_objective_definition.html#aa3c0b31567c91babfffd5f9afc3161dc">operations_research::sat::ObjectiveDefinition::objective_var</a></div><div class="ttdeci">IntegerVariable objective_var</div><div class="ttdef"><b>Definition:</b> <a href="cp__model__mapping_8h_source.html#l00043">cp_model_mapping.h:43</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_a907df69b7551f6d72100dfb858d25300"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#a907df69b7551f6d72100dfb858d25300">operations_research::sat::SatParameters::exploit_best_solution</a></div><div class="ttdeci">bool exploit_best_solution() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l06956">sat_parameters.pb.h:6956</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a705eddd5baee23097daf34b73e66eae3"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a705eddd5baee23097daf34b73e66eae3">operations_research::sat::SatSolver::AdvanceDeterministicTime</a></div><div class="ttdeci">void AdvanceDeterministicTime(TimeLimit *limit)</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00423">sat_solver.h:423</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a71fa416b44768076a0e7dd7777ab433d"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a71fa416b44768076a0e7dd7777ab433d">operations_research::sat::ChooseBestObjectiveValue</a></div><div class="ttdeci">IntegerLiteral ChooseBestObjectiveValue(IntegerVariable var, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00046">integer_search.cc:46</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_a650e44c677a43fe4914817b66b5ddb8e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#a650e44c677a43fe4914817b66b5ddb8e">operations_research::sat::SatParameters::use_sat_inprocessing</a></div><div class="ttdeci">bool use_sat_inprocessing() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l05581">sat_parameters.pb.h:5581</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_afc647a54403bf1bedce9b09841748c91"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#afc647a54403bf1bedce9b09841748c91">operations_research::sat::SequentialValueSelection</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; SequentialValueSelection(std::vector&lt; std::function&lt; IntegerLiteral(IntegerVariable)&gt;&gt; value_selection_heuristics, std::function&lt; BooleanOrIntegerLiteral()&gt; var_selection_heuristic, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00198">integer_search.cc:198</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba72c2402449caa8f3edc8aa0a3816baed"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba72c2402449caa8f3edc8aa0a3816baed">operations_research::sat::SatSolver::LIMIT_REACHED</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00185">sat_solver.h:185</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_a697964c4df6330b5d4720be3658ac35a"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#a697964c4df6330b5d4720be3658ac35a">operations_research::sat::IntegerTrail::InPropagationLoop</a></div><div class="ttdeci">bool InPropagationLoop() const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8cc_source.html#l01202">integer.cc:1202</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_ac035378cea0ed7b0978105547402faa8"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#ac035378cea0ed7b0978105547402faa8">operations_research::sat::SatSolver::Backtrack</a></div><div class="ttdeci">void Backtrack(int target_level)</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8cc_source.html#l00889">sat_solver.cc:889</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_search_helper_html_a918e2c1a7965a933b914ceaceb847a0c"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_search_helper.html#a918e2c1a7965a933b914ceaceb847a0c">operations_research::sat::IntegerSearchHelper::BeforeTakingDecision</a></div><div class="ttdeci">bool BeforeTakingDecision()</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00778">integer_search.cc:778</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_affine_expression_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_affine_expression.html">operations_research::sat::AffineExpression</a></div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00220">integer.h:220</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a3f4df9da99787316bfb5029b7a6b92b7"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a3f4df9da99787316bfb5029b7a6b92b7">operations_research::sat::GreaterOrEqualToMiddleValue</a></div><div class="ttdeci">IntegerLiteral GreaterOrEqualToMiddleValue(IntegerVariable var, IntegerTrail *integer_trail)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00058">integer_search.cc:58</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_ab620cb0acc7c1245958c5783e1b4767e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#ab620cb0acc7c1245958c5783e1b4767e">operations_research::sat::SatParameters::AUTOMATIC_SEARCH</a></div><div class="ttdeci">static constexpr SearchBranching AUTOMATIC_SEARCH</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l00767">sat_parameters.pb.h:767</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_acc1aaae243ed4381e84f8309aacb3bbc"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#acc1aaae243ed4381e84f8309aacb3bbc">operations_research::sat::IntegerTrail::IsOptional</a></div><div class="ttdeci">bool IsOptional(IntegerVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00656">integer.h:656</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#l00698">base/logging.h:698</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a6c01e08a9089e0d5fed2507f479bbadc"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a6c01e08a9089e0d5fed2507f479bbadc">operations_research::sat::SchedulingSearchHeuristic</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; SchedulingSearchHeuristic(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00350">integer_search.cc:350</a></div></div>
<div class="ttc" id="sat__base_8h_html"><div class="ttname"><a href="sat__base_8h.html">sat_base.h</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a0ee70f9d17fac333fb71c0ab6423f58c"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a0ee70f9d17fac333fb71c0ab6423f58c">operations_research::sat::UpperBound</a></div><div class="ttdeci">std::function&lt; int64_t(const Model &amp;)&gt; UpperBound(IntegerVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01530">integer.h:1530</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_ac714aeb75f0f6dd87e52e5d1a0d6edc7"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#ac714aeb75f0f6dd87e52e5d1a0d6edc7">operations_research::sat::SatSolver::RestoreSolverToAssumptionLevel</a></div><div class="ttdeci">bool RestoreSolverToAssumptionLevel()</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8cc_source.html#l00512">sat_solver.cc:512</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_search_helper_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_search_helper.html">operations_research::sat::IntegerSearchHelper</a></div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00237">integer_search.h:237</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a304417ca7c3964cc928b771620b2dc53"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a304417ca7c3964cc928b771620b2dc53">operations_research::sat::AtMinValue</a></div><div class="ttdeci">IntegerLiteral AtMinValue(IntegerVariable var, IntegerTrail *integer_trail)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00038">integer_search.cc:38</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html">operations_research::sat::SatSolver</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00058">sat_solver.h:58</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_prober_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_prober.html">operations_research::sat::Prober</a></div><div class="ttdef"><b>Definition:</b> <a href="probing_8h_source.html#l00029">probing.h:29</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a607d97ccada862073f297bc2d495124d"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a607d97ccada862073f297bc2d495124d">operations_research::sat::SatSolver::FinishPropagation</a></div><div class="ttdeci">bool FinishPropagation()</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8cc_source.html#l00522">sat_solver.cc:522</a></div></div>
<div class="ttc" id="sat__parameters_8pb_8h_html"><div class="ttname"><a href="sat__parameters_8pb_8h.html">sat_parameters.pb.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_a8ef12397d1682615bc3108c397734179"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#a8ef12397d1682615bc3108c397734179">operations_research::sat::IntegerTrail::Index</a></div><div class="ttdeci">int Index() const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00876">integer.h:876</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_aae43e784db06c0974ce59ebbe8dd2b22"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#aae43e784db06c0974ce59ebbe8dd2b22">operations_research::sat::NegationOf</a></div><div class="ttdeci">std::vector&lt; IntegerVariable &gt; NegationOf(const std::vector&lt; IntegerVariable &gt; &amp;vars)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8cc_source.html#l00029">integer.cc:29</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a9789bf03dba611e9be5679d6e902d0c8"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a9789bf03dba611e9be5679d6e902d0c8">operations_research::sat::SatSolver::Assignment</a></div><div class="ttdeci">const VariablesAssignment &amp; Assignment() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00363">sat_solver.h:363</a></div></div>
<div class="ttc" id="sat_2util_8h_html"><div class="ttname"><a href="sat_2util_8h.html">util.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_ad443a9789397f553a38f9d27f85195c0"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#ad443a9789397f553a38f9d27f85195c0">operations_research::sat::SatParameters::HINT_SEARCH</a></div><div class="ttdeci">static constexpr SearchBranching HINT_SEARCH</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l00779">sat_parameters.pb.h:779</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_restart_policy_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_restart_policy.html">operations_research::sat::RestartPolicy</a></div><div class="ttdef"><b>Definition:</b> <a href="restart_8h_source.html#l00029">restart.h:29</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae17f8119c108cf3070bad3449c7e0006"><div class="ttname"><a href="base_2logging_8h.html#ae17f8119c108cf3070bad3449c7e0006">DCHECK</a></div><div class="ttdeci">#define DCHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00885">base/logging.h:885</a></div></div>
<div class="ttc" id="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="namespaceoperations__research_1_1sat_html_a8bea9a6a0de60c8fdab99ad7dfdf8498"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a8bea9a6a0de60c8fdab99ad7dfdf8498">operations_research::sat::SolveIntegerProblem</a></div><div class="ttdeci">SatSolver::Status SolveIntegerProblem(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00900">integer_search.cc:900</a></div></div>
<div class="ttc" id="implied__bounds_8h_html"><div class="ttname"><a href="implied__bounds_8h.html">implied_bounds.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_shared_solution_repository_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_shared_solution_repository.html">operations_research::sat::SharedSolutionRepository&lt; int64_t &gt;</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a17b20b0845d9e02829d417294aded36a"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a17b20b0845d9e02829d417294aded36a">operations_research::sat::ResetAndSolveIntegerProblem</a></div><div class="ttdeci">SatSolver::Status ResetAndSolveIntegerProblem(const std::vector&lt; Literal &gt; &amp;assumptions, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l01044">integer_search.cc:1044</a></div></div>
<div class="ttc" id="classoperations__research_1_1_time_limit_html_a810d5f7aaf80cc09cf5a094e20c1aaca"><div class="ttname"><a href="classoperations__research_1_1_time_limit.html#a810d5f7aaf80cc09cf5a094e20c1aaca">operations_research::TimeLimit::LimitReached</a></div><div class="ttdeci">bool LimitReached()</div><div class="ttdoc">Returns true when the external limit is true, or the deterministic time is over the deterministic lim...</div><div class="ttdef"><b>Definition:</b> <a href="time__limit_8h_source.html#l00533">time_limit.h:533</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_pseudo_costs_html_aa64c6ffef5c1b7402acad774c70bab08"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_pseudo_costs.html#aa64c6ffef5c1b7402acad774c70bab08">operations_research::sat::PseudoCosts::UpdateCost</a></div><div class="ttdeci">void UpdateCost(const std::vector&lt; VariableBoundChange &gt; &amp;bound_changes, IntegerValue obj_bound_improvement)</div><div class="ttdef"><b>Definition:</b> <a href="pseudo__costs_8cc_source.html#l00044">pseudo_costs.cc:44</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#l00886">base/logging.h:886</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_a309d057e12c8d4d393f13975eea2e2a9"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#a309d057e12c8d4d393f13975eea2e2a9">operations_research::sat::IntegerTrail::IsCurrentlyIgnored</a></div><div class="ttdeci">bool IsCurrentlyIgnored(IntegerVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00659">integer.h:659</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a9da38c8d2910442d551db5e360423029"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a9da38c8d2910442d551db5e360423029">operations_research::sat::SatSolver::ResetToLevelZero</a></div><div class="ttdeci">bool ResetToLevelZero()</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8cc_source.html#l00530">sat_solver.cc:530</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_search_heuristics_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_search_heuristics.html">operations_research::sat::SearchHeuristics</a></div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00062">integer_search.h:62</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#l00888">base/logging.h:888</a></div></div>
<div class="ttc" id="integer__search_8h_html"><div class="ttname"><a href="integer__search_8h.html">integer_search.h</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_boolean_or_integer_literal_html_aee356429e37f0750e38ee17ae1464a00"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_boolean_or_integer_literal.html#aee356429e37f0750e38ee17ae1464a00">operations_research::sat::BooleanOrIntegerLiteral::integer_literal</a></div><div class="ttdeci">IntegerLiteral integer_literal</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00054">integer_search.h:54</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_a8b6d5a25e6ad3d28a85b1924471e2cac"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#a8b6d5a25e6ad3d28a85b1924471e2cac">operations_research::sat::IntegerTrail::UpperBound</a></div><div class="ttdeci">IntegerValue UpperBound(IntegerVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01349">integer.h:1349</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_ad63c4461a1384629cb99413c6df8b9ca"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#ad63c4461a1384629cb99413c6df8b9ca">operations_research::sat::SatSolver::CurrentDecisionLevel</a></div><div class="ttdeci">int CurrentDecisionLevel() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00361">sat_solver.h:361</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a46cb4c07c4971a99724693260c92fd5b"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a46cb4c07c4971a99724693260c92fd5b">operations_research::sat::SplitAroundGivenValue</a></div><div class="ttdeci">IntegerLiteral SplitAroundGivenValue(IntegerVariable var, IntegerValue value, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00069">integer_search.cc:69</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba2884fa43446c0cbc9c7a9b74d41d7483"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba2884fa43446c0cbc9c7a9b74d41d7483">operations_research::sat::SatSolver::INFEASIBLE</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00183">sat_solver.h:183</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_afc7419e2f33992c4a7b8b0decd1dc3e0"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#afc7419e2f33992c4a7b8b0decd1dc3e0">operations_research::sat::SatParameters::FIXED_SEARCH</a></div><div class="ttdeci">static constexpr SearchBranching FIXED_SEARCH</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l00769">sat_parameters.pb.h:769</a></div></div>
<div class="ttc" id="integer_8h_html"><div class="ttname"><a href="integer_8h.html">integer.h</a></div></div>
<div class="ttc" id="rins_8h_html"><div class="ttname"><a href="rins_8h.html">rins.h</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_search_heuristics_html_aa1668e07fb6607c61474310ad1045657"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_search_heuristics.html#aa1668e07fb6607c61474310ad1045657">operations_research::sat::SearchHeuristics::next_decision_override</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; next_decision_override</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00080">integer_search.h:80</a></div></div>
<div class="ttc" id="cp__model__solver_8cc_html_a2a2278bd1fb787198e496b7d443a05e8"><div class="ttname"><a href="cp__model__solver_8cc.html#a2a2278bd1fb787198e496b7d443a05e8">relaxation_solutions</a></div><div class="ttdeci">SharedRelaxationSolutionRepository * relaxation_solutions</div><div class="ttdef"><b>Definition:</b> <a href="cp__model__solver_8cc_source.html#l02016">cp_model_solver.cc:2016</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="probing_8h_html"><div class="ttname"><a href="probing_8h.html">probing.h</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a5bd8c44473618b7eafd33ba978db2f06"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a5bd8c44473618b7eafd33ba978db2f06">operations_research::sat::kNoIntegerVariable</a></div><div class="ttdeci">const IntegerVariable kNoIntegerVariable(-1)</div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a334bf93d91912354ff5d0f161a64c273"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a334bf93d91912354ff5d0f161a64c273">operations_research::sat::RecordLPRelaxationValues</a></div><div class="ttdeci">void RecordLPRelaxationValues(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="rins_8cc_source.html#l00026">rins.cc:26</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a88ab44e20ce09e9942f6b8411452df27"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a88ab44e20ce09e9942f6b8411452df27">operations_research::sat::IntegerValueSelectionHeuristic</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; IntegerValueSelectionHeuristic(std::function&lt; BooleanOrIntegerLiteral()&gt; var_selection_heuristic, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00258">integer_search.cc:258</a></div></div>
<div class="ttc" id="resource_8cc_html_aee52de7b225665566aa47246b9d6b8fa"><div class="ttname"><a href="resource_8cc.html#aee52de7b225665566aa47246b9d6b8fa">time</a></div><div class="ttdeci">int64_t time</div><div class="ttdef"><b>Definition:</b> <a href="resource_8cc_source.html#l01691">resource.cc:1691</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a4f7251fc4692363cf55796a6f3e267ea"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a4f7251fc4692363cf55796a6f3e267ea">operations_research::sat::SatSolver::NotifyThatModelIsUnsat</a></div><div class="ttdeci">void NotifyThatModelIsUnsat()</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00402">sat_solver.h:402</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_programming_constraint_html_ac7edc397b78de116072e89fe0ad89266"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_programming_constraint.html#ac7edc397b78de116072e89fe0ad89266">operations_research::sat::LinearProgrammingConstraint::HasSolution</a></div><div class="ttdeci">bool HasSolution() const</div><div class="ttdef"><b>Definition:</b> <a href="linear__programming__constraint_8h_source.html#l00157">linear_programming_constraint.h:157</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_integer_literal_html_a6c233aafac25ea66d69de93a83c9be63"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_integer_literal.html#a6c233aafac25ea66d69de93a83c9be63">operations_research::sat::IntegerLiteral::GreaterOrEqual</a></div><div class="ttdeci">static IntegerLiteral GreaterOrEqual(IntegerVariable i, IntegerValue bound)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01309">integer.h:1309</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_aefab46ecc02eb059ed853ee0213be7fb"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#aefab46ecc02eb059ed853ee0213be7fb">operations_research::sat::PseudoCost</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; PseudoCost(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00328">integer_search.cc:328</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_programming_dispatcher_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_programming_dispatcher.html">operations_research::sat::LinearProgrammingDispatcher</a></div><div class="ttdef"><b>Definition:</b> <a href="linear__programming__constraint_8h_source.html#l00539">linear_programming_constraint.h:539</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#l00116">cp_model_fz_solver.cc:116</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a98bb3bb08c5a9f5c119cf0973bbe5cf8"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a98bb3bb08c5a9f5c119cf0973bbe5cf8">operations_research::sat::GetBoundChanges</a></div><div class="ttdeci">std::vector&lt; PseudoCosts::VariableBoundChange &gt; GetBoundChanges(LiteralIndex decision, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="pseudo__costs_8cc_source.html#l00099">pseudo_costs.cc:99</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a2dbcb7017d468a17bdb30252af5c6c31"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a2dbcb7017d468a17bdb30252af5c6c31">operations_research::sat::kNoLiteralIndex</a></div><div class="ttdeci">const LiteralIndex kNoLiteralIndex(-1)</div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_trail_html_a9789bf03dba611e9be5679d6e902d0c8"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_trail.html#a9789bf03dba611e9be5679d6e902d0c8">operations_research::sat::Trail::Assignment</a></div><div class="ttdeci">const VariablesAssignment &amp; Assignment() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00381">sat_base.h:381</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="classoperations__research_1_1sat_1_1_integer_trail_html_a05cc8990d6a349e0c5960019ee47b687"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#a05cc8990d6a349e0c5960019ee47b687">operations_research::sat::IntegerTrail::FirstUnassignedVariable</a></div><div class="ttdeci">IntegerVariable FirstUnassignedVariable() const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8cc_source.html#l01245">integer.cc:1245</a></div></div>
<div class="ttc" id="synchronization_8h_html"><div class="ttname"><a href="synchronization_8h.html">synchronization.h</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_search_heuristics_html_af2155539e87804108c670c32478e123d"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_search_heuristics.html#af2155539e87804108c670c32478e123d">operations_research::sat::SearchHeuristics::policy_index</a></div><div class="ttdeci">int policy_index</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00070">integer_search.h:70</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_ac0774a1df651b83339b00fee0bde1cd8"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#ac0774a1df651b83339b00fee0bde1cd8">operations_research::sat::SplitAroundLpValue</a></div><div class="ttdeci">IntegerLiteral SplitAroundLpValue(IntegerVariable var, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00097">integer_search.cc:97</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_boolean_or_integer_literal_html_ae26b73bbf70dc88433be39df364ca7c1"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_boolean_or_integer_literal.html#ae26b73bbf70dc88433be39df364ca7c1">operations_research::sat::BooleanOrIntegerLiteral::HasValue</a></div><div class="ttdeci">bool HasValue() const</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00048">integer_search.h:48</a></div></div>
<div class="ttc" id="cp__model__mapping_8h_html"><div class="ttname"><a href="cp__model__mapping_8h.html">cp_model_mapping.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_search_helper_html_aaad5f63041d2eb2fee1a5b6d1cac8424"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_search_helper.html#aaad5f63041d2eb2fee1a5b6d1cac8424">operations_research::sat::IntegerSearchHelper::TakeDecision</a></div><div class="ttdeci">bool TakeDecision(Literal decision)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00864">integer_search.cc:864</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a744ac200820f62ff97a4da72223cbb54"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a744ac200820f62ff97a4da72223cbb54">operations_research::sat::RandomizeOnRestartHeuristic</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; RandomizeOnRestartHeuristic(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00463">integer_search.cc:463</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a4713f8fb7e1ccddece18a374886ad866"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a4713f8fb7e1ccddece18a374886ad866">operations_research::sat::UnassignedVarWithLowestMinAtItsMinHeuristic</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; UnassignedVarWithLowestMinAtItsMinHeuristic(const std::vector&lt; IntegerVariable &gt; &amp;vars, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00167">integer_search.cc:167</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_ae535d7515d701373438ee5c103cd3031"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#ae535d7515d701373438ee5c103cd3031">operations_research::sat::SatParameters::randomize_search</a></div><div class="ttdeci">bool randomize_search() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l07853">sat_parameters.pb.h:7853</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_inprocessing_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_inprocessing.html">operations_research::sat::Inprocessing</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__inprocessing_8h_source.html#l00089">sat_inprocessing.h:89</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html">operations_research::sat::SatParameters</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l00347">sat_parameters.pb.h:347</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html">operations_research::sat::IntervalsRepository</a></div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00047">intervals.h:47</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_shared_solution_repository_html_a6d2b6f7951b60c786fdbefcbe7c3571f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_shared_solution_repository.html#a6d2b6f7951b60c786fdbefcbe7c3571f">operations_research::sat::SharedSolutionRepository::NumSolutions</a></div><div class="ttdeci">int NumSolutions() const</div><div class="ttdef"><b>Definition:</b> <a href="synchronization_8h_source.html#l00449">synchronization.h:449</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a0b08971dbb223f77e7fc9c41a77fdc7b"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a0b08971dbb223f77e7fc9c41a77fdc7b">operations_research::sat::FirstUnassignedVarAtItsMinHeuristic</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; FirstUnassignedVarAtItsMinHeuristic(const std::vector&lt; IntegerVariable &gt; &amp;vars, Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00152">integer_search.cc:152</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_solver_html_a67a0db04d321a74b7e7fcfd3f1a3f70b"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_solver.html#a67a0db04d321a74b7e7fcfd3f1a3f70b">operations_research::sat::SatSolver::Status</a></div><div class="ttdeci">Status</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00181">sat_solver.h:181</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="namespaceoperations__research_1_1sat_html_aeaaccdd218e3f0aa5c218d3a0cc5c3f1"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#aeaaccdd218e3f0aa5c218d3a0cc5c3f1">operations_research::sat::LinearizedPartIsLarge</a></div><div class="ttdeci">bool LinearizedPartIsLarge(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00245">integer_search.cc:245</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_implied_bounds_html_a0e2d0bf17ef8f8ea329a2faec4583377"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_implied_bounds.html#a0e2d0bf17ef8f8ea329a2faec4583377">operations_research::sat::ImpliedBounds::EnqueueNewDeductions</a></div><div class="ttdeci">bool EnqueueNewDeductions()</div><div class="ttdef"><b>Definition:</b> <a href="implied__bounds_8cc_source.html#l00206">implied_bounds.cc:206</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_search_heuristics_html_a0d0b8f29f3557e2ee84f53b45d817e02"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_search_heuristics.html#a0d0b8f29f3557e2ee84f53b45d817e02">operations_research::sat::SearchHeuristics::restart_policies</a></div><div class="ttdeci">std::vector&lt; std::function&lt; bool()&gt; &gt; restart_policies</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8h_source.html#l00067">integer_search.h:67</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ab25e01a2942b821d66371fc68d53f2eb"><div class="ttname"><a href="base_2logging_8h.html#ab25e01a2942b821d66371fc68d53f2eb">CHECK_NE</a></div><div class="ttdeci">#define CHECK_NE(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00699">base/logging.h:699</a></div></div>
<div class="ttc" id="demon__profiler_8cc_html_a05da18ca9c7b657a4a6ea24e07c9b695"><div class="ttname"><a href="demon__profiler_8cc.html#a05da18ca9c7b657a4a6ea24e07c9b695">ct</a></div><div class="ttdeci">const Constraint * ct</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00043">demon_profiler.cc:43</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_abcf8d0c663710a1e395489e62de487b1"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#abcf8d0c663710a1e395489e62de487b1">operations_research::sat::SequentialSearch</a></div><div class="ttdeci">std::function&lt; BooleanOrIntegerLiteral()&gt; SequentialSearch(std::vector&lt; std::function&lt; BooleanOrIntegerLiteral()&gt;&gt; heuristics)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00187">integer_search.cc:187</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_search_helper_html_ab47c89fedb27c73cf9ab768b913d1dfe"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_search_helper.html#ab47c89fedb27c73cf9ab768b913d1dfe">operations_research::sat::IntegerSearchHelper::GetDecision</a></div><div class="ttdeci">LiteralIndex GetDecision(const std::function&lt; BooleanOrIntegerLiteral()&gt; &amp;f)</div><div class="ttdef"><b>Definition:</b> <a href="integer__search_8cc_source.html#l00813">integer_search.cc:813</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_programming_constraint_html_a460fe5216ff7f997841e588d432be744"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_programming_constraint.html#a460fe5216ff7f997841e588d432be744">operations_research::sat::LinearProgrammingConstraint::GetSolutionValue</a></div><div class="ttdeci">double GetSolutionValue(IntegerVariable variable) const</div><div class="ttdef"><b>Definition:</b> <a href="linear__programming__constraint_8cc_source.html#l00615">linear_programming_constraint.cc:615</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_sat_parameters_html_a9cc386e96ee7dac2309e95bc03f438ef"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_sat_parameters.html#a9cc386e96ee7dac2309e95bc03f438ef">operations_research::sat::SatParameters::exploit_integer_lp_solution</a></div><div class="ttdeci">bool exploit_integer_lp_solution() const</div><div class="ttdef"><b>Definition:</b> <a href="sat__parameters_8pb_8h_source.html#l06900">sat_parameters.pb.h:6900</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1glop_html_ac89c7b45754e9a6bdabc08bea586fc4e"><div class="ttname"><a href="namespaceoperations__research_1_1glop.html#ac89c7b45754e9a6bdabc08bea586fc4e">operations_research::glop::Index</a></div><div class="ttdeci">int32_t Index</div><div class="ttdef"><b>Definition:</b> <a href="lp__types_8h_source.html#l00038">lp_types.h:38</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_dddac007a45022d9da6ea1dee012c3b9.html">sat</a></li><li class="navelem"><a class="el" href="integer__search_8cc.html">integer_search.cc</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
2021-09-20 15:57:27 +02:00
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
2020-09-02 09:42:51 +02:00
</ul>
</div>
</body>
</html>