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: complete_optimizer.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('complete__optimizer_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" > complete_optimizer.cc< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2021-09-20 15:57:27 +02:00
< a href = "complete__optimizer_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 = "complete__optimizer_8h.html" > ortools/bop/complete_optimizer.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 < cstdint> < / span > < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "bop__util_8h.html" > ortools/bop/bop_util.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "boolean__problem_8h.html" > ortools/sat/boolean_problem.h< / a > " < / 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 = "keyword" > namespace < / span > < a class = "code" href = "namespaceoperations__research.html" > operations_research< / a > {< / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "keyword" > namespace < / span > bop {< / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > < a class = "line" href = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer.html#aeffc35852c293ffd40548c5a768c01cf" > 24< / a > < / span >   < a class = "code" href = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer.html#aeffc35852c293ffd40548c5a768c01cf" > SatCoreBasedOptimizer::SatCoreBasedOptimizer< / a > (< span class = "keyword" > const< / span > std::string& < a class = "code" href = "default__search_8cc.html#ac673bc430bdc3
< div class = "ttc" id = "base_2logging_8h_html_a3e1cfef60e774a81f30eaddf26a3a274" > < div class = "ttname" > < a href = "base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274" > CHECK< / a > < / div > < div class = "ttdeci" > #define CHECK(condition)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00491" > base/logging.h:491< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_time_limit_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_time_limit.html" > operations_research::TimeLimit< / a > < / div > < div class = "ttdoc" > A simple class to enforce both an elapsed time limit and a deterministic time limit in the same threa...< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "time__limit_8h_source.html#l00105" > time_limit.h:105< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_parameters_html_ad7217afa0f5bd97642d0d2291068c7f9" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_parameters.html#ad7217afa0f5bd97642d0d2291068c7f9" > operations_research::sat::SatParameters::set_max_time_in_seconds< / a > < / div > < div class = "ttdeci" > void set_max_time_in_seconds(double value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__parameters_8pb_8h_source.html#l04691" > sat_parameters.pb.h:4691< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_a1a5e26554d014197de9434d2c39e07e9" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#a1a5e26554d014197de9434d2c39e07e9" > operations_research::sat::SatSolver::parameters< / a > < / div > < div class = "ttdeci" > const SatParameters & parameters() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8cc_source.html#l00111" > sat_solver.cc:111< / a > < / div > < / div >
< div class = "ttc" id = "bop__util_8h_html" > < div class = "ttname" > < a href = "bop__util_8h.html" > bop_util.h< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_afd482f2c4b9533b4d1f7379a578e9b18" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#afd482f2c4b9533b4d1f7379a578e9b18" > operations_research::sat::kCoefficientMax< / a > < / div > < div class = "ttdeci" > const Coefficient kCoefficientMax(std::numeric_limits< Coefficient::ValueType > ::max())< / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1bop_html_a49c2b7c159260e338438fc2e167a0c3d" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1bop.html#a49c2b7c159260e338438fc2e167a0c3d" > operations_research::bop::SatAssignmentToBopSolution< / a > < / div > < div class = "ttdeci" > void SatAssignmentToBopSolution(const sat::VariablesAssignment & assignment, BopSolution *solution)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__util_8cc_source.html#l00122" > bop_util.cc:122< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_problem_state_html_a1b5ceea7aa96a97466f8e91036367a5b" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_problem_state.html#a1b5ceea7aa96a97466f8e91036367a5b" > operations_research::bop::ProblemState::original_problem< / a > < / div > < div class = "ttdeci" > const sat::LinearBooleanProblem & original_problem() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00201" > bop_base.h:201< / a > < / div > < / div >
< div class = "ttc" id = "cp__model__solver_8cc_html_aec8af5c1be4e1b6d4330e1161028de21" > < div class = "ttname" > < a href = "cp__model__solver_8cc.html#aec8af5c1be4e1b6d4330e1161028de21" > time_limit< / a > < / div > < div class = "ttdeci" > ModelSharedTimeLimit * time_limit< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "cp__model__solver_8cc_source.html#l02013" > cp_model_solver.cc:2013< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_bop_optimizer_base_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba49959dd441dcda75d6898cf2c68fb374" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba49959dd441dcda75d6898cf2c68fb374" > operations_research::bop::BopOptimizerBase::CONTINUE< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00079" > bop_base.h:79< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_acfbfa9df611cb625ff79785c05784580" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#acfbfa9df611cb625ff79785c05784580" > operations_research::sat::SatSolver::GetLastIncompatibleDecisions< / a > < / div > < div class = "ttdeci" > std::vector< Literal > GetLastIncompatibleDecisions()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8cc_source.html#l01273" > sat_solver.cc:1273< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba03f919221217f95d21a593a7120165e1" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba03f919221217f95d21a593a7120165e1" > operations_research::sat::SatSolver::FEASIBLE< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8h_source.html#l00184" > sat_solver.h:184< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_parameters_html_a7120a9ef363b14f95108f17415c9c3d0" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_parameters.html#a7120a9ef363b14f95108f17415c9c3d0" > operations_research::sat::SatParameters::set_max_number_of_conflicts< / a > < / div > < div class = "ttdeci" > void set_max_number_of_conflicts(::PROTOBUF_NAMESPACE_ID::int64 value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__parameters_8pb_8h_source.html#l04747" > sat_parameters.pb.h:4747< / a > < / div > < / div >
< div class = "ttc" id = "default__search_8cc_html_ac673bc430bdc3fdaa09f7becf98ef267" > < div class = "ttname" > < a href = "default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267" > name< / a > < / div > < div class = "ttdeci" > const std::string name< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "default__search_8cc_source.html#l00813" > default_search.cc:813< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_problem_state_html" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_problem_state.html" > operations_research::bop::ProblemState< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00114" > bop_base.h:114< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_bop_optimizer_base_html_a67a0db04d321a74b7e7fcfd3f1a3f70b" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70b" > operations_research::bop::BopOptimizerBase::Status< / a > < / div > < div class = "ttdeci" > Status< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00064" > bop_base.h:64< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer_html_aeffc35852c293ffd40548c5a768c01cf" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer.html#aeffc35852c293ffd40548c5a768c01cf" > operations_research::bop::SatCoreBasedOptimizer::SatCoreBasedOptimizer< / a > < / div > < div class = "ttdeci" > SatCoreBasedOptimizer(const std::string & name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "complete__optimizer_8cc_source.html#l00024" > complete_optimizer.cc:24< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_bop_optimizer_base_html_a67a0db04d321a74b7e7fcfd3f1a3f70bae276c6d6c33441e7bc41f349a9ba39e2" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70bae276c6d6c33441e7bc41f349a9ba39e2" > operations_research::bop::BopOptimizerBase::OPTIMAL_SOLUTION_FOUND< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00065" > bop_base.h:65< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_parameters_html_a89082aa97657e1720a8c241a4afb4de8" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_parameters.html#a89082aa97657e1720a8c241a4afb4de8" > operations_research::sat::SatParameters::set_max_deterministic_time< / a > < / div > < div class = "ttdeci" > void set_max_deterministic_time(double value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__parameters_8pb_8h_source.html#l04719" > sat_parameters.pb.h:4719< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_linear_boolean_problem_html_a9fd8f81a798fd34a843b007c10e40d6b" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a9fd8f81a798fd34a843b007c10e40d6b" > operations_research::sat::LinearBooleanProblem::objective< / a > < / div > < div class = "ttdeci" > const ::operations_research::sat::LinearObjective & objective() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "boolean__problem_8pb_8h_source.html#l01532" > boolean_problem.pb.h:1532< / a > < / div > < / div >
< div class = "ttc" id = "stats_8h_html_a9995704aaaf45fc21e08c847551a8d04" > < div class = "ttname" > < a href = "stats_8h.html#a9995704aaaf45fc21e08c847551a8d04" > SCOPED_TIME_STAT< / a > < / div > < div class = "ttdeci" > #define SCOPED_TIME_STAT(stats)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00438" > stats.h:438< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a6fb8349259fa849de0789a4ec58a8492" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a6fb8349259fa849de0789a4ec58a8492" > operations_research::sat::MinimizeCore< / a > < / div > < div class = "ttdeci" > void MinimizeCore(SatSolver *solver, std::vector< Literal > *core)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8cc_source.html#l02553" > sat_solver.cc:2553< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_bop_parameters_html" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_parameters.html" > operations_research::bop::BopParameters< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__parameters_8pb_8h_source.html#l00502" > bop_parameters.pb.h:502< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_acace892b69b55e3ee219e2893f34ef8f" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#acace892b69b55e3ee219e2893f34ef8f" > operations_research::sat::SatSolver::num_failures< / a > < / div > < div class = "ttdeci" > int64_t num_failures() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8cc_source.html#l00085" > sat_solver.cc:85< / a > < / div > < / div >
< div class = "ttc" id = "boolean__problem_8h_html" > < div class = "ttname" > < a href = "boolean__problem_8h.html" > boolean_problem.h< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1bop_html_a2c3c1538ecc101963e5c92ff9bfb33bb" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1bop.html#a2c3c1538ecc101963e5c92ff9bfb33bb" > operations_research::bop::LoadStateProblemToSatSolver< / a > < / div > < div class = "ttdeci" > BopOptimizerBase::Status LoadStateProblemToSatSolver(const ProblemState & problem_state, sat::SatSolver *sat_solver)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__util_8cc_source.html#l00088" > bop_util.cc:88< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_problem_state_html_ac3f005f004bb2c049e3ee884c16dfeac" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_problem_state.html#ac3f005f004bb2c049e3ee884c16dfeac" > operations_research::bop::ProblemState::update_stamp< / a > < / div > < div class = "ttdeci" > int64_t update_stamp() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00156" > bop_base.h:156< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a1c9d74b9b207b6e5513334dd135a00a9" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a1c9d74b9b207b6e5513334dd135a00a9" > operations_research::sat::ComputeCoreMinWeight< / a > < / div > < div class = "ttdeci" > Coefficient ComputeCoreMinWeight(const std::vector< EncodingNode * > & nodes, const std::vector< Literal > & core)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "encoding_8cc_source.html#l00419" > encoding.cc:419< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1bop_html_a717f3da5a33db3ffe67861f8731b254a" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1bop.html#a717f3da5a33db3ffe67861f8731b254a" > operations_research::bop::ExtractLearnedInfoFromSatSolver< / a > < / div > < div class = "ttdeci" > void ExtractLearnedInfoFromSatSolver(sat::SatSolver *solver, LearnedInfo *info)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__util_8cc_source.html#l00099" > bop_util.cc:99< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_problem_state_html_ac59ff8f3b21bdac22c9c53a7d82ba3ec" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_problem_state.html#ac59ff8f3b21bdac22c9c53a7d82ba3ec" > operations_research::bop::ProblemState::solution< / a > < / div > < div class = "ttdeci" > const BopSolution & solution() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00196" > bop_base.h:196< / a > < / div > < / div >
< div class = "ttc" id = "complete__optimizer_8h_html" > < div class = "ttname" > < a href = "complete__optimizer_8h.html" > complete_optimizer.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_encoding_node_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_encoding_node.html" > operations_research::sat::EncodingNode< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "encoding_8h_source.html#l00054" > encoding.h:54< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1bop_1_1_learned_info_html_aa055411f4c53125132922079d33e535f" > < div class = "ttname" > < a href = "structoperations__research_1_1bop_1_1_learned_info.html#aa055411f4c53125132922079d33e535f" > operations_research::bop::LearnedInfo::solution< / a > < / div > < div class = "ttdeci" > BopSolution solution< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00269" > bop_base.h:269< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_bop_optimizer_base_html_a7c6fc06ca542eed0ff0b6ed4b1ecbcda" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a7c6fc06ca542eed0ff0b6ed4b1ecbcda" > operations_research::bop::BopOptimizerBase::stats_< / a > < / div > < div class = "ttdeci" > StatsGroup stats_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00103" > bop_base.h:103< / 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 = "classoperations__research_1_1bop_1_1_bop_optimizer_base_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba2884fa43446c0cbc9c7a9b74d41d7483" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba2884fa43446c0cbc9c7a9b74d41d7483" > operations_research::bop::BopOptimizerBase::INFEASIBLE< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00067" > bop_base.h:67< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_linear_objective_html_a72d41feda9a93c11089d3d99d6270999" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_linear_objective.html#a72d41feda9a93c11089d3d99d6270999" > operations_research::sat::LinearObjective::literals_size< / a > < / div > < div class = "ttdeci" > int literals_size() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "boolean__problem_8pb_8h_source.html#l01187" > boolean_problem.pb.h:1187< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_bop_optimizer_base_html" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_optimizer_base.html" > operations_research::bop::BopOptimizerBase< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00043" > bop_base.h:43< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1bop_1_1_learned_info_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "structoperations__research_1_1bop_1_1_learned_info.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::bop::LearnedInfo::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00258" > bop_base.h:258< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba72c2402449caa8f3edc8aa0a3816baed" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba72c2402449caa8f3edc8aa0a3816baed" > operations_research::sat::SatSolver::LIMIT_REACHED< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8h_source.html#l00185" > sat_solver.h:185< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_a2abca6db0c780a4482d1ac9eb6365057" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#a2abca6db0c780a4482d1ac9eb6365057" > operations_research::sat::SatSolver::ResetAndSolveWithGivenAssumptions< / a > < / div > < div class = "ttdeci" > Status ResetAndSolveWithGivenAssumptions(const std::vector< Literal > & assumptions)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8cc_source.html#l00948" > sat_solver.cc:948< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1bop_1_1_learned_info_html_a8e4368b4553131cf24b49b9de6e6189f" > < div class = "ttname" > < a href = "structoperations__research_1_1bop_1_1_learned_info.html#a8e4368b4553131cf24b49b9de6e6189f" > operations_research::bop::LearnedInfo::lower_bound< / a > < / div > < div class = "ttdeci" > int64_t lower_bound< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00272" > bop_base.h:272< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_ad6c9cfad7e2fa7ae1bbff31720394436" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#ad6c9cfad7e2fa7ae1bbff31720394436" > operations_research::sat::MaxNodeWeightSmallerThan< / a > < / div > < div class = "ttdeci" > Coefficient MaxNodeWeightSmallerThan(const std::vector< EncodingNode * > & nodes, Coefficient upper_bound)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "encoding_8cc_source.html#l00434" > encoding.cc:434< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1bop_1_1_learned_info_html" > < div class = "ttname" > < a href = "structoperations__research_1_1bop_1_1_learned_info.html" > operations_research::bop::LearnedInfo< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00248" > bop_base.h:248< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_aea70549adb843d22d06bef763a0960c8" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#aea70549adb843d22d06bef763a0960c8" > operations_research::sat::CreateInitialEncodingNodes< / a > < / div > < div class = "ttdeci" > std::vector< EncodingNode * > CreateInitialEncodingNodes(const std::vector< Literal > & literals, const std::vector< Coefficient > & coeffs, Coefficient *offset, std::deque< EncodingNode > *repository)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "encoding_8cc_source.html#l00303" > encoding.cc:303< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_a9789bf03dba611e9be5679d6e902d0c8" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#a9789bf03dba611e9be5679d6e902d0c8" > operations_research::sat::SatSolver::Assignment< / a > < / div > < div class = "ttdeci" > const VariablesAssignment & Assignment() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8h_source.html#l00363" > sat_solver.h:363< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1math__opt_html_ab61209db5b13f0d424da009e414298fc" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1math__opt.html#ab61209db5b13f0d424da009e414298fc" > operations_research::math_opt::Coefficient< / a > < / div > < div class = "ttdeci" > std::tuple< int64_t, int64_t, const double > Coefficient< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__collection__matchers_8h_source.html#l00061" > sparse_collection_matchers.h:61< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_bop_solution_html_a894d87c5fddfc463c3ca3c779ba7f997" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_solution.html#a894d87c5fddfc463c3ca3c779ba7f997" > operations_research::bop::BopSolution::IsFeasible< / a > < / div > < div class = "ttdeci" > bool IsFeasible() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__solution_8h_source.html#l00072" > bop_solution.h:72< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer_html_a8330ac820f311aab1b9c2c8057cc2c3f" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer.html#a8330ac820f311aab1b9c2c8057cc2c3f" > operations_research::bop::SatCoreBasedOptimizer::Optimize< / a > < / div > < div class = "ttdeci" > Status Optimize(const BopParameters & parameters, const ProblemState & problem_state, LearnedInfo *learned_info, TimeLimit *time_limit) override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "complete__optimizer_8cc_source.html#l00083" > complete_optimizer.cc:83< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer_html_a07b11a8080040c4fb7cf9d098992468e" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer.html#a07b11a8080040c4fb7cf9d098992468e" > operations_research::bop::SatCoreBasedOptimizer::~SatCoreBasedOptimizer< / a > < / div > < div class = "ttdeci" > ~SatCoreBasedOptimizer() override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "complete__optimizer_8cc_source.html#l00034" > complete_optimizer.cc:34< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_bop_optimizer_base_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba22ebbfba03095f407fb90f5a363a384b" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_optimizer_base.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba22ebbfba03095f407fb90f5a363a384b" > operations_research::bop::BopOptimizerBase::SOLUTION_FOUND< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__base_8h_source.html#l00066" > bop_base.h:66< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_ae525d235b02bcfc962d845e28f5f0125" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#ae525d235b02bcfc962d845e28f5f0125" > operations_research::sat::SatSolver::deterministic_time< / a > < / div > < div class = "ttdeci" > double deterministic_time() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8cc_source.html#l00093" > sat_solver.cc:93< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba2884fa43446c0cbc9c7a9b74d41d7483" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba2884fa43446c0cbc9c7a9b74d41d7483" > operations_research::sat::SatSolver::INFEASIBLE< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8h_source.html#l00183" > sat_solver.h:183< / 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 = "cp__model__fz__solver_8cc_html_a10a1eab179b472c030bdc2a2efef7219" > < div class = "ttname" > < a href = "cp__model__fz__solver_8cc.html#a10a1eab179b472c030bdc2a2efef7219" > parameters< / a > < / div > < div class = "ttdeci" > SatParameters parameters< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "cp__model__fz__solver_8cc_source.html#l00116" > cp_model_fz_solver.cc:116< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_ab87119f7f6691eca8af4c552828fc4c4" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#ab87119f7f6691eca8af4c552828fc4c4" > operations_research::sat::ProcessCore< / a > < / div > < div class = "ttdeci" > void ProcessCore(const std::vector< Literal > & core, Coefficient min_weight, std::deque< EncodingNode > *repository, std::vector< EncodingNode * > *nodes, SatSolver *solver)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "encoding_8cc_source.html#l00446" > encoding.cc:446< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_a2b006481369eb4f4cb7f3037dfdd8404" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#a2b006481369eb4f4cb7f3037dfdd8404" > operations_research::sat::SatSolver::Solve< / a > < / div > < div class = "ttdeci" > Status Solve()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8cc_source.html#l00973" > sat_solver.cc:973< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_parameters_html_aa148eda9a432e6c798d9e2eecc8645f4" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_parameters.html#aa148eda9a432e6c798d9e2eecc8645f4" > operations_research::sat::SatParameters::set_random_seed< / a > < / div > < div class = "ttdeci" > void set_random_seed(::PROTOBUF_NAMESPACE_ID::int32 value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__parameters_8pb_8h_source.html#l04887" > sat_parameters.pb.h:4887< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer_html_a333c05e80843ee46f4428d3e6482b17e" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_sat_core_based_optimizer.html#a333c05e80843ee46f4428d3e6482b17e" > operations_research::bop::SatCoreBasedOptimizer::ShouldBeRun< / a > < / div > < div class = "ttdeci" > bool ShouldBeRun(const ProblemState & problem_state) const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "complete__optimizer_8cc_source.html#l00078" > complete_optimizer.cc:78< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_parameters_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_parameters.html" > operations_research::sat::SatParameters< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__parameters_8pb_8h_source.html#l00347" > sat_parameters.pb.h:347< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html_a67a0db04d321a74b7e7fcfd3f1a3f70b" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html#a67a0db04d321a74b7e7fcfd3f1a3f70b" > operations_research::sat::SatSolver::Status< / a > < / div > < div class = "ttdeci" > Status< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8h_source.html#l00181" > sat_solver.h:181< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1bop_1_1_bop_solution_html_a9f0494e519e93f67f62ba4b76fde1c56" > < div class = "ttname" > < a href = "classoperations__research_1_1bop_1_1_bop_solution.html#a9f0494e519e93f67f62ba4b76fde1c56" > operations_research::bop::BopSolution::GetCost< / a > < / div > < div class = "ttdeci" > int64_t GetCost() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "bop__solution_8h_source.html#l00053" > bop_solution.h:53< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a3c7b9fb850d243d90ea59790db13a676" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a3c7b9fb850d243d90ea59790db13a676" > operations_research::sat::ReduceNodesAndExtractAssumptions< / a > < / div > < div class = "ttdeci" > std::vector< Literal > ReduceNodesAndExtractAssumptions(Coefficient upper_bound, Coefficient stratified_lower_bound, Coefficient *lower_bound, std::vector< EncodingNode * > *nodes, SatSolver *solver)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "encoding_8cc_source.html#l00367" > encoding.cc:367< / 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_749f8352630e023f1ab8040461e5d795.html" > bop< / a > < / li > < li class = "navelem" > < a class = "el" href = "complete__optimizer_8cc.html" > complete_optimizer.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 >