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

273 lines
246 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: intervals.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
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('intervals_8h_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">intervals.h</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="intervals_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2010-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">#ifndef OR_TOOLS_SAT_INTERVALS_H_</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#define OR_TOOLS_SAT_INTERVALS_H_</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &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;string&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;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="int__type_8h.html">ortools/base/int_type.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="integral__types_8h.html">ortools/base/integral_types.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="base_2logging_8h.html">ortools/base/logging.h</a>&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &quot;<a class="code"
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_a3dcbf23ccbed61ee64ec08a934f57a9c"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a3dcbf23ccbed61ee64ec08a934f57a9c">operations_research::sat::IntervalsRepository::NumIntervals</a></div><div class="ttdeci">int NumIntervals() const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00056">intervals.h:56</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_afdbd968230d01fa0e91bc15b6f5994e3"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#afdbd968230d01fa0e91bc15b6f5994e3">operations_research::sat::SchedulingConstraintHelper::SizeMin</a></div><div class="ttdeci">IntegerValue SizeMin(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00226">intervals.h:226</a></div></div>
<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_scheduling_constraint_helper_html_aca49afb19cf18dfc1ea50a7d0a36d961"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#aca49afb19cf18dfc1ea50a7d0a36d961">operations_research::sat::SchedulingConstraintHelper::AddEndMaxReason</a></div><div class="ttdeci">void AddEndMaxReason(int t, IntegerValue upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00583">intervals.h:583</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a84a0f65f1ec460c487789fe6a7620f77"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a84a0f65f1ec460c487789fe6a7620f77">operations_research::sat::DEFINE_INT_TYPE</a></div><div class="ttdeci">DEFINE_INT_TYPE(ClauseIndex, int)</div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a6ab90cf8345c7b4e9b1e1fb2da7793a2"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a6ab90cf8345c7b4e9b1e1fb2da7793a2">operations_research::sat::SchedulingConstraintHelper::PushIntegerLiteralIfTaskPresent</a></div><div class="ttdeci">ABSL_MUST_USE_RESULT bool PushIntegerLiteralIfTaskPresent(int t, IntegerLiteral lit)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00431">intervals.cc:431</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a3dc35c00655b5b7a99fea52e432adf4b"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a3dc35c00655b5b7a99fea52e432adf4b">operations_research::sat::SchedulingConstraintHelper::AddStartMinReason</a></div><div class="ttdeci">void AddStartMinReason(int t, IntegerValue lower_bound)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00561">intervals.h:561</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_aa5689a9d7fc3cc9bc06004b77f5f1302"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#aa5689a9d7fc3cc9bc06004b77f5f1302">operations_research::sat::IntervalsRepository::IsPresent</a></div><div class="ttdeci">bool IsPresent(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00078">intervals.h:78</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a45166c458e2abe6b33a70184c751d0e3"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a45166c458e2abe6b33a70184c751d0e3">operations_research::sat::SchedulingConstraintHelper::ClearOtherHelper</a></div><div class="ttdeci">void ClearOtherHelper()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00364">intervals.h:364</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="alldiff__cst_8cc_html_ad10edae0a852d72fb76afb1c77735045"><div class="ttname"><a href="alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045">min</a></div><div class="ttdeci">int64_t min</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00139">alldiff_cst.cc:139</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_ad8f69698386f241297b78589c1f57c3e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ad8f69698386f241297b78589c1f57c3e">operations_research::sat::SchedulingConstraintHelper::StartMax</a></div><div class="ttdeci">IntegerValue StartMax(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00233">intervals.h:233</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a7c6cf61bb10d3dba03608fdf5d01770b"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a7c6cf61bb10d3dba03608fdf5d01770b">operations_research::sat::SchedulingConstraintHelper::EndIsFixed</a></div><div class="ttdeci">bool EndIsFixed(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00466">intervals.h:466</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_aa6ddfc5f8a8220c6e08fbe7568b41fcd"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#aa6ddfc5f8a8220c6e08fbe7568b41fcd">operations_research::sat::SchedulingConstraintHelper::SynchronizeAndSetTimeDirection</a></div><div class="ttdeci">ABSL_MUST_USE_RESULT bool SynchronizeAndSetTimeDirection(bool is_forward)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00295">intervals.cc:295</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_ac1fe9b1f2b978c4283e42f12e586eb1e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ac1fe9b1f2b978c4283e42f12e586eb1e">operations_research::sat::SchedulingConstraintHelper::Propagate</a></div><div class="ttdeci">bool Propagate() final</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00109">intervals.cc:109</a></div></div>
<div class="ttc" id="base_2logging_8h_html_a7cc25402ecd7591b4c39934dd656b1f9"><div class="ttname"><a href="base_2logging_8h.html#a7cc25402ecd7591b4c39934dd656b1f9">CHECK_GE</a></div><div class="ttdeci">#define CHECK_GE(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_1sat_1_1_scheduling_constraint_helper_html_a8e6fcd6ce93a128626dede9f9cc89348"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a8e6fcd6ce93a128626dede9f9cc89348">operations_research::sat::SchedulingConstraintHelper::IsAbsent</a></div><div class="ttdeci">bool IsAbsent(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00483">intervals.h:483</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a63f565c8739300c26c9c42ae82f2faef"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a63f565c8739300c26c9c42ae82f2faef">operations_research::sat::SchedulingConstraintHelper::SizeIsFixed</a></div><div class="ttdeci">bool SizeIsFixed(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00470">intervals.h:470</a></div></div>
<div class="ttc" id="cp__constraints_8h_html"><div class="ttname"><a href="cp__constraints_8h.html">cp_constraints.h</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_aff2321b052483e8aa4e775590bfe4f45"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#aff2321b052483e8aa4e775590bfe4f45">operations_research::sat::NewOptionalIntervalWithOptionalVariables</a></div><div class="ttdeci">std::function&lt; IntervalVariable(Model *)&gt; NewOptionalIntervalWithOptionalVariables(int64_t min_start, int64_t max_end, int64_t size, Literal is_present)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00707">intervals.h:707</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a15a86f414a12bf85e72bc7608bd3b786"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a15a86f414a12bf85e72bc7608bd3b786">operations_research::sat::SchedulingConstraintHelper::PushIntegerLiteral</a></div><div class="ttdeci">ABSL_MUST_USE_RESULT bool PushIntegerLiteral(IntegerLiteral lit)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00426">intervals.cc:426</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="integer__expr_8h_html"><div class="ttname"><a href="integer__expr_8h.html">integer_expr.h</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a282b834a274d1f7f7666be6e51e0f0ad"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a282b834a274d1f7f7666be6e51e0f0ad">operations_research::sat::IsPresentLiteral</a></div><div class="ttdeci">std::function&lt; Literal(const Model &amp;)&gt; IsPresentLiteral(IntervalVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00659">intervals.h:659</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_abb8083e4fc02516580d325852218bd1f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#abb8083e4fc02516580d325852218bd1f">operations_research::sat::IntervalsRepository::IsAbsent</a></div><div class="ttdeci">bool IsAbsent(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00082">intervals.h:82</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a164da36570ca5032417fffe5e081bba3"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a164da36570ca5032417fffe5e081bba3">operations_research::sat::SchedulingConstraintHelper::TaskByDecreasingEndMax</a></div><div class="ttdeci">const std::vector&lt; TaskTime &gt; &amp; TaskByDecreasingEndMax()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00350">intervals.cc:350</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_aa527950bda17efaeae8589c561d1b453"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#aa527950bda17efaeae8589c561d1b453">operations_research::sat::IntegerTrail::AppendRelaxedLinearReason</a></div><div class="ttdeci">void AppendRelaxedLinearReason(IntegerValue slack, absl::Span&lt; const IntegerValue &gt; coeffs, absl::Span&lt; const IntegerVariable &gt; vars, std::vector&lt; IntegerLiteral &gt; *reason) const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8cc_source.html#l00846">integer.cc:846</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="sat_2model_8h_html"><div class="ttname"><a href="sat_2model_8h.html">model.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a9f4fcdd8cb1e6d59aac13d9aa5e6341c"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a9f4fcdd8cb1e6d59aac13d9aa5e6341c">operations_research::sat::SchedulingConstraintHelper::SetOtherHelper</a></div><div class="ttdeci">void SetOtherHelper(SchedulingConstraintHelper *other_helper, absl::Span&lt; const int &gt; map_to_other_helper, IntegerValue event)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00355">intervals.h:355</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a747c0efc6328c426805df876287111ef"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a747c0efc6328c426805df876287111ef">operations_research::sat::SchedulingConstraintHelper::TaskDebugString</a></div><div class="ttdeci">std::string TaskDebugString(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00551">intervals.cc:551</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_afa1aca9725da8adf5c56ea08e7636c32"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#afa1aca9725da8adf5c56ea08e7636c32">operations_research::sat::SchedulingConstraintHelper::SizeMax</a></div><div class="ttdeci">IntegerValue SizeMax(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00227">intervals.h:227</a></div></div>
<div class="ttc" id="classoperations__research_1_1_reversible_interface_html"><div class="ttname"><a href="classoperations__research_1_1_reversible_interface.html">operations_research::ReversibleInterface</a></div><div class="ttdef"><b>Definition:</b> <a href="rev_8h_source.html#l00029">rev.h:29</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_aa57420b719d949fc4e8fec48c0c41dcc"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#aa57420b719d949fc4e8fec48c0c41dcc">operations_research::sat::IntervalsRepository::Size</a></div><div class="ttdeci">AffineExpression Size(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00094">intervals.h:94</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_variables_assignment_html_acfd1646011e643f58fd7dc66d9cc90a5"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_variables_assignment.html#acfd1646011e643f58fd7dc66d9cc90a5">operations_research::sat::VariablesAssignment::LiteralIsFalse</a></div><div class="ttdeci">bool LiteralIsFalse(Literal literal) const</div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00148">sat_base.h:148</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_variables_assignment_html_a5300129913f51dcb0b1c531e3248490e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_variables_assignment.html#a5300129913f51dcb0b1c531e3248490e">operations_research::sat::VariablesAssignment::LiteralIsTrue</a></div><div class="ttdeci">bool LiteralIsTrue(Literal literal) const</div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00151">sat_base.h:151</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_ab8603bd492cd4f0dc0df48dea2e691c5"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ab8603bd492cd4f0dc0df48dea2e691c5">operations_research::sat::SchedulingConstraintHelper::PushTaskPresence</a></div><div class="ttdeci">ABSL_MUST_USE_RESULT bool PushTaskPresence(int t)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00487">intervals.cc:487</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_adbfab9aa6e8f73dcff6e5f1d7d7debfa"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#adbfab9aa6e8f73dcff6e5f1d7d7debfa">operations_research::sat::SchedulingConstraintHelper::AddReasonForBeingBefore</a></div><div class="ttdeci">void AddReasonForBeingBefore(int before, int after)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00382">intervals.cc:382</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_scheduling_constraint_helper_html_a58ca51a90e49e887146f760ba5eb6520"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a58ca51a90e49e887146f760ba5eb6520">operations_research::sat::SchedulingConstraintHelper::IsPresent</a></div><div class="ttdeci">bool IsPresent(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00478">intervals.h:478</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_scheduling_constraint_helper_html_a3f981878c21fbe2f41a2daf010c93804"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a3f981878c21fbe2f41a2daf010c93804">operations_research::sat::SchedulingConstraintHelper::WatchAllTasks</a></div><div class="ttdeci">void WatchAllTasks(int id, GenericLiteralWatcher *watcher, bool watch_start_max=true, bool watch_end_max=true) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00508">intervals.cc:508</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_adb72b59458c581ae6e85295da4e1917d"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#adb72b59458c581ae6e85295da4e1917d">operations_research::sat::SchedulingConstraintHelper::TaskByIncreasingShiftedStartMin</a></div><div class="ttdeci">const std::vector&lt; TaskTime &gt; &amp; TaskByIncreasingShiftedStartMin()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00362">intervals.cc:362</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_a79cdaf1197909e0c2134d7ec44b8b159"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a79cdaf1197909e0c2134d7ec44b8b159">operations_research::sat::IntervalsRepository::StartVar</a></div><div class="ttdeci">IntegerVariable StartVar(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00106">intervals.h:106</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="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a7cf01605afaa07af160e933df8433e36"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a7cf01605afaa07af160e933df8433e36">operations_research::sat::SchedulingConstraintHelper::IncreaseStartMin</a></div><div class="ttdeci">ABSL_MUST_USE_RESULT bool IncreaseStartMin(int t, IntegerValue new_start_min)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00453">intervals.cc:453</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_generic_literal_watcher_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_generic_literal_watcher.html">operations_research::sat::GenericLiteralWatcher</a></div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01153">integer.h:1153</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_ae6aff7693fe8d422dedbc67f30621d4d"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ae6aff7693fe8d422dedbc67f30621d4d">operations_research::sat::SchedulingConstraintHelper::AddStartMaxReason</a></div><div class="ttdeci">void AddStartMaxReason(int t, IntegerValue upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00568">intervals.h:568</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a45321337f970685d9847db005c4b3de1"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a45321337f970685d9847db005c4b3de1">operations_research::sat::SchedulingConstraintHelper::IncrementalPropagate</a></div><div class="ttdeci">bool IncrementalPropagate(const std::vector&lt; int &gt; &amp;watch_indices) final</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00114">intervals.cc:114</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a78d1b48df2c7530fc020d37902ca59d2"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a78d1b48df2c7530fc020d37902ca59d2">operations_research::sat::SchedulingConstraintHelper::AddEndMinReason</a></div><div class="ttdeci">void AddEndMinReason(int t, IntegerValue lower_bound)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00575">intervals.h:575</a></div></div>
<div class="ttc" id="constraint__solver_2table_8cc_html_a9293e4d29cac928301645070dd307683"><div class="ttname"><a href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a></div><div class="ttdeci">int64_t b</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00047">constraint_solver/table.cc:47</a></div></div>
<div class="ttc" id="integral__types_8h_html"><div class="ttname"><a href="integral__types_8h.html">integral_types.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_ab5d846701bf21659acdefae595156c13"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#ab5d846701bf21659acdefae595156c13">operations_research::sat::IntervalsRepository::AllIntervals</a></div><div class="ttdeci">std::vector&lt; IntervalVariable &gt; AllIntervals() const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00132">intervals.h:132</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a05c2940dc774c223a59fd22a07a71753"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a05c2940dc774c223a59fd22a07a71753">operations_research::sat::SchedulingConstraintHelper::StartIsFixed</a></div><div class="ttdeci">bool StartIsFixed(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00462">intervals.h:462</a></div></div>
<div class="ttc" id="macros_8h_html"><div class="ttname"><a href="macros_8h.html">macros.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_integer_trail_html_a8ce07a1c3059cc86f60ae33c8db2c702"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#a8ce07a1c3059cc86f60ae33c8db2c702">operations_research::sat::IntegerTrail::MarkIntegerVariableAsOptional</a></div><div class="ttdeci">void MarkIntegerVariableAsOptional(IntegerVariable i, Literal is_considered)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00673">integer.h:673</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_af9c040735b02626e2c373e820d4b6416"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#af9c040735b02626e2c373e820d4b6416">operations_research::sat::SchedulingConstraintHelper::ClearReason</a></div><div class="ttdeci">void ClearReason()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00488">intervals.h:488</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a9d8cd5de7be4a42157145228a43d177e"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a9d8cd5de7be4a42157145228a43d177e">operations_research::sat::NewIntegerVariable</a></div><div class="ttdeci">std::function&lt; IntegerVariable(Model *)&gt; NewIntegerVariable(int64_t lb, int64_t ub)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01483">integer.h:1483</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a64b28e887e5cc31ab18530300f8c745e"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a64b28e887e5cc31ab18530300f8c745e">operations_research::sat::IsOneOf</a></div><div class="ttdeci">std::function&lt; void(Model *)&gt; IsOneOf(IntegerVariable var, const std::vector&lt; Literal &gt; &amp;selectors, const std::vector&lt; IntegerValue &gt; &amp;values)</div><div class="ttdef"><b>Definition:</b> <a href="integer__expr_8h_source.html#l00762">integer_expr.h:762</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_a275355fe7cb25fa05d65b021e5746b1e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a275355fe7cb25fa05d65b021e5746b1e">operations_research::sat::IntervalsRepository::SizeVar</a></div><div class="ttdeci">IntegerVariable SizeVar(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00099">intervals.h:99</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="strong__vector_8h_html"><div class="ttname"><a href="strong__vector_8h.html">strong_vector.h</a></div></div>
<div class="ttc" id="gscip__solver_8cc_html_a1ba5ca0f61f2fa13bd23bf0f89004f35"><div class="ttname"><a href="gscip__solver_8cc.html#a1ba5ca0f61f2fa13bd23bf0f89004f35">upper_bound</a></div><div class="ttdeci">double upper_bound</div><div class="ttdef"><b>Definition:</b> <a href="gscip__solver_8cc_source.html#l00126">gscip_solver.cc:126</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a5caf109ec436f43088925c00bb64794b"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a5caf109ec436f43088925c00bb64794b">operations_research::sat::SchedulingConstraintHelper::ShiftedEndMax</a></div><div class="ttdeci">IntegerValue ShiftedEndMax(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00256">intervals.h:256</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_af055cd3470994f4c8ce4847abe9a2ae2"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#af055cd3470994f4c8ce4847abe9a2ae2">operations_research::sat::SchedulingConstraintHelper::DecreaseEndMax</a></div><div class="ttdeci">ABSL_MUST_USE_RESULT bool DecreaseEndMax(int t, IntegerValue new_end_max)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00462">intervals.cc:462</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a17cd7e2195387f2b39aab8ce18b3147a"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a17cd7e2195387f2b39aab8ce18b3147a">operations_research::sat::NewInterval</a></div><div class="ttdeci">std::function&lt; IntervalVariable(Model *)&gt; NewInterval(int64_t min_start, int64_t max_end, int64_t size)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00666">intervals.h:666</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_a43ea2047b7fedfd7d0c6d8d3183760e0"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a43ea2047b7fedfd7d0c6d8d3183760e0">operations_research::sat::IntervalsRepository::End</a></div><div class="ttdeci">AffineExpression End(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00096">intervals.h:96</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_task_time_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_task_time.html">operations_research::sat::TaskTime</a></div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00161">intervals.h:161</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a8e68578cea7b3d6179f8fb95373b1c54"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a8e68578cea7b3d6179f8fb95373b1c54">operations_research::sat::BooleanLinearConstraint</a></div><div class="ttdeci">std::function&lt; void(Model *)&gt; BooleanLinearConstraint(int64_t lower_bound, int64_t upper_bound, std::vector&lt; LiteralWithCoeff &gt; *cst)</div><div class="ttdef"><b>Definition:</b> <a href="sat__solver_8h_source.html#l00853">sat_solver.h:853</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a1ce92d1c5015cd62d1c4b64ee117d8aa"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a1ce92d1c5015cd62d1c4b64ee117d8aa">operations_research::sat::SchedulingConstraintHelper::PushTaskAbsence</a></div><div class="ttdeci">ABSL_MUST_USE_RESULT bool PushTaskAbsence(int t)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00471">intervals.cc:471</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae4db23f10f5d4aad6d735f5a74cd6f8c"><div class="ttname"><a href="base_2logging_8h.html#ae4db23f10f5d4aad6d735f5a74cd6f8c">CHECK_LE</a></div><div class="ttdeci">#define CHECK_LE(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00700">base/logging.h:700</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_precedences_propagator_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_precedences_propagator.html">operations_research::sat::PrecedencesPropagator</a></div><div class="ttdef"><b>Definition:</b> <a href="precedences_8h_source.html#l00052">precedences.h:52</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="structoperations__research_1_1sat_1_1_task_time_html_ae2db4f5bc477001abcb8987f30e6b22c"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_task_time.html#ae2db4f5bc477001abcb8987f30e6b22c">operations_research::sat::TaskTime::task_index</a></div><div class="ttdeci">int task_index</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00162">intervals.h:162</a></div></div>
<div class="ttc" id="sat__solver_8h_html"><div class="ttname"><a href="sat__solver_8h.html">sat_solver.h</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="structoperations__research_1_1sat_1_1_affine_expression_html_a06a78ca452e0ab05313a836b024352f2"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_affine_expression.html#a06a78ca452e0ab05313a836b024352f2">operations_research::sat::AffineExpression::constant</a></div><div class="ttdeci">IntegerValue constant</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00272">integer.h:272</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_task_time_html_ade02f3273d0780b68013cff9a6020f65"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_task_time.html#ade02f3273d0780b68013cff9a6020f65">operations_research::sat::TaskTime::operator&gt;</a></div><div class="ttdeci">bool operator&gt;(TaskTime other) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00165">intervals.h:165</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_ac6028c14bbb050ebb11cd20a3ab61b10"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ac6028c14bbb050ebb11cd20a3ab61b10">operations_research::sat::SchedulingConstraintHelper::AddAbsenceReason</a></div><div class="ttdeci">void AddAbsenceReason(int t)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00505">intervals.h:505</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_ad663c8b14dbad962a78333fbc02c7967"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ad663c8b14dbad962a78333fbc02c7967">operations_research::sat::SchedulingConstraintHelper::AddEnergyMinInIntervalReason</a></div><div class="ttdeci">void AddEnergyMinInIntervalReason(int t, IntegerValue min, IntegerValue max)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00600">intervals.h:600</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a1bf4d61729003985198d74c8806b7f54"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a1bf4d61729003985198d74c8806b7f54">operations_research::sat::NewOptionalIntervalWithVariableSize</a></div><div class="ttdeci">std::function&lt; IntervalVariable(Model *)&gt; NewOptionalIntervalWithVariableSize(int64_t min_start, int64_t max_end, int64_t min_size, int64_t max_size, Literal is_present)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00733">intervals.h:733</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a09d081b1beb79108c40fa05d6cdb18e5"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a09d081b1beb79108c40fa05d6cdb18e5">operations_research::sat::SizeVar</a></div><div class="ttdeci">std::function&lt; IntegerVariable(const Model &amp;)&gt; SizeVar(IntervalVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00634">intervals.h:634</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="precedences_8h_html"><div class="ttname"><a href="precedences_8h.html">precedences.h</a></div></div>
<div class="ttc" id="pack_8cc_html_a750b5d744c39a06bfb13e6eb010e35d0"><div class="ttname"><a href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a></div><div class="ttdeci">int index</div><div class="ttdef"><b>Definition:</b> <a href="pack_8cc_source.html#l00509">pack.cc:509</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_ad1e6dcf4509b3739c208979e13ef7371"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#ad1e6dcf4509b3739c208979e13ef7371">operations_research::sat::NewOptionalInterval</a></div><div class="ttdeci">std::function&lt; IntervalVariable(Model *)&gt; NewOptionalInterval(int64_t min_start, int64_t max_end, int64_t size, Literal is_present)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00696">intervals.h:696</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_html"><div class="ttname"><a href="classoperations__research_1_1_assignment.html">operations_research::Assignment</a></div><div class="ttdoc">An Assignment is a variable -&gt; domains mapping, used to report solutions to the user.</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_8h_source.html#l05042">constraint_solver.h:5042</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_scheduling_constraint_helper_html_ab3a2a28d08246d8f3432caa1a27811b8"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ab3a2a28d08246d8f3432caa1a27811b8">operations_research::sat::SchedulingConstraintHelper::StartMin</a></div><div class="ttdeci">IntegerValue StartMin(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00231">intervals.h:231</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="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a176d2c659864433ccd869b5fba8d57af"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a176d2c659864433ccd869b5fba8d57af">operations_research::sat::SchedulingConstraintHelper::SetLevel</a></div><div class="ttdeci">void SetLevel(int level) final</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00120">intervals.cc:120</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="sat__base_8h_html"><div class="ttname"><a href="sat__base_8h.html">sat_base.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_afe6da1694a8573f0272d01dc07d13ea4"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#afe6da1694a8573f0272d01dc07d13ea4">operations_research::sat::IntervalsRepository::CreateInterval</a></div><div class="ttdeci">IntervalVariable CreateInterval(IntegerVariable start, IntegerVariable end, IntegerVariable size, IntegerValue fixed_size, LiteralIndex is_present)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00026">intervals.cc:26</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a9fa7bdc81941d5eae85952db86867de0"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a9fa7bdc81941d5eae85952db86867de0">operations_research::sat::SchedulingConstraintHelper::IsOptional</a></div><div class="ttdeci">bool IsOptional(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00474">intervals.h:474</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_affine_expression_html_ab6516f556b715738034b30d290c40214"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_affine_expression.html#ab6516f556b715738034b30d290c40214">operations_research::sat::AffineExpression::var</a></div><div class="ttdeci">IntegerVariable var</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l00270">integer.h:270</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a11b6d6eef1159c1801cfa033778f09db"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a11b6d6eef1159c1801cfa033778f09db">operations_research::sat::SchedulingConstraintHelper::EndMin</a></div><div class="ttdeci">IntegerValue EndMin(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00232">intervals.h:232</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a9583bbea958febd24d92742c2f137d22"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a9583bbea958febd24d92742c2f137d22">operations_research::sat::SchedulingConstraintHelper::ReportConflict</a></div><div class="ttdeci">ABSL_MUST_USE_RESULT bool ReportConflict()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00503">intervals.cc:503</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_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_scheduling_constraint_helper_html_a8154381196aaa84918768c323f8401ba"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a8154381196aaa84918768c323f8401ba">operations_research::sat::SchedulingConstraintHelper::GetMinOverlap</a></div><div class="ttdeci">IntegerValue GetMinOverlap(int t, IntegerValue start, IntegerValue end) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00559">intervals.cc:559</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a731094c8e21ea622ef31cabe50f71de8"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a731094c8e21ea622ef31cabe50f71de8">operations_research::sat::NewIntervalWithVariableSize</a></div><div class="ttdeci">std::function&lt; IntervalVariable(Model *)&gt; NewIntervalWithVariableSize(int64_t min_start, int64_t max_end, int64_t min_size, int64_t max_size)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00685">intervals.h:685</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a9125ec8126e6035eacce8a5eb52b45c5"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a9125ec8126e6035eacce8a5eb52b45c5">operations_research::sat::SchedulingConstraintHelper::EndMax</a></div><div class="ttdeci">IntegerValue EndMax(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00234">intervals.h:234</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae17f8119c108cf3070bad3449c7e0006"><div class="ttname"><a href="base_2logging_8h.html#ae17f8119c108cf3070bad3449c7e0006">DCHECK</a></div><div class="ttdeci">#define DCHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00885">base/logging.h:885</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_affb6ad259bc1c6bd004308fb3b8a6b05"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#affb6ad259bc1c6bd004308fb3b8a6b05">operations_research::sat::SchedulingConstraintHelper::Ends</a></div><div class="ttdeci">const std::vector&lt; AffineExpression &gt; &amp; Ends() const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00337">intervals.h:337</a></div></div>
<div class="ttc" id="classabsl_1_1_strong_vector_html"><div class="ttname"><a href="classabsl_1_1_strong_vector.html">absl::StrongVector&lt; IntervalVariable, LiteralIndex &gt;</a></div></div>
<div class="ttc" id="pb__constraint_8h_html"><div class="ttname"><a href="pb__constraint_8h.html">pb_constraint.h</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a373e6412ac911205ed63206556680bec"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a373e6412ac911205ed63206556680bec">operations_research::sat::PartialIsOneOfVar</a></div><div class="ttdeci">std::function&lt; void(Model *)&gt; PartialIsOneOfVar(IntegerVariable target_var, const std::vector&lt; IntegerVariable &gt; &amp;vars, const std::vector&lt; Literal &gt; &amp;selectors)</div><div class="ttdef"><b>Definition:</b> <a href="cp__constraints_8h_source.html#l00160">cp_constraints.h:160</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_ab61209db5b13f0d424da009e414298fc"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#ab61209db5b13f0d424da009e414298fc">operations_research::math_opt::Coefficient</a></div><div class="ttdeci">std::tuple&lt; int64_t, int64_t, const double &gt; Coefficient</div><div class="ttdef"><b>Definition:</b> <a href="sparse__collection__matchers_8h_source.html#l00061">sparse_collection_matchers.h:61</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a1b1aa6fc0495b30c60002421f7640dab"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a1b1aa6fc0495b30c60002421f7640dab">operations_research::sat::SchedulingConstraintHelper::MutableLiteralReason</a></div><div class="ttdeci">std::vector&lt; Literal &gt; * MutableLiteralReason()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00312">intervals.h:312</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_a8b37f381c5e13f325b5991530485d507"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a8b37f381c5e13f325b5991530485d507">operations_research::sat::IntervalsRepository::IntervalsRepository</a></div><div class="ttdeci">IntervalsRepository(Model *model)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00049">intervals.h:49</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a8802df8b960410f2e3b0927a515c7bed"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a8802df8b960410f2e3b0927a515c7bed">operations_research::sat::IsOptional</a></div><div class="ttdeci">std::function&lt; bool(const Model &amp;)&gt; IsOptional(IntervalVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00653">intervals.h:653</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a4ac5e628ca1613b614ccd82bfa785631"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a4ac5e628ca1613b614ccd82bfa785631">operations_research::sat::SchedulingConstraintHelper::AddPresenceReason</a></div><div class="ttdeci">void AddPresenceReason(int t)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00497">intervals.h:497</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html">operations_research::sat::SchedulingConstraintHelper</a></div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00173">intervals.h:173</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a3a35a6e84b9bd02b6842e3bdb7f0b3f2"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a3a35a6e84b9bd02b6842e3bdb7f0b3f2">operations_research::sat::SchedulingConstraintHelper::TaskByIncreasingStartMin</a></div><div class="ttdeci">const std::vector&lt; TaskTime &gt; &amp; TaskByIncreasingStartMin()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00313">intervals.cc:313</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a98d787780ea13b5862ccb1ca73067da4"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a98d787780ea13b5862ccb1ca73067da4">operations_research::sat::SchedulingConstraintHelper::Starts</a></div><div class="ttdeci">const std::vector&lt; AffineExpression &gt; &amp; Starts() const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00336">intervals.h:336</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_ad9b4a962b743e358f3a7c4b2279f99c8"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ad9b4a962b743e358f3a7c4b2279f99c8">operations_research::sat::SchedulingConstraintHelper::NumTasks</a></div><div class="ttdeci">int NumTasks() const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00204">intervals.h:204</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_propagator_interface_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_propagator_interface.html">operations_research::sat::PropagatorInterface</a></div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01105">integer.h:1105</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_variables_assignment_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_variables_assignment.html">operations_research::sat::VariablesAssignment</a></div><div class="ttdef"><b>Definition:</b> <a href="sat__base_8h_source.html#l00123">sat_base.h:123</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="namespaceoperations__research_1_1sat_html_ab65fbf2d7c21debfcc30834498c8ef36"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#ab65fbf2d7c21debfcc30834498c8ef36">operations_research::sat::Equality</a></div><div class="ttdeci">std::function&lt; void(Model *)&gt; Equality(IntegerVariable v, int64_t value)</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01582">integer.h:1582</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a5610313501004888e9070594ae93729f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a5610313501004888e9070594ae93729f">operations_research::sat::SchedulingConstraintHelper::MutableIntegerReason</a></div><div class="ttdeci">std::vector&lt; IntegerLiteral &gt; * MutableIntegerReason()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00313">intervals.h:313</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="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="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="structoperations__research_1_1sat_1_1_affine_expression_html_a8d484cfa3afefda70ef152313dffdc27"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_affine_expression.html#a8d484cfa3afefda70ef152313dffdc27">operations_research::sat::AffineExpression::LowerOrEqual</a></div><div class="ttdeci">IntegerLiteral LowerOrEqual(IntegerValue bound) const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01339">integer.h:1339</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_a9ff1fffcff27fdd81aea09de59d0cb45"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a9ff1fffcff27fdd81aea09de59d0cb45">operations_research::sat::IntervalsRepository::EndVar</a></div><div class="ttdeci">IntegerVariable EndVar(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00113">intervals.h:113</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_a47498392329550af590cc3f6d9dedbf5"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a47498392329550af590cc3f6d9dedbf5">operations_research::sat::IntervalsRepository::MaxSize</a></div><div class="ttdeci">IntegerValue MaxSize(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00127">intervals.h:127</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_aa9db4da9c740b17ac7e7e3b7915328a7"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#aa9db4da9c740b17ac7e7e3b7915328a7">operations_research::sat::StartVar</a></div><div class="ttdeci">std::function&lt; IntegerVariable(const Model &amp;)&gt; StartVar(IntervalVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00621">intervals.h:621</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a0d7780af676ab4fd1c57e62da9e03686"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a0d7780af676ab4fd1c57e62da9e03686">operations_research::sat::SchedulingConstraintHelper::ShiftedStartMin</a></div><div class="ttdeci">IntegerValue ShiftedStartMin(int t) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00250">intervals.h:250</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_a7a7a69d2e822ff3cb2e87d63811259c5"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a7a7a69d2e822ff3cb2e87d63811259c5">operations_research::sat::IntervalsRepository::MinSize</a></div><div class="ttdeci">IntegerValue MinSize(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00122">intervals.h:122</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_aeccc78486bd270a6f68f87f4d412ff2c"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#aeccc78486bd270a6f68f87f4d412ff2c">operations_research::sat::SchedulingConstraintHelper::SetTimeDirection</a></div><div class="ttdeci">void SetTimeDirection(bool is_forward)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00276">intervals.cc:276</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_intervals_repository_html_a558d12a34c3e461abaa1995ad5b193e6"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a558d12a34c3e461abaa1995ad5b193e6">operations_research::sat::IntervalsRepository::Start</a></div><div class="ttdeci">AffineExpression Start(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00095">intervals.h:95</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_ad00b831c8ffafee72b0ecb9761e4c351"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#ad00b831c8ffafee72b0ecb9761e4c351">operations_research::sat::IntervalWithAlternatives</a></div><div class="ttdeci">std::function&lt; void(Model *)&gt; IntervalWithAlternatives(IntervalVariable parent, const std::vector&lt; IntervalVariable &gt; &amp;members)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00746">intervals.h:746</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a5675b4cbb11b373fc6205fba2d4e0465"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a5675b4cbb11b373fc6205fba2d4e0465">operations_research::sat::SchedulingConstraintHelper::ResetFromSubset</a></div><div class="ttdeci">ABSL_MUST_USE_RESULT bool ResetFromSubset(const SchedulingConstraintHelper &amp;other, absl::Span&lt; const int &gt; tasks)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00218">intervals.cc:218</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a4d62ab6133b482aa6d670f4a8534681a"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a4d62ab6133b482aa6d670f4a8534681a">operations_research::sat::SchedulingConstraintHelper::TaskByIncreasingEndMin</a></div><div class="ttdeci">const std::vector&lt; TaskTime &gt; &amp; TaskByIncreasingEndMin()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00325">intervals.cc:325</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a769c8b20df244b07f3ccfc8d4a7a841a"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a769c8b20df244b07f3ccfc8d4a7a841a">operations_research::sat::MinSize</a></div><div class="ttdeci">std::function&lt; int64_t(const Model &amp;)&gt; MinSize(IntervalVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00641">intervals.h:641</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a37d7d6ef38f2acb9f12940ec8f68283a"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a37d7d6ef38f2acb9f12940ec8f68283a">operations_research::sat::SchedulingConstraintHelper::AddSizeMinReason</a></div><div class="ttdeci">void AddSizeMinReason(int t)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00513">intervals.h:513</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_a56fef74254e12d6b2d924296ba874b10"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#a56fef74254e12d6b2d924296ba874b10">operations_research::sat::IntervalsRepository::PresenceLiteral</a></div><div class="ttdeci">Literal PresenceLiteral(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00075">intervals.h:75</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a6c9765ba588b67d014186a9a692ebee8"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a6c9765ba588b67d014186a9a692ebee8">operations_research::sat::EndVar</a></div><div class="ttdeci">std::function&lt; IntegerVariable(const Model &amp;)&gt; EndVar(IntervalVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00628">intervals.h:628</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_task_time_html_a4eaab8c696b2d1eb5f6c377a999814dd"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_task_time.html#a4eaab8c696b2d1eb5f6c377a999814dd">operations_research::sat::TaskTime::operator&lt;</a></div><div class="ttdeci">bool operator&lt;(TaskTime other) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00164">intervals.h:164</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_ac8a0cc4c1cca9aefa21788b096954f31"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ac8a0cc4c1cca9aefa21788b096954f31">operations_research::sat::SchedulingConstraintHelper::PresenceLiteral</a></div><div class="ttdeci">Literal PresenceLiteral(int index) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00339">intervals.h:339</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_intervals_repository_html_ad60fd00d952a6e8a23e11986bfff121a"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_intervals_repository.html#ad60fd00d952a6e8a23e11986bfff121a">operations_research::sat::IntervalsRepository::IsOptional</a></div><div class="ttdeci">bool IsOptional(IntervalVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00072">intervals.h:72</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_scheduling_constraint_helper_html_ab63994ddbf7097199cebad7f31b4a8ab"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ab63994ddbf7097199cebad7f31b4a8ab">operations_research::sat::SchedulingConstraintHelper::TaskByDecreasingStartMax</a></div><div class="ttdeci">const std::vector&lt; TaskTime &gt; &amp; TaskByDecreasingStartMax()</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00337">intervals.cc:337</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a697964c4df6330b5d4720be3658ac35a"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a697964c4df6330b5d4720be3658ac35a">operations_research::sat::SchedulingConstraintHelper::InPropagationLoop</a></div><div class="ttdeci">bool InPropagationLoop() const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00375">intervals.h:375</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_task_time_html_ab0a87862f63b7d6715386f80338ff3cb"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_task_time.html#ab0a87862f63b7d6715386f80338ff3cb">operations_research::sat::TaskTime::time</a></div><div class="ttdeci">IntegerValue time</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00163">intervals.h:163</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a6ee8ed57254aec3ae99d399bae5b3736"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a6ee8ed57254aec3ae99d399bae5b3736">operations_research::sat::SchedulingConstraintHelper::RegisterWith</a></div><div class="ttdeci">void RegisterWith(GenericLiteralWatcher *watcher)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8cc_source.html#l00133">intervals.cc:133</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="classoperations__research_1_1sat_1_1_integer_trail_html_a523501d854b2ca8034d37c15e7c89117"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_integer_trail.html#a523501d854b2ca8034d37c15e7c89117">operations_research::sat::IntegerTrail::IsFixed</a></div><div class="ttdeci">bool IsFixed(IntegerVariable i) const</div><div class="ttdef"><b>Definition:</b> <a href="integer_8h_source.html#l01353">integer.h:1353</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a6793c2382552f34cecb4fcf8951f13d4"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a6793c2382552f34cecb4fcf8951f13d4">operations_research::sat::SchedulingConstraintHelper::AddEnergyAfterReason</a></div><div class="ttdeci">void AddEnergyAfterReason(int t, IntegerValue energy_min, IntegerValue time)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00590">intervals.h:590</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_a8fa1473cee0250df5996ea074a0ddc7e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#a8fa1473cee0250df5996ea074a0ddc7e">operations_research::sat::SchedulingConstraintHelper::AddSizeMaxReason</a></div><div class="ttdeci">void AddSizeMaxReason(int t, IntegerValue upper_bound)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00554">intervals.h:554</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a7db06860bd3d33f0824acb80c13f0769"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a7db06860bd3d33f0824acb80c13f0769">operations_research::sat::MaxSize</a></div><div class="ttdeci">std::function&lt; int64_t(const Model &amp;)&gt; MaxSize(IntervalVariable v)</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00647">intervals.h:647</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_scheduling_constraint_helper_html_ade00ce69e73ccd8470ea0198961da58e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_scheduling_constraint_helper.html#ade00ce69e73ccd8470ea0198961da58e">operations_research::sat::SchedulingConstraintHelper::Sizes</a></div><div class="ttdeci">const std::vector&lt; AffineExpression &gt; &amp; Sizes() const</div><div class="ttdef"><b>Definition:</b> <a href="intervals_8h_source.html#l00338">intervals.h:338</a></div></div>
<div class="ttc" id="constraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6"><div class="ttname"><a href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a></div><div class="ttdeci">int64_t a</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00046">constraint_solver/table.cc:46</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a5dcbeecb5d63f15f9f4c79c2ffa08777"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a5dcbeecb5d63f15f9f4c79c2ffa08777">operations_research::sat::kNoIntervalVariable</a></div><div class="ttdeci">const IntervalVariable kNoIntervalVariable(-1)</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="intervals_8h.html">intervals.h</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>