2020-09-02 09:42:51 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-01-16 18:02:36 +01:00
< meta name = "generator" content = "Doxygen 1.8.15" / >
2020-09-02 09:42:51 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: optimization.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 >
2022-01-16 18:02:36 +01: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-02 09:42:51 +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-12-14 13:41:01 +01:00
  < span id = "projectnumber" > 9.2< / span >
2020-09-02 09:42:51 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-16 18:02:36 +01:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-02 09:42:51 +02:00
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-02 09:42:51 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2020-09-02 09:42:51 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-16 18:02:36 +01:00
/* @license-end */< / script >
2020-09-02 09:42:51 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('optimization_8h_source.html','');});
2020-09-02 09:42:51 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
2022-01-16 18:02:36 +01:00
< div class = "headertitle" >
< div class = "title" > optimization.h< / div > < / div >
2020-09-02 09:42:51 +02:00
< / div > <!-- header -->
< div class = "contents" >
2022-01-16 18:02:36 +01:00
< a href = "optimization_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_OPTIMIZATION_H_< / span > < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < span class = "preprocessor" > #define OR_TOOLS_SAT_OPTIMIZATION_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 < vector> < / 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 " < a class = "code" href = "boolean__problem_8pb_8h.html" > ortools/sat/boolean_problem.pb.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "cp__model__mapping_8h.html" > ortools/sat/cp_model_mapping.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "integer_8h.html" > ortools/sat/integer.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "integer__search_8h.html" > ortools/sat/integer_search.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "sat_2model_8h.html" > ortools/sat/model.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > 25< / span >   < span class = "preprocessor" > #include " < a clas
< 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#l00106" > time_limit.h:106< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_ae471a0701f750ca0c32a3fe8828f04f2" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#ae471a0701f750ca0c32a3fe8828f04f2" > operations_research::sat::SolveWithCardinalityEncoding< / a > < / div > < div class = "ttdeci" > SatSolver::Status SolveWithCardinalityEncoding(LogBehavior log, const LinearBooleanProblem & problem, SatSolver *solver, std::vector< bool > *solution)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l00888" > optimization.cc:888< / 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 = "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_core_based_optimizer_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_core_based_optimizer.html" > operations_research::sat::CoreBasedOptimizer< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8h_source.html#l00145" > optimization.h:145< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a7d1c65f24756bb9dad18da1f5e82bb9c" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a7d1c65f24756bb9dad18da1f5e82bb9c" > operations_research::sat::MinimizeWithHittingSetAndLazyEncoding< / a > < / div > < div class = "ttdeci" > SatSolver::Status MinimizeWithHittingSetAndLazyEncoding(const ObjectiveDefinition & objective_definition, const std::function< void()> & feasible_solution_observer, Model *model)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l01757" > optimization.cc:1757< / 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#l00274" > gurobi_interface.cc:274< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_af6b2a98aa9ebc72821c544fac3e01238a42baf94aedd2ab641e93fa64d392906c" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#af6b2a98aa9ebc72821c544fac3e01238a42baf94aedd2ab641e93fa64d392906c" > operations_research::sat::DEFAULT_LOG< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8h_source.html#l00047" > optimization.h:47< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a5fcb9c949843305a0682f8cac476f3ea" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a5fcb9c949843305a0682f8cac476f3ea" > operations_research::sat::SolveWithRandomParameters< / a > < / div > < div class = "ttdeci" > SatSolver::Status SolveWithRandomParameters(LogBehavior log, const LinearBooleanProblem & problem, int num_times, absl::BitGenRef random, SatSolver *solver, std::vector< bool > *solution)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l00764" > optimization.cc:764< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1sat_1_1_objective_definition_html" > < div class = "ttname" > < a href = "structoperations__research_1_1sat_1_1_objective_definition.html" > operations_research::sat::ObjectiveDefinition< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "cp__model__mapping_8h_source.html#l00040" > cp_model_mapping.h:40< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_core_based_optimizer_html_a02a9dc1603fd32ca7d13e2db95316bb2" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_core_based_optimizer.html#a02a9dc1603fd32ca7d13e2db95316bb2" > operations_research::sat::CoreBasedOptimizer::CoreBasedOptimizer< / a > < / div > < div class = "ttdeci" > CoreBasedOptimizer(IntegerVariable objective_var, const std::vector< IntegerVariable > & variables, const std::vector< IntegerValue > & coefficients, std::function< void()> feasible_solution_observer, Model *model)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l01310" > optimization.cc:1310< / a > < / div > < / div >
< div class = "ttc" id = "pack_8cc_html_a4255f714cea26cdd64f6a0ee72d34a8c" > < div class = "ttname" > < a href = "pack_8cc.html#a4255f714cea26cdd64f6a0ee72d34a8c" > weight< / a > < / div > < div class = "ttdeci" > int64_t weight< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "pack_8cc_source.html#l00510" > pack.cc:510< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_integer_encoder_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_integer_encoder.html" > operations_research::sat::IntegerEncoder< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "integer_8h_source.html#l00356" > integer.h:356< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_affe1669ec9e0e7cbd54e895bbbff43af" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#affe1669ec9e0e7cbd54e895bbbff43af" > operations_research::sat::MinimizeIntegerVariableWithLinearScanAndLazyEncoding< / a > < / div > < div class = "ttdeci" > SatSolver::Status MinimizeIntegerVariableWithLinearScanAndLazyEncoding(IntegerVariable objective_var, const std::function< void()> & feasible_solution_observer, Model *model)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l01058" > optimization.cc:1058< / a > < / div > < / div >
< div class = "ttc" id = "sat__solver_8h_html" > < div class = "ttname" > < a href = "sat__solver_8h.html" > sat_solver.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_integer_trail_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_integer_trail.html" > operations_research::sat::IntegerTrail< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "integer_8h_source.html#l00613" > integer.h:613< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a5cafa03de29acf965c3fc23dfa7eba0a" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a5cafa03de29acf965c3fc23dfa7eba0a" > operations_research::sat::SolveWithLinearScan< / a > < / div > < div class = "ttdeci" > SatSolver::Status SolveWithLinearScan(LogBehavior log, const LinearBooleanProblem & problem, SatSolver *solver, std::vector< bool > *solution)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l00842" > optimization.cc:842< / a > < / div > < / div >
< div class = "ttc" id = "boolean__problem_8pb_8h_html" > < div class = "ttname" > < a href = "boolean__problem_8pb_8h.html" > boolean_problem.pb.h< / 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 = "namespaceoperations__research_1_1sat_html_a1b36a95b81f69a73d04b1b42fd40c4db" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a1b36a95b81f69a73d04b1b42fd40c4db" > operations_research::sat::SolveWithCardinalityEncodingAndCore< / a > < / div > < div class = "ttdeci" > SatSolver::Status SolveWithCardinalityEncodingAndCore(LogBehavior log, const LinearBooleanProblem & problem, SatSolver *solver, std::vector< bool > *solution)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l00956" > optimization.cc:956< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_sat_solver_html" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_sat_solver.html" > operations_research::sat::SatSolver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sat__solver_8h_source.html#l00058" > sat_solver.h:58< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_af6b2a98aa9ebc72821c544fac3e01238a6c3f20e225309c66fdb5481433e5bd2f" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#af6b2a98aa9ebc72821c544fac3e01238a6c3f20e225309c66fdb5481433e5bd2f" > operations_research::sat::STDOUT_LOG< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8h_source.html#l00047" > optimization.h:47< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_af6b2a98aa9ebc72821c544fac3e01238" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#af6b2a98aa9ebc72821c544fac3e01238" > operations_research::sat::LogBehavior< / a > < / div > < div class = "ttdeci" > LogBehavior< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8h_source.html#l00047" > optimization.h:47< / a > < / div > < / div >
< div class = "ttc" id = "integer__search_8h_html" > < div class = "ttname" > < a href = "integer__search_8h.html" > integer_search.h< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_a166c4d1be17bdfcad1986b1f72c49e52" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#a166c4d1be17bdfcad1986b1f72c49e52" > operations_research::sat::RestrictObjectiveDomainWithBinarySearch< / a > < / div > < div class = "ttdeci" > void RestrictObjectiveDomainWithBinarySearch(IntegerVariable objective_var, const std::function< void()> & feasible_solution_observer, Model *model)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l01091" > optimization.cc:1091< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sat_html_aa4fe3dc3bb5374a3ae58ae0f551be128" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#aa4fe3dc3bb5374a3ae58ae0f551be128" > operations_research::sat::SolveWithWPM1< / a > < / div > < div class = "ttdeci" > SatSolver::Status SolveWithWPM1(LogBehavior log, const LinearBooleanProblem & problem, SatSolver *solver, std::vector< bool > *solution)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l00467" > optimization.cc:467< / 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 = "gscip__solver_8cc_html_aa59e74cc299dbf75fa6e2234dd0849a2" > < div class = "ttname" > < a href = "gscip__solver_8cc.html#aa59e74cc299dbf75fa6e2234dd0849a2" > coefficients< / a > < / div > < div class = "ttdeci" > absl::Span< const double > coefficients< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "gscip__solver_8cc_source.html#l00129" > gscip_solver.cc:129< / a > < / div > < / div >
< div class = "ttc" id = "expr__array_8cc_html_a472a99923cbe11ae7b5a5d157d9ad465" > < div class = "ttname" > < a href = "expr__array_8cc.html#a472a99923cbe11ae7b5a5d157d9ad465" > var< / a > < / div > < div class = "ttdeci" > IntVar * var< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "expr__array_8cc_source.html#l01874" > expr_array.cc:1874< / a > < / div > < / div >
< div class = "ttc" id = "cp__model__mapping_8h_html" > < div class = "ttname" > < a href = "cp__model__mapping_8h.html" > cp_model_mapping.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1sat_1_1_core_based_optimizer_html_a4398d89730acb3b628a3c81d55bac96f" > < div class = "ttname" > < a href = "classoperations__research_1_1sat_1_1_core_based_optimizer.html#a4398d89730acb3b628a3c81d55bac96f" > operations_research::sat::CoreBasedOptimizer::Optimize< / a > < / div > < div class = "ttdeci" > SatSolver::Status Optimize()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l01540" > optimization.cc:1540< / 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 = "namespaceoperations__research_1_1sat_html_ab76a35e6ff810ad9ea8b58c7c11606cb" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sat.html#ab76a35e6ff810ad9ea8b58c7c11606cb" > operations_research::sat::MinimizeCoreWithPropagation< / a > < / div > < div class = "ttdeci" > void MinimizeCoreWithPropagation(TimeLimit *limit, SatSolver *solver, std::vector< Literal > *core)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "optimization_8cc_source.html#l00219" > optimization.cc:219< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div > <!-- doc - content -->
2020-09-02 09:42:51 +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 = "optimization_8h.html" > optimization.h< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-16 18:02:36 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.15 < / li >
2020-09-02 09:42:51 +02:00
< / ul >
< / div >
< / body >
< / html >