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-09-20 15:57:27 +02:00
< meta name = "generator" content = "Doxygen 1.8.15" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: checker.cc Source File< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
2021-09-20 15:57:27 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */< / script >
2020-09-01 16:00:33 +02:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2021-09-20 15:57:27 +02:00
  < span id = "projectnumber" > 9.1< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-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 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('checker_8cc_source.html','');});
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > checker.cc< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2021-09-20 15:57:27 +02:00
< a href = "checker_8cc.html" > Go to the documentation of this file.< / a > < div class = "fragment" > < div class = "line" > < a name = "l00001" > < / a > < span class = "lineno" > 1< / span >   < span class = "comment" > // Copyright 2010-2021 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" > #include " < a class = "code" href = "checker_8h.html" > ortools/flatzinc/checker.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < span class = "preprocessor" > #include < algorithm> < / span > < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < span class = "preprocessor" > #include < cstdint> < / span > < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "preprocessor" > #include < limits> < / 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 " absl/container/flat_hash_set.h" < / span > < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "map__util_8h.html" > ortools/base/map_util.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "flatzinc_2model_8h.html" > ortools/flatzinc/model.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "util_2logging_8h.html" > ortools/util/logging.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 < /
< div class = "ttc" id = "base_2logging_8h_html_a3e1cfef60e774a81f30eaddf26a3a274" > < div class = "ttname" > < a href = "base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274" > CHECK< / a > < / div > < div class = "ttdeci" > #define CHECK(condition)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00491" > base/logging.h:491< / a > < / div > < / div >
< div class = "ttc" id = "flatzinc_2model_8h_html" > < div class = "ttname" > < a href = "flatzinc_2model_8h.html" > model.h< / a > < / div > < / div >
< div class = "ttc" id = "alldiff__cst_8cc_html_ad10edae0a852d72fb76afb1c77735045" > < div class = "ttname" > < a href = "alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045" > min< / a > < / div > < div class = "ttdeci" > int64_t min< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "alldiff__cst_8cc_source.html#l00139" > alldiff_cst.cc:139< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__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#l00753" > model.cc:753< / a > < / div > < / div >
< div class = "ttc" id = "util_2logging_8h_html_a5f67b653dd99ddbe5e3367e3b4b7b532" > < div class = "ttname" > < a href = "util_2logging_8h.html#a5f67b653dd99ddbe5e3367e3b4b7b532" > SOLVER_LOG< / a > < / div > < div class = "ttdeci" > #define SOLVER_LOG(logger,...)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "util_2logging_8h_source.html#l00063" > util/logging.h:63< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__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 = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00156" > flatzinc/model.h:156< / a > < / div > < / div >
< div class = "ttc" id = "log__severity_8h_html_acdd38e3c9f22f127d7776920e3079eda" > < div class = "ttname" > < a href = "log__severity_8h.html#acdd38e3c9f22f127d7776920e3079eda" > FATAL< / a > < / div > < div class = "ttdeci" > const int FATAL< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "log__severity_8h_source.html#l00032" > log_severity.h:32< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__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#l00205" > flatzinc/model.h:205< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__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#l00214" > flatzinc/model.h:214< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1fz_1_1_argument_html_ad9523181aaec51308baab5564f560182" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#ad9523181aaec51308baab5564f560182" > operations_research::fz::Argument::ValueAt< / a > < / div > < div class = "ttdeci" > int64_t ValueAt(int pos) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00688" > model.cc:688< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_accad43a85d781d53381cd53a9894b6ae" > < div class = "ttname" > < a href = "base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae" > LOG< / a > < / div > < div class = "ttdeci" > #define LOG(severity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00416" > base/logging.h:416< / a > < / div > < / div >
< div class = "ttc" id = "gurobi__interface_8cc_html_a0728f23c9a47655d38e0bf1a2f200bcf" > < div class = "ttname" > < a href = "gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf" > model< / a > < / div > < div class = "ttdeci" > GRBmodel * model< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "gurobi__interface_8cc_source.html#l00273" > gurobi_interface.cc:273< / a > < / div > < / div >
< div class = "ttc" id = "routing__flow_8cc_html_a64e7efc5529154ba56903e75f5300990" > < div class = "ttname" > < a href = "routing__flow_8cc.html#a64e7efc5529154ba56903e75f5300990" > tail< / a > < / div > < div class = "ttdeci" > int64_t tail< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "routing__flow_8cc_source.html#l00149" > routing_flow.cc:149< / a > < / div > < / div >
< div class = "ttc" id = "util_2logging_8h_html" > < div class = "ttname" > < a href = "util_2logging_8h.html" > logging.h< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1fz_1_1_argument_html_a15828fe5ecfdada586a63d916b7b7354" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a15828fe5ecfdada586a63d916b7b7354" > operations_research::fz::Argument::Value< / a > < / div > < div class = "ttdeci" > int64_t Value() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00615" > model.cc:615< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__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#l00246" > flatzinc/model.h:246< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_solver_logger_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_solver_logger.html" > operations_research::SolverLogger< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "util_2logging_8h_source.html#l00033" > util/logging.h:33< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__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#l00574" > model.cc:574< / a > < / div > < / div >
< div class = "ttc" id = "alldiff__cst_8cc_html_a26e6db9bcc64b584051ecc28171ed11f" > < div class = "ttname" > < a href = "alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f" > max< / a > < / div > < div class = "ttdeci" > int64_t max< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "alldiff__cst_8cc_source.html#l00140" > alldiff_cst.cc:140< / a > < / div > < / div >
< div class = "ttc" id = "constraint__solver_8cc_html_a395f613555f398dd389670bb4c2a4599" > < div class = "ttname" > < a href = "constraint__solver_8cc.html#a395f613555f398dd389670bb4c2a4599" > next< / a > < / div > < div class = "ttdeci" > Block * next< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "constraint__solver_8cc_source.html#l00677" > constraint_solver.cc:677< / a > < / div > < / div >
< div class = "ttc" id = "map__util_8h_html" > < div class = "ttname" > < a href = "map__util_8h.html" > map_util.h< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_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#l00234" > flatzinc/model.h:234< / a > < / div > < / div >
< div class = "ttc" id = "checker_8h_html" > < div class = "ttname" > < a href = "checker_8h.html" > checker.h< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__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 = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00158" > flatzinc/model.h:158< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__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#l00154" > flatzinc/model.h:154< / a > < / div > < / div >
< div class = "ttc" id = "namespacegtl_html_aae28e97bd1fa93cb0032642550da7455" > < div class = "ttname" > < a href = "namespacegtl.html#aae28e97bd1fa93cb0032642550da7455" > gtl::ContainsKey< / a > < / div > < div class = "ttdeci" > bool ContainsKey(const Collection & collection, const Key & key)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "map__util_8h_source.html#l00200" > map_util.h:200< / a > < / div > < / div >
< div class = "ttc" id = "namespacegtl_html_abce27d097bc5680207b294bdad75f59f" > < div class = "ttname" > < a href = "namespacegtl.html#abce27d097bc5680207b294bdad75f59f" > gtl::FindOrDie< / a > < / div > < div class = "ttdeci" > const Collection::value_type::second_type & FindOrDie(const Collection & collection, const typename Collection::value_type::first_type & key)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "map__util_8h_source.html#l00206" > map_util.h:206< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7a1617d4efaac07978f3cf0d396bb4831c" > operations_research::fz::Argument::VAR_REF< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00163" > flatzinc/model.h:163< / a > < / div > < / div >
< div class = "ttc" id = "routing__flow_8cc_html_a2acb49f4df5288066c43610bede123ec" > < div class = "ttname" > < a href = "routing__flow_8cc.html#a2acb49f4df5288066c43610bede123ec" > capacity< / a > < / div > < div class = "ttdeci" > int64_t capacity< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "routing__flow_8cc_source.html#l00151" > routing_flow.cc:151< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1fz_1_1_argument_html_aa0d95901a6e266d846c39b446bce719c" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#aa0d95901a6e266d846c39b446bce719c" > operations_research::fz::Argument::variables< / a > < / div > < div class = "ttdeci" > std::vector< Variable * > variables< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00207" > flatzinc/model.h:207< / a > < / div > < / div >
< div class = "ttc" id = "pack_8cc_html_a750b5d744c39a06bfb13e6eb010e35d0" > < div class = "ttname" > < a href = "pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0" > index< / a > < / div > < div class = "ttdeci" > int index< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "pack_8cc_source.html#l00509" > pack.cc:509< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1fz_1_1_argument_html_a1296ccafbf4ff4cfe2ebe7595a6588cd" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a1296ccafbf4ff4cfe2ebe7595a6588cd" > operations_research::fz::Argument::VarAt< / a > < / div > < div class = "ttdeci" > Variable * VarAt(int pos) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00717" > model.cc:717< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_a7c0ce053b28d53aa4eaf3eb7fb71663b" > < div class = "ttname" > < a href = "base_2logging_8h.html#a7c0ce053b28d53aa4eaf3eb7fb71663b" > CHECK_EQ< / a > < / div > < div class = "ttdeci" > #define CHECK_EQ(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00698" > base/logging.h:698< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1fz_1_1_argument_html_a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#a1d1cfd8ffb84e947f82999c682b666a7ac1636609a56ee54ea3cd71a1f645a052" > operations_research::fz::Argument::VAR_REF_ARRAY< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00164" > flatzinc/model.h:164< / a > < / div > < / div >
< div class = "ttc" id = "routing__flow_8cc_html_a75d7b5e4cab1e156cc7a2c5eba1e16f1" > < div class = "ttname" > < a href = "routing__flow_8cc.html#a75d7b5e4cab1e156cc7a2c5eba1e16f1" > cost< / a > < / div > < div class = "ttdeci" > int64_t cost< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "routing__flow_8cc_source.html#l00152" > routing_flow.cc:152< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1fz_html_a459f0de7d4aaaba9ac406576a5677d8f" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1fz.html#a459f0de7d4aaaba9ac406576a5677d8f" > operations_research::fz::CheckSolution< / a > < / div > < div class = "ttdeci" > bool CheckSolution(const Model & model, const std::function< int64_t(Variable *)> & evaluator, SolverLogger *logger)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "checker_8cc_source.html#l01236" > checker.cc:1236< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_html" > < div class = "ttname" > < a href = "namespaceoperations__research.html" > operations_research< / a > < / div > < div class = "ttdoc" > Collection of objects used to extend the Constraint Solver library.< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "dense__doubly__linked__list_8h_source.html#l00021" > dense_doubly_linked_list.h:21< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_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#l00235" > flatzinc/model.h:235< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1fz_1_1_variable_html" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_variable.html" > operations_research::fz::Variable< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00119" > flatzinc/model.h:119< / a > < / div > < / div >
< div class = "ttc" id = "demon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514" > < div class = "ttname" > < a href = "demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514" > value< / a > < / div > < div class = "ttdeci" > int64_t value< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "demon__profiler_8cc_source.html#l00044" > demon_profiler.cc:44< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1fz_1_1_argument_html_accfca8221a7bbdc54ff1aa8b91152da9" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#accfca8221a7bbdc54ff1aa8b91152da9" > operations_research::fz::Argument::values< / a > < / div > < div class = "ttdeci" > std::vector< int64_t > values< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "flatzinc_2model_8h_source.html#l00206" > flatzinc/model.h:206< / a > < / div > < / div >
< div class = "ttc" id = "demon__profiler_8cc_html_a05da18ca9c7b657a4a6ea24e07c9b695" > < div class = "ttname" > < a href = "demon__profiler_8cc.html#a05da18ca9c7b657a4a6ea24e07c9b695" > ct< / a > < / div > < div class = "ttdeci" > const Constraint * ct< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "demon__profiler_8cc_source.html#l00043" > demon_profiler.cc:43< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1fz_1_1_argument_html_ae53f4092afaa198d8690b1080224a622" > < div class = "ttname" > < a href = "structoperations__research_1_1fz_1_1_argument.html#ae53f4092afaa198d8690b1080224a622" > operations_research::fz::Argument::Var< / a > < / div > < div class = "ttdeci" > Variable * Var() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "model_8cc_source.html#l00713" > model.cc:713< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__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#l00333" > flatzinc/model.h:333< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div > <!-- doc - content -->
2020-09-01 16:00:33 +02:00
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "dir_a7cc1eeded8f693d0da6c729bc88c45a.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_92d538196d04323bb571488ea744da84.html" > flatzinc< / a > < / li > < li class = "navelem" > < a class = "el" href = "checker_8cc.html" > checker.cc< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2021-09-20 15:57:27 +02:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.15 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >