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

724 lines
194 KiB
HTML
Raw Normal View History

2020-09-01 16:00:33 +02:00
<!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2022-01-17 21:42:14 +01:00
<meta name="generator" content="Doxygen 1.9.3"/>
2020-09-01 16:00:33 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: model.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>
<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
2022-03-04 00:11:33 +01:00
&#160;<span id="projectnumber">9.3</span>
2020-09-01 16:00:33 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-17 21:42:14 +01:00
/* @license-end */
</script>
2020-09-01 16:00:33 +02:00
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('flatzinc_2model_8h_source.html',''); initResizable(); });
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
2022-01-17 21:42:14 +01:00
<div class="headertitle"><div class="title">flatzinc/model.h</div></div>
2020-09-01 16:00:33 +02:00
</div><!--header-->
<div class="contents">
2022-01-17 21:42:14 +01:00
<a href="flatzinc_2model_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">// Copyright 2010-2021 Google LLC</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment">// you may not use this file except in compliance with the License.</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment">// You may obtain a copy of the License at</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">//</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment">//</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// See the License for the specific language governing permissions and</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// limitations under the License.</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#ifndef OR_TOOLS_FLATZINC_MODEL_H_</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#define OR_TOOLS_FLATZINC_MODEL_H_</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#include &lt;cstdint&gt;</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#include &lt;map&gt;</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#include &quot;absl/container/flat_hash_map.h&quot;</span></div>
2022-03-04 00:11:33 +01:00
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include &quot;absl/strings/string_view.h&quot;</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><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 id="l00024" name="l00024"></a><span class="lineno"> 24</span><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 id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include &quot;<a class="code" href="iterators_8h.html">ortools/graph/iterators.h</a>&quot;</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include &quot;<a class="code" href="util_2logging_8h.html">ortools/util/logging.h</a>&quot;</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include &quot;<a class="code" href="string__array_8h.html">ortools/util/string_array.h</a>&quot;</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceoperations__research.html">operations_research</a> {</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="keyword">namespace </span>fz {</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="keyword">struct </span>Constraint;</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keyword">class </span>Model;</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="comment">// A domain represents the possible values of a variable, and its type</span></div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="comment">// (which carries display information, i.e. a Boolean will be displayed</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="comment">// differently than an integer with domain {0, 1}).</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment">// It can be:</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="comment">// - an explicit list of all possible values, in which case is_interval is</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="comment">// false. If the list is empty, then the domain is empty.</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="comment">// - an interval, in which case is_interval is true and values.size() == 2,</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment">// and the interval is [values[0], values[1]].</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="comment">// - all integers, in which case values is empty, and is_interval is true.</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="comment">// Note that semi-infinite intervals aren&#39;t supported.</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="comment">// - a Boolean domain({ 0, 1 } with Boolean display tag).</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="comment">// TODO(user): Rework domains, all int64_t should be kintmin..kint64max.</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="comment">// It is a bit tricky though as we must take care of overflows.</span></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="comment">// If is_a_set is true, then this domain has a set semantics. For a set</span></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="comment">// variable, any subset of the initial set of values is a valid assignment,</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="comment">// instead of exactly one value.</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_domain.html"> 51</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> {</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="comment">// The values will be sorted and duplicate values will be removed.</span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a754a7ad9f56459fb5e5c983a40947cbe">IntegerList</a>(std::vector&lt;int64_t&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_domain.html#accfca8221a7bbdc54ff1aa8b91152da9">values</a>);</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a828d4cd0ac030530c310658473d23f06">AllInt64</a>();</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a0f1643134969d5a2c4f8d3dd0476ff99">IntegerValue</a>(int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#ac9ff3c1d255b5654a5ff2579f21acd47">Interval</a>(int64_t included_min, int64_t included_max);</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a3f2007b8882c885ee1be806c6a98419e">Boolean</a>();</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#ae831fb06cf8c703be3f022505d813a27">SetOfIntegerList</a>(std::vector&lt;int64_t&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_domain.html#accfca8221a7bbdc54ff1aa8b91152da9">values</a>);</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a38708612016dd6b01ae884909c721e66">SetOfAllInt64</a>();</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#aa30e9ca1598015e994bff7ed22daa411">SetOfIntegerValue</a>(int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a6950388f72a7fa5b644f3c76f7ca1706">SetOfInterval</a>(int64_t included_min, int64_t included_max);</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#acdabd7803bb29d4d16d6aa39f2f9fc1d">SetOfBoolean</a>();</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a1956dc1d088e3fdba2e96b99056a1743">EmptyDomain</a>();</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#afda4bca6bc6f2eba7ae6cfdb3f8ac09d">AllFloats</a>();</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#aeb53a70e098ace1183f368b796963019">FloatValue</a>(<span class="keywordtype">double</span> <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a9587edb447d95d904dc5b651317641c1">FloatInterval</a>(<span class="keywordtype">double</span> lb, <span class="keywordtype">double</span> ub);</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> <span class="comment">// TODO(user): Do we need SetOfFloats() ?</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#ab14516d3beb15fb3278feecd51f23d00">HasOneValue</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a644718bb2fb240de962dc3c9a1fdf0dc">empty</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <span class="comment">// Returns the min of the domain.</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> int64_t <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a8cf21a67f7d81a800ff912239bb2db64">Min</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <span class="comment">// Returns the max of the domain.</span></div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> int64_t <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#aa74ea8cd1b0767659f704b482d07c103">Max</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <span class="comment">// Returns the value of the domain. HasOneValue() must return true.</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> int64_t <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a15828fe5ecfdada586a63d916b7b7354">Value</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="comment">// Returns true if the domain is [kint64min..kint64max]</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a66134bdd47d9229226652e44aaf48be7">IsAllInt64</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="comment">// Various inclusion tests on a domain.</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a22c6c2f121586b5d76feb4b0e536dfde">Contains</a>(int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#aaabd320cdd39397765dff975200e36de">OverlapsIntList</a>(<span class="keyword">const</span> std::vector&lt;int64_t&gt;&amp; vec) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#aa1996074f6010922e8e6bd19b541b4e2">OverlapsIntInterval</a>(int64_t lb, int64_t ub) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a2bb0dbad468486bf822f02b19e6cd6eb">OverlapsDomain</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a>&amp; other) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="comment">// All the following modifiers change the internal representation</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="comment">// list to interval or interval to list.</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a4eb82b5ddb0d1da80613de439c9b4102">IntersectWithSingleton</a>(int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a84f1b557bc1e5794b23f783e9a8be861">IntersectWithDomain</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a>&amp; domain);</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a7e9bbdff8823a774cb77203fc25c82f1">IntersectWithInterval</a>(int64_t interval_min, int64_t interval_max);</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#aeeb12464ef6e99828705d3e03b97ce1e">IntersectWithListOfIntegers</a>(<span class="keyword">const</span> std::vector&lt;int64_t&gt;&amp; integers);</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a83b6d5a79daefe47508371857e2e1d3f">IntersectWithFloatDomain</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a>&amp; domain);</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <span class="comment">// Returns true iff the value did belong to the domain, and was removed.</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="comment">// Try to remove the value. It returns true if it was actually removed.</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="comment">// If the value is inside a large interval, then it will not be removed.</span></div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#afef2f5a788f04239e1ab26f7123d38eb">RemoveValue</a>(int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="comment">// Sets the empty float domain. Returns true.</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a2479e635191e18c16ef92f7123a61250">SetEmptyFloatDomain</a>();</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> std::string <a class="code hl_function" href="structoperations__research_1_1fz_1_1_domain.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> </div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> <span class="comment">// These should never be modified from outside the class.</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_domain.html#accfca8221a7bbdc54ff1aa8b91152da9"> 107</a></span> std::vector&lt;int64_t&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_domain.html#accfca8221a7bbdc54ff1aa8b91152da9">values</a>;</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_domain.html#addcc64e2c734528dbecdcacdb48ba748"> 108</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_domain.html#addcc64e2c734528dbecdcacdb48ba748">is_interval</a> = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_domain.html#a6b00ba8d80602b04248ef615f74f41aa"> 109</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_domain.html#a6b00ba8d80602b04248ef615f74f41aa">display_as_boolean</a> = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <span class="comment">// Indicates if the domain was created as a set domain.</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_domain.html#a8a90ee54191400f0d17167851f594f0e"> 111</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_domain.html#a8a90ee54191400f0d17167851f594f0e">is_a_set</a> = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> <span class="comment">// Float domain.</span></div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_domain.html#a9c82df0e5e6fb19bc5b3edbe36a5985f"> 113</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_domain.html#a9c82df0e5e6fb19bc5b3edbe36a5985f">is_float</a> = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_domain.html#a89f0141355daa528c3c105400da0a0dc"> 114</a></span> std::vector&lt;double&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_domain.html#a89f0141355daa528c3c105400da0a0dc">float_values</a>;</div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span>};</div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="comment">// An int var is a name with a domain of possible values, along with</span></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="comment">// some tags. Typically, an Variable is on the heap, and owned by the</span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span><span class="comment">// global Model object.</span></div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_variable.html"> 120</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a> {</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> <span class="comment">// This method tries to unify two variables. This can happen during the</span></div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span> <span class="comment">// parsing of the model or during presolve. This is possible if at least one</span></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> <span class="comment">// of the two variable is not the target of a constraint. (otherwise it</span></div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> <span class="comment">// returns false).</span></div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <span class="comment">// The semantic of the merge is the following:</span></div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> <span class="comment">// - the resulting domain is the intersection of the two domains.</span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> <span class="comment">// - if one variable is not temporary, the result is not temporary.</span></div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> <span class="comment">// - if one variable is temporary, the name is the name of the other</span></div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="comment">// variable. If both variables are temporary or both variables are not</span></div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <span class="comment">// temporary, the name is chosen arbitrarily between the two names.</span></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_variable.html#a79e07373c8eb2df90d9f7f6c2a192953">Merge</a>(absl::string_view other_name, <span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a>&amp; other_domain,</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <span class="keywordtype">bool</span> other_temporary);</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span> </div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> std::string <a class="code hl_function" href="structoperations__research_1_1fz_1_1_variable.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_variable.html#a9b45b3e13bd9167aab02e17e08916231"> 136</a></span> std::string <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_variable.html#a9b45b3e13bd9167aab02e17e08916231">name</a>;</div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_variable.html#a1f1a69f8d8b037b72c2160ed12b3ef51"> 137</a></span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_variable.html#a1f1a69f8d8b037b72c2160ed12b3ef51">domain</a>;</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> <span class="comment">// Indicates if the variable is a temporary variable created when flattening</span></div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> <span class="comment">// the model. For instance, if you write x == y * z + y, then it will be</span></div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <span class="comment">// expanded into y * z == t and x = t + y. And t will be a temporary variable.</span></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_variable.html#a213942fe4cf3ce5da598bb2971452f95"> 141</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_variable.html#a213942fe4cf3ce5da598bb2971452f95">temporary</a> : 1;</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> <span class="comment">// Indicates if the variable should be created at all. A temporary variable</span></div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="comment">// can be unreachable in the active model if nobody uses it. In that case,</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <span class="comment">// there is no need to create it.</span></div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_variable.html#a03c996f9fcf0e10baeb3e700be0c409a"> 145</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_variable.html#a03c996f9fcf0e10baeb3e700be0c409a">active</a> : 1;</div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> </div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_variable.html#a2bf2a0e9b454c55aa5dcb5aa4698697b"> 148</a></span> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1fz_1_1_model.html">Model</a>;</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> </div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>(absl::string_view name_, <span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a>&amp; domain_, <span class="keywordtype">bool</span> temporary_);</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span>};</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> </div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span><span class="comment">// An argument is either an integer value, an integer domain, a</span></div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="comment">// reference to a variable, or an array of variable references.</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html"> 155</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> {</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7"> 156</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7">Type</a> {</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0"> 157</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0">INT_VALUE</a>,</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7aa5c14285b282de07c2e8b5f16a7f88fd"> 158</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7aa5c14285b282de07c2e8b5f16a7f88fd">INT_INTERVAL</a>,</div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a469424590d4998ef9e6bdc8b2fac418f"> 159</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a469424590d4998ef9e6bdc8b2fac418f">INT_LIST</a>,</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7addb14e7647ff7b34a330f7be822c5766"> 160</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7addb14e7647ff7b34a330f7be822c5766">DOMAIN_LIST</a>,</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a3a0f213faf27422c814aaeb2b60932fe"> 161</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a3a0f213faf27422c814aaeb2b60932fe">FLOAT_VALUE</a>,</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a0eec54151f07bdbfd1499720ce732b65"> 162</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a0eec54151f07bdbfd1499720ce732b65">FLOAT_INTERVAL</a>,</div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a402bb660390a1c74bd70735ba8bd1709"> 163</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a402bb660390a1c74bd70735ba8bd1709">FLOAT_LIST</a>,</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c"> 164</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c">VAR_REF</a>,</div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052"> 165</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052">VAR_REF_ARRAY</a>,</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a69ad3edbf18744bd9d2be33f4ab641ef"> 166</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a69ad3edbf18744bd9d2be33f4ab641ef">VOID_ARGUMENT</a>,</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> };</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> </div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a6675e5508095375dfc786c7e71a341f8">IntegerValue</a>(int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a6d1a63adef5f523b1ba4712eea639d2d">Interval</a>(int64_t imin, int64_t imax);</div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a2d7f92751913db3dbbe8de57a618d3cc">IntegerList</a>(std::vector&lt;int64_t&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_argument.html#accfca8221a7bbdc54ff1aa8b91152da9">values</a>);</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a12472607a02a2591400e9d7f896a78d2">DomainList</a>(std::vector&lt;Domain&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_argument.html#abb1735f3b6991effbf214fa23bc3096b">domains</a>);</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#aa865fd087219dcdeb04108eab5a0ae30">FloatValue</a>(<span class="keywordtype">double</span> <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a063f87ba9543c407751012e780417691">FloatInterval</a>(<span class="keywordtype">double</span> lb, <span class="keywordtype">double</span> ub);</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#ade07f813c472e0c731f6d9ce7595a0fd">FloatList</a>(std::vector&lt;double&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_argument.html#a1f4f1a0840982d499f18ed0b0a530a91">floats</a>);</div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a17ec4fe4babfccf5331e8ba0a0ff87ba">VarRef</a>(<a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <span class="keyword">const</span> <a class="code hl_variable" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>);</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a539a9c8349b56ed3655cdca1144453ae">VarRefArray</a>(std::vector&lt;Variable*&gt; vars);</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a453935bcfe59ce62c080cdca0e1e66c7">VoidArgument</a>();</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_argument.html">Argument</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#af9e384e6d68e08d8c318ee92122b02d8">FromDomain</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a>&amp; domain);</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> std::string <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> </div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <span class="comment">// Returns true if the argument is a variable.</span></div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a49b50647dce4bfb88dea2ec4778be705">IsVariable</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <span class="comment">// Returns true if the argument has only one value (integer value, integer</span></div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> <span class="comment">// list of size 1, interval of size 1, or variable with a singleton domain).</span></div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#ab14516d3beb15fb3278feecd51f23d00">HasOneValue</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> <span class="comment">// Returns the value of the argument. Does DCHECK(HasOneValue()).</span></div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> int64_t <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a15828fe5ecfdada586a63d916b7b7354">Value</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <span class="comment">// Returns true if it an integer list, or an array of integer</span></div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="comment">// variables (or domain) each having only one value.</span></div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#af70e8aff4677457f7c4ca0a0c08da3a8">IsArrayOfValues</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span> <span class="comment">// Returns true if the argument is an integer value, an integer</span></div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> <span class="comment">// list, or an interval, and it contains the given value.</span></div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> <span class="comment">// It will check that the type is actually one of the above.</span></div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a22c6c2f121586b5d76feb4b0e536dfde">Contains</a>(int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <span class="comment">// Returns the value of the pos-th element.</span></div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> int64_t <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#ad9523181aaec51308baab5564f560182">ValueAt</a>(<span class="keywordtype">int</span> pos) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> <span class="comment">// Returns the variable inside the argument if the type is VAR_REF,</span></div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="comment">// or nullptr otherwise.</span></div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#ae53f4092afaa198d8690b1080224a622">Var</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="comment">// Returns the variable at position pos inside the argument if the type is</span></div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="comment">// VAR_REF_ARRAY or nullptr otherwise.</span></div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a1296ccafbf4ff4cfe2ebe7595a6588cd">VarAt</a>(<span class="keywordtype">int</span> pos) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <span class="comment">// Returns true is the pos-th argument is fixed.</span></div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#ac92e13243e745f7d9ed4149592a47ff2">HasOneValueAt</a>(<span class="keywordtype">int</span> pos) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <span class="comment">// Returns the number of object in the argument.</span></div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <span class="keywordtype">int</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_argument.html#a24926108b770033792d015cb86aeffb3">Size</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> </div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#ab6f4e6d3fde00ce906e46494f60dfe7a"> 210</a></span> <a class="code hl_enumeration" href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7">Type</a> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_argument.html#ab6f4e6d3fde00ce906e46494f60dfe7a">type</a>;</div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#accfca8221a7bbdc54ff1aa8b91152da9"> 211</a></span> std::vector&lt;int64_t&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_argument.html#accfca8221a7bbdc54ff1aa8b91152da9">values</a>;</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#aa0d95901a6e266d846c39b446bce719c"> 212</a></span> std::vector&lt;Variable*&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_argument.html#aa0d95901a6e266d846c39b446bce719c">variables</a>;</div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#abb1735f3b6991effbf214fa23bc3096b"> 213</a></span> std::vector&lt;Domain&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_argument.html#abb1735f3b6991effbf214fa23bc3096b">domains</a>;</div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_argument.html#a1f4f1a0840982d499f18ed0b0a530a91"> 214</a></span> std::vector&lt;double&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_argument.html#a1f4f1a0840982d499f18ed0b0a530a91">floats</a>;</div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span>};</div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> </div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span><span class="comment">// A constraint has a type, some arguments, and a few tags. Typically, a</span></div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span><span class="comment">// Constraint is on the heap, and owned by the global Model object.</span></div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_constraint.html"> 219</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structoperations__research_1_1fz_1_1_constraint.html">Constraint</a> {</div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_constraint.html#aa88b0da369a3098c2332ce82a0af1640"> 220</a></span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_constraint.html#aa88b0da369a3098c2332ce82a0af1640">Constraint</a>(absl::string_view t, std::vector&lt;Argument&gt; args,</div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="keywordtype">bool</span> strong_propag)</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> : <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#a75b160f574a0be26114bae2c7686a5e1">type</a>(t),</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#a77e1aa924721362a640c1b2be1c8ce5e">arguments</a>(<a class="code hl_namespace" href="namespacestd.html">std</a>::move(args)),</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#ace8c5921a3c66e351a1fefc53a4c963f">strong_propagation</a>(strong_propag),</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#a03c996f9fcf0e10baeb3e700be0c409a">active</a>(true),</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#a180bfd7ee6e3a88413aecb4fa947977b">presolve_propagation_done</a>(false) {}</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> std::string <a class="code hl_function" href="structoperations__research_1_1fz_1_1_constraint.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> </div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <span class="comment">// Helpers to be used during presolve.</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <span class="keywordtype">void</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_constraint.html#ae351ff89f1d64367e6c435c51e013f15">MarkAsInactive</a>();</div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> <span class="comment">// Helper method to remove one argument.</span></div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> <span class="keywordtype">void</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_constraint.html#a3b1a3ba3444986a1c377dcfb5c1dac91">RemoveArg</a>(<span class="keywordtype">int</span> arg_pos);</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> <span class="comment">// Set as a False constraint.</span></div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <span class="keywordtype">void</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_constraint.html#af83476b3b552334a4dac4e844e91e435">SetAsFalse</a>();</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> </div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> <span class="comment">// The flatzinc type of the constraint (i.e. &quot;int_eq&quot; for integer equality)</span></div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <span class="comment">// stored as a string.</span></div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_constraint.html#a75b160f574a0be26114bae2c7686a5e1"> 239</a></span> std::string <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#a75b160f574a0be26114bae2c7686a5e1">type</a>;</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_constraint.html#a77e1aa924721362a640c1b2be1c8ce5e"> 240</a></span> std::vector&lt;Argument&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#a77e1aa924721362a640c1b2be1c8ce5e">arguments</a>;</div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> <span class="comment">// Is true if the constraint should use the strongest level of propagation.</span></div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="comment">// This is a hint in the model. For instance, in the AllDifferent constraint,</span></div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> <span class="comment">// there are different algorithms to propagate with different pruning/speed</span></div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> <span class="comment">// ratios. When strong_propagation is true, one should use, if possible, the</span></div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> <span class="comment">// algorithm with the strongest pruning.</span></div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_constraint.html#ace8c5921a3c66e351a1fefc53a4c963f"> 246</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#ace8c5921a3c66e351a1fefc53a4c963f">strong_propagation</a> : 1;</div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <span class="comment">// Indicates if the constraint is active. Presolve can make it inactive by</span></div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> <span class="comment">// propagating it, or by regrouping it. Once a constraint is inactive, it is</span></div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <span class="comment">// logically removed from the model, it is not extracted, and it is ignored by</span></div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> <span class="comment">// presolve.</span></div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_constraint.html#a03c996f9fcf0e10baeb3e700be0c409a"> 251</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#a03c996f9fcf0e10baeb3e700be0c409a">active</a> : 1;</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> </div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> <span class="comment">// Indicates if presolve has finished propagating this constraint.</span></div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_constraint.html#a180bfd7ee6e3a88413aecb4fa947977b"> 254</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_constraint.html#a180bfd7ee6e3a88413aecb4fa947977b">presolve_propagation_done</a> : 1;</div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span>};</div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> </div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span><span class="comment">// An annotation is a set of information. It has two use cases. One during</span></div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span><span class="comment">// parsing to store intermediate information on model objects (i.e. the defines</span></div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span><span class="comment">// part of a constraint). The other use case is to store all search</span></div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span><span class="comment">// declarations. This persists after model parsing.</span></div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html"> 261</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> {</div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7"> 262</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7">Type</a> {</div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ae832fcf956a32fd8766a7a99a9eb49f2"> 263</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ae832fcf956a32fd8766a7a99a9eb49f2">ANNOTATION_LIST</a>,</div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a84f8ae2490f9e4bd2321fd21f4b0e807"> 264</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a84f8ae2490f9e4bd2321fd21f4b0e807">IDENTIFIER</a>,</div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a026071c79ad175ff5edb80a307ed2e1d"> 265</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a026071c79ad175ff5edb80a307ed2e1d">FUNCTION_CALL</a>,</div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0"> 266</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0">INT_VALUE</a>,</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a15685f61e1f7ab09f7543d6ffbb51ac6"> 267</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a15685f61e1f7ab09f7543d6ffbb51ac6">INTERVAL</a>,</div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c"> 268</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c">VAR_REF</a>,</div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052"> 269</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052">VAR_REF_ARRAY</a>,</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a4e08d17821a8f137efb3d4474ddc0bee"> 270</a></span> <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a4e08d17821a8f137efb3d4474ddc0bee">STRING_VALUE</a>,</div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> };</div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> </div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#ac9db651776c6fa0681bfa5d3f5aa2d84">Empty</a>();</div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#a8c6a720ac9d9de51f877791f50284c6f">AnnotationList</a>(std::vector&lt;Annotation&gt; list);</div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#addf7e1a83ce31e3fd0585fb5b51aef9d">Identifier</a>(absl::string_view <span class="keywordtype">id</span>);</div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#a42979c98315e47d0da63ae8e18ae3ad8">FunctionCallWithArguments</a>(absl::string_view <span class="keywordtype">id</span>,</div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> std::vector&lt;Annotation&gt; args);</div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#a7dbe2e1ddb0999e3110058e1dac87673">FunctionCall</a>(absl::string_view <span class="keywordtype">id</span>);</div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#ac21927d5dad7446f918f44d66982b90b">Interval</a>(int64_t <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#a82ee3807555f9577825caccedb9c338e">interval_min</a>, int64_t <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#ae0b255fd95b0845ebbdc622cd1664ddf">interval_max</a>);</div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#a0701729d5ebef2526dc0c1a1fa6b7150">IntegerValue</a>(int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#ac888f2e2044aae3735afd54e66a0c726">VarRef</a>(<a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <span class="keyword">const</span> <a class="code hl_variable" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>);</div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#ac6a7e053b567a012556f461ebbe1542f">VarRefArray</a>(std::vector&lt;Variable*&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#aa0d95901a6e266d846c39b446bce719c">variables</a>);</div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_annotation.html">Annotation</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#a3750df947e8ceec9a3a4394851c44ec7">String</a>(absl::string_view str);</div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> </div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> std::string <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a6d9ef50975f8f64e2fa57dd8dffab696"> 286</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#a6d9ef50975f8f64e2fa57dd8dffab696">IsFunctionCallWithIdentifier</a>(absl::string_view identifier)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#ab6f4e6d3fde00ce906e46494f60dfe7a">type</a> == <a class="code hl_enumvalue" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a026071c79ad175ff5edb80a307ed2e1d">FUNCTION_CALL</a> &amp;&amp; <span class="keywordtype">id</span> == identifier;</div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> }</div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <span class="comment">// Copy all the variable references contained in this annotation (and its</span></div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> <span class="comment">// children). Depending on the type of this annotation, there can be zero,</span></div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <span class="comment">// one, or several.</span></div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> <span class="keywordtype">void</span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_annotation.html#a2ba5d3b4c739b7fe95d0e2f59fbdcca9">AppendAllVariables</a>(std::vector&lt;Variable*&gt;* vars) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> </div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#ab6f4e6d3fde00ce906e46494f60dfe7a"> 294</a></span> <a class="code hl_enumeration" href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7">Type</a> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#ab6f4e6d3fde00ce906e46494f60dfe7a">type</a>;</div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#a82ee3807555f9577825caccedb9c338e"> 295</a></span> int64_t <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#a82ee3807555f9577825caccedb9c338e">interval_min</a>;</div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#ae0b255fd95b0845ebbdc622cd1664ddf"> 296</a></span> int64_t <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#ae0b255fd95b0845ebbdc622cd1664ddf">interval_max</a>;</div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#afd0d68c6d31ff249f3ae8662162663c3"> 297</a></span> std::string <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#afd0d68c6d31ff249f3ae8662162663c3">id</a>;</div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#abfdf613e1ecbe40ec2963f16a9cb762d"> 298</a></span> std::vector&lt;Annotation&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#abfdf613e1ecbe40ec2963f16a9cb762d">annotations</a>;</div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#aa0d95901a6e266d846c39b446bce719c"> 299</a></span> std::vector&lt;Variable*&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#aa0d95901a6e266d846c39b446bce719c">variables</a>;</div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_annotation.html#aabc5f6077f4788f74af9317dc62b840e"> 300</a></span> std::string <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_annotation.html#aabc5f6077f4788f74af9317dc62b840e">string_value</a>;</div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span>};</div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> </div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span><span class="comment">// Information on what should be displayed when a solution is found.</span></div>
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span><span class="comment">// It follows the flatzinc specification (www.minizinc.org).</span></div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs.html"> 305</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structoperations__research_1_1fz_1_1_solution_output_specs.html">SolutionOutputSpecs</a> {</div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html"> 306</a></span> <span class="keyword">struct </span><a class="code hl_struct" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html">Bounds</a> {</div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a08ce57d1d3d6091399a86065025c01b7"> 307</a></span> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a08ce57d1d3d6091399a86065025c01b7">Bounds</a>(int64_t min_value_, int64_t max_value_)</div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> : <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a2b9bfeff4c4dbddc4755ea1464adfb6c">min_value</a>(min_value_), <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a4b1493259d954914abc650e6215eb0d7">max_value</a>(max_value_) {}</div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> std::string <a class="code hl_function" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a2b9bfeff4c4dbddc4755ea1464adfb6c"> 310</a></span> int64_t <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a2b9bfeff4c4dbddc4755ea1464adfb6c">min_value</a>;</div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a4b1493259d954914abc650e6215eb0d7"> 311</a></span> int64_t <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a4b1493259d954914abc650e6215eb0d7">max_value</a>;</div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> };</div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> </div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> <span class="comment">// Will output: name = &lt;variable value&gt;.</span></div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_solution_output_specs.html">SolutionOutputSpecs</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#af7b91024d1bf2e411098b774485f951f">SingleVariable</a>(absl::string_view <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a9b45b3e13bd9167aab02e17e08916231">name</a>,</div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#ae571814d0e6ac1f041f0ee0190abe3aa">variable</a>,</div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a6b00ba8d80602b04248ef615f74f41aa">display_as_boolean</a>);</div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> <span class="comment">// Will output (for example):</span></div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> <span class="comment">// name = array2d(min1..max1, min2..max2, [list of variable values])</span></div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> <span class="comment">// for a 2d array (bounds.size() == 2).</span></div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_solution_output_specs.html">SolutionOutputSpecs</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a2625c1d518a63536b4d0b122fc3cc658">MultiDimensionalArray</a>(</div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> absl::string_view <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a9b45b3e13bd9167aab02e17e08916231">name</a>, std::vector&lt;Bounds&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#abaa725c977b97a197b1a2eddfb221996">bounds</a>,</div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> std::vector&lt;Variable*&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a88042b1e7993c542e7df66944fa8a6e3">flat_variables</a>, <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a6b00ba8d80602b04248ef615f74f41aa">display_as_boolean</a>);</div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <span class="comment">// Empty output.</span></div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> <span class="keyword">static</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_solution_output_specs.html">SolutionOutputSpecs</a> <a class="code hl_function" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a64bda60cc1d898eb238367d4d237953a">VoidOutput</a>();</div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> </div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> std::string <a class="code hl_function" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> </div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a9b45b3e13bd9167aab02e17e08916231"> 329</a></span> std::string <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a9b45b3e13bd9167aab02e17e08916231">name</a>;</div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#ae571814d0e6ac1f041f0ee0190abe3aa"> 330</a></span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#ae571814d0e6ac1f041f0ee0190abe3aa">variable</a>;</div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a88042b1e7993c542e7df66944fa8a6e3"> 331</a></span> std::vector&lt;Variable*&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a88042b1e7993c542e7df66944fa8a6e3">flat_variables</a>;</div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> <span class="comment">// These are the starts and ends of intervals for displaying (potentially</span></div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> <span class="comment">// multi-dimensional) arrays.</span></div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#abaa725c977b97a197b1a2eddfb221996"> 334</a></span> std::vector&lt;Bounds&gt; <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#abaa725c977b97a197b1a2eddfb221996">bounds</a>;</div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"><a class="line" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a6b00ba8d80602b04248ef615f74f41aa"> 335</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a6b00ba8d80602b04248ef615f74f41aa">display_as_boolean</a>;</div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span>};</div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> </div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html"> 338</a></span><span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1fz_1_1_model.html">Model</a> {</div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#a074bdf48e6a0ef957ae8be8817a5f25d"> 340</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a074bdf48e6a0ef957ae8be8817a5f25d">Model</a>(absl::string_view <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a24dcbf29c0d6cd766009a182a6484e3b">name</a>)</div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> : name_(<a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a24dcbf29c0d6cd766009a182a6484e3b">name</a>), objective_(nullptr), maximize_(true) {}</div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a252c349b237f7779edf32778eb541a99">~Model</a>();</div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span> </div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> <span class="comment">// ----- Builder methods -----</span></div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span> </div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span> <span class="comment">// The objects returned by AddVariable(), AddConstant(), and AddConstraint()</span></div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span> <span class="comment">// are owned by the model and will remain live for its lifetime.</span></div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#abbcb65023804b0f71fa33dc6545dec99">AddVariable</a>(absl::string_view <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a24dcbf29c0d6cd766009a182a6484e3b">name</a>, <span class="keyword">const</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_domain.html">Domain</a>&amp; domain,</div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="keywordtype">bool</span> defined);</div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a5768f75d7dda6b619ca24615bb048ddd">AddConstant</a>(int64_t <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#af13fa9a27320483fff9408ecf63928f8">AddFloatConstant</a>(<span class="keywordtype">double</span> <a class="code hl_variable" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> <span class="comment">// Creates and add a constraint to the model.</span></div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a2001b37bf9ee6add849bc2700119b407">AddConstraint</a>(absl::string_view <span class="keywordtype">id</span>, std::vector&lt;Argument&gt; arguments,</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> <span class="keywordtype">bool</span> is_domain);</div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a2001b37bf9ee6add849bc2700119b407">AddConstraint</a>(<span class="keyword">const</span> std::string&amp; <span class="keywordtype">id</span>, std::vector&lt;Argument&gt; arguments);</div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a863321a9f10b6f2a51cfe900ddc62784">AddOutput</a>(<a class="code hl_struct" href="structoperations__research_1_1fz_1_1_solution_output_specs.html">SolutionOutputSpecs</a> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a41a379f4706f269c1f093282e7ab3812">output</a>);</div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> </div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> <span class="comment">// Set the search annotations and the objective: either simply satisfy the</span></div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <span class="comment">// problem, or minimize or maximize the given variable (which must have been</span></div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <span class="comment">// added with AddVariable() already).</span></div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a6453cd0473cf09bc5e969fe3f2749b3e">Satisfy</a>(std::vector&lt;Annotation&gt; <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a305fe7bcd23dd742aa419ea806491025">search_annotations</a>);</div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#aefedd869cc997bf774664a87bcd5942d">Minimize</a>(<a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* obj, std::vector&lt;Annotation&gt; <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a305fe7bcd23dd742aa419ea806491025">search_annotations</a>);</div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#acb2d570f244524a6413835cc9c3d6b1c">Maximize</a>(<a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* obj, std::vector&lt;Annotation&gt; <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a305fe7bcd23dd742aa419ea806491025">search_annotations</a>);</div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> </div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#acb5d114b63badcea200457cbf8bdea37">IsInconsistent</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> </div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> <span class="comment">// ----- Accessors and mutators -----</span></div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> </div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#afed561a03fabb64fd44bc82394aeebc0"> 369</a></span> <span class="keyword">const</span> std::vector&lt;Variable*&gt;&amp; <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#afed561a03fabb64fd44bc82394aeebc0">variables</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> variables_; }</div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#afe1141971c72bb4c036f7c1a3b101d2f"> 370</a></span> <span class="keyword">const</span> std::vector&lt;Constraint*&gt;&amp; <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#afe1141971c72bb4c036f7c1a3b101d2f">constraints</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> constraints_; }</div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#a305fe7bcd23dd742aa419ea806491025"> 371</a></span> <span class="keyword">const</span> std::vector&lt;Annotation&gt;&amp; <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a305fe7bcd23dd742aa419ea806491025">search_annotations</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> <span class="keywordflow">return</span> search_annotations_;</div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> }</div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span><span class="preprocessor">#if !defined(SWIG)</span></div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#aaf4de13f047e47037179cddef2676aa0"> 375</a></span> <a class="code hl_struct" href="structutil_1_1_mutable_vector_iteration.html">util::MutableVectorIteration&lt;Annotation&gt;</a> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#aaf4de13f047e47037179cddef2676aa0">mutable_search_annotations</a>() {</div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <span class="keywordflow">return</span> <a class="code hl_struct" href="structutil_1_1_mutable_vector_iteration.html">util::MutableVectorIteration&lt;Annotation&gt;</a>(&amp;search_annotations_);</div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> }</div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#a41a379f4706f269c1f093282e7ab3812"> 379</a></span> <span class="keyword">const</span> std::vector&lt;SolutionOutputSpecs&gt;&amp; <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a41a379f4706f269c1f093282e7ab3812">output</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> output_; }</div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span><span class="preprocessor">#if !defined(SWIG)</span></div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#a039e9bee0c30f9cef47204656c08bf8b"> 381</a></span> <a class="code hl_struct" href="structutil_1_1_mutable_vector_iteration.html">util::MutableVectorIteration&lt;SolutionOutputSpecs&gt;</a> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a039e9bee0c30f9cef47204656c08bf8b">mutable_output</a>() {</div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> <span class="keywordflow">return</span> <a class="code hl_struct" href="structutil_1_1_mutable_vector_iteration.html">util::MutableVectorIteration&lt;SolutionOutputSpecs&gt;</a>(&amp;output_);</div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> }</div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#ad3c37b53f974ee5f215d410d93841d63"> 385</a></span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#ad3c37b53f974ee5f215d410d93841d63">maximize</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> maximize_; }</div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#ac7db5b9e1e76653300e157343d2ac759"> 386</a></span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#ac7db5b9e1e76653300e157343d2ac759">objective</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> objective_; }</div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#a4fe3c6bd91b56667b6be0d601cf30af2"> 387</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a4fe3c6bd91b56667b6be0d601cf30af2">SetObjective</a>(<a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* obj) { objective_ = obj; }</div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> </div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> <span class="comment">// Services.</span></div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> std::string <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a764be64f3029f8b8e23511061d8de355">DebugString</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> </div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model.html#a24dcbf29c0d6cd766009a182a6484e3b"> 392</a></span> <span class="keyword">const</span> std::string&amp; <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model.html#a24dcbf29c0d6cd766009a182a6484e3b">name</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> name_; }</div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> </div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> <span class="keyword">const</span> std::string name_;</div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> <span class="comment">// owned.</span></div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> <span class="comment">// TODO(user): use unique_ptr</span></div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> std::vector&lt;Variable*&gt; variables_;</div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> <span class="comment">// owned.</span></div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> <span class="comment">// TODO(user): use unique_ptr</span></div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span> std::vector&lt;Constraint*&gt; constraints_;</div>
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span> <span class="comment">// The objective variable (it belongs to variables_).</span></div>
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span> <a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* objective_;</div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> <span class="keywordtype">bool</span> maximize_;</div>
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> <span class="comment">// All search annotations are stored as a vector of Annotation.</span></div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> std::vector&lt;Annotation&gt; search_annotations_;</div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> std::vector&lt;SolutionOutputSpecs&gt; output_;</div>
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span>};</div>
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span> </div>
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span><span class="comment">// Stand-alone statistics class on the model.</span></div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span><span class="comment">// TODO(user): Clean up API to pass a Model* in argument.</span></div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model_statistics.html"> 412</a></span><span class="keyword">class </span><a class="code hl_class" href="classoperations__research_1_1fz_1_1_model_statistics.html">ModelStatistics</a> {</div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model_statistics.html#a3e9f1584777181b3d707e695a550af56"> 414</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model_statistics.html#a3e9f1584777181b3d707e695a550af56">ModelStatistics</a>(<span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1fz_1_1_model.html">Model</a>&amp; <a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>, <a class="code hl_class" href="classoperations__research_1_1_solver_logger.html">SolverLogger</a>* logger)</div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> : model_(<a class="code hl_variable" href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a>), logger_(logger) {}</div>
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"><a class="line" href="classoperations__research_1_1fz_1_1_model_statistics.html#a0835d871c00ebe63b8ffafb7bc8fc255"> 416</a></span> <span class="keywordtype">int</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model_statistics.html#a0835d871c00ebe63b8ffafb7bc8fc255">NumVariableOccurrences</a>(<a class="code hl_struct" href="structoperations__research_1_1fz_1_1_variable.html">Variable</a>* <a class="code hl_variable" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>) {</div>
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> <span class="keywordflow">return</span> constraints_per_variables_[<a class="code hl_variable" href="expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465">var</a>].size();</div>
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> }</div>
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model_statistics.html#afd3d7ba2a3b9b3b77753e49184d44a6b">BuildStatistics</a>();</div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classoperations__research_1_1fz_1_1_model_statistics.html#a1086661392e84abf9ad75f840269a75f">PrintStatistics</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span> </div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span> <span class="keyword">const</span> <a class="code hl_class" href="classoperations__research_1_1fz_1_1_model.html">Model</a>&amp; model_;</div>
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span> <a class="code hl_class" href="classoperations__research_1_1_solver_logger.html">SolverLogger</a>* logger_;</div>
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> std::map&lt;std::string, std::vector&lt;Constraint*&gt;&gt; constraints_per_type_;</div>
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> absl::flat_hash_map&lt;const Variable*, std::vector&lt;Constraint*&gt;&gt;</div>
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> constraints_per_variables_;</div>
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span>};</div>
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span> </div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span><span class="comment">// Helper method to flatten Search annotations.</span></div>
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span><span class="keywordtype">void</span> <a class="code hl_function" href="namespaceoperations__research_1_1fz.html#a70646f2d97d75f508a02310c0c4aa4b3">FlattenAnnotations</a>(<span class="keyword">const</span> Annotation&amp; ann, std::vector&lt;Annotation&gt;* out);</div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span> </div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span>} <span class="comment">// namespace fz</span></div>
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span>} <span class="comment">// namespace operations_research</span></div>
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> </div>
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span><span class="preprocessor">#endif </span><span class="comment">// OR_TOOLS_FLATZINC_MODEL_H_</span></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="abase_2logging_8h_html"><div class="ttname"><a href="base_2logging_8h.html">logging.h</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_solver_logger_html"><div class="ttname"><a href="classoperations__research_1_1_solver_logger.html">operations_research::SolverLogger</a></div><div class="ttdef"><b>Definition:</b> <a href="util_2logging_8h_source.html#l00033">util/logging.h:33</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html">operations_research::fz::Model</a></div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00338">flatzinc/model.h:338</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a039e9bee0c30f9cef47204656c08bf8b"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a039e9bee0c30f9cef47204656c08bf8b">operations_research::fz::Model::mutable_output</a></div><div class="ttdeci">util::MutableVectorIteration&lt; SolutionOutputSpecs &gt; mutable_output()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00381">flatzinc/model.h:381</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a074bdf48e6a0ef957ae8be8817a5f25d"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a074bdf48e6a0ef957ae8be8817a5f25d">operations_research::fz::Model::Model</a></div><div class="ttdeci">Model(absl::string_view name)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00340">flatzinc/model.h:340</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a2001b37bf9ee6add849bc2700119b407"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a2001b37bf9ee6add849bc2700119b407">operations_research::fz::Model::AddConstraint</a></div><div class="ttdeci">void AddConstraint(absl::string_view id, std::vector&lt; Argument &gt; arguments, bool is_domain)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01026">flatzinc/model.cc:1026</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a24dcbf29c0d6cd766009a182a6484e3b"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a24dcbf29c0d6cd766009a182a6484e3b">operations_research::fz::Model::name</a></div><div class="ttdeci">const std::string &amp; name() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00392">flatzinc/model.h:392</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a252c349b237f7779edf32778eb541a99"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a252c349b237f7779edf32778eb541a99">operations_research::fz::Model::~Model</a></div><div class="ttdeci">~Model()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00999">flatzinc/model.cc:999</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a305fe7bcd23dd742aa419ea806491025"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a305fe7bcd23dd742aa419ea806491025">operations_research::fz::Model::search_annotations</a></div><div class="ttdeci">const std::vector&lt; Annotation &gt; &amp; search_annotations() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00371">flatzinc/model.h:371</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a41a379f4706f269c1f093282e7ab3812"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a41a379f4706f269c1f093282e7ab3812">operations_research::fz::Model::output</a></div><div class="ttdeci">const std::vector&lt; SolutionOutputSpecs &gt; &amp; output() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00379">flatzinc/model.h:379</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a4fe3c6bd91b56667b6be0d601cf30af2"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a4fe3c6bd91b56667b6be0d601cf30af2">operations_research::fz::Model::SetObjective</a></div><div class="ttdeci">void SetObjective(Variable *obj)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00387">flatzinc/model.h:387</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a5768f75d7dda6b619ca24615bb048ddd"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a5768f75d7dda6b619ca24615bb048ddd">operations_research::fz::Model::AddConstant</a></div><div class="ttdeci">Variable * AddConstant(int64_t value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01012">flatzinc/model.cc:1012</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a6453cd0473cf09bc5e969fe3f2749b3e"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a6453cd0473cf09bc5e969fe3f2749b3e">operations_research::fz::Model::Satisfy</a></div><div class="ttdeci">void Satisfy(std::vector&lt; Annotation &gt; search_annotations)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01042">flatzinc/model.cc:1042</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a764be64f3029f8b8e23511061d8de355">operations_research::fz::Model::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01061">flatzinc/model.cc:1061</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_a863321a9f10b6f2a51cfe900ddc62784"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#a863321a9f10b6f2a51cfe900ddc62784">operations_research::fz::Model::AddOutput</a></div><div class="ttdeci">void AddOutput(SolutionOutputSpecs output)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01038">flatzinc/model.cc:1038</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_aaf4de13f047e47037179cddef2676aa0"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#aaf4de13f047e47037179cddef2676aa0">operations_research::fz::Model::mutable_search_annotations</a></div><div class="ttdeci">util::MutableVectorIteration&lt; Annotation &gt; mutable_search_annotations()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00375">flatzinc/model.h:375</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_abbcb65023804b0f71fa33dc6545dec99"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#abbcb65023804b0f71fa33dc6545dec99">operations_research::fz::Model::AddVariable</a></div><div class="ttdeci">Variable * AddVariable(absl::string_view name, const Domain &amp;domain, bool defined)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01004">flatzinc/model.cc:1004</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_ac7db5b9e1e76653300e157343d2ac759"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#ac7db5b9e1e76653300e157343d2ac759">operations_research::fz::Model::objective</a></div><div class="ttdeci">Variable * objective() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00386">flatzinc/model.h:386</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_acb2d570f244524a6413835cc9c3d6b1c"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#acb2d570f244524a6413835cc9c3d6b1c">operations_research::fz::Model::Maximize</a></div><div class="ttdeci">void Maximize(Variable *obj, std::vector&lt; Annotation &gt; search_annotations)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01054">flatzinc/model.cc:1054</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_acb5d114b63badcea200457cbf8bdea37"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#acb5d114b63badcea200457cbf8bdea37">operations_research::fz::Model::IsInconsistent</a></div><div class="ttdeci">bool IsInconsistent() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01088">flatzinc/model.cc:1088</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_ad3c37b53f974ee5f215d410d93841d63"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#ad3c37b53f974ee5f215d410d93841d63">operations_research::fz::Model::maximize</a></div><div class="ttdeci">bool maximize() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00385">flatzinc/model.h:385</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_aefedd869cc997bf774664a87bcd5942d"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#aefedd869cc997bf774664a87bcd5942d">operations_research::fz::Model::Minimize</a></div><div class="ttdeci">void Minimize(Variable *obj, std::vector&lt; Annotation &gt; search_annotations)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01047">flatzinc/model.cc:1047</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_af13fa9a27320483fff9408ecf63928f8"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#af13fa9a27320483fff9408ecf63928f8">operations_research::fz::Model::AddFloatConstant</a></div><div class="ttdeci">Variable * AddFloatConstant(double value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01019">flatzinc/model.cc:1019</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_afe1141971c72bb4c036f7c1a3b101d2f"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#afe1141971c72bb4c036f7c1a3b101d2f">operations_research::fz::Model::constraints</a></div><div class="ttdeci">const std::vector&lt; Constraint * &gt; &amp; constraints() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00370">flatzinc/model.h:370</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_html_afed561a03fabb64fd44bc82394aeebc0"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model.html#afed561a03fabb64fd44bc82394aeebc0">operations_research::fz::Model::variables</a></div><div class="ttdeci">const std::vector&lt; Variable * &gt; &amp; variables() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00369">flatzinc/model.h:369</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_statistics_html"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model_statistics.html">operations_research::fz::ModelStatistics</a></div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00412">flatzinc/model.h:412</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_statistics_html_a0835d871c00ebe63b8ffafb7bc8fc255"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model_statistics.html#a0835d871c00ebe63b8ffafb7bc8fc255">operations_research::fz::ModelStatistics::NumVariableOccurrences</a></div><div class="ttdeci">int NumVariableOccurrences(Variable *var)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00416">flatzinc/model.h:416</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_statistics_html_a1086661392e84abf9ad75f840269a75f"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model_statistics.html#a1086661392e84abf9ad75f840269a75f">operations_research::fz::ModelStatistics::PrintStatistics</a></div><div class="ttdeci">void PrintStatistics() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01105">flatzinc/model.cc:1105</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_statistics_html_a3e9f1584777181b3d707e695a550af56"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model_statistics.html#a3e9f1584777181b3d707e695a550af56">operations_research::fz::ModelStatistics::ModelStatistics</a></div><div class="ttdeci">ModelStatistics(const Model &amp;model, SolverLogger *logger)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00414">flatzinc/model.h:414</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="aclassoperations__research_1_1fz_1_1_model_statistics_html_afd3d7ba2a3b9b3b77753e49184d44a6b"><div class="ttname"><a href="classoperations__research_1_1fz_1_1_model_statistics.html#afd3d7ba2a3b9b3b77753e49184d44a6b">operations_research::fz::ModelStatistics::BuildStatistics</a></div><div class="ttdeci">void BuildStatistics()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01120">flatzinc/model.cc:1120</a></div></div>
<div class="ttc" id="ademon__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="aexpr__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="agurobi__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#l00274">gurobi_interface.cc:274</a></div></div>
<div class="ttc" id="aintegral__types_8h_html"><div class="ttname"><a href="integral__types_8h.html">integral_types.h</a></div></div>
<div class="ttc" id="aiterators_8h_html"><div class="ttname"><a href="iterators_8h.html">iterators.h</a></div></div>
<div class="ttc" id="anamespaceoperations__research_1_1fz_html_a70646f2d97d75f508a02310c0c4aa4b3"><div class="ttname"><a href="namespaceoperations__research_1_1fz.html#a70646f2d97d75f508a02310c0c4aa4b3">operations_research::fz::FlattenAnnotations</a></div><div class="ttdeci">void FlattenAnnotations(const Annotation &amp;ann, std::vector&lt; Annotation &gt; *out)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l01140">flatzinc/model.cc:1140</a></div></div>
<div class="ttc" id="anamespaceoperations__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="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</div></div>
<div class="ttc" id="astring__array_8h_html"><div class="ttname"><a href="string__array_8h.html">string_array.h</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html">operations_research::fz::Annotation</a></div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00261">flatzinc/model.h:261</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a0701729d5ebef2526dc0c1a1fa6b7150"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a0701729d5ebef2526dc0c1a1fa6b7150">operations_research::fz::Annotation::IntegerValue</a></div><div class="ttdeci">static Annotation IntegerValue(int64_t value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00874">flatzinc/model.cc:874</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7">operations_research::fz::Annotation::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00262">flatzinc/model.h:262</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7a026071c79ad175ff5edb80a307ed2e1d"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a026071c79ad175ff5edb80a307ed2e1d">operations_research::fz::Annotation::FUNCTION_CALL</a></div><div class="ttdeci">@ FUNCTION_CALL</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00265">flatzinc/model.h:265</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7a15685f61e1f7ab09f7543d6ffbb51ac6"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a15685f61e1f7ab09f7543d6ffbb51ac6">operations_research::fz::Annotation::INTERVAL</a></div><div class="ttdeci">@ INTERVAL</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00267">flatzinc/model.h:267</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c">operations_research::fz::Annotation::VAR_REF</a></div><div class="ttdeci">@ VAR_REF</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00268">flatzinc/model.h:268</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7a4e08d17821a8f137efb3d4474ddc0bee"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a4e08d17821a8f137efb3d4474ddc0bee">operations_research::fz::Annotation::STRING_VALUE</a></div><div class="ttdeci">@ STRING_VALUE</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00270">flatzinc/model.h:270</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7a84f8ae2490f9e4bd2321fd21f4b0e807"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a84f8ae2490f9e4bd2321fd21f4b0e807">operations_research::fz::Annotation::IDENTIFIER</a></div><div class="ttdeci">@ IDENTIFIER</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00264">flatzinc/model.h:264</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052">operations_research::fz::Annotation::VAR_REF_ARRAY</a></div><div class="ttdeci">@ VAR_REF_ARRAY</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00269">flatzinc/model.h:269</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0">operations_research::fz::Annotation::INT_VALUE</a></div><div class="ttdeci">@ INT_VALUE</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00266">flatzinc/model.h:266</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7ae832fcf956a32fd8766a7a99a9eb49f2"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ae832fcf956a32fd8766a7a99a9eb49f2">operations_research::fz::Annotation::ANNOTATION_LIST</a></div><div class="ttdeci">@ ANNOTATION_LIST</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00263">flatzinc/model.h:263</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a2ba5d3b4c739b7fe95d0e2f59fbdcca9"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a2ba5d3b4c739b7fe95d0e2f59fbdcca9">operations_research::fz::Annotation::AppendAllVariables</a></div><div class="ttdeci">void AppendAllVariables(std::vector&lt; Variable * &gt; *vars) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00908">flatzinc/model.cc:908</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a3750df947e8ceec9a3a4394851c44ec7"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a3750df947e8ceec9a3a4394851c44ec7">operations_research::fz::Annotation::String</a></div><div class="ttdeci">static Annotation String(absl::string_view str)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00899">flatzinc/model.cc:899</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a42979c98315e47d0da63ae8e18ae3ad8"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a42979c98315e47d0da63ae8e18ae3ad8">operations_research::fz::Annotation::FunctionCallWithArguments</a></div><div class="ttdeci">static Annotation FunctionCallWithArguments(absl::string_view id, std::vector&lt; Annotation &gt; args)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00846">flatzinc/model.cc:846</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a6d9ef50975f8f64e2fa57dd8dffab696"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a6d9ef50975f8f64e2fa57dd8dffab696">operations_research::fz::Annotation::IsFunctionCallWithIdentifier</a></div><div class="ttdeci">bool IsFunctionCallWithIdentifier(absl::string_view identifier) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00286">flatzinc/model.h:286</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a764be64f3029f8b8e23511061d8de355">operations_research::fz::Annotation::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00917">flatzinc/model.cc:917</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a7dbe2e1ddb0999e3110058e1dac87673"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a7dbe2e1ddb0999e3110058e1dac87673">operations_research::fz::Annotation::FunctionCall</a></div><div class="ttdeci">static Annotation FunctionCall(absl::string_view id)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00857">flatzinc/model.cc:857</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a82ee3807555f9577825caccedb9c338e"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a82ee3807555f9577825caccedb9c338e">operations_research::fz::Annotation::interval_min</a></div><div class="ttdeci">int64_t interval_min</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00295">flatzinc/model.h:295</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_a8c6a720ac9d9de51f877791f50284c6f"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#a8c6a720ac9d9de51f877791f50284c6f">operations_research::fz::Annotation::AnnotationList</a></div><div class="ttdeci">static Annotation AnnotationList(std::vector&lt; Annotation &gt; list)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00828">flatzinc/model.cc:828</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_aa0d95901a6e266d846c39b446bce719c"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#aa0d95901a6e266d846c39b446bce719c">operations_research::fz::Annotation::variables</a></div><div class="ttdeci">std::vector&lt; Variable * &gt; variables</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00299">flatzinc/model.h:299</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_aabc5f6077f4788f74af9317dc62b840e"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#aabc5f6077f4788f74af9317dc62b840e">operations_research::fz::Annotation::string_value</a></div><div class="ttdeci">std::string string_value</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00300">flatzinc/model.h:300</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_ab6f4e6d3fde00ce906e46494f60dfe7a"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#ab6f4e6d3fde00ce906e46494f60dfe7a">operations_research::fz::Annotation::type</a></div><div class="ttdeci">Type type</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00294">flatzinc/model.h:294</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_abfdf613e1ecbe40ec2963f16a9cb762d"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#abfdf613e1ecbe40ec2963f16a9cb762d">operations_research::fz::Annotation::annotations</a></div><div class="ttdeci">std::vector&lt; Annotation &gt; annotations</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00298">flatzinc/model.h:298</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_ac21927d5dad7446f918f44d66982b90b"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#ac21927d5dad7446f918f44d66982b90b">operations_research::fz::Annotation::Interval</a></div><div class="ttdeci">static Annotation Interval(int64_t interval_min, int64_t interval_max)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00866">flatzinc/model.cc:866</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_ac6a7e053b567a012556f461ebbe1542f"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#ac6a7e053b567a012556f461ebbe1542f">operations_research::fz::Annotation::VarRefArray</a></div><div class="ttdeci">static Annotation VarRefArray(std::vector&lt; Variable * &gt; variables)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00890">flatzinc/model.cc:890</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_ac888f2e2044aae3735afd54e66a0c726"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#ac888f2e2044aae3735afd54e66a0c726">operations_research::fz::Annotation::VarRef</a></div><div class="ttdeci">static Annotation VarRef(Variable *const var)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00881">flatzinc/model.cc:881</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_ac9db651776c6fa0681bfa5d3f5aa2d84"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#ac9db651776c6fa0681bfa5d3f5aa2d84">operations_research::fz::Annotation::Empty</a></div><div class="ttdeci">static Annotation Empty()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00820">flatzinc/model.cc:820</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_addf7e1a83ce31e3fd0585fb5b51aef9d"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#addf7e1a83ce31e3fd0585fb5b51aef9d">operations_research::fz::Annotation::Identifier</a></div><div class="ttdeci">static Annotation Identifier(absl::string_view id)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00837">flatzinc/model.cc:837</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_ae0b255fd95b0845ebbdc622cd1664ddf"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#ae0b255fd95b0845ebbdc622cd1664ddf">operations_research::fz::Annotation::interval_max</a></div><div class="ttdeci">int64_t interval_max</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00296">flatzinc/model.h:296</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_annotation_html_afd0d68c6d31ff249f3ae8662162663c3"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_annotation.html#afd0d68c6d31ff249f3ae8662162663c3">operations_research::fz::Annotation::id</a></div><div class="ttdeci">std::string id</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00297">flatzinc/model.h:297</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html">operations_research::fz::Argument</a></div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00155">flatzinc/model.h:155</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a063f87ba9543c407751012e780417691"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a063f87ba9543c407751012e780417691">operations_research::fz::Argument::FloatInterval</a></div><div class="ttdeci">static Argument FloatInterval(double lb, double ub)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00559">flatzinc/model.cc:559</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a12472607a02a2591400e9d7f896a78d2"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a12472607a02a2591400e9d7f896a78d2">operations_research::fz::Argument::DomainList</a></div><div class="ttdeci">static Argument DomainList(std::vector&lt; Domain &gt; domains)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00512">flatzinc/model.cc:512</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1296ccafbf4ff4cfe2ebe7595a6588cd"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1296ccafbf4ff4cfe2ebe7595a6588cd">operations_research::fz::Argument::VarAt</a></div><div class="ttdeci">Variable * VarAt(int pos) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00738">flatzinc/model.cc:738</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a15828fe5ecfdada586a63d916b7b7354"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a15828fe5ecfdada586a63d916b7b7354">operations_research::fz::Argument::Value</a></div><div class="ttdeci">int64_t Value() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00615">flatzinc/model.cc:615</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a17ec4fe4babfccf5331e8ba0a0ff87ba"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a17ec4fe4babfccf5331e8ba0a0ff87ba">operations_research::fz::Argument::VarRef</a></div><div class="ttdeci">static Argument VarRef(Variable *const var)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00519">flatzinc/model.cc:519</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7">operations_research::fz::Argument::Type</a></div><div class="ttdeci">Type</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00156">flatzinc/model.h:156</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7a0eec54151f07bdbfd1499720ce732b65"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a0eec54151f07bdbfd1499720ce732b65">operations_research::fz::Argument::FLOAT_INTERVAL</a></div><div class="ttdeci">@ FLOAT_INTERVAL</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00162">flatzinc/model.h:162</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c">operations_research::fz::Argument::VAR_REF</a></div><div class="ttdeci">@ VAR_REF</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00164">flatzinc/model.h:164</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7a3a0f213faf27422c814aaeb2b60932fe"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a3a0f213faf27422c814aaeb2b60932fe">operations_research::fz::Argument::FLOAT_VALUE</a></div><div class="ttdeci">@ FLOAT_VALUE</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00161">flatzinc/model.h:161</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7a402bb660390a1c74bd70735ba8bd1709"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a402bb660390a1c74bd70735ba8bd1709">operations_research::fz::Argument::FLOAT_LIST</a></div><div class="ttdeci">@ FLOAT_LIST</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00163">flatzinc/model.h:163</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7a469424590d4998ef9e6bdc8b2fac418f"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a469424590d4998ef9e6bdc8b2fac418f">operations_research::fz::Argument::INT_LIST</a></div><div class="ttdeci">@ INT_LIST</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00159">flatzinc/model.h:159</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7a69ad3edbf18744bd9d2be33f4ab641ef"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a69ad3edbf18744bd9d2be33f4ab641ef">operations_research::fz::Argument::VOID_ARGUMENT</a></div><div class="ttdeci">@ VOID_ARGUMENT</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00166">flatzinc/model.h:166</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7aa5c14285b282de07c2e8b5f16a7f88fd"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7aa5c14285b282de07c2e8b5f16a7f88fd">operations_research::fz::Argument::INT_INTERVAL</a></div><div class="ttdeci">@ INT_INTERVAL</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00158">flatzinc/model.h:158</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052">operations_research::fz::Argument::VAR_REF_ARRAY</a></div><div class="ttdeci">@ VAR_REF_ARRAY</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00165">flatzinc/model.h:165</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0">operations_research::fz::Argument::INT_VALUE</a></div><div class="ttdeci">@ INT_VALUE</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00157">flatzinc/model.h:157</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7addb14e7647ff7b34a330f7be822c5766"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7addb14e7647ff7b34a330f7be822c5766">operations_research::fz::Argument::DOMAIN_LIST</a></div><div class="ttdeci">@ DOMAIN_LIST</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00160">flatzinc/model.h:160</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a1f4f1a0840982d499f18ed0b0a530a91"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a1f4f1a0840982d499f18ed0b0a530a91">operations_research::fz::Argument::floats</a></div><div class="ttdeci">std::vector&lt; double &gt; floats</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00214">flatzinc/model.h:214</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a22c6c2f121586b5d76feb4b0e536dfde"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a22c6c2f121586b5d76feb4b0e536dfde">operations_research::fz::Argument::Contains</a></div><div class="ttdeci">bool Contains(int64_t value) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00670">flatzinc/model.cc:670</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a24926108b770033792d015cb86aeffb3"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a24926108b770033792d015cb86aeffb3">operations_research::fz::Argument::Size</a></div><div class="ttdeci">int Size() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00742">flatzinc/model.cc:742</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a2d7f92751913db3dbbe8de57a618d3cc"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a2d7f92751913db3dbbe8de57a618d3cc">operations_research::fz::Argument::IntegerList</a></div><div class="ttdeci">static Argument IntegerList(std::vector&lt; int64_t &gt; values)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00505">flatzinc/model.cc:505</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a453935bcfe59ce62c080cdca0e1e66c7"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a453935bcfe59ce62c080cdca0e1e66c7">operations_research::fz::Argument::VoidArgument</a></div><div class="ttdeci">static Argument VoidArgument()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00533">flatzinc/model.cc:533</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a49b50647dce4bfb88dea2ec4778be705"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a49b50647dce4bfb88dea2ec4778be705">operations_research::fz::Argument::IsVariable</a></div><div class="ttdeci">bool IsVariable() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00607">flatzinc/model.cc:607</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a539a9c8349b56ed3655cdca1144453ae"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a539a9c8349b56ed3655cdca1144453ae">operations_research::fz::Argument::VarRefArray</a></div><div class="ttdeci">static Argument VarRefArray(std::vector&lt; Variable * &gt; vars)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00526">flatzinc/model.cc:526</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a6675e5508095375dfc786c7e71a341f8"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a6675e5508095375dfc786c7e71a341f8">operations_research::fz::Argument::IntegerValue</a></div><div class="ttdeci">static Argument IntegerValue(int64_t value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00490">flatzinc/model.cc:490</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a6d1a63adef5f523b1ba4712eea639d2d"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a6d1a63adef5f523b1ba4712eea639d2d">operations_research::fz::Argument::Interval</a></div><div class="ttdeci">static Argument Interval(int64_t imin, int64_t imax)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00497">flatzinc/model.cc:497</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#a764be64f3029f8b8e23511061d8de355">operations_research::fz::Argument::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00574">flatzinc/model.cc:574</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_aa0d95901a6e266d846c39b446bce719c"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#aa0d95901a6e266d846c39b446bce719c">operations_research::fz::Argument::variables</a></div><div class="ttdeci">std::vector&lt; Variable * &gt; variables</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00212">flatzinc/model.h:212</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_aa865fd087219dcdeb04108eab5a0ae30"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#aa865fd087219dcdeb04108eab5a0ae30">operations_research::fz::Argument::FloatValue</a></div><div class="ttdeci">static Argument FloatValue(double value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00552">flatzinc/model.cc:552</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_ab14516d3beb15fb3278feecd51f23d00"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#ab14516d3beb15fb3278feecd51f23d00">operations_research::fz::Argument::HasOneValue</a></div><div class="ttdeci">bool HasOneValue() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00609">flatzinc/model.cc:609</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_ab6f4e6d3fde00ce906e46494f60dfe7a"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#ab6f4e6d3fde00ce906e46494f60dfe7a">operations_research::fz::Argument::type</a></div><div class="ttdeci">Type type</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00210">flatzinc/model.h:210</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_abb1735f3b6991effbf214fa23bc3096b"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#abb1735f3b6991effbf214fa23bc3096b">operations_research::fz::Argument::domains</a></div><div class="ttdeci">std::vector&lt; Domain &gt; domains</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00213">flatzinc/model.h:213</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_ac92e13243e745f7d9ed4149592a47ff2"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#ac92e13243e745f7d9ed4149592a47ff2">operations_research::fz::Argument::HasOneValueAt</a></div><div class="ttdeci">bool HasOneValueAt(int pos) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00711">flatzinc/model.cc:711</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_accfca8221a7bbdc54ff1aa8b91152da9"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#accfca8221a7bbdc54ff1aa8b91152da9">operations_research::fz::Argument::values</a></div><div class="ttdeci">std::vector&lt; int64_t &gt; values</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00211">flatzinc/model.h:211</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_ad9523181aaec51308baab5564f560182"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#ad9523181aaec51308baab5564f560182">operations_research::fz::Argument::ValueAt</a></div><div class="ttdeci">int64_t ValueAt(int pos) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00688">flatzinc/model.cc:688</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_ade07f813c472e0c731f6d9ce7595a0fd"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#ade07f813c472e0c731f6d9ce7595a0fd">operations_research::fz::Argument::FloatList</a></div><div class="ttdeci">static Argument FloatList(std::vector&lt; double &gt; floats)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00567">flatzinc/model.cc:567</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_ae53f4092afaa198d8690b1080224a622"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#ae53f4092afaa198d8690b1080224a622">operations_research::fz::Argument::Var</a></div><div class="ttdeci">Variable * Var() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00734">flatzinc/model.cc:734</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_af70e8aff4677457f7c4ca0a0c08da3a8"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#af70e8aff4677457f7c4ca0a0c08da3a8">operations_research::fz::Argument::IsArrayOfValues</a></div><div class="ttdeci">bool IsArrayOfValues() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00633">flatzinc/model.cc:633</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_argument_html_af9e384e6d68e08d8c318ee92122b02d8"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_argument.html#af9e384e6d68e08d8c318ee92122b02d8">operations_research::fz::Argument::FromDomain</a></div><div class="ttdeci">static Argument FromDomain(const Domain &amp;domain)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00539">flatzinc/model.cc:539</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html">operations_research::fz::Constraint</a></div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00219">flatzinc/model.h:219</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_a03c996f9fcf0e10baeb3e700be0c409a"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#a03c996f9fcf0e10baeb3e700be0c409a">operations_research::fz::Constraint::active</a></div><div class="ttdeci">bool active</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00251">flatzinc/model.h:251</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_a180bfd7ee6e3a88413aecb4fa947977b"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#a180bfd7ee6e3a88413aecb4fa947977b">operations_research::fz::Constraint::presolve_propagation_done</a></div><div class="ttdeci">bool presolve_propagation_done</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00254">flatzinc/model.h:254</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_a3b1a3ba3444986a1c377dcfb5c1dac91"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#a3b1a3ba3444986a1c377dcfb5c1dac91">operations_research::fz::Constraint::RemoveArg</a></div><div class="ttdeci">void RemoveArg(int arg_pos)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00804">flatzinc/model.cc:804</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_a75b160f574a0be26114bae2c7686a5e1"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#a75b160f574a0be26114bae2c7686a5e1">operations_research::fz::Constraint::type</a></div><div class="ttdeci">std::string type</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00239">flatzinc/model.h:239</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#a764be64f3029f8b8e23511061d8de355">operations_research::fz::Constraint::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00794">flatzinc/model.cc:794</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_a77e1aa924721362a640c1b2be1c8ce5e"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#a77e1aa924721362a640c1b2be1c8ce5e">operations_research::fz::Constraint::arguments</a></div><div class="ttdeci">std::vector&lt; Argument &gt; arguments</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00240">flatzinc/model.h:240</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_aa88b0da369a3098c2332ce82a0af1640"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#aa88b0da369a3098c2332ce82a0af1640">operations_research::fz::Constraint::Constraint</a></div><div class="ttdeci">Constraint(absl::string_view t, std::vector&lt; Argument &gt; args, bool strong_propag)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00220">flatzinc/model.h:220</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_ace8c5921a3c66e351a1fefc53a4c963f"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#ace8c5921a3c66e351a1fefc53a4c963f">operations_research::fz::Constraint::strong_propagation</a></div><div class="ttdeci">bool strong_propagation</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00246">flatzinc/model.h:246</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_ae351ff89f1d64367e6c435c51e013f15"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#ae351ff89f1d64367e6c435c51e013f15">operations_research::fz::Constraint::MarkAsInactive</a></div><div class="ttdeci">void MarkAsInactive()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00808">flatzinc/model.cc:808</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_constraint_html_af83476b3b552334a4dac4e844e91e435"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_constraint.html#af83476b3b552334a4dac4e844e91e435">operations_research::fz::Constraint::SetAsFalse</a></div><div class="ttdeci">void SetAsFalse()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00813">flatzinc/model.cc:813</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html">operations_research::fz::Domain</a></div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00051">flatzinc/model.h:51</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a0f1643134969d5a2c4f8d3dd0476ff99"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a0f1643134969d5a2c4f8d3dd0476ff99">operations_research::fz::Domain::IntegerValue</a></div><div class="ttdeci">static Domain IntegerValue(int64_t value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00046">flatzinc/model.cc:46</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a15828fe5ecfdada586a63d916b7b7354"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a15828fe5ecfdada586a63d916b7b7354">operations_research::fz::Domain::Value</a></div><div class="ttdeci">int64_t Value() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00345">flatzinc/model.cc:345</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a1956dc1d088e3fdba2e96b99056a1743"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a1956dc1d088e3fdba2e96b99056a1743">operations_research::fz::Domain::EmptyDomain</a></div><div class="ttdeci">static Domain EmptyDomain()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00098">flatzinc/model.cc:98</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a22c6c2f121586b5d76feb4b0e536dfde"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a22c6c2f121586b5d76feb4b0e536dfde">operations_research::fz::Domain::Contains</a></div><div class="ttdeci">bool Contains(int64_t value) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00356">flatzinc/model.cc:356</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a2479e635191e18c16ef92f7123a61250"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a2479e635191e18c16ef92f7123a61250">operations_research::fz::Domain::SetEmptyFloatDomain</a></div><div class="ttdeci">bool SetEmptyFloatDomain()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00317">flatzinc/model.cc:317</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a2bb0dbad468486bf822f02b19e6cd6eb"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a2bb0dbad468486bf822f02b19e6cd6eb">operations_research::fz::Domain::OverlapsDomain</a></div><div class="ttdeci">bool OverlapsDomain(const Domain &amp;other) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00418">flatzinc/model.cc:418</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a38708612016dd6b01ae884909c721e66"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a38708612016dd6b01ae884909c721e66">operations_research::fz::Domain::SetOfAllInt64</a></div><div class="ttdeci">static Domain SetOfAllInt64()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00074">flatzinc/model.cc:74</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a3f2007b8882c885ee1be806c6a98419e"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a3f2007b8882c885ee1be806c6a98419e">operations_research::fz::Domain::Boolean</a></div><div class="ttdeci">static Domain Boolean()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00060">flatzinc/model.cc:60</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a4eb82b5ddb0d1da80613de439c9b4102"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a4eb82b5ddb0d1da80613de439c9b4102">operations_research::fz::Domain::IntersectWithSingleton</a></div><div class="ttdeci">bool IntersectWithSingleton(int64_t value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00148">flatzinc/model.cc:148</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a644718bb2fb240de962dc3c9a1fdf0dc"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a644718bb2fb240de962dc3c9a1fdf0dc">operations_research::fz::Domain::empty</a></div><div class="ttdeci">bool empty() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00328">flatzinc/model.cc:328</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a66134bdd47d9229226652e44aaf48be7"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a66134bdd47d9229226652e44aaf48be7">operations_research::fz::Domain::IsAllInt64</a></div><div class="ttdeci">bool IsAllInt64() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00350">flatzinc/model.cc:350</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a6950388f72a7fa5b644f3c76f7ca1706"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a6950388f72a7fa5b644f3c76f7ca1706">operations_research::fz::Domain::SetOfInterval</a></div><div class="ttdeci">static Domain SetOfInterval(int64_t included_min, int64_t included_max)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00086">flatzinc/model.cc:86</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a6b00ba8d80602b04248ef615f74f41aa"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a6b00ba8d80602b04248ef615f74f41aa">operations_research::fz::Domain::display_as_boolean</a></div><div class="ttdeci">bool display_as_boolean</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00109">flatzinc/model.h:109</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a754a7ad9f56459fb5e5c983a40947cbe"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a754a7ad9f56459fb5e5c983a40947cbe">operations_research::fz::Domain::IntegerList</a></div><div class="ttdeci">static Domain IntegerList(std::vector&lt; int64_t &gt; values)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00033">flatzinc/model.cc:33</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a764be64f3029f8b8e23511061d8de355">operations_research::fz::Domain::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00461">flatzinc/model.cc:461</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a7e9bbdff8823a774cb77203fc25c82f1"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a7e9bbdff8823a774cb77203fc25c82f1">operations_research::fz::Domain::IntersectWithInterval</a></div><div class="ttdeci">bool IntersectWithInterval(int64_t interval_min, int64_t interval_max)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00152">flatzinc/model.cc:152</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a828d4cd0ac030530c310658473d23f06"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a828d4cd0ac030530c310658473d23f06">operations_research::fz::Domain::AllInt64</a></div><div class="ttdeci">static Domain AllInt64()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00040">flatzinc/model.cc:40</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a83b6d5a79daefe47508371857e2e1d3f"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a83b6d5a79daefe47508371857e2e1d3f">operations_research::fz::Domain::IntersectWithFloatDomain</a></div><div class="ttdeci">bool IntersectWithFloatDomain(const Domain &amp;domain)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00247">flatzinc/model.cc:247</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a84f1b557bc1e5794b23f783e9a8be861"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a84f1b557bc1e5794b23f783e9a8be861">operations_research::fz::Domain::IntersectWithDomain</a></div><div class="ttdeci">bool IntersectWithDomain(const Domain &amp;domain)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00122">flatzinc/model.cc:122</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a89f0141355daa528c3c105400da0a0dc"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a89f0141355daa528c3c105400da0a0dc">operations_research::fz::Domain::float_values</a></div><div class="ttdeci">std::vector&lt; double &gt; float_values</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00114">flatzinc/model.h:114</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a8a90ee54191400f0d17167851f594f0e"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a8a90ee54191400f0d17167851f594f0e">operations_research::fz::Domain::is_a_set</a></div><div class="ttdeci">bool is_a_set</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00111">flatzinc/model.h:111</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a8cf21a67f7d81a800ff912239bb2db64"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a8cf21a67f7d81a800ff912239bb2db64">operations_research::fz::Domain::Min</a></div><div class="ttdeci">int64_t Min() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00333">flatzinc/model.cc:333</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a9587edb447d95d904dc5b651317641c1"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a9587edb447d95d904dc5b651317641c1">operations_research::fz::Domain::FloatInterval</a></div><div class="ttdeci">static Domain FloatInterval(double lb, double ub)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00107">flatzinc/model.cc:107</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_a9c82df0e5e6fb19bc5b3edbe36a5985f"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#a9c82df0e5e6fb19bc5b3edbe36a5985f">operations_research::fz::Domain::is_float</a></div><div class="ttdeci">bool is_float</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00113">flatzinc/model.h:113</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_aa1996074f6010922e8e6bd19b541b4e2"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#aa1996074f6010922e8e6bd19b541b4e2">operations_research::fz::Domain::OverlapsIntInterval</a></div><div class="ttdeci">bool OverlapsIntInterval(int64_t lb, int64_t ub) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00404">flatzinc/model.cc:404</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_aa30e9ca1598015e994bff7ed22daa411"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#aa30e9ca1598015e994bff7ed22daa411">operations_research::fz::Domain::SetOfIntegerValue</a></div><div class="ttdeci">static Domain SetOfIntegerValue(int64_t value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00080">flatzinc/model.cc:80</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_aa74ea8cd1b0767659f704b482d07c103"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#aa74ea8cd1b0767659f704b482d07c103">operations_research::fz::Domain::Max</a></div><div class="ttdeci">int64_t Max() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00339">flatzinc/model.cc:339</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_aaabd320cdd39397765dff975200e36de"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#aaabd320cdd39397765dff975200e36de">operations_research::fz::Domain::OverlapsIntList</a></div><div class="ttdeci">bool OverlapsIntList(const std::vector&lt; int64_t &gt; &amp;vec) const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00380">flatzinc/model.cc:380</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_ab14516d3beb15fb3278feecd51f23d00"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#ab14516d3beb15fb3278feecd51f23d00">operations_research::fz::Domain::HasOneValue</a></div><div class="ttdeci">bool HasOneValue() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00324">flatzinc/model.cc:324</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_ac9ff3c1d255b5654a5ff2579f21acd47"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#ac9ff3c1d255b5654a5ff2579f21acd47">operations_research::fz::Domain::Interval</a></div><div class="ttdeci">static Domain Interval(int64_t included_min, int64_t included_max)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00052">flatzinc/model.cc:52</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_accfca8221a7bbdc54ff1aa8b91152da9"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#accfca8221a7bbdc54ff1aa8b91152da9">operations_research::fz::Domain::values</a></div><div class="ttdeci">std::vector&lt; int64_t &gt; values</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00107">flatzinc/model.h:107</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_acdabd7803bb29d4d16d6aa39f2f9fc1d"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#acdabd7803bb29d4d16d6aa39f2f9fc1d">operations_research::fz::Domain::SetOfBoolean</a></div><div class="ttdeci">static Domain SetOfBoolean()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00092">flatzinc/model.cc:92</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_addcc64e2c734528dbecdcacdb48ba748"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#addcc64e2c734528dbecdcacdb48ba748">operations_research::fz::Domain::is_interval</a></div><div class="ttdeci">bool is_interval</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00108">flatzinc/model.h:108</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_ae831fb06cf8c703be3f022505d813a27"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#ae831fb06cf8c703be3f022505d813a27">operations_research::fz::Domain::SetOfIntegerList</a></div><div class="ttdeci">static Domain SetOfIntegerList(std::vector&lt; int64_t &gt; values)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00068">flatzinc/model.cc:68</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_aeb53a70e098ace1183f368b796963019"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#aeb53a70e098ace1183f368b796963019">operations_research::fz::Domain::FloatValue</a></div><div class="ttdeci">static Domain FloatValue(double value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00115">flatzinc/model.cc:115</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_aeeb12464ef6e99828705d3e03b97ce1e"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#aeeb12464ef6e99828705d3e03b97ce1e">operations_research::fz::Domain::IntersectWithListOfIntegers</a></div><div class="ttdeci">bool IntersectWithListOfIntegers(const std::vector&lt; int64_t &gt; &amp;integers)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00200">flatzinc/model.cc:200</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_afda4bca6bc6f2eba7ae6cfdb3f8ac09d"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#afda4bca6bc6f2eba7ae6cfdb3f8ac09d">operations_research::fz::Domain::AllFloats</a></div><div class="ttdeci">static Domain AllFloats()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00100">flatzinc/model.cc:100</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_domain_html_afef2f5a788f04239e1ab26f7123d38eb"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_domain.html#afef2f5a788f04239e1ab26f7123d38eb">operations_research::fz::Domain::RemoveValue</a></div><div class="ttdeci">bool RemoveValue(int64_t value)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00430">flatzinc/model.cc:430</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds_html"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html">operations_research::fz::SolutionOutputSpecs::Bounds</a></div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00306">flatzinc/model.h:306</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds_html_a08ce57d1d3d6091399a86065025c01b7"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a08ce57d1d3d6091399a86065025c01b7">operations_research::fz::SolutionOutputSpecs::Bounds::Bounds</a></div><div class="ttdeci">Bounds(int64_t min_value_, int64_t max_value_)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00307">flatzinc/model.h:307</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds_html_a2b9bfeff4c4dbddc4755ea1464adfb6c"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a2b9bfeff4c4dbddc4755ea1464adfb6c">operations_research::fz::SolutionOutputSpecs::Bounds::min_value</a></div><div class="ttdeci">int64_t min_value</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00310">flatzinc/model.h:310</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds_html_a4b1493259d954914abc650e6215eb0d7"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a4b1493259d954914abc650e6215eb0d7">operations_research::fz::SolutionOutputSpecs::Bounds::max_value</a></div><div class="ttdeci">int64_t max_value</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00311">flatzinc/model.h:311</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a764be64f3029f8b8e23511061d8de355">operations_research::fz::SolutionOutputSpecs::Bounds::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00955">flatzinc/model.cc:955</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html">operations_research::fz::SolutionOutputSpecs</a></div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00305">flatzinc/model.h:305</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html_a2625c1d518a63536b4d0b122fc3cc658"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a2625c1d518a63536b4d0b122fc3cc658">operations_research::fz::SolutionOutputSpecs::MultiDimensionalArray</a></div><div class="ttdeci">static SolutionOutputSpecs MultiDimensionalArray(absl::string_view name, std::vector&lt; Bounds &gt; bounds, std::vector&lt; Variable * &gt; flat_variables, bool display_as_boolean)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00968">flatzinc/model.cc:968</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html_a64bda60cc1d898eb238367d4d237953a"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a64bda60cc1d898eb238367d4d237953a">operations_research::fz::SolutionOutputSpecs::VoidOutput</a></div><div class="ttdeci">static SolutionOutputSpecs VoidOutput()</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00980">flatzinc/model.cc:980</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html_a6b00ba8d80602b04248ef615f74f41aa"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a6b00ba8d80602b04248ef615f74f41aa">operations_research::fz::SolutionOutputSpecs::display_as_boolean</a></div><div class="ttdeci">bool display_as_boolean</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00335">flatzinc/model.h:335</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a764be64f3029f8b8e23511061d8de355">operations_research::fz::SolutionOutputSpecs::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00987">flatzinc/model.cc:987</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html_a88042b1e7993c542e7df66944fa8a6e3"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a88042b1e7993c542e7df66944fa8a6e3">operations_research::fz::SolutionOutputSpecs::flat_variables</a></div><div class="ttdeci">std::vector&lt; Variable * &gt; flat_variables</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00331">flatzinc/model.h:331</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html_a9b45b3e13bd9167aab02e17e08916231"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html#a9b45b3e13bd9167aab02e17e08916231">operations_research::fz::SolutionOutputSpecs::name</a></div><div class="ttdeci">std::string name</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00329">flatzinc/model.h:329</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html_abaa725c977b97a197b1a2eddfb221996"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html#abaa725c977b97a197b1a2eddfb221996">operations_research::fz::SolutionOutputSpecs::bounds</a></div><div class="ttdeci">std::vector&lt; Bounds &gt; bounds</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00334">flatzinc/model.h:334</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html_ae571814d0e6ac1f041f0ee0190abe3aa"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html#ae571814d0e6ac1f041f0ee0190abe3aa">operations_research::fz::SolutionOutputSpecs::variable</a></div><div class="ttdeci">Variable * variable</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00330">flatzinc/model.h:330</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_solution_output_specs_html_af7b91024d1bf2e411098b774485f951f"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_solution_output_specs.html#af7b91024d1bf2e411098b774485f951f">operations_research::fz::SolutionOutputSpecs::SingleVariable</a></div><div class="ttdeci">static SolutionOutputSpecs SingleVariable(absl::string_view name, Variable *variable, bool display_as_boolean)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00959">flatzinc/model.cc:959</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_variable_html"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_variable.html">operations_research::fz::Variable</a></div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00120">flatzinc/model.h:120</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_variable_html_a03c996f9fcf0e10baeb3e700be0c409a"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_variable.html#a03c996f9fcf0e10baeb3e700be0c409a">operations_research::fz::Variable::active</a></div><div class="ttdeci">bool active</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00145">flatzinc/model.h:145</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_variable_html_a1f1a69f8d8b037b72c2160ed12b3ef51"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_variable.html#a1f1a69f8d8b037b72c2160ed12b3ef51">operations_research::fz::Variable::domain</a></div><div class="ttdeci">Domain domain</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00137">flatzinc/model.h:137</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_variable_html_a213942fe4cf3ce5da598bb2971452f95"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_variable.html#a213942fe4cf3ce5da598bb2971452f95">operations_research::fz::Variable::temporary</a></div><div class="ttdeci">bool temporary</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00141">flatzinc/model.h:141</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_variable_html_a764be64f3029f8b8e23511061d8de355"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_variable.html#a764be64f3029f8b8e23511061d8de355">operations_research::fz::Variable::DebugString</a></div><div class="ttdeci">std::string DebugString() const</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00782">flatzinc/model.cc:782</a></div></div>
2022-03-04 00:11:33 +01:00
<div class="ttc" id="astructoperations__research_1_1fz_1_1_variable_html_a79e07373c8eb2df90d9f7f6c2a192953"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_variable.html#a79e07373c8eb2df90d9f7f6c2a192953">operations_research::fz::Variable::Merge</a></div><div class="ttdeci">bool Merge(absl::string_view other_name, const Domain &amp;other_domain, bool other_temporary)</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8cc_source.html#l00772">flatzinc/model.cc:772</a></div></div>
<div class="ttc" id="astructoperations__research_1_1fz_1_1_variable_html_a9b45b3e13bd9167aab02e17e08916231"><div class="ttname"><a href="structoperations__research_1_1fz_1_1_variable.html#a9b45b3e13bd9167aab02e17e08916231">operations_research::fz::Variable::name</a></div><div class="ttdeci">std::string name</div><div class="ttdef"><b>Definition:</b> <a href="flatzinc_2model_8h_source.html#l00136">flatzinc/model.h:136</a></div></div>
2022-01-17 21:42:14 +01:00
<div class="ttc" id="astructutil_1_1_mutable_vector_iteration_html"><div class="ttname"><a href="structutil_1_1_mutable_vector_iteration.html">util::MutableVectorIteration</a></div><div class="ttdef"><b>Definition:</b> <a href="iterators_8h_source.html#l00156">iterators.h:156</a></div></div>
<div class="ttc" id="autil_2logging_8h_html"><div class="ttname"><a href="util_2logging_8h.html">logging.h</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2020-09-01 16:00:33 +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_92d538196d04323bb571488ea744da84.html">flatzinc</a></li><li class="navelem"><a class="el" href="flatzinc_2model_8h.html">model.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
2022-01-17 21:42:14 +01:00
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.3 </li>
2020-09-01 16:00:33 +02:00
</ul>
</div>
</body>
</html>