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" / >
2022-01-17 21:42:14 +01:00
< meta name = "generator" content = "Doxygen 1.9.3" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: SearchLog< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2022-03-04 00:11:33 +01:00
  < span id = "projectnumber" > 9.3< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-17 21:42:14 +01:00
/* @license-end */
< / script >
2020-09-01 16:00:33 +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-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('classoperations__research_1_1_search_log.html',''); initResizable(); });
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 = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2020-11-18 14:53:30 +01:00
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
2020-09-01 16:00:33 +02:00
< a href = "#pro-methods" > Protected Member Functions< / a > |
2020-10-09 12:00:09 +02:00
< a href = "classoperations__research_1_1_search_log-members.html" > List of all members< / a > < / div >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > SearchLog< / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2022-01-17 21:42:14 +01:00
< div class = "textblock" > < p > The base class of all search logs that periodically outputs information when the search is running. < / p >
2020-09-01 16:00:33 +02:00
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02038" > 2038< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-methods" name = "pub-methods" > < / a >
2020-09-01 16:00:33 +02:00
Public Member Functions< / h2 > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a606fadbd177ef8d944a5a23a06460041" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a606fadbd177ef8d944a5a23a06460041" > SearchLog< / a > (< a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > *const s, < a class = "el" href = "classoperations__research_1_1_optimize_var.html" > OptimizeVar< / a > *const obj, < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > *const < a class = "el" href = "sat__solver_8cc.html#a8392bdc4ed570e6a95c7fca35b09f83f" > var< / a > , double scaling_factor, double offset, std::function< std::string()> display_callback, bool display_on_new_solutions_only, int period)< / td > < / tr >
< tr class = "separator:a606fadbd177ef8d944a5a23a06460041" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a6f54fc4f2d59c38d5929533887fa5ddd" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a6f54fc4f2d59c38d5929533887fa5ddd" > ~SearchLog< / a > () override< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a6f54fc4f2d59c38d5929533887fa5ddd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a0c955ff1b2eae2daece0f25f1e57fb16" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a0c955ff1b2eae2daece0f25f1e57fb16" > EnterSearch< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a0c955ff1b2eae2daece0f25f1e57fb16" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Beginning of the search. < a href = "classoperations__research_1_1_search_log.html#a0c955ff1b2eae2daece0f25f1e57fb16" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a0c955ff1b2eae2daece0f25f1e57fb16" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a4d07aaa3fe401d52e938c2f8f7f2e26f" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a4d07aaa3fe401d52e938c2f8f7f2e26f" > ExitSearch< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a4d07aaa3fe401d52e938c2f8f7f2e26f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > End of the search. < a href = "classoperations__research_1_1_search_log.html#a4d07aaa3fe401d52e938c2f8f7f2e26f" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a4d07aaa3fe401d52e938c2f8f7f2e26f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ab3631067f88ccc24c5db6a8a0dc64e47" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#ab3631067f88ccc24c5db6a8a0dc64e47" > AtSolution< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ab3631067f88ccc24c5db6a8a0dc64e47" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called when a valid solution is found. < a href = "classoperations__research_1_1_search_log.html#ab3631067f88ccc24c5db6a8a0dc64e47" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ab3631067f88ccc24c5db6a8a0dc64e47" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a00e1c5e76ceb9b425ddea62748673d9b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a00e1c5e76ceb9b425ddea62748673d9b" > BeginFail< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a00e1c5e76ceb9b425ddea62748673d9b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Just when the failure occurs. < a href = "classoperations__research_1_1_search_log.html#a00e1c5e76ceb9b425ddea62748673d9b" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a00e1c5e76ceb9b425ddea62748673d9b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a970b194bb0e12ae42db1f1b3ca7ba43e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a970b194bb0e12ae42db1f1b3ca7ba43e" > NoMoreSolutions< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a970b194bb0e12ae42db1f1b3ca7ba43e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > When the search tree is finished. < a href = "classoperations__research_1_1_search_log.html#a970b194bb0e12ae42db1f1b3ca7ba43e" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a970b194bb0e12ae42db1f1b3ca7ba43e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:afc36af1852ba6e2dbe650aa172e4c680" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#afc36af1852ba6e2dbe650aa172e4c680" > AcceptUncheckedNeighbor< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:afc36af1852ba6e2dbe650aa172e4c680" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After accepting an unchecked neighbor during local search. < a href = "classoperations__research_1_1_search_log.html#afc36af1852ba6e2dbe650aa172e4c680" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:afc36af1852ba6e2dbe650aa172e4c680" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a9af93e0c2f02218bf4e586dda448fabe" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a9af93e0c2f02218bf4e586dda448fabe" > ApplyDecision< / a > (< a class = "el" href = "classoperations__research_1_1_decision.html" > Decision< / a > *const decision) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a9af93e0c2f02218bf4e586dda448fabe" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before applying the decision. < a href = "classoperations__research_1_1_search_log.html#a9af93e0c2f02218bf4e586dda448fabe" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a9af93e0c2f02218bf4e586dda448fabe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a363e3361f6a6b52343e69cbff81deff5" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a363e3361f6a6b52343e69cbff81deff5" > RefuteDecision< / a > (< a class = "el" href = "classoperations__research_1_1_decision.html" > Decision< / a > *const decision) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a363e3361f6a6b52343e69cbff81deff5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before refuting the decision. < a href = "classoperations__research_1_1_search_log.html#a363e3361f6a6b52343e69cbff81deff5" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a363e3361f6a6b52343e69cbff81deff5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ae26cecfdf81054f0b85943d0f9e8b7ac" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#ae26cecfdf81054f0b85943d0f9e8b7ac" > OutputDecision< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ae26cecfdf81054f0b85943d0f9e8b7ac" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aa776d47ceec0ae7dceb9723a0fc82fb3" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#aa776d47ceec0ae7dceb9723a0fc82fb3" > Maintain< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aa776d47ceec0ae7dceb9723a0fc82fb3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a73895ddf1e732b9d3fa365f05977c8a6" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a73895ddf1e732b9d3fa365f05977c8a6" > BeginInitialPropagation< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a73895ddf1e732b9d3fa365f05977c8a6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before the initial propagation. < a href = "classoperations__research_1_1_search_log.html#a73895ddf1e732b9d3fa365f05977c8a6" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a73895ddf1e732b9d3fa365f05977c8a6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:afe2b705fd5af7c1c6812f69e9a9dcdf1" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#afe2b705fd5af7c1c6812f69e9a9dcdf1" > EndInitialPropagation< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:afe2b705fd5af7c1c6812f69e9a9dcdf1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After the initial propagation. < a href = "classoperations__research_1_1_search_log.html#afe2b705fd5af7c1c6812f69e9a9dcdf1" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:afe2b705fd5af7c1c6812f69e9a9dcdf1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aed804747c45a7e1caf81461f9e45dd91" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#aed804747c45a7e1caf81461f9e45dd91" > DebugString< / a > () const override< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aed804747c45a7e1caf81461f9e45dd91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a0f660e8597c620b46aa963ed7f07c4d7" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a0f660e8597c620b46aa963ed7f07c4d7" > RestartSearch< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a0f660e8597c620b46aa963ed7f07c4d7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Restart the search. < a href = "classoperations__research_1_1_search_monitor.html#a0f660e8597c620b46aa963ed7f07c4d7" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a0f660e8597c620b46aa963ed7f07c4d7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a559dc347843f1924df71daa62fb7f984" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a559dc347843f1924df71daa62fb7f984" > BeginNextDecision< / a > (< a class = "el" href = "classoperations__research_1_1_decision_builder.html" > DecisionBuilder< / a > *const < a class = "el" href = "constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683" > b< / a > )< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a559dc347843f1924df71daa62fb7f984" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before calling < a class = "el" href = "classoperations__research_1_1_decision_builder.html#a56fb7470075432c3b0870a1a1d1fcb02" title = "This is the main method of the decision builder class." > DecisionBuilder::Next< / a > . < a href = "classoperations__research_1_1_search_monitor.html#a559dc347843f1924df71daa62fb7f984" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a559dc347843f1924df71daa62fb7f984" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a782d7244d0320c93ba524bd9c74512d9" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a782d7244d0320c93ba524bd9c74512d9" > EndNextDecision< / a > (< a class = "el" href = "classoperations__research_1_1_decision_builder.html" > DecisionBuilder< / a > *const < a class = "el" href = "constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683" > b< / a > , < a class = "el" href = "classoperations__research_1_1_decision.html" > Decision< / a > *const d)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a782d7244d0320c93ba524bd9c74512d9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After calling < a class = "el" href = "classoperations__research_1_1_decision_builder.html#a56fb7470075432c3b0870a1a1d1fcb02" title = "This is the main method of the decision builder class." > DecisionBuilder::Next< / a > , along with the returned decision. < a href = "classoperations__research_1_1_search_monitor.html#a782d7244d0320c93ba524bd9c74512d9" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a782d7244d0320c93ba524bd9c74512d9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a488f1d99cc1f61acdc6782dcfee86e49" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a488f1d99cc1f61acdc6782dcfee86e49" > AfterDecision< / a > (< a class = "el" href = "classoperations__research_1_1_decision.html" > Decision< / a > *const d, bool apply)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a488f1d99cc1f61acdc6782dcfee86e49" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Just after refuting or applying the decision, apply is true after Apply. < a href = "classoperations__research_1_1_search_monitor.html#a488f1d99cc1f61acdc6782dcfee86e49" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a488f1d99cc1f61acdc6782dcfee86e49" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8314a4c362f64e711ec7cd4264be1844" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a8314a4c362f64e711ec7cd4264be1844" > EndFail< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a8314a4c362f64e711ec7cd4264be1844" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After completing the backtrack. < a href = "classoperations__research_1_1_search_monitor.html#a8314a4c362f64e711ec7cd4264be1844" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a8314a4c362f64e711ec7cd4264be1844" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af413a50ef58e2b1026f3d89bfb85215a" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#af413a50ef58e2b1026f3d89bfb85215a" > AcceptSolution< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:af413a50ef58e2b1026f3d89bfb85215a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called when a solution is found. < a href = "classoperations__research_1_1_search_monitor.html#af413a50ef58e2b1026f3d89bfb85215a" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:af413a50ef58e2b1026f3d89bfb85215a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2148f73a5d315eed3048335d0cc084c1" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a2148f73a5d315eed3048335d0cc084c1" > LocalOptimum< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a2148f73a5d315eed3048335d0cc084c1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > When a local optimum is reached. < a href = "classoperations__research_1_1_search_monitor.html#a2148f73a5d315eed3048335d0cc084c1" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a2148f73a5d315eed3048335d0cc084c1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:aa4cca7d45ca58320464928dd79fc706e" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#aa4cca7d45ca58320464928dd79fc706e" > AcceptDelta< / a > (< a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *< a class = "el" href = "primal__dual__hybrid__gradient_8cc.html#ae99d92906640f8755574c1f93f39d320" > delta< / a > , < a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *deltadelta)< / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:aa4cca7d45ca58320464928dd79fc706e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aea42093b3b9c8525f4a98a30ad5257d8" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#aea42093b3b9c8525f4a98a30ad5257d8" > AcceptNeighbor< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aea42093b3b9c8525f4a98a30ad5257d8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After accepting a neighbor during local search. < a href = "classoperations__research_1_1_search_monitor.html#aea42093b3b9c8525f4a98a30ad5257d8" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:aea42093b3b9c8525f4a98a30ad5257d8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a198e17615278d9d5b9f39e4f0493447b" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a198e17615278d9d5b9f39e4f0493447b" > IsUncheckedSolutionLimitReached< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a198e17615278d9d5b9f39e4f0493447b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if the limit of solutions has been reached including unchecked solutions. < a href = "classoperations__research_1_1_search_monitor.html#a198e17615278d9d5b9f39e4f0493447b" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a198e17615278d9d5b9f39e4f0493447b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:a0b526d33739114e9255ffbe8343efe1a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a0b526d33739114e9255ffbe8343efe1a" > solver< / a > () const< / td > < / tr >
< tr class = "separator:a0b526d33739114e9255ffbe8343efe1a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a61dc29f76a01e24526e0167c779f30d0" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a61dc29f76a01e24526e0167c779f30d0" > PeriodicCheck< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a61dc29f76a01e24526e0167c779f30d0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Periodic call to check limits in long running methods. < a href = "classoperations__research_1_1_search_monitor.html#a61dc29f76a01e24526e0167c779f30d0" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a61dc29f76a01e24526e0167c779f30d0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2ebc7607687823d65bf65f331c9ac246" > < td class = "memItemLeft" align = "right" valign = "top" > virtual int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a2ebc7607687823d65bf65f331c9ac246" > ProgressPercent< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a2ebc7607687823d65bf65f331c9ac246" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns a percentage representing the propress of the search before reaching limits. < a href = "classoperations__research_1_1_search_monitor.html#a2ebc7607687823d65bf65f331c9ac246" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a2ebc7607687823d65bf65f331c9ac246" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aac4aa5ecf086378b1bbac4b669bab4db" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#aac4aa5ecf086378b1bbac4b669bab4db" > Accept< / a > (< a class = "el" href = "classoperations__research_1_1_model_visitor.html" > ModelVisitor< / a > *const visitor) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aac4aa5ecf086378b1bbac4b669bab4db" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Accepts the given model visitor. < a href = "classoperations__research_1_1_search_monitor.html#aac4aa5ecf086378b1bbac4b669bab4db" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:aac4aa5ecf086378b1bbac4b669bab4db" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af01d6e340e0ee803b6587a736745a78c" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#af01d6e340e0ee803b6587a736745a78c" > Install< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:af01d6e340e0ee803b6587a736745a78c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Registers itself on the solver such that it gets notified of the search and propagation events. < a href = "classoperations__research_1_1_search_monitor.html#af01d6e340e0ee803b6587a736745a78c" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:af01d6e340e0ee803b6587a736745a78c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-static-attribs" name = "pub-static-attribs" > < / a >
2020-11-18 14:53:30 +01:00
Static Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a97c59af2c64e5f0c004243f4266173cc" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a97c59af2c64e5f0c004243f4266173cc" > kNoProgress< / a > = -1< / td > < / tr >
< tr class = "separator:a97c59af2c64e5f0c004243f4266173cc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pro-methods" name = "pro-methods" > < / a >
2020-09-01 16:00:33 +02:00
Protected Member Functions< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a07391d3ad09f3ee9aa62fd5754a95d30" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_log.html#a07391d3ad09f3ee9aa62fd5754a95d30" > OutputLine< / a > (const std::string & line)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a07391d3ad09f3ee9aa62fd5754a95d30" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a606fadbd177ef8d944a5a23a06460041" name = "a606fadbd177ef8d944a5a23a06460041" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a606fadbd177ef8d944a5a23a06460041" > ◆ < / a > < / span > SearchLog()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_search_log.html" > SearchLog< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > *const  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > s< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_optimize_var.html" > OptimizeVar< / a > *const  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > obj< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > *const  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > var< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > double  < / td >
< td class = "paramname" > < em > scaling_factor< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > double  < / td >
< td class = "paramname" > < em > offset< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > std::function< std::string()>   < / td >
< td class = "paramname" > < em > display_callback< / em > , < / td >
< / tr >
2020-11-18 14:53:30 +01:00
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > display_on_new_solutions_only< / em > , < / td >
< / tr >
2020-09-01 16:00:33 +02:00
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > period< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00058" > 58< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a6f54fc4f2d59c38d5929533887fa5ddd" name = "a6f54fc4f2d59c38d5929533887fa5ddd" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6f54fc4f2d59c38d5929533887fa5ddd" > ◆ < / a > < / span > ~SearchLog()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > ~< a class = "el" href = "classoperations__research_1_1_search_log.html" > SearchLog< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00083" > 83< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "aac4aa5ecf086378b1bbac4b669bab4db" name = "aac4aa5ecf086378b1bbac4b669bab4db" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aac4aa5ecf086378b1bbac4b669bab4db" > ◆ < / a > < / span > Accept()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Accept < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_model_visitor.html" > ModelVisitor< / a > *const  < / td >
< td class = "paramname" > < em > visitor< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Accepts the given model visitor. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_optimize_var.html#aa30c84aec5e60d6b74e1e1eb15011d4a" > OptimizeVar< / a > , and < a class = "el" href = "classoperations__research_1_1_regular_limit.html#aa30c84aec5e60d6b74e1e1eb15011d4a" > RegularLimit< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02900" > 2900< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aa4cca7d45ca58320464928dd79fc706e" name = "aa4cca7d45ca58320464928dd79fc706e" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa4cca7d45ca58320464928dd79fc706e" > ◆ < / a > < / span > AcceptDelta()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool AcceptDelta < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *  < / td >
< td class = "paramname" > < em > delta< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *  < / td >
< td class = "paramname" > < em > deltadelta< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_optimize_var.html#ae983cf659c971e1f2095a2c5a0e81eca" > OptimizeVar< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02894" > 2894< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aea42093b3b9c8525f4a98a30ad5257d8" name = "aea42093b3b9c8525f4a98a30ad5257d8" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aea42093b3b9c8525f4a98a30ad5257d8" > ◆ < / a > < / span > AcceptNeighbor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void AcceptNeighbor < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After accepting a neighbor during local search. < / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02897" > 2897< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "af413a50ef58e2b1026f3d89bfb85215a" name = "af413a50ef58e2b1026f3d89bfb85215a" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af413a50ef58e2b1026f3d89bfb85215a" > ◆ < / a > < / span > AcceptSolution()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool AcceptSolution < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > This method is called when a solution is found. < / p >
2022-01-17 21:42:14 +01:00
< p > It asserts whether the solution is valid. A value of false indicates that the solution should be discarded. < / p >
2020-11-18 14:53:30 +01:00
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_optimize_var.html#aa8900234762f2b2015b9108accdf10ff" > OptimizeVar< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02890" > 2890< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "afc36af1852ba6e2dbe650aa172e4c680" name = "afc36af1852ba6e2dbe650aa172e4c680" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc36af1852ba6e2dbe650aa172e4c680" > ◆ < / a > < / span > AcceptUncheckedNeighbor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void AcceptUncheckedNeighbor < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After accepting an unchecked neighbor during local search. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a9c5c737b0e0cc86888b5a32f445cfc7f" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00178" > 178< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a488f1d99cc1f61acdc6782dcfee86e49" name = "a488f1d99cc1f61acdc6782dcfee86e49" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a488f1d99cc1f61acdc6782dcfee86e49" > ◆ < / a > < / span > AfterDecision()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void AfterDecision < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_decision.html" > Decision< / a > *const  < / td >
< td class = "paramname" > < em > d< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > apply< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > Just after refuting or applying the decision, apply is true after Apply. < / p >
2022-01-17 21:42:14 +01:00
< p > This is called only if the Apply() or Refute() methods have not failed. < / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02885" > 2885< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a9af93e0c2f02218bf4e586dda448fabe" name = "a9af93e0c2f02218bf4e586dda448fabe" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9af93e0c2f02218bf4e586dda448fabe" > ◆ < / a > < / span > ApplyDecision()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void ApplyDecision < / td >
< td > (< / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_decision.html" > Decision< / a > *const  < / td >
< td class = "paramname" > < em > d< / em > < / td > < td > )< / td >
2020-09-01 16:00:33 +02:00
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > Before applying the decision. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a093de3a1c47e97d7d50bea387482a7e7" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00202" > 202< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ab3631067f88ccc24c5db6a8a0dc64e47" name = "ab3631067f88ccc24c5db6a8a0dc64e47" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab3631067f88ccc24c5db6a8a0dc64e47" > ◆ < / a > < / span > AtSolution()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool AtSolution < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > This method is called when a valid solution is found. < / p >
2022-01-17 21:42:14 +01:00
< p > If the return value is true, then search will resume after. If the result is false, then search will stop there. < / p >
2020-11-18 14:53:30 +01:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#aab2e7f61fef0e7a0ef5bb35cfc051199" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00108" > 108< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a00e1c5e76ceb9b425ddea62748673d9b" name = "a00e1c5e76ceb9b425ddea62748673d9b" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a00e1c5e76ceb9b425ddea62748673d9b" > ◆ < / a > < / span > BeginFail()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void BeginFail < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > Just when the failure occurs. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a454ac888929e304de940a94fa21c6821" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00180" > 180< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a73895ddf1e732b9d3fa365f05977c8a6" name = "a73895ddf1e732b9d3fa365f05977c8a6" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a73895ddf1e732b9d3fa365f05977c8a6" > ◆ < / a > < / span > BeginInitialPropagation()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void BeginInitialPropagation < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Before the initial propagation. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a4b1c8b194527e84175c219213db4a1ea" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00250" > 250< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a559dc347843f1924df71daa62fb7f984" name = "a559dc347843f1924df71daa62fb7f984" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a559dc347843f1924df71daa62fb7f984" > ◆ < / a > < / span > BeginNextDecision()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void BeginNextDecision < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_decision_builder.html" > DecisionBuilder< / a > *const  < / td >
< td class = "paramname" > < em > b< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-01-17 21:42:14 +01:00
< p > Before calling < a class = "el" href = "classoperations__research_1_1_decision_builder.html#a56fb7470075432c3b0870a1a1d1fcb02" title = "This is the main method of the decision builder class." > DecisionBuilder::Next< / a > . < / p >
2020-11-18 14:53:30 +01:00
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_search_limit.html#a6022c765bf8a03b9322ca6c6591b3c21" > SearchLimit< / a > , and < a class = "el" href = "classoperations__research_1_1_optimize_var.html#a2475e9789e99a92fbe93b2eaf1b5f5b3" > OptimizeVar< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02880" > 2880< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aed804747c45a7e1caf81461f9e45dd91" name = "aed804747c45a7e1caf81461f9e45dd91" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aed804747c45a7e1caf81461f9e45dd91" > ◆ < / a > < / span > DebugString()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string DebugString < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_base_object.html#a8eba5d533fa9df4617c1868d3ec2afc4" > BaseObject< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00085" > 85< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a8314a4c362f64e711ec7cd4264be1844" name = "a8314a4c362f64e711ec7cd4264be1844" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8314a4c362f64e711ec7cd4264be1844" > ◆ < / a > < / span > EndFail()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void EndFail < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After completing the backtrack. < / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02887" > 2887< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "afe2b705fd5af7c1c6812f69e9a9dcdf1" name = "afe2b705fd5af7c1c6812f69e9a9dcdf1" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afe2b705fd5af7c1c6812f69e9a9dcdf1" > ◆ < / a > < / span > EndInitialPropagation()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void EndInitialPropagation < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After the initial propagation. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a975d041f983e1fa15ed2ef96ea40271f" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00252" > 252< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a782d7244d0320c93ba524bd9c74512d9" name = "a782d7244d0320c93ba524bd9c74512d9" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a782d7244d0320c93ba524bd9c74512d9" > ◆ < / a > < / span > EndNextDecision()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void EndNextDecision < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_decision_builder.html" > DecisionBuilder< / a > *const  < / td >
< td class = "paramname" > < em > b< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_decision.html" > Decision< / a > *const  < / td >
< td class = "paramname" > < em > d< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-01-17 21:42:14 +01:00
< p > After calling < a class = "el" href = "classoperations__research_1_1_decision_builder.html#a56fb7470075432c3b0870a1a1d1fcb02" title = "This is the main method of the decision builder class." > DecisionBuilder::Next< / a > , along with the returned decision. < / p >
2020-11-18 14:53:30 +01:00
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_symmetry_manager.html#a9c5f3cbdfc43e919bf1ccfecfb14df26" > SymmetryManager< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02881" > 2881< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a0c955ff1b2eae2daece0f25f1e57fb16" name = "a0c955ff1b2eae2daece0f25f1e57fb16" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c955ff1b2eae2daece0f25f1e57fb16" > ◆ < / a > < / span > EnterSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void EnterSearch < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > Beginning of the search. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a64b85630107261fc085d02f6e3f30a69" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00087" > 87< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a4d07aaa3fe401d52e938c2f8f7f2e26f" name = "a4d07aaa3fe401d52e938c2f8f7f2e26f" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d07aaa3fe401d52e938c2f8f7f2e26f" > ◆ < / a > < / span > ExitSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void ExitSearch < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > End of the search. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a1615395b2e594ebad774615d021c2854" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00095" > 95< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "af01d6e340e0ee803b6587a736745a78c" name = "af01d6e340e0ee803b6587a736745a78c" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af01d6e340e0ee803b6587a736745a78c" > ◆ < / a > < / span > Install()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Install < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Registers itself on the solver such that it gets notified of the search and propagation events. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_trace.html#a127c860aa3b5024666f308c553edf2a5" > Trace< / a > , < a class = "el" href = "classoperations__research_1_1_local_search_monitor_master.html#a127c860aa3b5024666f308c553edf2a5" > LocalSearchMonitorMaster< / a > , < a class = "el" href = "classoperations__research_1_1_propagation_monitor.html#a127c860aa3b5024666f308c553edf2a5" > PropagationMonitor< / a > , < a class = "el" href = "classoperations__research_1_1_local_search_monitor.html#a127c860aa3b5024666f308c553edf2a5" > LocalSearchMonitor< / a > , < a class = "el" href = "classoperations__research_1_1_demon_profiler.html#a127c860aa3b5024666f308c553edf2a5" > DemonProfiler< / a > , and < a class = "el" href = "classoperations__research_1_1_local_search_profiler.html#a127c860aa3b5024666f308c553edf2a5" > LocalSearchProfiler< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02902" > 2902< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a198e17615278d9d5b9f39e4f0493447b" name = "a198e17615278d9d5b9f39e4f0493447b" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a198e17615278d9d5b9f39e4f0493447b" > ◆ < / a > < / span > IsUncheckedSolutionLimitReached()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual bool IsUncheckedSolutionLimitReached < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > Returns true if the limit of solutions has been reached including unchecked solutions. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a1d6a0a8f90a9b39efbd6b00994d212c8" > RegularLimit< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l03748" > 3748< / a > of file < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.h< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a2148f73a5d315eed3048335d0cc084c1" name = "a2148f73a5d315eed3048335d0cc084c1" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2148f73a5d315eed3048335d0cc084c1" > ◆ < / a > < / span > LocalOptimum()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool LocalOptimum < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > When a local optimum is reached. < / p >
2022-01-17 21:42:14 +01:00
< p > If 'true' is returned, the last solution is discarded and the search proceeds with the next one. < / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02893" > 2893< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aa776d47ceec0ae7dceb9723a0fc82fb3" name = "aa776d47ceec0ae7dceb9723a0fc82fb3" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa776d47ceec0ae7dceb9723a0fc82fb3" > ◆ < / a > < / span > Maintain()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void Maintain < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00243" > 243< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a970b194bb0e12ae42db1f1b3ca7ba43e" name = "a970b194bb0e12ae42db1f1b3ca7ba43e" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a970b194bb0e12ae42db1f1b3ca7ba43e" > ◆ < / a > < / span > NoMoreSolutions()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void NoMoreSolutions < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > When the search tree is finished. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a30d7b17082cedd451c6bf44260fef75d" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00182" > 182< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ae26cecfdf81054f0b85943d0f9e8b7ac" name = "ae26cecfdf81054f0b85943d0f9e8b7ac" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae26cecfdf81054f0b85943d0f9e8b7ac" > ◆ < / a > < / span > OutputDecision()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void OutputDecision < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00215" > 215< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a07391d3ad09f3ee9aa62fd5754a95d30" name = "a07391d3ad09f3ee9aa62fd5754a95d30" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a07391d3ad09f3ee9aa62fd5754a95d30" > ◆ < / a > < / span > OutputLine()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void OutputLine < / td >
< td > (< / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > line< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00260" > 260< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a61dc29f76a01e24526e0167c779f30d0" name = "a61dc29f76a01e24526e0167c779f30d0" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a61dc29f76a01e24526e0167c779f30d0" > ◆ < / a > < / span > PeriodicCheck()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void PeriodicCheck < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Periodic call to check limits in long running methods. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_search_limit.html#a310e97cfc134567a740679be9186e194" > SearchLimit< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02899" > 2899< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a2ebc7607687823d65bf65f331c9ac246" name = "a2ebc7607687823d65bf65f331c9ac246" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2ebc7607687823d65bf65f331c9ac246" > ◆ < / a > < / span > ProgressPercent()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual int ProgressPercent < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns a percentage representing the propress of the search before reaching limits. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a7dae7731e3aee0f21059730b01aaaf51" > RegularLimit< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l03757" > 3757< / a > of file < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a363e3361f6a6b52343e69cbff81deff5" name = "a363e3361f6a6b52343e69cbff81deff5" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a363e3361f6a6b52343e69cbff81deff5" > ◆ < / a > < / span > RefuteDecision()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void RefuteDecision < / td >
< td > (< / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_decision.html" > Decision< / a > *const  < / td >
< td class = "paramname" > < em > d< / em > < / td > < td > )< / td >
2020-09-01 16:00:33 +02:00
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Before refuting the decision. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a0505c88ddf227528535ca3d3ddaee2ef" > SearchMonitor< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l00210" > 210< / a > of file < a class = "el" href = "search_8cc_source.html" > search.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a0f660e8597c620b46aa963ed7f07c4d7" name = "a0f660e8597c620b46aa963ed7f07c4d7" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0f660e8597c620b46aa963ed7f07c4d7" > ◆ < / a > < / span > RestartSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void RestartSearch < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Restart the search. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_demon_profiler.html#a2536fa74dc1f0964122b676b944dcab0" > DemonProfiler< / a > , and < a class = "el" href = "classoperations__research_1_1_local_search_profiler.html#a2536fa74dc1f0964122b676b944dcab0" > LocalSearchProfiler< / a > .< / p >
2020-11-18 14:53:30 +01:00
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l02878" > 2878< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a0b526d33739114e9255ffbe8343efe1a" name = "a0b526d33739114e9255ffbe8343efe1a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0b526d33739114e9255ffbe8343efe1a" > ◆ < / a > < / span > solver()< / h2 >
2020-11-18 14:53:30 +01:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2022-01-17 21:42:14 +01:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > * solver < / td >
2020-11-18 14:53:30 +01:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l03750" > 3750< / a > of file < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.h< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a97c59af2c64e5f0c004243f4266173cc" name = "a97c59af2c64e5f0c004243f4266173cc" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a97c59af2c64e5f0c004243f4266173cc" > ◆ < / a > < / span > kNoProgress< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr int kNoProgress = -1< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2022-01-17 21:42:14 +01:00
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > constexpr< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l03679" > 3679< / a > of file < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > < / li >
< li > < a class = "el" href = "search_8cc_source.html" > search.cc< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2020-10-09 12:00:09 +02:00
< li class = "navelem" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "classoperations__research_1_1_search_log.html" > SearchLog< / a > < / li >
2020-09-01 16:00:33 +02:00
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-17 21:42:14 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.3 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >