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" / >
2021-01-26 11:28:50 +01:00
< meta name = "generator" content = "Doxygen 1.9.1" / >
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
2021-01-26 11:28:50 +01:00
  < span id = "projectnumber" > 8.2< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2021-01-26 11:28:50 +01:00
<!-- Generated by Doxygen 1.9.1 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-01-26 11:28:50 +01:00
var searchBox = new SearchBox("searchBox", "search",false,'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" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('flatzinc_2model_8h_source.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > flatzinc/model.h< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< a href = "flatzinc_2model_8h.html" > Go to the documentation of this file.< / a > < div class = "fragment" > < div class = "line" > < a name = "l00001" > < / a > < span class = "lineno" > 1< / span >   < span class = "comment" > // Copyright 2010-2018 Google LLC< / span > < / div >
< div class = "line" > < a name = "l00002" > < / a > < span class = "lineno" > 2< / span >   < span class = "comment" > // Licensed under the Apache License, Version 2.0 (the " License" );< / span > < / div >
< div class = "line" > < a 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 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 name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < span class = "comment" > //< / span > < / div >
< div class = "line" > < a 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 name = "l00007" > < / a > < span class = "lineno" > 7< / span >   < span class = "comment" > //< / span > < / div >
< div class = "line" > < a 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 name = "l00009" > < / a > < span class = "lineno" > 9< / span >   < span class = "comment" > // distributed under the License is distributed on an " AS IS" BASIS,< / span > < / div >
< div class = "line" > < a 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 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 name = "l00012" > < / a > < span class = "lineno" > 12< / span >   < span class = "comment" > // limitations under the License.< / span > < / div >
< div class = "line" > < a name = "l00013" > < / a > < span class = "lineno" > 13< / span >   < / div >
< div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > 14< / span >   < span class = "preprocessor" > #ifndef OR_TOOLS_FLATZINC_MODEL_H_< / span > < / div >
< div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < span class = "preprocessor" > #define OR_TOOLS_FLATZINC_MODEL_H_< / span > < / div >
< div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < / div >
< div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < span class = "preprocessor" > #include < map> < / span > < / div >
< div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "preprocessor" > #include < string> < / span > < / div >
< div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < / div >
< div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "preprocessor" > #include " absl/container/flat_hash_map.h" < / span > < / div >
< div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "integral__types_8h.html" > ortools/base/integral_types.h< / a > " < / span > < / div >
< div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "base_2logging_8h.html" > ortools/base/logging.h< / a > " < / span > < / div >
< div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "iterators_8h.html" > ortools/graph/iterators.h< / a > " < / span > < / div >
< div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "string__array_8h.html" > ortools/util/string_array.h< / a > " < / span > < / div >
< div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > 25< / span >   < / div >
< div class = "line" > < a name = "l00026" > < / a > < span class = "lineno" > 26< / span >   < span class = "keyword" > namespace < / span > < a class = "code" href = "namespaceoperations__research.html" > operations_research< / a > {< / div >
< div class = "line" > < a name = "l00027" > < / a > < span class = "lineno" > 27< / span >   < span class = "keyword" > namespace < / span > fz {< / div >
< div class = "line" > < a name = "l00028" > < / a > < span class = "lineno" > 28< / span >   < / div >
< div class = "line" > < a name = "l00029" > < / a > < span class = "lineno" > 29< / span >   < span class = "keyword" > struct < / span > Constraint;< / div >
< div class = "line" > < a name = "l00030" > < / a > < span class = "lineno" > 30< / span >   < span class = "keyword" > class < / span > Model;< / div >
< div class = "line" > < a name = "l00031" > < / a > < span class = "lineno" > 31< / span >   < / div >
< div class = "line" > < a name = "l00032" > < / a > < span class = "lineno" > 32< / span >   < span class = "comment" > // A domain represents the possible values of a variable, and its type< / span > < / div >
< div class = "line" > < a name = "l00033" > < / a > < span class = "lineno" > 33< / span >   < span class = "comment" > // (which carries display information, i.e. a Boolean will be displayed< / span > < / div >
< div class = "line" > < a name = "l00034" > < / a > < span class = "lineno" > 34< / span >   < span class = "comment" > // differently than an integer with domain {0, 1}).< / span > < / div >
< div class = "line" > < a name = "l00035" > < / a > < span class = "lineno" > 35< / span >   < span class = "comment" > // It can be:< / span > < / div >
< div class = "line" > < a name = "l00036" > < / a > < span class = "lineno" > 36< / span >   < span class = "comment" > // - an explicit list of all possible values, in which case is_interval is< / span > < / div >
< div class = "line" > < a name = "l00037" > < / a > < span class = "lineno" > 37< / span >   < span class = "comment" > // false. If the list is empty, then the domain is empty.< / span > < / div >
< div class = "line" > < a name = "l00038" > < / a > < span class = "lineno" > 38< / span >   < span class = "comment" > // - an interval, in which case is_interval is true and values.size() == 2,< / span > < / div >
< div class = "line" > < a name = "l00039" > < / a > < span class = "lineno" > 39< / span >   < span class = "comment" > // and the interval is [values[0], values[1]].< / span > < / div >
< div class = "line" > < a name = "l00040" > < / a > < span class = "lineno" > 40< / span >   < span class = "comment" > // - all integers, in which case values is empty, and is_interval is true.< / span > < / div >
< div class = "line" > < a name = "l00041" > < / a > < span class = "lineno" > 41< / span >   < span class = "comment" > // Note that semi-infinite intervals aren' t supported.< / span > < / div >
< div class = "line" > < a name = "l00042" > < / a > < span class = "lineno" > 42< / span >   < span class = "comment" > // - a Boolean domain({ 0, 1 } with Boolean display tag).< / span > < / div >
< div class = "line" > < a name = "l00043" > < / a > < span class = "lineno" > 43< / span >   < span class = "comment" > // TODO(user): Rework domains, all int64 should be kintmin..kint64max.< / span > < / div >
< div class = "line" > < a name = "l00044" > < / a > < span class = "lineno" > 44< / span >   < span class = "comment" > // It is a bit tricky though as we must take care of overflows.< / span > < / div >
< div class = "line" > < a name = "l00045" > < / a > < span class = "lineno" > 45< / 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 name = "l00046" > < / a > < span class = "lineno" > 46< / span >   < span class = "comment" > // variable, any subset of the initial set of values is a valid assignment,< / span > < / div >
< div class = "line" > < a name = "l00047" > < / a > < span class = "lineno" > 47< / span >   < span class = "comment" > // instead of exactly one value.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00048" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_domain.html" > 48< / a > < / span >   < span class = "keyword" > struct < / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > {< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00049" > < / a > < span class = "lineno" > 49< / span >   < span class = "comment" > // The values will be sorted and duplicate values will be removed.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00050" > < / a > < span class = "lineno" > 50< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a1361c896d7bfa1ee57d947155f9cf5fd" > IntegerList< / a > (std::vector< int64> < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#ae758394f0dff0d5d10a6b6c19d3dffdc" > values< / a > );< / div >
< div class = "line" > < a name = "l00051" > < / a > < span class = "lineno" > 51< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a828d4cd0ac030530c310658473d23f06" > AllInt64< / a > ();< / div >
< div class = "line" > < a name = "l00052" > < / a > < span class = "lineno" > 52< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#adecee756529acbb0dbdf0f11d245a461" > IntegerValue< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > );< / div >
< div class = "line" > < a name = "l00053" > < / a > < span class = "lineno" > 53< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a780e7864c531017d9dfe2fc9669c9916" > Interval< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > included_min, < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > included_max);< / div >
< div class = "line" > < a name = "l00054" > < / a > < span class = "lineno" > 54< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a3f2007b8882c885ee1be806c6a98419e" > Boolean< / a > ();< / div >
< div class = "line" > < a name = "l00055" > < / a > < span class = "lineno" > 55< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a53cd5799153198ea2be0f2b2f73f6856" > SetOfIntegerList< / a > (std::vector< int64> < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#ae758394f0dff0d5d10a6b6c19d3dffdc" > values< / a > );< / div >
< div class = "line" > < a name = "l00056" > < / a > < span class = "lineno" > 56< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a38708612016dd6b01ae884909c721e66" > SetOfAllInt64< / a > ();< / div >
< div class = "line" > < a name = "l00057" > < / a > < span class = "lineno" > 57< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a26f90996301846b74e98d762d41b9f1d" > SetOfIntegerValue< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > );< / div >
< div class = "line" > < a name = "l00058" > < / a > < span class = "lineno" > 58< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#ad57b3df1c50a9f67519d6eeefb6ed4d3" > SetOfInterval< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > included_min, < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > included_max);< / div >
< div class = "line" > < a name = "l00059" > < / a > < span class = "lineno" > 59< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#acdabd7803bb29d4d16d6aa39f2f9fc1d" > SetOfBoolean< / a > ();< / div >
< div class = "line" > < a name = "l00060" > < / a > < span class = "lineno" > 60< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a1956dc1d088e3fdba2e96b99056a1743" > EmptyDomain< / a > ();< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00061" > < / a > < span class = "lineno" > 61< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00062" > < / a > < span class = "lineno" > 62< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#ab14516d3beb15fb3278feecd51f23d00" > HasOneValue< / a > () < span class = "keyword" > const< / span > ;< / div >
< div class = "line" > < a name = "l00063" > < / a > < span class = "lineno" > 63< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a644718bb2fb240de962dc3c9a1fdf0dc" > empty< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00064" > < / a > < span class = "lineno" > 64< / span >   < / div >
< div class = "line" > < a name = "l00065" > < / a > < span class = "lineno" > 65< / span >   < span class = "comment" > // Returns the min of the domain.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00066" > < / a > < span class = "lineno" > 66< / span >   < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a53e9735282c0bf0769962bd1b6a643bc" > Min< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00067" > < / a > < span class = "lineno" > 67< / span >   < / div >
< div class = "line" > < a name = "l00068" > < / a > < span class = "lineno" > 68< / span >   < span class = "comment" > // Returns the max of the domain.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00069" > < / a > < span class = "lineno" > 69< / span >   < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a5fa627799e723b650fe562b05e1fef5f" > Max< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00070" > < / a > < span class = "lineno" > 70< / span >   < / div >
< div class = "line" > < a name = "l00071" > < / a > < span class = "lineno" > 71< / span >   < span class = "comment" > // Returns the value of the domain. HasOneValue() must return true.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00072" > < / a > < span class = "lineno" > 72< / span >   < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#aeabf4572ab5bf48ec3e07660c9587385" > Value< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00073" > < / a > < span class = "lineno" > 73< / span >   < / div >
< div class = "line" > < a name = "l00074" > < / a > < span class = "lineno" > 74< / span >   < span class = "comment" > // Returns true if the domain is [kint64min..kint64max]< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00075" > < / a > < span class = "lineno" > 75< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a66134bdd47d9229226652e44aaf48be7" > IsAllInt64< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00076" > < / a > < span class = "lineno" > 76< / span >   < / div >
< div class = "line" > < a name = "l00077" > < / a > < span class = "lineno" > 77< / span >   < span class = "comment" > // Various inclusion tests on a domain.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00078" > < / a > < span class = "lineno" > 78< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#ab5228a93ebd3b866fc792ad8e5fe8fdc" > Contains< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > ) < span class = "keyword" > const< / span > ;< / div >
< div class = "line" > < a name = "l00079" > < / a > < span class = "lineno" > 79< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a0c5cae81b4254d06bcafcc0c5aabde9c" > OverlapsIntList< / a > (< span class = "keyword" > const< / span > std::vector< int64> & vec) < span class = "keyword" > const< / span > ;< / div >
< div class = "line" > < a name = "l00080" > < / a > < span class = "lineno" > 80< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#ac9b52077519e4ace858ce83a34adcf5f" > OverlapsIntInterval< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > lb, < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > ub) < span class = "keyword" > const< / span > ;< / div >
< div class = "line" > < a name = "l00081" > < / a > < span class = "lineno" > 81< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a2bb0dbad468486bf822f02b19e6cd6eb" > OverlapsDomain< / a > (< span class = "keyword" > const< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > & other) < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00082" > < / a > < span class = "lineno" > 82< / span >   < / div >
< div class = "line" > < a name = "l00083" > < / a > < span class = "lineno" > 83< / span >   < span class = "comment" > // All the following modifiers change the internal representation< / span > < / div >
< div class = "line" > < a name = "l00084" > < / a > < span class = "lineno" > 84< / span >   < span class = "comment" > // list to interval or interval to list.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00085" > < / a > < span class = "lineno" > 85< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a21b130fe3c7d2984fad404caae8027c9" > IntersectWithSingleton< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > );< / div >
< div class = "line" > < a name = "l00086" > < / a > < span class = "lineno" > 86< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a84f1b557bc1e5794b23f783e9a8be861" > IntersectWithDomain< / a > (< span class = "keyword" > const< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > & domain);< / div >
< div class = "line" > < a name = "l00087" > < / a > < span class = "lineno" > 87< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a6ec38711ee9150078813549afe32fdb2" > IntersectWithInterval< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > interval_min, < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > interval_max);< / div >
< div class = "line" > < a name = "l00088" > < / a > < span class = "lineno" > 88< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a825f444f516bcdb016dec651ab398183" > IntersectWithListOfIntegers< / a > (< span class = "keyword" > const< / span > std::vector< int64> & integers);< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00089" > < / a > < span class = "lineno" > 89< / span >   < / div >
< div class = "line" > < a name = "l00090" > < / a > < span class = "lineno" > 90< / span >   < span class = "comment" > // Returns true iff the value did belong to the domain, and was removed.< / span > < / div >
< div class = "line" > < a name = "l00091" > < / a > < span class = "lineno" > 91< / span >   < span class = "comment" > // Try to remove the value. It returns true if it was actually removed.< / span > < / div >
< div class = "line" > < a name = "l00092" > < / a > < span class = "lineno" > 92< / span >   < span class = "comment" > // If the value is inside a large interval, then it will not be removed.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00093" > < / a > < span class = "lineno" > 93< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a764280b23a92e4691de2824ef661e765" > RemoveValue< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > );< / div >
< div class = "line" > < a name = "l00094" > < / a > < span class = "lineno" > 94< / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a764be64f3029f8b8e23511061d8de355" > DebugString< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00095" > < / a > < span class = "lineno" > 95< / span >   < / div >
< div class = "line" > < a name = "l00096" > < / a > < span class = "lineno" > 96< / span >   < span class = "comment" > // These should never be modified from outside the class.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00097" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_domain.html#ae758394f0dff0d5d10a6b6c19d3dffdc" > 97< / a > < / span >   std::vector< int64> < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#ae758394f0dff0d5d10a6b6c19d3dffdc" > values< / a > ;< / div >
< div class = "line" > < a name = "l00098" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_domain.html#addcc64e2c734528dbecdcacdb48ba748" > 98< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#addcc64e2c734528dbecdcacdb48ba748" > is_interval< / a > ;< / div >
< div class = "line" > < a name = "l00099" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_domain.html#a6b00ba8d80602b04248ef615f74f41aa" > 99< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a6b00ba8d80602b04248ef615f74f41aa" > display_as_boolean< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00100" > < / a > < span class = "lineno" > 100< / span >   < span class = "comment" > // Indicates if the domain was created as a set domain.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00101" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_domain.html#a8a90ee54191400f0d17167851f594f0e" > 101< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html#a8a90ee54191400f0d17167851f594f0e" > is_a_set< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00102" > < / a > < span class = "lineno" > 102< / span >   };< / div >
< div class = "line" > < a name = "l00103" > < / a > < span class = "lineno" > 103< / span >   < / div >
< div class = "line" > < a name = "l00104" > < / a > < span class = "lineno" > 104< / span >   < span class = "comment" > // An int var is a name with a domain of possible values, along with< / span > < / div >
< div class = "line" > < a name = "l00105" > < / a > < span class = "lineno" > 105< / span >   < span class = "comment" > // some tags. Typically, an IntegerVariable is on the heap, and owned by the< / span > < / div >
< div class = "line" > < a name = "l00106" > < / a > < span class = "lineno" > 106< / span >   < span class = "comment" > // global Model object.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00107" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > 107< / a > < / span >   < span class = "keyword" > struct < / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > {< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00108" > < / a > < span class = "lineno" > 108< / span >   < span class = "comment" > // This method tries to unify two variables. This can happen during the< / span > < / div >
< div class = "line" > < a name = "l00109" > < / a > < span class = "lineno" > 109< / span >   < span class = "comment" > // parsing of the model or during presolve. This is possible if at least one< / span > < / div >
< div class = "line" > < a name = "l00110" > < / a > < span class = "lineno" > 110< / span >   < span class = "comment" > // of the two variable is not the target of a constraint. (otherwise it< / span > < / div >
< div class = "line" > < a name = "l00111" > < / a > < span class = "lineno" > 111< / span >   < span class = "comment" > // returns false).< / span > < / div >
< div class = "line" > < a name = "l00112" > < / a > < span class = "lineno" > 112< / span >   < span class = "comment" > // The semantic of the merge is the following:< / span > < / div >
< div class = "line" > < a name = "l00113" > < / a > < span class = "lineno" > 113< / span >   < span class = "comment" > // - the resulting domain is the intersection of the two domains.< / span > < / div >
< div class = "line" > < a name = "l00114" > < / a > < span class = "lineno" > 114< / span >   < span class = "comment" > // - if one variable is not temporary, the result is not temporary.< / span > < / div >
< div class = "line" > < a name = "l00115" > < / a > < span class = "lineno" > 115< / span >   < span class = "comment" > // - if one variable is temporary, the name is the name of the other< / span > < / div >
< div class = "line" > < a name = "l00116" > < / a > < span class = "lineno" > 116< / span >   < span class = "comment" > // variable. If both variables are temporary or both variables are not< / span > < / div >
< div class = "line" > < a name = "l00117" > < / a > < span class = "lineno" > 117< / span >   < span class = "comment" > // temporary, the name is chosen arbitrarily between the two names.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00118" > < / a > < span class = "lineno" > 118< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html#adf7f726f054afa7f0aa51cc7e1748f3b" > Merge< / a > (< span class = "keyword" > const< / span > std::string& other_name, < span class = "keyword" > const< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > & other_domain,< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00119" > < / a > < span class = "lineno" > 119< / span >   < span class = "keywordtype" > bool< / span > other_temporary);< / div >
< div class = "line" > < a name = "l00120" > < / a > < span class = "lineno" > 120< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00121" > < / a > < span class = "lineno" > 121< / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a764be64f3029f8b8e23511061d8de355" > DebugString< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00122" > < / a > < span class = "lineno" > 122< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00123" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a9b45b3e13bd9167aab02e17e08916231" > 123< / a > < / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a9b45b3e13bd9167aab02e17e08916231" > name< / a > ;< / div >
< div class = "line" > < a name = "l00124" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a1f1a69f8d8b037b72c2160ed12b3ef51" > 124< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a1f1a69f8d8b037b72c2160ed12b3ef51" > domain< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00125" > < / a > < span class = "lineno" > 125< / span >   < span class = "comment" > // Indicates if the variable is a temporary variable created when flattening< / span > < / div >
< div class = "line" > < a name = "l00126" > < / a > < span class = "lineno" > 126< / 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 name = "l00127" > < / a > < span class = "lineno" > 127< / span >   < span class = "comment" > // expanded into y * z == t and x = t + y. And t will be a temporary variable.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00128" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a213942fe4cf3ce5da598bb2971452f95" > 128< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a213942fe4cf3ce5da598bb2971452f95" > temporary< / a > : 1;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00129" > < / a > < span class = "lineno" > 129< / span >   < span class = "comment" > // Indicates if the variable should be created at all. A temporary variable< / span > < / div >
< div class = "line" > < a name = "l00130" > < / a > < span class = "lineno" > 130< / span >   < span class = "comment" > // can be unreachable in the active model if nobody uses it. In that case,< / span > < / div >
< div class = "line" > < a name = "l00131" > < / a > < span class = "lineno" > 131< / span >   < span class = "comment" > // there is no need to create it.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00132" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a03c996f9fcf0e10baeb3e700be0c409a" > 132< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a03c996f9fcf0e10baeb3e700be0c409a" > active< / a > : 1;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00133" > < / a > < span class = "lineno" > 133< / span >   < / div >
< div class = "line" > < a name = "l00134" > < / a > < span class = "lineno" > 134< / span >   < span class = "keyword" > private< / span > :< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00135" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_integer_variable.html#a2bf2a0e9b454c55aa5dcb5aa4698697b" > 135< / a > < / span >   < span class = "keyword" > friend< / span > < span class = "keyword" > class < / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html" > Model< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00136" > < / a > < span class = "lineno" > 136< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00137" > < / a > < span class = "lineno" > 137< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > (< span class = "keyword" > const< / span > std::string& name_, < span class = "keyword" > const< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > & domain_,< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00138" > < / a > < span class = "lineno" > 138< / span >   < span class = "keywordtype" > bool< / span > temporary_);< / div >
< div class = "line" > < a name = "l00139" > < / a > < span class = "lineno" > 139< / span >   };< / div >
< div class = "line" > < a name = "l00140" > < / a > < span class = "lineno" > 140< / span >   < / div >
< div class = "line" > < a name = "l00141" > < / a > < span class = "lineno" > 141< / span >   < span class = "comment" > // An argument is either an integer value, an integer domain, a< / span > < / div >
< div class = "line" > < a name = "l00142" > < / a > < span class = "lineno" > 142< / span >   < span class = "comment" > // reference to a variable, or an array of variable references.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00143" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html" > 143< / a > < / span >   < span class = "keyword" > struct < / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html" > Argument< / a > {< / div >
< div class = "line" > < a name = "l00144" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7" > 144< / a > < / span >   < span class = "keyword" > enum< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7" > Type< / a > {< / div >
< div class = "line" > < a name = "l00145" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0" > 145< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0" > INT_VALUE< / a > ,< / div >
< div class = "line" > < a name = "l00146" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7aa5c14285b282de07c2e8b5f16a7f88fd" > 146< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7aa5c14285b282de07c2e8b5f16a7f88fd" > INT_INTERVAL< / a > ,< / div >
< div class = "line" > < a name = "l00147" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a469424590d4998ef9e6bdc8b2fac418f" > 147< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a469424590d4998ef9e6bdc8b2fac418f" > INT_LIST< / a > ,< / div >
< div class = "line" > < a name = "l00148" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7addb14e7647ff7b34a330f7be822c5766" > 148< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7addb14e7647ff7b34a330f7be822c5766" > DOMAIN_LIST< / a > ,< / div >
< div class = "line" > < a name = "l00149" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a199fac18943698f3a94a04d8b8d89e66" > 149< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a199fac18943698f3a94a04d8b8d89e66" > INT_VAR_REF< / a > ,< / div >
< div class = "line" > < a name = "l00150" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7ab1c20183620b31a6d8194c22149b0e3f" > 150< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7ab1c20183620b31a6d8194c22149b0e3f" > INT_VAR_REF_ARRAY< / a > ,< / div >
< div class = "line" > < a name = "l00151" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a69ad3edbf18744bd9d2be33f4ab641ef" > 151< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a69ad3edbf18744bd9d2be33f4ab641ef" > VOID_ARGUMENT< / a > ,< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00152" > < / a > < span class = "lineno" > 152< / span >   };< / div >
< div class = "line" > < a name = "l00153" > < / a > < span class = "lineno" > 153< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00154" > < / a > < span class = "lineno" > 154< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html" > Argument< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#afb4fed60a661721e0f59e8ed1ece1d3e" > IntegerValue< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > );< / div >
< div class = "line" > < a name = "l00155" > < / a > < span class = "lineno" > 155< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html" > Argument< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a4e9f7c2fc8037df69724674cd9568747" > Interval< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > imin, < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > imax);< / div >
< div class = "line" > < a name = "l00156" > < / a > < span class = "lineno" > 156< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html" > Argument< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#ab1a0aca9b8882b64bfc5828b0952a188" > IntegerList< / a > (std::vector< int64> < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#ae758394f0dff0d5d10a6b6c19d3dffdc" > values< / a > );< / div >
< div class = "line" > < a name = "l00157" > < / a > < span class = "lineno" > 157< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html" > Argument< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a12472607a02a2591400e9d7f896a78d2" > DomainList< / a > (std::vector< Domain> < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#abb1735f3b6991effbf214fa23bc3096b" > domains< / a > );< / div >
< div class = "line" > < a name = "l00158" > < / a > < span class = "lineno" > 158< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html" > Argument< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#aedb14b39cae864e112446a9bc0c37c60" > IntVarRef< / a > (< a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < span class = "keyword" > const< / span > < a class = "code" href = "expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465" > var< / a > );< / div >
< div class = "line" > < a name = "l00159" > < / a > < span class = "lineno" > 159< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html" > Argument< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a62bef897e394682f871b432ff2f7ee17" > IntVarRefArray< / a > (std::vector< IntegerVariable*> vars);< / div >
< div class = "line" > < a name = "l00160" > < / a > < span class = "lineno" > 160< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html" > Argument< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a453935bcfe59ce62c080cdca0e1e66c7" > VoidArgument< / a > ();< / div >
< div class = "line" > < a name = "l00161" > < / a > < span class = "lineno" > 161< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html" > Argument< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#af9e384e6d68e08d8c318ee92122b02d8" > FromDomain< / a > (< span class = "keyword" > const< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > & domain);< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00162" > < / a > < span class = "lineno" > 162< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00163" > < / a > < span class = "lineno" > 163< / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a764be64f3029f8b8e23511061d8de355" > DebugString< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00164" > < / a > < span class = "lineno" > 164< / span >   < / div >
< div class = "line" > < a name = "l00165" > < / a > < span class = "lineno" > 165< / span >   < span class = "comment" > // Returns true if the argument is a variable.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00166" > < / a > < span class = "lineno" > 166< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a49b50647dce4bfb88dea2ec4778be705" > IsVariable< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00167" > < / a > < span class = "lineno" > 167< / span >   < span class = "comment" > // Returns true if the argument has only one value (integer value, integer< / span > < / div >
< div class = "line" > < a name = "l00168" > < / a > < span class = "lineno" > 168< / span >   < span class = "comment" > // list of size 1, interval of size 1, or variable with a singleton domain).< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00169" > < / a > < span class = "lineno" > 169< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#ab14516d3beb15fb3278feecd51f23d00" > HasOneValue< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00170" > < / a > < span class = "lineno" > 170< / span >   < span class = "comment" > // Returns the value of the argument. Does DCHECK(HasOneValue()).< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00171" > < / a > < span class = "lineno" > 171< / span >   < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#aeabf4572ab5bf48ec3e07660c9587385" > Value< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00172" > < / a > < span class = "lineno" > 172< / span >   < span class = "comment" > // Returns true if it an integer list, or an array of integer< / span > < / div >
< div class = "line" > < a name = "l00173" > < / a > < span class = "lineno" > 173< / span >   < span class = "comment" > // variables (or domain) each having only one value.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00174" > < / a > < span class = "lineno" > 174< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#af70e8aff4677457f7c4ca0a0c08da3a8" > IsArrayOfValues< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00175" > < / a > < span class = "lineno" > 175< / span >   < span class = "comment" > // Returns true if the argument is an integer value, an integer< / span > < / div >
< div class = "line" > < a name = "l00176" > < / a > < span class = "lineno" > 176< / span >   < span class = "comment" > // list, or an interval, and it contains the given value.< / span > < / div >
< div class = "line" > < a name = "l00177" > < / a > < span class = "lineno" > 177< / span >   < span class = "comment" > // It will check that the type is actually one of the above.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00178" > < / a > < span class = "lineno" > 178< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#ab5228a93ebd3b866fc792ad8e5fe8fdc" > Contains< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > ) < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00179" > < / a > < span class = "lineno" > 179< / span >   < span class = "comment" > // Returns the value of the pos-th element.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00180" > < / a > < span class = "lineno" > 180< / span >   < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a0a81d4b72a8037377107ca537786d464" > ValueAt< / a > (< span class = "keywordtype" > int< / span > pos) < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00181" > < / a > < span class = "lineno" > 181< / span >   < span class = "comment" > // Returns the variable inside the argument if the type is INT_VAR_REF,< / span > < / div >
< div class = "line" > < a name = "l00182" > < / a > < span class = "lineno" > 182< / span >   < span class = "comment" > // or nullptr otherwise.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00183" > < / a > < span class = "lineno" > 183< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1229092541ca32ff3c34bff0b8a5f88a" > Var< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00184" > < / a > < span class = "lineno" > 184< / span >   < span class = "comment" > // Returns the variable at position pos inside the argument if the type is< / span > < / div >
< div class = "line" > < a name = "l00185" > < / a > < span class = "lineno" > 185< / span >   < span class = "comment" > // INT_VAR_REF_ARRAY or nullptr otherwise.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00186" > < / a > < span class = "lineno" > 186< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a361e9191fdb35292614dc09d9834c920" > VarAt< / a > (< span class = "keywordtype" > int< / span > pos) < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00187" > < / a > < span class = "lineno" > 187< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00188" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#ab6f4e6d3fde00ce906e46494f60dfe7a" > 188< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7" > Type< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#ab6f4e6d3fde00ce906e46494f60dfe7a" > type< / a > ;< / div >
< div class = "line" > < a name = "l00189" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#ae758394f0dff0d5d10a6b6c19d3dffdc" > 189< / a > < / span >   std::vector< int64> < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#ae758394f0dff0d5d10a6b6c19d3dffdc" > values< / a > ;< / div >
< div class = "line" > < a name = "l00190" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#a1c594edc69f086045710775eb325a571" > 190< / a > < / span >   std::vector< IntegerVariable*> < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#a1c594edc69f086045710775eb325a571" > variables< / a > ;< / div >
< div class = "line" > < a name = "l00191" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_argument.html#abb1735f3b6991effbf214fa23bc3096b" > 191< / a > < / span >   std::vector< Domain> < a class = "code" href = "structoperations__research_1_1fz_1_1_argument.html#abb1735f3b6991effbf214fa23bc3096b" > domains< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00192" > < / a > < span class = "lineno" > 192< / span >   };< / div >
< div class = "line" > < a name = "l00193" > < / a > < span class = "lineno" > 193< / span >   < / div >
< div class = "line" > < a name = "l00194" > < / a > < span class = "lineno" > 194< / span >   < span class = "comment" > // A constraint has a type, some arguments, and a few tags. Typically, a< / span > < / div >
< div class = "line" > < a name = "l00195" > < / a > < span class = "lineno" > 195< / span >   < span class = "comment" > // Constraint is on the heap, and owned by the global Model object.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00196" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_constraint.html" > 196< / a > < / span >   < span class = "keyword" > struct < / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html" > Constraint< / a > {< / div >
< div class = "line" > < a name = "l00197" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_constraint.html#a01f6c7b30cd153eb0c880c8792eba2fb" > 197< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a01f6c7b30cd153eb0c880c8792eba2fb" > Constraint< / a > (< span class = "keyword" > const< / span > std::string& t, std::vector< Argument> args,< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00198" > < / a > < span class = "lineno" > 198< / span >   < span class = "keywordtype" > bool< / span > strong_propag)< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00199" > < / a > < span class = "lineno" > 199< / span >   : < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a75b160f574a0be26114bae2c7686a5e1" > type< / a > (t),< / div >
< div class = "line" > < a name = "l00200" > < / a > < span class = "lineno" > 200< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a77e1aa924721362a640c1b2be1c8ce5e" > arguments< / a > (std::move(args)),< / div >
< div class = "line" > < a name = "l00201" > < / a > < span class = "lineno" > 201< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#ace8c5921a3c66e351a1fefc53a4c963f" > strong_propagation< / a > (strong_propag),< / div >
< div class = "line" > < a name = "l00202" > < / a > < span class = "lineno" > 202< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a03c996f9fcf0e10baeb3e700be0c409a" > active< / a > (true),< / div >
< div class = "line" > < a name = "l00203" > < / a > < span class = "lineno" > 203< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a180bfd7ee6e3a88413aecb4fa947977b" > presolve_propagation_done< / a > (false) {}< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00204" > < / a > < span class = "lineno" > 204< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00205" > < / a > < span class = "lineno" > 205< / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a764be64f3029f8b8e23511061d8de355" > DebugString< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00206" > < / a > < span class = "lineno" > 206< / span >   < / div >
< div class = "line" > < a name = "l00207" > < / a > < span class = "lineno" > 207< / span >   < span class = "comment" > // Helpers to be used during presolve.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00208" > < / a > < span class = "lineno" > 208< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#ae351ff89f1d64367e6c435c51e013f15" > MarkAsInactive< / a > ();< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00209" > < / a > < span class = "lineno" > 209< / span >   < span class = "comment" > // Helper method to remove one argument.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00210" > < / a > < span class = "lineno" > 210< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a3b1a3ba3444986a1c377dcfb5c1dac91" > RemoveArg< / a > (< span class = "keywordtype" > int< / span > arg_pos);< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00211" > < / a > < span class = "lineno" > 211< / span >   < span class = "comment" > // Set as a False constraint.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00212" > < / a > < span class = "lineno" > 212< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#af83476b3b552334a4dac4e844e91e435" > SetAsFalse< / a > ();< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00213" > < / a > < span class = "lineno" > 213< / span >   < / div >
< div class = "line" > < a name = "l00214" > < / a > < span class = "lineno" > 214< / span >   < span class = "comment" > // The flatzinc type of the constraint (i.e. " int_eq" for integer equality)< / span > < / div >
< div class = "line" > < a name = "l00215" > < / a > < span class = "lineno" > 215< / span >   < span class = "comment" > // stored as a string.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00216" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_constraint.html#a75b160f574a0be26114bae2c7686a5e1" > 216< / a > < / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a75b160f574a0be26114bae2c7686a5e1" > type< / a > ;< / div >
< div class = "line" > < a name = "l00217" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_constraint.html#a77e1aa924721362a640c1b2be1c8ce5e" > 217< / a > < / span >   std::vector< Argument> < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a77e1aa924721362a640c1b2be1c8ce5e" > arguments< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00218" > < / a > < span class = "lineno" > 218< / span >   < span class = "comment" > // Is true if the constraint should use the strongest level of propagation.< / span > < / div >
< div class = "line" > < a name = "l00219" > < / a > < span class = "lineno" > 219< / span >   < span class = "comment" > // This is a hint in the model. For instance, in the AllDifferent constraint,< / span > < / div >
< div class = "line" > < a name = "l00220" > < / a > < span class = "lineno" > 220< / span >   < span class = "comment" > // there are different algorithms to propagate with different pruning/speed< / span > < / div >
< div class = "line" > < a name = "l00221" > < / a > < span class = "lineno" > 221< / span >   < span class = "comment" > // ratios. When strong_propagation is true, one should use, if possible, the< / span > < / div >
< div class = "line" > < a name = "l00222" > < / a > < span class = "lineno" > 222< / span >   < span class = "comment" > // algorithm with the strongest pruning.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00223" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_constraint.html#ace8c5921a3c66e351a1fefc53a4c963f" > 223< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#ace8c5921a3c66e351a1fefc53a4c963f" > strong_propagation< / a > : 1;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00224" > < / a > < span class = "lineno" > 224< / span >   < span class = "comment" > // Indicates if the constraint is active. Presolve can make it inactive by< / span > < / div >
< div class = "line" > < a name = "l00225" > < / a > < span class = "lineno" > 225< / span >   < span class = "comment" > // propagating it, or by regrouping it. Once a constraint is inactive, it is< / span > < / div >
< div class = "line" > < a name = "l00226" > < / a > < span class = "lineno" > 226< / span >   < span class = "comment" > // logically removed from the model, it is not extracted, and it is ignored by< / span > < / div >
< div class = "line" > < a name = "l00227" > < / a > < span class = "lineno" > 227< / span >   < span class = "comment" > // presolve.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00228" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_constraint.html#a03c996f9fcf0e10baeb3e700be0c409a" > 228< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a03c996f9fcf0e10baeb3e700be0c409a" > active< / a > : 1;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00229" > < / a > < span class = "lineno" > 229< / span >   < / div >
< div class = "line" > < a name = "l00230" > < / a > < span class = "lineno" > 230< / span >   < span class = "comment" > // Indicates if presolve has finished propagating this constraint.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00231" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_constraint.html#a180bfd7ee6e3a88413aecb4fa947977b" > 231< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_constraint.html#a180bfd7ee6e3a88413aecb4fa947977b" > presolve_propagation_done< / a > : 1;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00232" > < / a > < span class = "lineno" > 232< / span >   };< / div >
< div class = "line" > < a name = "l00233" > < / a > < span class = "lineno" > 233< / span >   < / div >
< div class = "line" > < a name = "l00234" > < / a > < span class = "lineno" > 234< / span >   < span class = "comment" > // An annotation is a set of information. It has two use cases. One during< / span > < / div >
< div class = "line" > < a name = "l00235" > < / a > < span class = "lineno" > 235< / span >   < span class = "comment" > // parsing to store intermediate information on model objects (i.e. the defines< / span > < / div >
< div class = "line" > < a name = "l00236" > < / a > < span class = "lineno" > 236< / span >   < span class = "comment" > // part of a constraint). The other use case is to store all search< / span > < / div >
< div class = "line" > < a name = "l00237" > < / a > < span class = "lineno" > 237< / span >   < span class = "comment" > // declarations. This persists after model parsing.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00238" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html" > 238< / a > < / span >   < span class = "keyword" > struct < / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > {< / div >
< div class = "line" > < a name = "l00239" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7" > 239< / a > < / span >   < span class = "keyword" > enum< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7" > Type< / a > {< / div >
< div class = "line" > < a name = "l00240" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ae832fcf956a32fd8766a7a99a9eb49f2" > 240< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ae832fcf956a32fd8766a7a99a9eb49f2" > ANNOTATION_LIST< / a > ,< / div >
< div class = "line" > < a name = "l00241" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a84f8ae2490f9e4bd2321fd21f4b0e807" > 241< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a84f8ae2490f9e4bd2321fd21f4b0e807" > IDENTIFIER< / a > ,< / div >
< div class = "line" > < a name = "l00242" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a026071c79ad175ff5edb80a307ed2e1d" > 242< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a026071c79ad175ff5edb80a307ed2e1d" > FUNCTION_CALL< / a > ,< / div >
< div class = "line" > < a name = "l00243" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0" > 243< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7acd1ce0b084595a6072a57781dc7738a0" > INT_VALUE< / a > ,< / div >
< div class = "line" > < a name = "l00244" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a15685f61e1f7ab09f7543d6ffbb51ac6" > 244< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a15685f61e1f7ab09f7543d6ffbb51ac6" > INTERVAL< / a > ,< / div >
< div class = "line" > < a name = "l00245" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a199fac18943698f3a94a04d8b8d89e66" > 245< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a199fac18943698f3a94a04d8b8d89e66" > INT_VAR_REF< / a > ,< / div >
< div class = "line" > < a name = "l00246" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ab1c20183620b31a6d8194c22149b0e3f" > 246< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ab1c20183620b31a6d8194c22149b0e3f" > INT_VAR_REF_ARRAY< / a > ,< / div >
< div class = "line" > < a name = "l00247" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a4e08d17821a8f137efb3d4474ddc0bee" > 247< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a4e08d17821a8f137efb3d4474ddc0bee" > STRING_VALUE< / a > ,< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00248" > < / a > < span class = "lineno" > 248< / span >   };< / div >
< div class = "line" > < a name = "l00249" > < / a > < span class = "lineno" > 249< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00250" > < / a > < span class = "lineno" > 250< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#ac9db651776c6fa0681bfa5d3f5aa2d84" > Empty< / a > ();< / div >
< div class = "line" > < a name = "l00251" > < / a > < span class = "lineno" > 251< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a8c6a720ac9d9de51f877791f50284c6f" > AnnotationList< / a > (std::vector< Annotation> list);< / div >
< div class = "line" > < a name = "l00252" > < / a > < span class = "lineno" > 252< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#aa5ba8938cb5c70560d2b0b1afb9c359f" > Identifier< / a > (< span class = "keyword" > const< / span > std::string& < span class = "keywordtype" > id< / span > );< / div >
< div class = "line" > < a name = "l00253" > < / a > < span class = "lineno" > 253< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#afa83c171915315bd2c7fb695dc267c0b" > FunctionCallWithArguments< / a > (< span class = "keyword" > const< / span > std::string& < span class = "keywordtype" > id< / span > ,< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00254" > < / a > < span class = "lineno" > 254< / span >   std::vector< Annotation> args);< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00255" > < / a > < span class = "lineno" > 255< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a7a75c94a44e58954bba24fbb179c21fc" > FunctionCall< / a > (< span class = "keyword" > const< / span > std::string& < span class = "keywordtype" > id< / span > );< / div >
< div class = "line" > < a name = "l00256" > < / a > < span class = "lineno" > 256< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#ace48774d5c2da3e1311183ef2f94e329" > Interval< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a23f74582f07ec8c837e7de6a7c2bb3ef" > interval_min< / a > , < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a75bcbb061eb6449633b799e87052a396" > interval_max< / a > );< / div >
< div class = "line" > < a name = "l00257" > < / a > < span class = "lineno" > 257< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a18983b463958d3f4ed5c6243268d14a7" > IntegerValue< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > );< / div >
< div class = "line" > < a name = "l00258" > < / a > < span class = "lineno" > 258< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a73029a41d7e34d921241e6652ea62cfc" > Variable< / a > (< a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < span class = "keyword" > const< / span > < a class = "code" href = "expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465" > var< / a > );< / div >
< div class = "line" > < a name = "l00259" > < / a > < span class = "lineno" > 259< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#afd87a2ef1b0647a6cc071c8011ecc4b7" > VariableList< / a > (std::vector< IntegerVariable*> < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1c594edc69f086045710775eb325a571" > variables< / a > );< / div >
< div class = "line" > < a name = "l00260" > < / a > < span class = "lineno" > 260< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html" > Annotation< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#aa2092157bca442f6c611b55f90636ce3" > String< / a > (< span class = "keyword" > const< / span > std::string& str);< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00261" > < / a > < span class = "lineno" > 261< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00262" > < / a > < span class = "lineno" > 262< / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a764be64f3029f8b8e23511061d8de355" > DebugString< / a > () < span class = "keyword" > const< / span > ;< / div >
< div class = "line" > < a name = "l00263" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#aba9c1d4dfaa2de44fd144644550170d5" > 263< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#aba9c1d4dfaa2de44fd144644550170d5" > IsFunctionCallWithIdentifier< / a > (< span class = "keyword" > const< / span > std::string& identifier)< span class = "keyword" > const < / span > {< / div >
< div class = "line" > < a name = "l00264" > < / a > < span class = "lineno" > 264< / span >   < span class = "keywordflow" > return< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#ab6f4e6d3fde00ce906e46494f60dfe7a" > type< / a > == < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a026071c79ad175ff5edb80a307ed2e1d" > FUNCTION_CALL< / a > & & < span class = "keywordtype" > id< / span > == identifier;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00265" > < / a > < span class = "lineno" > 265< / span >   }< / div >
< div class = "line" > < a name = "l00266" > < / a > < span class = "lineno" > 266< / span >   < span class = "comment" > // Copy all the variable references contained in this annotation (and its< / span > < / div >
< div class = "line" > < a name = "l00267" > < / a > < span class = "lineno" > 267< / span >   < span class = "comment" > // children). Depending on the type of this annotation, there can be zero,< / span > < / div >
< div class = "line" > < a name = "l00268" > < / a > < span class = "lineno" > 268< / span >   < span class = "comment" > // one, or several.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00269" > < / a > < span class = "lineno" > 269< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#ad410d852dec8abeab2e519df165e01dd" > AppendAllIntegerVariables< / a > (std::vector< IntegerVariable*> * vars) < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00270" > < / a > < span class = "lineno" > 270< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00271" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#ab6f4e6d3fde00ce906e46494f60dfe7a" > 271< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7" > Type< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#ab6f4e6d3fde00ce906e46494f60dfe7a" > type< / a > ;< / div >
< div class = "line" > < a name = "l00272" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a23f74582f07ec8c837e7de6a7c2bb3ef" > 272< / a > < / span >   < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a23f74582f07ec8c837e7de6a7c2bb3ef" > interval_min< / a > ;< / div >
< div class = "line" > < a name = "l00273" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a75bcbb061eb6449633b799e87052a396" > 273< / a > < / span >   < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a75bcbb061eb6449633b799e87052a396" > interval_max< / a > ;< / div >
< div class = "line" > < a name = "l00274" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#afd0d68c6d31ff249f3ae8662162663c3" > 274< / a > < / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#afd0d68c6d31ff249f3ae8662162663c3" > id< / a > ;< / div >
< div class = "line" > < a name = "l00275" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#abfdf613e1ecbe40ec2963f16a9cb762d" > 275< / a > < / span >   std::vector< Annotation> < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#abfdf613e1ecbe40ec2963f16a9cb762d" > annotations< / a > ;< / div >
< div class = "line" > < a name = "l00276" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#a1c594edc69f086045710775eb325a571" > 276< / a > < / span >   std::vector< IntegerVariable*> < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#a1c594edc69f086045710775eb325a571" > variables< / a > ;< / div >
< div class = "line" > < a name = "l00277" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_annotation.html#aabc5f6077f4788f74af9317dc62b840e" > 277< / a > < / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_annotation.html#aabc5f6077f4788f74af9317dc62b840e" > string_value< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00278" > < / a > < span class = "lineno" > 278< / span >   };< / div >
< div class = "line" > < a name = "l00279" > < / a > < span class = "lineno" > 279< / span >   < / div >
< div class = "line" > < a name = "l00280" > < / a > < span class = "lineno" > 280< / span >   < span class = "comment" > // Information on what should be displayed when a solution is found.< / span > < / div >
< div class = "line" > < a name = "l00281" > < / a > < span class = "lineno" > 281< / span >   < span class = "comment" > // It follows the flatzinc specification (www.minizinc.org).< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00282" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html" > 282< / a > < / span >   < span class = "keyword" > struct < / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html" > SolutionOutputSpecs< / a > {< / div >
< div class = "line" > < a name = "l00283" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html" > 283< / a > < / span >   < span class = "keyword" > struct < / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html" > Bounds< / a > {< / div >
< div class = "line" > < a name = "l00284" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#af29637e6563ce55f7a5c379e2c808843" > 284< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#af29637e6563ce55f7a5c379e2c808843" > Bounds< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > min_value_, < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > max_value_)< / div >
< div class = "line" > < a name = "l00285" > < / a > < span class = "lineno" > 285< / span >   : < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a9a6ff7cd037fd374ed0f32301f58b441" > min_value< / a > (min_value_), < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a75f2c5afef8715cbc81d91244bc7093f" > max_value< / a > (max_value_) {}< / div >
< div class = "line" > < a name = "l00286" > < / a > < span class = "lineno" > 286< / span >   std::string < a class = "code" 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 name = "l00287" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a9a6ff7cd037fd374ed0f32301f58b441" > 287< / a > < / span >   < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a9a6ff7cd037fd374ed0f32301f58b441" > min_value< / a > ;< / div >
< div class = "line" > < a name = "l00288" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a75f2c5afef8715cbc81d91244bc7093f" > 288< / a > < / span >   < a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a75f2c5afef8715cbc81d91244bc7093f" > max_value< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00289" > < / a > < span class = "lineno" > 289< / span >   };< / div >
< div class = "line" > < a name = "l00290" > < / a > < span class = "lineno" > 290< / span >   < / div >
< div class = "line" > < a name = "l00291" > < / a > < span class = "lineno" > 291< / span >   < span class = "comment" > // Will output: name = < variable value> .< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00292" > < / a > < span class = "lineno" > 292< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html" > SolutionOutputSpecs< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#ae47c4c271c3d41748bb15944c0e6fe07" > SingleVariable< / a > (< span class = "keyword" > const< / span > std::string& < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a9b45b3e13bd9167aab02e17e08916231" > name< / a > ,< / div >
< div class = "line" > < a name = "l00293" > < / a > < span class = "lineno" > 293< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a874cabcf247bbbba8f2a66dad9c68fab" > variable< / a > ,< / div >
< div class = "line" > < a name = "l00294" > < / a > < span class = "lineno" > 294< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a6b00ba8d80602b04248ef615f74f41aa" > display_as_boolean< / a > );< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00295" > < / a > < span class = "lineno" > 295< / span >   < span class = "comment" > // Will output (for example):< / span > < / div >
< div class = "line" > < a name = "l00296" > < / a > < span class = "lineno" > 296< / span >   < span class = "comment" > // name = array2d(min1..max1, min2..max2, [list of variable values])< / span > < / div >
< div class = "line" > < a name = "l00297" > < / a > < span class = "lineno" > 297< / span >   < span class = "comment" > // for a 2d array (bounds.size() == 2).< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00298" > < / a > < span class = "lineno" > 298< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html" > SolutionOutputSpecs< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a496e303633fdc329476cae462e64da11" > MultiDimensionalArray< / a > (< / div >
< div class = "line" > < a name = "l00299" > < / a > < span class = "lineno" > 299< / span >   < span class = "keyword" > const< / span > std::string& < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a9b45b3e13bd9167aab02e17e08916231" > name< / a > , std::vector< Bounds> < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#abaa725c977b97a197b1a2eddfb221996" > bounds< / a > ,< / div >
< div class = "line" > < a name = "l00300" > < / a > < span class = "lineno" > 300< / span >   std::vector< IntegerVariable*> < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a5afaee222d393ccb0b8b420656da278a" > flat_variables< / a > , < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a6b00ba8d80602b04248ef615f74f41aa" > display_as_boolean< / a > );< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00301" > < / a > < span class = "lineno" > 301< / span >   < span class = "comment" > // Empty output.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00302" > < / a > < span class = "lineno" > 302< / span >   < span class = "keyword" > static< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html" > SolutionOutputSpecs< / a > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a64bda60cc1d898eb238367d4d237953a" > VoidOutput< / a > ();< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00303" > < / a > < span class = "lineno" > 303< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00304" > < / a > < span class = "lineno" > 304< / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a764be64f3029f8b8e23511061d8de355" > DebugString< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00305" > < / a > < span class = "lineno" > 305< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00306" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a9b45b3e13bd9167aab02e17e08916231" > 306< / a > < / span >   std::string < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a9b45b3e13bd9167aab02e17e08916231" > name< / a > ;< / div >
< div class = "line" > < a name = "l00307" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a874cabcf247bbbba8f2a66dad9c68fab" > 307< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a874cabcf247bbbba8f2a66dad9c68fab" > variable< / a > ;< / div >
< div class = "line" > < a name = "l00308" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a5afaee222d393ccb0b8b420656da278a" > 308< / a > < / span >   std::vector< IntegerVariable*> < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a5afaee222d393ccb0b8b420656da278a" > flat_variables< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00309" > < / a > < span class = "lineno" > 309< / span >   < span class = "comment" > // These are the starts and ends of intervals for displaying (potentially< / span > < / div >
< div class = "line" > < a name = "l00310" > < / a > < span class = "lineno" > 310< / span >   < span class = "comment" > // multi-dimensional) arrays.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00311" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#abaa725c977b97a197b1a2eddfb221996" > 311< / a > < / span >   std::vector< Bounds> < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#abaa725c977b97a197b1a2eddfb221996" > bounds< / a > ;< / div >
< div class = "line" > < a name = "l00312" > < / a > < span class = "lineno" > < a class = "line" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a6b00ba8d80602b04248ef615f74f41aa" > 312< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a6b00ba8d80602b04248ef615f74f41aa" > display_as_boolean< / a > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00313" > < / a > < span class = "lineno" > 313< / span >   };< / div >
< div class = "line" > < a name = "l00314" > < / a > < span class = "lineno" > 314< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00315" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html" > 315< / a > < / span >   < span class = "keyword" > class < / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html" > Model< / a > {< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00316" > < / a > < span class = "lineno" > 316< / span >   < span class = "keyword" > public< / span > :< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00317" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#a48c927d7e3902ef77eee6b41a6acd431" > 317< / a > < / span >   < span class = "keyword" > explicit< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a48c927d7e3902ef77eee6b41a6acd431" > Model< / a > (< span class = "keyword" > const< / span > std::string& < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#ad8227ba86a01f26e4f173cd5e219d5d1" > name< / a > )< / div >
< div class = "line" > < a name = "l00318" > < / a > < span class = "lineno" > 318< / span >   : name_(< a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#ad8227ba86a01f26e4f173cd5e219d5d1" > name< / a > ), objective_(nullptr), maximize_(true) {}< / div >
< div class = "line" > < a name = "l00319" > < / a > < span class = "lineno" > 319< / span >   < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a252c349b237f7779edf32778eb541a99" > ~Model< / a > ();< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00320" > < / a > < span class = "lineno" > 320< / span >   < / div >
< div class = "line" > < a name = "l00321" > < / a > < span class = "lineno" > 321< / span >   < span class = "comment" > // ----- Builder methods -----< / span > < / div >
< div class = "line" > < a name = "l00322" > < / a > < span class = "lineno" > 322< / span >   < / div >
< div class = "line" > < a name = "l00323" > < / a > < span class = "lineno" > 323< / span >   < span class = "comment" > // The objects returned by AddVariable(), AddConstant(), and AddConstraint()< / span > < / div >
< div class = "line" > < a name = "l00324" > < / a > < span class = "lineno" > 324< / span >   < span class = "comment" > // are owned by the model and will remain live for its lifetime.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00325" > < / a > < span class = "lineno" > 325< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a226db3a600529d463f7b19c4ded05bfc" > AddVariable< / a > (< span class = "keyword" > const< / span > std::string& < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#ad8227ba86a01f26e4f173cd5e219d5d1" > name< / a > , < span class = "keyword" > const< / span > < a class = "code" href = "structoperations__research_1_1fz_1_1_domain.html" > Domain< / a > & domain,< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00326" > < / a > < span class = "lineno" > 326< / span >   < span class = "keywordtype" > bool< / span > defined);< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00327" > < / a > < span class = "lineno" > 327< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#ab23573301037cf16d0f11d5a3fd967a4" > AddConstant< / a > (< a class = "code" href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < a class = "code" href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > );< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00328" > < / a > < span class = "lineno" > 328< / span >   < span class = "comment" > // Creates and add a constraint to the model.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00329" > < / a > < span class = "lineno" > 329< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#ac06ff8f8b48463ca8f5f0cd471e04a4f" > AddConstraint< / a > (< span class = "keyword" > const< / span > std::string& < span class = "keywordtype" > id< / span > , std::vector< Argument> arguments,< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00330" > < / a > < span class = "lineno" > 330< / span >   < span class = "keywordtype" > bool< / span > is_domain);< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00331" > < / a > < span class = "lineno" > 331< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#ac06ff8f8b48463ca8f5f0cd471e04a4f" > AddConstraint< / a > (< span class = "keyword" > const< / span > std::string& < span class = "keywordtype" > id< / span > , std::vector< Argument> arguments);< / div >
< div class = "line" > < a name = "l00332" > < / a > < span class = "lineno" > 332< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a863321a9f10b6f2a51cfe900ddc62784" > AddOutput< / a > (< a class = "code" href = "structoperations__research_1_1fz_1_1_solution_output_specs.html" > SolutionOutputSpecs< / a > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a90dcd89d1555364876f97330297a3d31" > output< / a > );< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00333" > < / a > < span class = "lineno" > 333< / span >   < / div >
< div class = "line" > < a name = "l00334" > < / a > < span class = "lineno" > 334< / span >   < span class = "comment" > // Set the search annotations and the objective: either simply satisfy the< / span > < / div >
< div class = "line" > < a name = "l00335" > < / a > < span class = "lineno" > 335< / span >   < span class = "comment" > // problem, or minimize or maximize the given variable (which must have been< / span > < / div >
< div class = "line" > < a name = "l00336" > < / a > < span class = "lineno" > 336< / span >   < span class = "comment" > // added with AddVariable() already).< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00337" > < / a > < span class = "lineno" > 337< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a6453cd0473cf09bc5e969fe3f2749b3e" > Satisfy< / a > (std::vector< Annotation> < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a82569c24ac0c369dffe75dc9d5d76355" > search_annotations< / a > );< / div >
< div class = "line" > < a name = "l00338" > < / a > < span class = "lineno" > 338< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#ac0a774d20d4b3c836847cd14b624a497" > Minimize< / a > (< a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * obj,< / div >
< div class = "line" > < a name = "l00339" > < / a > < span class = "lineno" > 339< / span >   std::vector< Annotation> < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a82569c24ac0c369dffe75dc9d5d76355" > search_annotations< / a > );< / div >
< div class = "line" > < a name = "l00340" > < / a > < span class = "lineno" > 340< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a763eebfbd507e05b857548c24718f39e" > Maximize< / a > (< a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * obj,< / div >
< div class = "line" > < a name = "l00341" > < / a > < span class = "lineno" > 341< / span >   std::vector< Annotation> < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a82569c24ac0c369dffe75dc9d5d76355" > search_annotations< / a > );< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00342" > < / a > < span class = "lineno" > 342< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00343" > < / a > < span class = "lineno" > 343< / span >   < span class = "keywordtype" > bool< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#acb5d114b63badcea200457cbf8bdea37" > IsInconsistent< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00344" > < / a > < span class = "lineno" > 344< / span >   < / div >
< div class = "line" > < a name = "l00345" > < / a > < span class = "lineno" > 345< / span >   < span class = "comment" > // ----- Accessors and mutators -----< / span > < / div >
< div class = "line" > < a name = "l00346" > < / a > < span class = "lineno" > 346< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00347" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#ac83a8b3aa7471422ce4e6697fb3e8a54" > 347< / a > < / span >   < span class = "keyword" > const< / span > std::vector< IntegerVariable*> & < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#ac83a8b3aa7471422ce4e6697fb3e8a54" > variables< / a > ()< span class = "keyword" > const < / span > { < span class = "keywordflow" > return< / span > variables_; }< / div >
< div class = "line" > < a name = "l00348" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#a64822f7965fcf3d4636c638a5456f157" > 348< / a > < / span >   < span class = "keyword" > const< / span > std::vector< Constraint*> & < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a64822f7965fcf3d4636c638a5456f157" > constraints< / a > ()< span class = "keyword" > const < / span > { < span class = "keywordflow" > return< / span > constraints_; }< / div >
< div class = "line" > < a name = "l00349" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#a82569c24ac0c369dffe75dc9d5d76355" > 349< / a > < / span >   < span class = "keyword" > const< / span > std::vector< Annotation> & < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a82569c24ac0c369dffe75dc9d5d76355" > search_annotations< / a > ()< span class = "keyword" > const < / span > {< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00350" > < / a > < span class = "lineno" > 350< / span >   < span class = "keywordflow" > return< / span > search_annotations_;< / div >
< div class = "line" > < a name = "l00351" > < / a > < span class = "lineno" > 351< / span >   }< / div >
< div class = "line" > < a name = "l00352" > < / a > < span class = "lineno" > 352< / span >   < span class = "preprocessor" > #if !defined(SWIG)< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00353" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#a21cf174a9de2e0032edb07db6c2024bd" > 353< / a > < / span >   < a class = "code" href = "structutil_1_1_mutable_vector_iteration.html" > util::MutableVectorIteration< Annotation> < / a > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a21cf174a9de2e0032edb07db6c2024bd" > mutable_search_annotations< / a > () {< / div >
< div class = "line" > < a name = "l00354" > < / a > < span class = "lineno" > 354< / span >   < span class = "keywordflow" > return< / span > < a class = "code" href = "structutil_1_1_mutable_vector_iteration.html" > util::MutableVectorIteration< Annotation> < / a > (& search_annotations_);< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00355" > < / a > < span class = "lineno" > 355< / span >   }< / div >
< div class = "line" > < a name = "l00356" > < / a > < span class = "lineno" > 356< / span >   < span class = "preprocessor" > #endif< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00357" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#a90dcd89d1555364876f97330297a3d31" > 357< / a > < / span >   < span class = "keyword" > const< / span > std::vector< SolutionOutputSpecs> & < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a90dcd89d1555364876f97330297a3d31" > output< / a > ()< span class = "keyword" > const < / span > { < span class = "keywordflow" > return< / span > output_; }< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00358" > < / a > < span class = "lineno" > 358< / span >   < span class = "preprocessor" > #if !defined(SWIG)< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00359" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#a3c27ba9aaad3988d8061e1a5c52e9d85" > 359< / a > < / span >   < a class = "code" href = "structutil_1_1_mutable_vector_iteration.html" > util::MutableVectorIteration< SolutionOutputSpecs> < / a > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a3c27ba9aaad3988d8061e1a5c52e9d85" > mutable_output< / a > () {< / div >
< div class = "line" > < a name = "l00360" > < / a > < span class = "lineno" > 360< / span >   < span class = "keywordflow" > return< / span > < a class = "code" href = "structutil_1_1_mutable_vector_iteration.html" > util::MutableVectorIteration< SolutionOutputSpecs> < / a > (& output_);< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00361" > < / a > < span class = "lineno" > 361< / span >   }< / div >
< div class = "line" > < a name = "l00362" > < / a > < span class = "lineno" > 362< / span >   < span class = "preprocessor" > #endif< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00363" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#ad3c37b53f974ee5f215d410d93841d63" > 363< / a > < / span >   < span class = "keywordtype" > bool< / span > < a class = "code" 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 name = "l00364" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#a754efc1144407f546afb10a9e196fd17" > 364< / a > < / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a754efc1144407f546afb10a9e196fd17" > objective< / a > ()< span class = "keyword" > const < / span > { < span class = "keywordflow" > return< / span > objective_; }< / div >
< div class = "line" > < a name = "l00365" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#aaf09ac0a532fcd5ca63facf186c23a59" > 365< / a > < / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#aaf09ac0a532fcd5ca63facf186c23a59" > SetObjective< / a > (< a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * obj) { objective_ = obj; }< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00366" > < / a > < span class = "lineno" > 366< / span >   < / div >
< div class = "line" > < a name = "l00367" > < / a > < span class = "lineno" > 367< / span >   < span class = "comment" > // Services.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00368" > < / a > < span class = "lineno" > 368< / span >   std::string < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#a764be64f3029f8b8e23511061d8de355" > DebugString< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00369" > < / a > < span class = "lineno" > 369< / span >   < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00370" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model.html#ad8227ba86a01f26e4f173cd5e219d5d1" > 370< / a > < / span >   < span class = "keyword" > const< / span > std::string& < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html#ad8227ba86a01f26e4f173cd5e219d5d1" > name< / a > ()< span class = "keyword" > const < / span > { < span class = "keywordflow" > return< / span > name_; }< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00371" > < / a > < span class = "lineno" > 371< / span >   < / div >
< div class = "line" > < a name = "l00372" > < / a > < span class = "lineno" > 372< / span >   < span class = "keyword" > private< / span > :< / div >
< div class = "line" > < a name = "l00373" > < / a > < span class = "lineno" > 373< / span >   < span class = "keyword" > const< / span > std::string name_;< / div >
< div class = "line" > < a name = "l00374" > < / a > < span class = "lineno" > 374< / span >   < span class = "comment" > // owned.< / span > < / div >
< div class = "line" > < a name = "l00375" > < / a > < span class = "lineno" > 375< / span >   < span class = "comment" > // TODO(user): use unique_ptr< / span > < / div >
< div class = "line" > < a name = "l00376" > < / a > < span class = "lineno" > 376< / span >   std::vector< IntegerVariable*> variables_;< / div >
< div class = "line" > < a name = "l00377" > < / a > < span class = "lineno" > 377< / span >   < span class = "comment" > // owned.< / span > < / div >
< div class = "line" > < a name = "l00378" > < / a > < span class = "lineno" > 378< / span >   < span class = "comment" > // TODO(user): use unique_ptr< / span > < / div >
< div class = "line" > < a name = "l00379" > < / a > < span class = "lineno" > 379< / span >   std::vector< Constraint*> constraints_;< / div >
< div class = "line" > < a name = "l00380" > < / a > < span class = "lineno" > 380< / span >   < span class = "comment" > // The objective variable (it belongs to variables_).< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00381" > < / a > < span class = "lineno" > 381< / span >   < a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * objective_;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00382" > < / a > < span class = "lineno" > 382< / span >   < span class = "keywordtype" > bool< / span > maximize_;< / div >
< div class = "line" > < a name = "l00383" > < / a > < span class = "lineno" > 383< / span >   < span class = "comment" > // All search annotations are stored as a vector of Annotation.< / span > < / div >
< div class = "line" > < a name = "l00384" > < / a > < span class = "lineno" > 384< / span >   std::vector< Annotation> search_annotations_;< / div >
< div class = "line" > < a name = "l00385" > < / a > < span class = "lineno" > 385< / span >   std::vector< SolutionOutputSpecs> output_;< / div >
< div class = "line" > < a name = "l00386" > < / a > < span class = "lineno" > 386< / span >   };< / div >
< div class = "line" > < a name = "l00387" > < / a > < span class = "lineno" > 387< / span >   < / div >
< div class = "line" > < a name = "l00388" > < / a > < span class = "lineno" > 388< / span >   < span class = "comment" > // Stand-alone statistics class on the model.< / span > < / div >
< div class = "line" > < a name = "l00389" > < / a > < span class = "lineno" > 389< / span >   < span class = "comment" > // TODO(user): Clean up API to pass a Model* in argument.< / span > < / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00390" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model_statistics.html" > 390< / a > < / span >   < span class = "keyword" > class < / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model_statistics.html" > ModelStatistics< / a > {< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00391" > < / a > < span class = "lineno" > 391< / span >   < span class = "keyword" > public< / span > :< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00392" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model_statistics.html#af2e3900222a21d92348fb8dc24f0f8da" > 392< / a > < / span >   < span class = "keyword" > explicit< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model_statistics.html#af2e3900222a21d92348fb8dc24f0f8da" > ModelStatistics< / a > (< span class = "keyword" > const< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html" > Model< / a > & < a class = "code" href = "gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf" > model< / a > ) : model_(< a class = "code" href = "gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf" > model< / a > ) {}< / div >
< div class = "line" > < a name = "l00393" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1fz_1_1_model_statistics.html#a5092b8e9387dd9b90255537a76637a30" > 393< / a > < / span >   < span class = "keywordtype" > int< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model_statistics.html#a5092b8e9387dd9b90255537a76637a30" > NumVariableOccurrences< / a > (< a class = "code" href = "structoperations__research_1_1fz_1_1_integer_variable.html" > IntegerVariable< / a > * < a class = "code" href = "expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465" > var< / a > ) {< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00394" > < / a > < span class = "lineno" > 394< / span >   < span class = "keywordflow" > return< / span > constraints_per_variables_[< a class = "code" href = "expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465" > var< / a > ].size();< / div >
< div class = "line" > < a name = "l00395" > < / a > < span class = "lineno" > 395< / span >   }< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00396" > < / a > < span class = "lineno" > 396< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model_statistics.html#afd3d7ba2a3b9b3b77753e49184d44a6b" > BuildStatistics< / a > ();< / div >
< div class = "line" > < a name = "l00397" > < / a > < span class = "lineno" > 397< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model_statistics.html#a1086661392e84abf9ad75f840269a75f" > PrintStatistics< / a > () < span class = "keyword" > const< / span > ;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00398" > < / a > < span class = "lineno" > 398< / span >   < / div >
< div class = "line" > < a name = "l00399" > < / a > < span class = "lineno" > 399< / span >   < span class = "keyword" > private< / span > :< / div >
2020-10-09 12:00:09 +02:00
< div class = "line" > < a name = "l00400" > < / a > < span class = "lineno" > 400< / span >   < span class = "keyword" > const< / span > < a class = "code" href = "classoperations__research_1_1fz_1_1_model.html" > Model< / a > & model_;< / div >
2020-09-01 16:00:33 +02:00
< div class = "line" > < a name = "l00401" > < / a > < span class = "lineno" > 401< / span >   std::map< std::string, std::vector< Constraint*> > constraints_per_type_;< / div >
< div class = "line" > < a name = "l00402" > < / a > < span class = "lineno" > 402< / span >   absl::flat_hash_map< const IntegerVariable*, std::vector< Constraint*> > < / div >
< div class = "line" > < a name = "l00403" > < / a > < span class = "lineno" > 403< / span >   constraints_per_variables_;< / div >
< div class = "line" > < a name = "l00404" > < / a > < span class = "lineno" > 404< / span >   };< / div >
< div class = "line" > < a name = "l00405" > < / a > < span class = "lineno" > 405< / span >   < / div >
< div class = "line" > < a name = "l00406" > < / a > < span class = "lineno" > 406< / span >   < span class = "comment" > // Helper method to flatten Search annotations.< / span > < / div >
< div class = "line" > < a name = "l00407" > < / a > < span class = "lineno" > 407< / span >   < span class = "keywordtype" > void< / span > < a class = "code" href = "namespaceoperations__research_1_1fz.html#a70646f2d97d75f508a02310c0c4aa4b3" > FlattenAnnotations< / a > (< span class = "keyword" > const< / span > Annotation& ann, std::vector< Annotation> * out);< / div >
< div class = "line" > < a name = "l00408" > < / a > < span class = "lineno" > 408< / span >   < / div >
< div class = "line" > < a name = "l00409" > < / a > < span class = "lineno" > 409< / span >   } < span class = "comment" > // namespace fz< / span > < / div >
< div class = "line" > < a name = "l00410" > < / a > < span class = "lineno" > 410< / span >   } < span class = "comment" > // namespace operations_research< / span > < / div >
< div class = "line" > < a name = "l00411" > < / a > < span class = "lineno" > 411< / span >   < / div >
2021-01-26 11:28:50 +01:00
< div class = "line" > < a name = "l00412" > < / a > < span class = "lineno" > 412< / span >   < span class = "preprocessor" > #endif < / span > < span class = "comment" > // OR_TOOLS_FLATZINC_MODEL_H_< / span > < / div >
2020-09-01 16:00:33 +02:00
< div class = "ttc" id = "abase_2logging_8h_html" > < div class = "ttname" > < a href = "base_2logging_8h.html" > logging.h< / a > < / div > < / div >
2020-10-09 12:00:09 +02: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#l00315" > flatzinc/model.h:315< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_a21cf174a9de2e0032edb07db6c2024bd" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#a21cf174a9de2e0032edb07db6c2024bd" > operations_research::fz::Model::mutable_search_annotations< / a > < / div > < div class = "ttdeci" > util::MutableVectorIteration< Annotation > mutable_search_annotations()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00353" > flatzinc/model.h:353< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_a226db3a600529d463f7b19c4ded05bfc" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#a226db3a600529d463f7b19c4ded05bfc" > operations_research::fz::Model::AddVariable< / a > < / div > < div class = "ttdeci" > IntegerVariable * AddVariable(const std::string & name, const Domain & domain, bool defined)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00826" > model.cc:826< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00821" > model.cc:821< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_a3c27ba9aaad3988d8061e1a5c52e9d85" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#a3c27ba9aaad3988d8061e1a5c52e9d85" > operations_research::fz::Model::mutable_output< / a > < / div > < div class = "ttdeci" > util::MutableVectorIteration< SolutionOutputSpecs > mutable_output()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00359" > flatzinc/model.h:359< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_a48c927d7e3902ef77eee6b41a6acd431" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#a48c927d7e3902ef77eee6b41a6acd431" > operations_research::fz::Model::Model< / a > < / div > < div class = "ttdeci" > Model(const std::string & name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00317" > flatzinc/model.h:317< / 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< Annotation > search_annotations)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00857" > model.cc:857< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_a64822f7965fcf3d4636c638a5456f157" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#a64822f7965fcf3d4636c638a5456f157" > operations_research::fz::Model::constraints< / a > < / div > < div class = "ttdeci" > const std::vector< Constraint * > & constraints() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00348" > flatzinc/model.h:348< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_a754efc1144407f546afb10a9e196fd17" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#a754efc1144407f546afb10a9e196fd17" > operations_research::fz::Model::objective< / a > < / div > < div class = "ttdeci" > IntegerVariable * objective() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00364" > flatzinc/model.h:364< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_a763eebfbd507e05b857548c24718f39e" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#a763eebfbd507e05b857548c24718f39e" > operations_research::fz::Model::Maximize< / a > < / div > < div class = "ttdeci" > void Maximize(IntegerVariable *obj, std::vector< Annotation > search_annotations)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00869" > model.cc:869< / 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 = "model_8cc_source.html#l00876" > model.cc:876< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_a82569c24ac0c369dffe75dc9d5d76355" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#a82569c24ac0c369dffe75dc9d5d76355" > operations_research::fz::Model::search_annotations< / a > < / div > < div class = "ttdeci" > const std::vector< Annotation > & search_annotations() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00349" > flatzinc/model.h:349< / 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 = "model_8cc_source.html#l00853" > model.cc:853< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_a90dcd89d1555364876f97330297a3d31" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#a90dcd89d1555364876f97330297a3d31" > operations_research::fz::Model::output< / a > < / div > < div class = "ttdeci" > const std::vector< SolutionOutputSpecs > & output() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00357" > flatzinc/model.h:357< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_aaf09ac0a532fcd5ca63facf186c23a59" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#aaf09ac0a532fcd5ca63facf186c23a59" > operations_research::fz::Model::SetObjective< / a > < / div > < div class = "ttdeci" > void SetObjective(IntegerVariable *obj)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00365" > flatzinc/model.h:365< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_ab23573301037cf16d0f11d5a3fd967a4" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#ab23573301037cf16d0f11d5a3fd967a4" > operations_research::fz::Model::AddConstant< / a > < / div > < div class = "ttdeci" > IntegerVariable * AddConstant(int64 value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00834" > model.cc:834< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_ac06ff8f8b48463ca8f5f0cd471e04a4f" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#ac06ff8f8b48463ca8f5f0cd471e04a4f" > operations_research::fz::Model::AddConstraint< / a > < / div > < div class = "ttdeci" > void AddConstraint(const std::string & id, std::vector< Argument > arguments, bool is_domain)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00841" > model.cc:841< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_ac0a774d20d4b3c836847cd14b624a497" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#ac0a774d20d4b3c836847cd14b624a497" > operations_research::fz::Model::Minimize< / a > < / div > < div class = "ttdeci" > void Minimize(IntegerVariable *obj, std::vector< Annotation > search_annotations)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00862" > model.cc:862< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_ac83a8b3aa7471422ce4e6697fb3e8a54" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#ac83a8b3aa7471422ce4e6697fb3e8a54" > operations_research::fz::Model::variables< / a > < / div > < div class = "ttdeci" > const std::vector< IntegerVariable * > & variables() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00347" > flatzinc/model.h:347< / 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 = "model_8cc_source.html#l00903" > model.cc:903< / a > < / div > < / div >
2020-10-09 12:00:09 +02: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#l00363" > flatzinc/model.h:363< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_html_ad8227ba86a01f26e4f173cd5e219d5d1" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model.html#ad8227ba86a01f26e4f173cd5e219d5d1" > operations_research::fz::Model::name< / a > < / div > < div class = "ttdeci" > const std::string & name() 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_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#l00390" > flatzinc/model.h:390< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00920" > model.cc:920< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_statistics_html_a5092b8e9387dd9b90255537a76637a30" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model_statistics.html#a5092b8e9387dd9b90255537a76637a30" > operations_research::fz::ModelStatistics::NumVariableOccurrences< / a > < / div > < div class = "ttdeci" > int NumVariableOccurrences(IntegerVariable *var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00393" > flatzinc/model.h:393< / a > < / div > < / div >
< div class = "ttc" id = "aclassoperations__research_1_1fz_1_1_model_statistics_html_af2e3900222a21d92348fb8dc24f0f8da" > < div class = "ttname" > < a href = "classoperations__research_1_1fz_1_1_model_statistics.html#af2e3900222a21d92348fb8dc24f0f8da" > operations_research::fz::ModelStatistics::ModelStatistics< / a > < / div > < div class = "ttdeci" > ModelStatistics(const Model & model)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00392" > flatzinc/model.h:392< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00933" > model.cc:933< / a > < / div > < / div >
< div class = "ttc" id = "ademon__profiler_8cc_html_a21edc7ca4cc5802c8779d68556bc09cf" > < div class = "ttname" > < a href = "demon__profiler_8cc.html#a21edc7ca4cc5802c8779d68556bc09cf" > value< / a > < / div > < div class = "ttdeci" > int64 value< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "demon__profiler_8cc_source.html#l00043" > demon_profiler.cc:43< / a > < / div > < / div >
< div class = "ttc" id = "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#l01858" > expr_array.cc:1858< / 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#l00272" > gurobi_interface.cc:272< / 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 = "aintegral__types_8h_html_a7cde0074dfd288f2d70c0e035dacb28a" > < div class = "ttname" > < a href = "integral__types_8h.html#a7cde0074dfd288f2d70c0e035dacb28a" > int64< / a > < / div > < div class = "ttdeci" > int64_t int64< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "integral__types_8h_source.html#l00034" > integral_types.h:34< / 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 & ann, std::vector< Annotation > *out)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00953" > model.cc:953< / 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" > The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...< / 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 = "astring__array_8h_html" > < div class = "ttname" > < a href = "string__array_8h.html" > string_array.h< / a > < / div > < / div >
< 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#l00238" > flatzinc/model.h:238< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_a18983b463958d3f4ed5c6243268d14a7" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#a18983b463958d3f4ed5c6243268d14a7" > operations_research::fz::Annotation::IntegerValue< / a > < / div > < div class = "ttdeci" > static Annotation IntegerValue(int64 value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00694" > model.cc:694< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_a1c594edc69f086045710775eb325a571" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#a1c594edc69f086045710775eb325a571" > operations_research::fz::Annotation::variables< / a > < / div > < div class = "ttdeci" > std::vector< IntegerVariable * > variables< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00276" > flatzinc/model.h:276< / a > < / div > < / div >
< 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#l00239" > flatzinc/model.h:239< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< 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#l00242" > flatzinc/model.h:242< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< 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#l00244" > flatzinc/model.h:244< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7a199fac18943698f3a94a04d8b8d89e66" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7a199fac18943698f3a94a04d8b8d89e66" > operations_research::fz::Annotation::INT_VAR_REF< / a > < / div > < div class = "ttdeci" > @ INT_VAR_REF< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00245" > flatzinc/model.h:245< / 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#l00247" > flatzinc/model.h:247< / 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#l00241" > flatzinc/model.h:241< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_a1d1cfd8ffb84e947f82999c682b666a7ab1c20183620b31a6d8194c22149b0e3f" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#a1d1cfd8ffb84e947f82999c682b666a7ab1c20183620b31a6d8194c22149b0e3f" > operations_research::fz::Annotation::INT_VAR_REF_ARRAY< / a > < / div > < div class = "ttdeci" > @ INT_VAR_REF_ARRAY< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00246" > flatzinc/model.h:246< / 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#l00243" > flatzinc/model.h:243< / 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#l00240" > flatzinc/model.h:240< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_a23f74582f07ec8c837e7de6a7c2bb3ef" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#a23f74582f07ec8c837e7de6a7c2bb3ef" > operations_research::fz::Annotation::interval_min< / a > < / div > < div class = "ttdeci" > int64 interval_min< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00272" > flatzinc/model.h:272< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_a73029a41d7e34d921241e6652ea62cfc" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#a73029a41d7e34d921241e6652ea62cfc" > operations_research::fz::Annotation::Variable< / a > < / div > < div class = "ttdeci" > static Annotation Variable(IntegerVariable *const var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00701" > model.cc:701< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_a75bcbb061eb6449633b799e87052a396" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#a75bcbb061eb6449633b799e87052a396" > operations_research::fz::Annotation::interval_max< / a > < / div > < div class = "ttdeci" > int64 interval_max< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00273" > flatzinc/model.h:273< / a > < / div > < / div >
2020-10-09 12:00:09 +02: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 = "model_8cc_source.html#l00738" > model.cc:738< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_a7a75c94a44e58954bba24fbb179c21fc" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#a7a75c94a44e58954bba24fbb179c21fc" > operations_research::fz::Annotation::FunctionCall< / a > < / div > < div class = "ttdeci" > static Annotation FunctionCall(const std::string & id)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00677" > model.cc:677< / a > < / div > < / div >
2021-01-26 11:28:50 +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< Annotation > list)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00648" > model.cc:648< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_aa2092157bca442f6c611b55f90636ce3" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#aa2092157bca442f6c611b55f90636ce3" > operations_research::fz::Annotation::String< / a > < / div > < div class = "ttdeci" > static Annotation String(const std::string & str)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00719" > model.cc:719< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_aa5ba8938cb5c70560d2b0b1afb9c359f" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#aa5ba8938cb5c70560d2b0b1afb9c359f" > operations_research::fz::Annotation::Identifier< / a > < / div > < div class = "ttdeci" > static Annotation Identifier(const std::string & id)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00657" > model.cc:657< / 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#l00277" > flatzinc/model.h:277< / 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#l00271" > flatzinc/model.h:271< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_aba9c1d4dfaa2de44fd144644550170d5" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#aba9c1d4dfaa2de44fd144644550170d5" > operations_research::fz::Annotation::IsFunctionCallWithIdentifier< / a > < / div > < div class = "ttdeci" > bool IsFunctionCallWithIdentifier(const std::string & identifier) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00263" > flatzinc/model.h:263< / 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< Annotation > annotations< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00275" > flatzinc/model.h:275< / 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 = "model_8cc_source.html#l00640" > model.cc:640< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_ace48774d5c2da3e1311183ef2f94e329" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#ace48774d5c2da3e1311183ef2f94e329" > operations_research::fz::Annotation::Interval< / a > < / div > < div class = "ttdeci" > static Annotation Interval(int64 interval_min, int64 interval_max)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00686" > model.cc:686< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_ad410d852dec8abeab2e519df165e01dd" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#ad410d852dec8abeab2e519df165e01dd" > operations_research::fz::Annotation::AppendAllIntegerVariables< / a > < / div > < div class = "ttdeci" > void AppendAllIntegerVariables(std::vector< IntegerVariable * > *vars) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00728" > model.cc:728< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_afa83c171915315bd2c7fb695dc267c0b" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#afa83c171915315bd2c7fb695dc267c0b" > operations_research::fz::Annotation::FunctionCallWithArguments< / a > < / div > < div class = "ttdeci" > static Annotation FunctionCallWithArguments(const std::string & id, std::vector< Annotation > args)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00666" > model.cc:666< / 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#l00274" > flatzinc/model.h:274< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_annotation_html_afd87a2ef1b0647a6cc071c8011ecc4b7" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_annotation.html#afd87a2ef1b0647a6cc071c8011ecc4b7" > operations_research::fz::Annotation::VariableList< / a > < / div > < div class = "ttdeci" > static Annotation VariableList(std::vector< IntegerVariable * > variables)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00710" > model.cc:710< / 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#l00143" > flatzinc/model.h:143< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_a0a81d4b72a8037377107ca537786d464" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a0a81d4b72a8037377107ca537786d464" > operations_research::fz::Argument::ValueAt< / a > < / div > < div class = "ttdeci" > int64 ValueAt(int pos) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00549" > model.cc:549< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_a1229092541ca32ff3c34bff0b8a5f88a" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a1229092541ca32ff3c34bff0b8a5f88a" > operations_research::fz::Argument::Var< / a > < / div > < div class = "ttdeci" > IntegerVariable * Var() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00574" > model.cc:574< / 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< Domain > domains)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00408" > model.cc:408< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_a1c594edc69f086045710775eb325a571" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a1c594edc69f086045710775eb325a571" > operations_research::fz::Argument::variables< / a > < / div > < div class = "ttdeci" > std::vector< IntegerVariable * > variables< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00190" > flatzinc/model.h:190< / a > < / div > < / div >
< 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#l00144" > flatzinc/model.h:144< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7a199fac18943698f3a94a04d8b8d89e66" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a199fac18943698f3a94a04d8b8d89e66" > operations_research::fz::Argument::INT_VAR_REF< / a > < / div > < div class = "ttdeci" > @ INT_VAR_REF< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00149" > flatzinc/model.h:149< / 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#l00147" > flatzinc/model.h:147< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< 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#l00151" > flatzinc/model.h:151< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< 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#l00146" > flatzinc/model.h:146< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7ab1c20183620b31a6d8194c22149b0e3f" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7ab1c20183620b31a6d8194c22149b0e3f" > operations_research::fz::Argument::INT_VAR_REF_ARRAY< / a > < / div > < div class = "ttdeci" > @ INT_VAR_REF_ARRAY< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00150" > flatzinc/model.h:150< / 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#l00145" > flatzinc/model.h:145< / 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#l00148" > flatzinc/model.h:148< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_a361e9191fdb35292614dc09d9834c920" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a361e9191fdb35292614dc09d9834c920" > operations_research::fz::Argument::VarAt< / a > < / div > < div class = "ttdeci" > IntegerVariable * VarAt(int pos) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00578" > model.cc:578< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< 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 = "model_8cc_source.html#l00429" > model.cc:429< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< 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 = "model_8cc_source.html#l00474" > model.cc:474< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_a4e9f7c2fc8037df69724674cd9568747" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a4e9f7c2fc8037df69724674cd9568747" > operations_research::fz::Argument::Interval< / a > < / div > < div class = "ttdeci" > static Argument Interval(int64 imin, int64 imax)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00393" > model.cc:393< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_a62bef897e394682f871b432ff2f7ee17" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a62bef897e394682f871b432ff2f7ee17" > operations_research::fz::Argument::IntVarRefArray< / a > < / div > < div class = "ttdeci" > static Argument IntVarRefArray(std::vector< IntegerVariable * > vars)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00422" > model.cc:422< / 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 = "model_8cc_source.html#l00447" > model.cc:447< / 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 = "model_8cc_source.html#l00476" > model.cc:476< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_ab1a0aca9b8882b64bfc5828b0952a188" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#ab1a0aca9b8882b64bfc5828b0952a188" > operations_research::fz::Argument::IntegerList< / a > < / div > < div class = "ttdeci" > static Argument IntegerList(std::vector< int64 > values)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00401" > model.cc:401< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_ab5228a93ebd3b866fc792ad8e5fe8fdc" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#ab5228a93ebd3b866fc792ad8e5fe8fdc" > operations_research::fz::Argument::Contains< / a > < / div > < div class = "ttdeci" > bool Contains(int64 value) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00531" > model.cc:531< / a > < / div > < / div >
< 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#l00188" > flatzinc/model.h:188< / 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< Domain > domains< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00191" > flatzinc/model.h:191< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_ae758394f0dff0d5d10a6b6c19d3dffdc" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#ae758394f0dff0d5d10a6b6c19d3dffdc" > operations_research::fz::Argument::values< / a > < / div > < div class = "ttdeci" > std::vector< int64 > values< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00189" > flatzinc/model.h:189< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_aeabf4572ab5bf48ec3e07660c9587385" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#aeabf4572ab5bf48ec3e07660c9587385" > operations_research::fz::Argument::Value< / a > < / div > < div class = "ttdeci" > int64 Value() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00482" > model.cc:482< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_aedb14b39cae864e112446a9bc0c37c60" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#aedb14b39cae864e112446a9bc0c37c60" > operations_research::fz::Argument::IntVarRef< / a > < / div > < div class = "ttdeci" > static Argument IntVarRef(IntegerVariable *const var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00415" > model.cc:415< / 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 = "model_8cc_source.html#l00500" > model.cc:500< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< 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 & domain)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00435" > model.cc:435< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_argument_html_afb4fed60a661721e0f59e8ed1ece1d3e" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#afb4fed60a661721e0f59e8ed1ece1d3e" > operations_research::fz::Argument::IntegerValue< / a > < / div > < div class = "ttdeci" > static Argument IntegerValue(int64 value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00386" > model.cc:386< / a > < / div > < / div >
2021-01-26 11:28:50 +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#l00196" > flatzinc/model.h:196< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_constraint_html_a01f6c7b30cd153eb0c880c8792eba2fb" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_constraint.html#a01f6c7b30cd153eb0c880c8792eba2fb" > operations_research::fz::Constraint::Constraint< / a > < / div > < div class = "ttdeci" > Constraint(const std::string & t, std::vector< Argument > args, bool strong_propag)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00197" > flatzinc/model.h:197< / 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#l00228" > flatzinc/model.h:228< / 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#l00231" > flatzinc/model.h:231< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00624" > model.cc:624< / a > < / div > < / div >
< 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#l00216" > flatzinc/model.h:216< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00614" > model.cc:614< / a > < / div > < / div >
2020-10-09 12:00:09 +02: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< Argument > arguments< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00217" > flatzinc/model.h:217< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< 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#l00223" > flatzinc/model.h:223< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00628" > model.cc:628< / 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 = "model_8cc_source.html#l00633" > model.cc:633< / a > < / div > < / div >
2020-10-09 12:00:09 +02: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#l00048" > flatzinc/model.h:48< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a0c5cae81b4254d06bcafcc0c5aabde9c" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a0c5cae81b4254d06bcafcc0c5aabde9c" > operations_research::fz::Domain::OverlapsIntList< / a > < / div > < div class = "ttdeci" > bool OverlapsIntList(const std::vector< int64 > & vec) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00289" > model.cc:289< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a1361c896d7bfa1ee57d947155f9cf5fd" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a1361c896d7bfa1ee57d947155f9cf5fd" > operations_research::fz::Domain::IntegerList< / a > < / div > < div class = "ttdeci" > static Domain IntegerList(std::vector< int64 > values)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00031" > model.cc:31< / 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 = "model_8cc_source.html#l00108" > model.cc:108< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a21b130fe3c7d2984fad404caae8027c9" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a21b130fe3c7d2984fad404caae8027c9" > operations_research::fz::Domain::IntersectWithSingleton< / a > < / div > < div class = "ttdeci" > bool IntersectWithSingleton(int64 value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00139" > model.cc:139< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a26f90996301846b74e98d762d41b9f1d" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a26f90996301846b74e98d762d41b9f1d" > operations_research::fz::Domain::SetOfIntegerValue< / a > < / div > < div class = "ttdeci" > static Domain SetOfIntegerValue(int64 value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00090" > model.cc:90< / 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 & other) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00327" > model.cc:327< / 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 = "model_8cc_source.html#l00084" > model.cc:84< / 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 = "model_8cc_source.html#l00068" > model.cc:68< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a53cd5799153198ea2be0f2b2f73f6856" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a53cd5799153198ea2be0f2b2f73f6856" > operations_research::fz::Domain::SetOfIntegerList< / a > < / div > < div class = "ttdeci" > static Domain SetOfIntegerList(std::vector< int64 > values)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00078" > model.cc:78< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a53e9735282c0bf0769962bd1b6a643bc" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a53e9735282c0bf0769962bd1b6a643bc" > operations_research::fz::Domain::Min< / a > < / div > < div class = "ttdeci" > int64 Min() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00245" > model.cc:245< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a5fa627799e723b650fe562b05e1fef5f" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a5fa627799e723b650fe562b05e1fef5f" > operations_research::fz::Domain::Max< / a > < / div > < div class = "ttdeci" > int64 Max() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00250" > model.cc:250< / 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 = "model_8cc_source.html#l00240" > model.cc:240< / 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 = "model_8cc_source.html#l00260" > model.cc:260< / a > < / div > < / div >
< 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#l00099" > flatzinc/model.h:99< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a6ec38711ee9150078813549afe32fdb2" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a6ec38711ee9150078813549afe32fdb2" > operations_research::fz::Domain::IntersectWithInterval< / a > < / div > < div class = "ttdeci" > bool IntersectWithInterval(int64 interval_min, int64 interval_max)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00143" > model.cc:143< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a764280b23a92e4691de2824ef661e765" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a764280b23a92e4691de2824ef661e765" > operations_research::fz::Domain::RemoveValue< / a > < / div > < div class = "ttdeci" > bool RemoveValue(int64 value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00339" > model.cc:339< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< 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 = "model_8cc_source.html#l00370" > model.cc:370< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a780e7864c531017d9dfe2fc9669c9916" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a780e7864c531017d9dfe2fc9669c9916" > operations_research::fz::Domain::Interval< / a > < / div > < div class = "ttdeci" > static Domain Interval(int64 included_min, int64 included_max)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00058" > model.cc:58< / a > < / div > < / div >
2020-10-09 12:00:09 +02:00
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_a825f444f516bcdb016dec651ab398183" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#a825f444f516bcdb016dec651ab398183" > operations_research::fz::Domain::IntersectWithListOfIntegers< / a > < / div > < div class = "ttdeci" > bool IntersectWithListOfIntegers(const std::vector< int64 > & integers)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00191" > model.cc:191< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< 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 = "model_8cc_source.html#l00041" > model.cc:41< / 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 & domain)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00116" > model.cc:116< / 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#l00101" > flatzinc/model.h:101< / 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 = "model_8cc_source.html#l00236" > model.cc:236< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_ab5228a93ebd3b866fc792ad8e5fe8fdc" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#ab5228a93ebd3b866fc792ad8e5fe8fdc" > operations_research::fz::Domain::Contains< / a > < / div > < div class = "ttdeci" > bool Contains(int64 value) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00265" > model.cc:265< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_ac9b52077519e4ace858ce83a34adcf5f" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#ac9b52077519e4ace858ce83a34adcf5f" > operations_research::fz::Domain::OverlapsIntInterval< / a > < / div > < div class = "ttdeci" > bool OverlapsIntInterval(int64 lb, int64 ub) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00313" > model.cc:313< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00102" > model.cc:102< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_ad57b3df1c50a9f67519d6eeefb6ed4d3" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#ad57b3df1c50a9f67519d6eeefb6ed4d3" > operations_research::fz::Domain::SetOfInterval< / a > < / div > < div class = "ttdeci" > static Domain SetOfInterval(int64 included_min, int64 included_max)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00096" > model.cc:96< / a > < / div > < / div >
< 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#l00098" > flatzinc/model.h:98< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_adecee756529acbb0dbdf0f11d245a461" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#adecee756529acbb0dbdf0f11d245a461" > operations_research::fz::Domain::IntegerValue< / a > < / div > < div class = "ttdeci" > static Domain IntegerValue(int64 value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00049" > model.cc:49< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_ae758394f0dff0d5d10a6b6c19d3dffdc" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#ae758394f0dff0d5d10a6b6c19d3dffdc" > operations_research::fz::Domain::values< / a > < / div > < div class = "ttdeci" > std::vector< int64 > values< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00097" > flatzinc/model.h:97< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_domain_html_aeabf4572ab5bf48ec3e07660c9587385" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_domain.html#aeabf4572ab5bf48ec3e07660c9587385" > operations_research::fz::Domain::Value< / a > < / div > < div class = "ttdeci" > int64 Value() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00255" > model.cc:255< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_integer_variable_html" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_integer_variable.html" > operations_research::fz::IntegerVariable< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00107" > flatzinc/model.h:107< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_integer_variable_html_a03c996f9fcf0e10baeb3e700be0c409a" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_integer_variable.html#a03c996f9fcf0e10baeb3e700be0c409a" > operations_research::fz::IntegerVariable::active< / a > < / div > < div class = "ttdeci" > bool active< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00132" > flatzinc/model.h:132< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_integer_variable_html_a1f1a69f8d8b037b72c2160ed12b3ef51" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_integer_variable.html#a1f1a69f8d8b037b72c2160ed12b3ef51" > operations_research::fz::IntegerVariable::domain< / a > < / div > < div class = "ttdeci" > Domain domain< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00124" > flatzinc/model.h:124< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_integer_variable_html_a213942fe4cf3ce5da598bb2971452f95" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_integer_variable.html#a213942fe4cf3ce5da598bb2971452f95" > operations_research::fz::IntegerVariable::temporary< / a > < / div > < div class = "ttdeci" > bool temporary< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00128" > flatzinc/model.h:128< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_integer_variable_html_a764be64f3029f8b8e23511061d8de355" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_integer_variable.html#a764be64f3029f8b8e23511061d8de355" > operations_research::fz::IntegerVariable::DebugString< / a > < / div > < div class = "ttdeci" > std::string DebugString() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00602" > model.cc:602< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_integer_variable_html_a9b45b3e13bd9167aab02e17e08916231" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_integer_variable.html#a9b45b3e13bd9167aab02e17e08916231" > operations_research::fz::IntegerVariable::name< / a > < / div > < div class = "ttdeci" > std::string name< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00123" > flatzinc/model.h:123< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_integer_variable_html_adf7f726f054afa7f0aa51cc7e1748f3b" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_integer_variable.html#adf7f726f054afa7f0aa51cc7e1748f3b" > operations_research::fz::IntegerVariable::Merge< / a > < / div > < div class = "ttdeci" > bool Merge(const std::string & other_name, const Domain & other_domain, bool other_temporary)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00592" > model.cc:592< / a > < / div > < / div >
< 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#l00283" > flatzinc/model.h:283< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds_html_a75f2c5afef8715cbc81d91244bc7093f" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a75f2c5afef8715cbc81d91244bc7093f" > operations_research::fz::SolutionOutputSpecs::Bounds::max_value< / a > < / div > < div class = "ttdeci" > int64 max_value< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00288" > flatzinc/model.h:288< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00776" > model.cc:776< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds_html_a9a6ff7cd037fd374ed0f32301f58b441" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#a9a6ff7cd037fd374ed0f32301f58b441" > operations_research::fz::SolutionOutputSpecs::Bounds::min_value< / a > < / div > < div class = "ttdeci" > int64 min_value< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00287" > flatzinc/model.h:287< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds_html_af29637e6563ce55f7a5c379e2c808843" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_solution_output_specs_1_1_bounds.html#af29637e6563ce55f7a5c379e2c808843" > operations_research::fz::SolutionOutputSpecs::Bounds::Bounds< / a > < / div > < div class = "ttdeci" > Bounds(int64 min_value_, int64 max_value_)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00284" > flatzinc/model.h:284< / a > < / div > < / div >
< 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#l00282" > flatzinc/model.h:282< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_solution_output_specs_html_a496e303633fdc329476cae462e64da11" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a496e303633fdc329476cae462e64da11" > operations_research::fz::SolutionOutputSpecs::MultiDimensionalArray< / a > < / div > < div class = "ttdeci" > static SolutionOutputSpecs MultiDimensionalArray(const std::string & name, std::vector< Bounds > bounds, std::vector< IntegerVariable * > flat_variables, bool display_as_boolean)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00790" > model.cc:790< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_solution_output_specs_html_a5afaee222d393ccb0b8b420656da278a" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a5afaee222d393ccb0b8b420656da278a" > operations_research::fz::SolutionOutputSpecs::flat_variables< / a > < / div > < div class = "ttdeci" > std::vector< IntegerVariable * > flat_variables< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00308" > flatzinc/model.h:308< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00802" > model.cc:802< / a > < / div > < / div >
< 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#l00312" > flatzinc/model.h:312< / a > < / div > < / div >
< 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 = "model_8cc_source.html#l00809" > model.cc:809< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_solution_output_specs_html_a874cabcf247bbbba8f2a66dad9c68fab" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#a874cabcf247bbbba8f2a66dad9c68fab" > operations_research::fz::SolutionOutputSpecs::variable< / a > < / div > < div class = "ttdeci" > IntegerVariable * variable< / 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_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#l00306" > flatzinc/model.h:306< / 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< Bounds > bounds< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00311" > flatzinc/model.h:311< / a > < / div > < / div >
< div class = "ttc" id = "astructoperations__research_1_1fz_1_1_solution_output_specs_html_ae47c4c271c3d41748bb15944c0e6fe07" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_solution_output_specs.html#ae47c4c271c3d41748bb15944c0e6fe07" > operations_research::fz::SolutionOutputSpecs::SingleVariable< / a > < / div > < div class = "ttdeci" > static SolutionOutputSpecs SingleVariable(const std::string & name, IntegerVariable *variable, bool display_as_boolean)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00780" > model.cc:780< / a > < / div > < / div >
< 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 > <!-- 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" >
2021-01-26 11:28:50 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.1 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >