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: circuit.h Source File< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
2021-09-20 15:57:27 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& 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('circuit_8h_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" > circuit.h< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2021-09-20 15:57:27 +02:00
< a href = "circuit_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-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" > #ifndef OR_TOOLS_SAT_CIRCUIT_H_< / span > < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < span class = "preprocessor" > #define OR_TOOLS_SAT_CIRCUIT_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 < functional> < / span > < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "preprocessor" > #include < memory> < / span > < / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "preprocessor" > #include < vector> < / span > < / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "preprocessor" > #include " absl/container/flat_hash_map.h" < / span > < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "int__type_8h.html" > ortools/base/int_type.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / 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 = "l00024" > < / a > < span class = "lineno" > 24< / 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 = "l00025" > < / a > < span class = "lineno" > 25< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "macros_8h.html" > ortools/base/macros.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00026" > < / a > < span class = "lineno" > 26< /sp
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_afca89e10557d106581deced35a01935c" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#afca89e10557d106581deced35a01935c" > operations_research::sat::CircuitCovering< / a > < / div > < div class = "ttdeci" > std::function< void(Model *)> CircuitCovering(const std::vector< std::vector< Literal > > & graph, const std::vector< int > & distinguished_nodes)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8h_source.html#l00209" > circuit.h:209< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_model_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_model.html" > operations_research::sat::Model< / a > < / div > < div class = "ttdoc" > Class that owns everything related to a particular optimization model.< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat_2model_8h_source.html#l00038" > sat/model.h:38< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_propagator_html_a45321337f970685d9847db005c4b3de1" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_propagator.html#a45321337f970685d9847db005c4b3de1" > operations_research::sat::CircuitPropagator::IncrementalPropagate< / a > < / div > < div class = "ttdeci" > bool IncrementalPropagate(const std::vector< int > & watch_indices) final< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00153" > circuit.cc:153< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1sat_1_1_circuit_propagator_1_1_options_html" > < div class = "ttname" > < a href = "structoperations__research_1_1sat_1_1_circuit_propagator_1_1_options.html" > operations_research::sat::CircuitPropagator::Options< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8h_source.html#l00046" > circuit.h:46< / a > < / div > < / div >
< div class = "ttc" id = "int__type_8h_html" > < div class = "ttname" > < a href = "int__type_8h.html" > int_type.h< / a > < / div > < / div >
< div class = "ttc" id = "sat_2model_8h_html" > < div class = "ttname" > < a href = "sat_2model_8h.html" > model.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_propagator_html_ac1fe9b1f2b978c4283e42f12e586eb1e" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_propagator.html#ac1fe9b1f2b978c4283e42f12e586eb1e" > operations_research::sat::CircuitPropagator::Propagate< / a > < / div > < div class = "ttdeci" > bool Propagate() final< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00197" > circuit.cc:197< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_reversible_interface_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_reversible_interface.html" > operations_research::ReversibleInterface< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "rev_8h_source.html#l00029" > rev.h:29< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_covering_propagator_html_a45321337f970685d9847db005c4b3de1" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_covering_propagator.html#a45321337f970685d9847db005c4b3de1" > operations_research::sat::CircuitCoveringPropagator::IncrementalPropagate< / a > < / div > < div class = "ttdeci" > bool IncrementalPropagate(const std::vector< int > & watch_indices) final< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00381" > circuit.cc:381< / a > < / div > < / div >
< div class = "ttc" id = "gurobi__interface_8cc_html_a0728f23c9a47655d38e0bf1a2f200bcf" > < div class = "ttname" > < a href = "gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf" > model< / a > < / div > < div class = "ttdeci" > GRBmodel * model< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "gurobi__interface_8cc_source.html#l00273" > gurobi_interface.cc:273< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_literal_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_literal.html" > operations_research::sat::Literal< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__base_8h_source.html#l00065" > sat_base.h:65< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_covering_propagator_html_ac1fe9b1f2b978c4283e42f12e586eb1e" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_covering_propagator.html#ac1fe9b1f2b978c4283e42f12e586eb1e" > operations_research::sat::CircuitCoveringPropagator::Propagate< / a > < / div > < div class = "ttdeci" > bool Propagate() final< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00402" > circuit.cc:402< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_generic_literal_watcher_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_generic_literal_watcher.html" > operations_research::sat::GenericLiteralWatcher< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "integer_8h_source.html#l01153" > integer.h:1153< / a > < / div > < / div >
< div class = "ttc" id = "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 = "integral__types_8h_html" > < div class = "ttname" > < a href = "integral__types_8h.html" > integral_types.h< / a > < / div > < / div >
< div class = "ttc" id = "macros_8h_html" > < div class = "ttname" > < a href = "macros_8h.html" > macros.h< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a8f4f9889ab3527ce5381ed32e2fae25a" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a8f4f9889ab3527ce5381ed32e2fae25a" > operations_research::sat::ReindexArcs< / a > < / div > < div class = "ttdeci" > int ReindexArcs(IntContainer *tails, IntContainer *heads)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8h_source.html#l00168" > circuit.h:168< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_propagator_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_propagator.html" > operations_research::sat::CircuitPropagator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8h_source.html#l00044" > circuit.h:44< / a > < / div > < / div >
< div class = "ttc" id = "namespaceabsl_html" > < div class = "ttname" > < a href = "namespaceabsl.html" > absl< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "cleanup_8h_source.html#l00022" > cleanup.h:22< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a6907fe0cbd2e6716a82543f8f5fa64f1" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a6907fe0cbd2e6716a82543f8f5fa64f1" > operations_research::sat::ExactlyOnePerRowAndPerColumn< / a > < / div > < div class = "ttdeci" > std::function< void(Model *)> ExactlyOnePerRowAndPerColumn(const std::vector< std::vector< Literal > > & graph)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8h_source.html#l00207" > circuit.h:207< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_trail_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_trail.html" > operations_research::sat::Trail< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__base_8h_source.html#l00234" > sat_base.h:234< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_propagator_html_ab724d1b4067da7ec830cb4d1b8284ee7" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_propagator.html#ab724d1b4067da7ec830cb4d1b8284ee7" > operations_research::sat::CircuitPropagator::CircuitPropagator< / a > < / div > < div class = "ttdeci" > CircuitPropagator(int num_nodes, const std::vector< int > & tails, const std::vector< int > & heads, const std::vector< Literal > & literals, Options options, Model *model)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00025" > circuit.cc:25< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1sat_1_1_circuit_propagator_1_1_options_html_af1123baeaa5412b68d37d8adf43ccb7c" > < div class = "ttname" > < a href = "structoperations__research_1_1sat_1_1_circuit_propagator_1_1_options.html#af1123baeaa5412b68d37d8adf43ccb7c" > operations_research::sat::CircuitPropagator::Options::multiple_subcircuit_through_zero< / a > < / div > < div class = "ttdeci" > bool multiple_subcircuit_through_zero< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8h_source.html#l00049" > circuit.h:49< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_covering_propagator_html_a154741eb694fbdb51b431c9c0d404496" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_covering_propagator.html#a154741eb694fbdb51b431c9c0d404496" > operations_research::sat::CircuitCoveringPropagator::CircuitCoveringPropagator< / a > < / div > < div class = "ttdeci" > CircuitCoveringPropagator(std::vector< std::vector< Literal > > graph, const std::vector< int > & distinguished_nodes, Model *model)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00336" > circuit.cc:336< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_covering_propagator_html_a176d2c659864433ccd869b5fba8d57af" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_covering_propagator.html#a176d2c659864433ccd869b5fba8d57af" > operations_research::sat::CircuitCoveringPropagator::SetLevel< / a > < / div > < div class = "ttdeci" > void SetLevel(int level) final< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00368" > circuit.cc:368< / a > < / div > < / div >
< div class = "ttc" id = "sat__base_8h_html" > < div class = "ttname" > < a href = "sat__base_8h.html" > sat_base.h< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html" > < div class = "ttname" > < a href = "base_2logging_8h.html" > logging.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_propagator_html_a6ee8ed57254aec3ae99d399bae5b3736" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_propagator.html#a6ee8ed57254aec3ae99d399bae5b3736" > operations_research::sat::CircuitPropagator::RegisterWith< / a > < / div > < div class = "ttdeci" > void RegisterWith(GenericLiteralWatcher *watcher)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00092" > circuit.cc:92< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a5abc4e5241889a4b795ad21041866252" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a5abc4e5241889a4b795ad21041866252" > operations_research::sat::SubcircuitConstraint< / a > < / div > < div class = "ttdeci" > std::function< void(Model *)> SubcircuitConstraint(int num_nodes, const std::vector< int > & tails, const std::vector< int > & heads, const std::vector< Literal > & literals, bool multiple_subcircuit_through_zero=false)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8h_source.html#l00201" > circuit.h:201< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_propagator_html_a176d2c659864433ccd869b5fba8d57af" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_propagator.html#a176d2c659864433ccd869b5fba8d57af" > operations_research::sat::CircuitPropagator::SetLevel< / a > < / div > < div class = "ttdeci" > void SetLevel(int level) final< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00108" > circuit.cc:108< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_html_a7deeae530369e107f9d91c1a189f451f" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a7deeae530369e107f9d91c1a189f451f" > operations_research::Arc< / a > < / div > < div class = "ttdeci" > std::pair< int64_t, int64_t > Arc< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "search_8cc_source.html#l03383" > search.cc:3383< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_propagator_interface_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_propagator_interface.html" > operations_research::sat::PropagatorInterface< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "integer_8h_source.html#l01105" > integer.h:1105< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_variables_assignment_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_variables_assignment.html" > operations_research::sat::VariablesAssignment< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__base_8h_source.html#l00123" > sat_base.h:123< / a > < / div > < / div >
< div class = "ttc" id = "integer_8h_html" > < div class = "ttname" > < a href = "integer_8h.html" > integer.h< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_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 = "classoperations__research_1_1sat_1_1_circuit_covering_propagator_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_covering_propagator.html" > operations_research::sat::CircuitCoveringPropagator< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8h_source.html#l00131" > circuit.h:131< / a > < / div > < / div >
< div class = "ttc" id = "rev_8h_html" > < div class = "ttname" > < a href = "rev_8h.html" > rev.h< / a > < / div > < / div >
< div class = "ttc" id = "routing__search_8cc_html_a6b7983ccd32c86cbbc3d4d9cda4cac17" > < div class = "ttname" > < a href = "routing__search_8cc.html#a6b7983ccd32c86cbbc3d4d9cda4cac17" > nodes< / a > < / div > < div class = "ttdeci" > int nodes< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "routing__search_8cc_source.html#l03686" > routing_search.cc:3686< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_circuit_covering_propagator_html_a6ee8ed57254aec3ae99d399bae5b3736" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_circuit_covering_propagator.html#a6ee8ed57254aec3ae99d399bae5b3736" > operations_research::sat::CircuitCoveringPropagator::RegisterWith< / a > < / div > < div class = "ttdeci" > void RegisterWith(GenericLiteralWatcher *watcher)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "circuit_8cc_source.html#l00348" > circuit.cc:348< / 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_dddac007a45022d9da6ea1dee012c3b9.html" > sat< / a > < / li > < li class = "navelem" > < a class = "el" href = "circuit_8h.html" > circuit.h< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2021-09-20 15:57:27 +02:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.15 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >