2020-11-18 14:53:30 +01: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-11-18 14:53:30 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: RegularLimit< / 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-11-18 14:53:30 +01: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-11-18 14:53:30 +01: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-11-18 14:53:30 +01: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-11-18 14:53:30 +01: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-11-18 14:53:30 +01: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_regular_limit.html',''); initResizable(); });
2020-11-18 14:53:30 +01: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 > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "classoperations__research_1_1_regular_limit-members.html" > List of all members< / a > < / div >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > RegularLimit< / div > < / div >
2020-11-18 14:53:30 +01: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 > Usual limit based on wall_time, number of explored branches and number of failures in the search tree. < / 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#l04324" > 4324< / 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 > < 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-11-18 14:53:30 +01:00
Public Member Functions< / h2 > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:ad0f093cb34e6c424b7b7cc973d1bc0a3" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#ad0f093cb34e6c424b7b7cc973d1bc0a3" > RegularLimit< / a > (< a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > *const s, absl::Duration < a class = "el" href = "resource_8cc.html#aee52de7b225665566aa47246b9d6b8fa" > time< / a > , int64_t < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a14f1aa725d9c4497296b233dbcb28402" > branches< / a > , int64_t < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a7dcb440a607b4b39979280ee21621473" > failures< / a > , int64_t < a class = "el" href = "classoperations__research_1_1_regular_limit.html#af1315bc614fc71a3c90729398d208289" > solutions< / a > , bool smart_time_check, bool cumulative)< / td > < / tr >
< tr class = "separator:ad0f093cb34e6c424b7b7cc973d1bc0a3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a4b4eab279939d2f78038cc89554a3d61" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a4b4eab279939d2f78038cc89554a3d61" > ~RegularLimit< / a > () override< / td > < / tr >
< tr class = "separator:a4b4eab279939d2f78038cc89554a3d61" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aac0948fa90cbc174304a0f6c78d72e15" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#aac0948fa90cbc174304a0f6c78d72e15" > Copy< / a > (const < a class = "el" href = "classoperations__research_1_1_search_limit.html" > SearchLimit< / a > *const limit) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aac0948fa90cbc174304a0f6c78d72e15" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy a limit. < a href = "classoperations__research_1_1_regular_limit.html#aac0948fa90cbc174304a0f6c78d72e15" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:aac0948fa90cbc174304a0f6c78d72e15" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afc23e507ef75a1c5d83677384d59cb0c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_search_limit.html" > SearchLimit< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#afc23e507ef75a1c5d83677384d59cb0c" > MakeClone< / a > () const override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:afc23e507ef75a1c5d83677384d59cb0c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Allocates a clone of the limit. < a href = "classoperations__research_1_1_regular_limit.html#afc23e507ef75a1c5d83677384d59cb0c" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:afc23e507ef75a1c5d83677384d59cb0c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad74b8657dc115d03d0135566e2e6c0cf" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html" > RegularLimit< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#ad74b8657dc115d03d0135566e2e6c0cf" > MakeIdenticalClone< / a > () const< / td > < / tr >
< tr class = "separator:ad74b8657dc115d03d0135566e2e6c0cf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a01dd9b59b9a183cb3ba148b08d09b320" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a01dd9b59b9a183cb3ba148b08d09b320" > Check< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a01dd9b59b9a183cb3ba148b08d09b320" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called to check the status of the limit. < a href = "classoperations__research_1_1_regular_limit.html#a01dd9b59b9a183cb3ba148b08d09b320" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a01dd9b59b9a183cb3ba148b08d09b320" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a47de93e849d14c3eda08d78613506608" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a47de93e849d14c3eda08d78613506608" > Init< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a47de93e849d14c3eda08d78613506608" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called when the search limit is initialized. < a href = "classoperations__research_1_1_regular_limit.html#a47de93e849d14c3eda08d78613506608" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a47de93e849d14c3eda08d78613506608" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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_regular_limit.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_regular_limit.html#a4d07aaa3fe401d52e938c2f8f7f2e26f" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a4d07aaa3fe401d52e938c2f8f7f2e26f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a31c8a0b81a7b1d7ebccff84666901671" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a31c8a0b81a7b1d7ebccff84666901671" > UpdateLimits< / a > (absl::Duration < a class = "el" href = "resource_8cc.html#aee52de7b225665566aa47246b9d6b8fa" > time< / a > , int64_t < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a14f1aa725d9c4497296b233dbcb28402" > branches< / a > , int64_t < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a7dcb440a607b4b39979280ee21621473" > failures< / a > , int64_t < a class = "el" href = "classoperations__research_1_1_regular_limit.html#af1315bc614fc71a3c90729398d208289" > solutions< / a > )< / td > < / tr >
< tr class = "separator:a31c8a0b81a7b1d7ebccff84666901671" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a039f4519955ca1dd2aa8b82b7f7a37fa" > < td class = "memItemLeft" align = "right" valign = "top" > absl::Duration  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a039f4519955ca1dd2aa8b82b7f7a37fa" > duration_limit< / a > () const< / td > < / tr >
< tr class = "separator:a039f4519955ca1dd2aa8b82b7f7a37fa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a6129ea627a9a40fc21ddc24914cc6958" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a6129ea627a9a40fc21ddc24914cc6958" > wall_time< / a > () const< / td > < / tr >
< tr class = "separator:a6129ea627a9a40fc21ddc24914cc6958" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a14f1aa725d9c4497296b233dbcb28402" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a14f1aa725d9c4497296b233dbcb28402" > branches< / a > () const< / td > < / tr >
< tr class = "separator:a14f1aa725d9c4497296b233dbcb28402" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7dcb440a607b4b39979280ee21621473" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a7dcb440a607b4b39979280ee21621473" > failures< / a > () const< / td > < / tr >
< tr class = "separator:a7dcb440a607b4b39979280ee21621473" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af1315bc614fc71a3c90729398d208289" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#af1315bc614fc71a3c90729398d208289" > solutions< / a > () const< / td > < / tr >
< tr class = "separator:af1315bc614fc71a3c90729398d208289" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a1d6a0a8f90a9b39efbd6b00994d212c8" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a1d6a0a8f90a9b39efbd6b00994d212c8" > IsUncheckedSolutionLimitReached< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a1d6a0a8f90a9b39efbd6b00994d212c8" > < 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_regular_limit.html#a1d6a0a8f90a9b39efbd6b00994d212c8" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a1d6a0a8f90a9b39efbd6b00994d212c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7dae7731e3aee0f21059730b01aaaf51" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a7dae7731e3aee0f21059730b01aaaf51" > ProgressPercent< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a7dae7731e3aee0f21059730b01aaaf51" > < 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_regular_limit.html#a7dae7731e3aee0f21059730b01aaaf51" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a7dae7731e3aee0f21059730b01aaaf51" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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_regular_limit.html#aed804747c45a7e1caf81461f9e45dd91" > DebugString< / a > () const override< / td > < / tr >
< tr class = "separator:aed804747c45a7e1caf81461f9e45dd91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8cc63d9778229883ca7594b3a47d8f5b" > < td class = "memItemLeft" align = "right" valign = "top" > absl::Time  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#a8cc63d9778229883ca7594b3a47d8f5b" > AbsoluteSolverDeadline< / a > () const< / td > < / tr >
< tr class = "separator:a8cc63d9778229883ca7594b3a47d8f5b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa30c84aec5e60d6b74e1e1eb15011d4a" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html#aa30c84aec5e60d6b74e1e1eb15011d4a" > Accept< / a > (< a class = "el" href = "classoperations__research_1_1_model_visitor.html" > ModelVisitor< / a > *const visitor) const override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aa30c84aec5e60d6b74e1e1eb15011d4a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Accepts the given model visitor. < a href = "classoperations__research_1_1_regular_limit.html#aa30c84aec5e60d6b74e1e1eb15011d4a" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:aa30c84aec5e60d6b74e1e1eb15011d4a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae874856cae71ff1b4391027b70f0c915" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_limit.html#ae874856cae71ff1b4391027b70f0c915" > crossed< / a > () const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ae874856cae71ff1b4391027b70f0c915" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if the limit has been crossed. < a href = "classoperations__research_1_1_search_limit.html#ae874856cae71ff1b4391027b70f0c915" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:ae874856cae71ff1b4391027b70f0c915" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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_limit.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" > Internal methods. < a href = "classoperations__research_1_1_search_limit.html#a0c955ff1b2eae2daece0f25f1e57fb16" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a0c955ff1b2eae2daece0f25f1e57fb16" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a6022c765bf8a03b9322ca6c6591b3c21" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_limit.html#a6022c765bf8a03b9322ca6c6591b3c21" > 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 > ) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a6022c765bf8a03b9322ca6c6591b3c21" > < 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_limit.html#a6022c765bf8a03b9322ca6c6591b3c21" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a6022c765bf8a03b9322ca6c6591b3c21" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a310e97cfc134567a740679be9186e194" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_limit.html#a310e97cfc134567a740679be9186e194" > PeriodicCheck< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a310e97cfc134567a740679be9186e194" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Periodic call to check limits in long running methods. < a href = "classoperations__research_1_1_search_limit.html#a310e97cfc134567a740679be9186e194" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a310e97cfc134567a740679be9186e194" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acdef27972648252e66630c3b078aa962" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_search_limit.html#acdef27972648252e66630c3b078aa962" > RefuteDecision< / a > (< a class = "el" href = "classoperations__research_1_1_decision.html" > Decision< / a > *const d) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:acdef27972648252e66630c3b078aa962" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before refuting the decision. < a href = "classoperations__research_1_1_search_limit.html#acdef27972648252e66630c3b078aa962" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:acdef27972648252e66630c3b078aa962" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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: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:a093de3a1c47e97d7d50bea387482a7e7" > < 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#a093de3a1c47e97d7d50bea387482a7e7" > ApplyDecision< / 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:a093de3a1c47e97d7d50bea387482a7e7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before applying the decision. < a href = "classoperations__research_1_1_search_monitor.html#a093de3a1c47e97d7d50bea387482a7e7" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a093de3a1c47e97d7d50bea387482a7e7" > < 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:a454ac888929e304de940a94fa21c6821" > < 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#a454ac888929e304de940a94fa21c6821" > BeginFail< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a454ac888929e304de940a94fa21c6821" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Just when the failure occurs. < a href = "classoperations__research_1_1_search_monitor.html#a454ac888929e304de940a94fa21c6821" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a454ac888929e304de940a94fa21c6821" > < 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:a4b1c8b194527e84175c219213db4a1ea" > < 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#a4b1c8b194527e84175c219213db4a1ea" > BeginInitialPropagation< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a4b1c8b194527e84175c219213db4a1ea" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Before the initial propagation. < a href = "classoperations__research_1_1_search_monitor.html#a4b1c8b194527e84175c219213db4a1ea" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a4b1c8b194527e84175c219213db4a1ea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a975d041f983e1fa15ed2ef96ea40271f" > < 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#a975d041f983e1fa15ed2ef96ea40271f" > EndInitialPropagation< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a975d041f983e1fa15ed2ef96ea40271f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After the initial propagation. < a href = "classoperations__research_1_1_search_monitor.html#a975d041f983e1fa15ed2ef96ea40271f" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a975d041f983e1fa15ed2ef96ea40271f" > < 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:aab2e7f61fef0e7a0ef5bb35cfc051199" > < 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#aab2e7f61fef0e7a0ef5bb35cfc051199" > AtSolution< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aab2e7f61fef0e7a0ef5bb35cfc051199" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method is called when a valid solution is found. < a href = "classoperations__research_1_1_search_monitor.html#aab2e7f61fef0e7a0ef5bb35cfc051199" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:aab2e7f61fef0e7a0ef5bb35cfc051199" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a30d7b17082cedd451c6bf44260fef75d" > < 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#a30d7b17082cedd451c6bf44260fef75d" > NoMoreSolutions< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a30d7b17082cedd451c6bf44260fef75d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > When the search tree is finished. < a href = "classoperations__research_1_1_search_monitor.html#a30d7b17082cedd451c6bf44260fef75d" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a30d7b17082cedd451c6bf44260fef75d" > < 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:a9c5c737b0e0cc86888b5a32f445cfc7f" > < 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#a9c5c737b0e0cc86888b5a32f445cfc7f" > AcceptUncheckedNeighbor< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a9c5c737b0e0cc86888b5a32f445cfc7f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > After accepting an unchecked neighbor during local search. < a href = "classoperations__research_1_1_search_monitor.html#a9c5c737b0e0cc86888b5a32f445cfc7f" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a9c5c737b0e0cc86888b5a32f445cfc7f" > < 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: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 >
< / table >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "ad0f093cb34e6c424b7b7cc973d1bc0a3" name = "ad0f093cb34e6c424b7b7cc973d1bc0a3" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad0f093cb34e6c424b7b7cc973d1bc0a3" > ◆ < / a > < / span > RegularLimit()< / h2 >
2020-11-18 14:53:30 +01:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html" > RegularLimit< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > *const  < / td >
< td class = "paramname" > < em > s< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > absl::Duration  < / td >
< td class = "paramname" > < em > time< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramname" > < em > branches< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramname" > < em > failures< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramname" > < em > solutions< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > smart_time_check< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > cumulative< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / 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 = "search_8cc_source.html#l04031" > 4031< / 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 = "a4b4eab279939d2f78038cc89554a3d61" name = "a4b4eab279939d2f78038cc89554a3d61" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4b4eab279939d2f78038cc89554a3d61" > ◆ < / a > < / span > ~RegularLimit()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ~< a class = "el" href = "classoperations__research_1_1_regular_limit.html" > RegularLimit< / a > < / td >
< 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-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04050" > 4050< / 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 >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a8cc63d9778229883ca7594b3a47d8f5b" name = "a8cc63d9778229883ca7594b3a47d8f5b" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8cc63d9778229883ca7594b3a47d8f5b" > ◆ < / a > < / span > AbsoluteSolverDeadline()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > absl::Time AbsoluteSolverDeadline < / td >
< 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 > < / 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#l04351" > 4351< / 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 = "aa30c84aec5e60d6b74e1e1eb15011d4a" name = "aa30c84aec5e60d6b74e1e1eb15011d4a" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa30c84aec5e60d6b74e1e1eb15011d4a" > ◆ < / 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" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Accepts the given model visitor. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#aac4aa5ecf086378b1bbac4b669bab4db" > SearchMonitor< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04136" > 4136< / 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 = "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 = "a9c5c737b0e0cc86888b5a32f445cfc7f" name = "a9c5c737b0e0cc86888b5a32f445cfc7f" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9c5c737b0e0cc86888b5a32f445cfc7f" > ◆ < / 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" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After accepting an unchecked neighbor during local search. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_search_log.html#afc36af1852ba6e2dbe650aa172e4c680" > SearchLog< / 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#l02898" > 2898< / 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 = "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 >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< 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-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a093de3a1c47e97d7d50bea387482a7e7" name = "a093de3a1c47e97d7d50bea387482a7e7" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a093de3a1c47e97d7d50bea387482a7e7" > ◆ < / 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 >
< 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 >
< 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 > Before applying the decision. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_search_log.html#a9af93e0c2f02218bf4e586dda448fabe" > SearchLog< / 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#l02883" > 2883< / 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 = "aab2e7f61fef0e7a0ef5bb35cfc051199" name = "aab2e7f61fef0e7a0ef5bb35cfc051199" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab2e7f61fef0e7a0ef5bb35cfc051199" > ◆ < / 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" >
< 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 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
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_optimize_var.html#ab3631067f88ccc24c5db6a8a0dc64e47" > OptimizeVar< / a > , < a class = "el" href = "classoperations__research_1_1_improvement_search_limit.html#ab3631067f88ccc24c5db6a8a0dc64e47" > ImprovementSearchLimit< / a > , and < a class = "el" href = "classoperations__research_1_1_search_log.html#ab3631067f88ccc24c5db6a8a0dc64e47" > SearchLog< / 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#l02891" > 2891< / 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 = "a454ac888929e304de940a94fa21c6821" name = "a454ac888929e304de940a94fa21c6821" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a454ac888929e304de940a94fa21c6821" > ◆ < / 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" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Just when the failure occurs. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_search_log.html#a00e1c5e76ceb9b425ddea62748673d9b" > SearchLog< / a > , and < a class = "el" href = "classoperations__research_1_1_demon_profiler.html#a00e1c5e76ceb9b425ddea62748673d9b" > DemonProfiler< / 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#l02886" > 2886< / 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 = "a4b1c8b194527e84175c219213db4a1ea" name = "a4b1c8b194527e84175c219213db4a1ea" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4b1c8b194527e84175c219213db4a1ea" > ◆ < / 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" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Before the initial propagation. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_search_log.html#a73895ddf1e732b9d3fa365f05977c8a6" > SearchLog< / 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#l02888" > 2888< / 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 = "a6022c765bf8a03b9322ca6c6591b3c21" name = "a6022c765bf8a03b9322ca6c6591b3c21" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6022c765bf8a03b9322ca6c6591b3c21" > ◆ < / 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" > override< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / 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
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a559dc347843f1924df71daa62fb7f984" > SearchMonitor< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04006" > 4006< / 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 = "a14f1aa725d9c4497296b233dbcb28402" name = "a14f1aa725d9c4497296b233dbcb28402" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a14f1aa725d9c4497296b233dbcb28402" > ◆ < / a > < / span > branches()< / 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 >
2021-04-27 23:00:03 +02:00
< td class = "memname" > int64_t branches < / 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 > < / 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#l04344" > 4344< / 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 = "a01dd9b59b9a183cb3ba148b08d09b320" name = "a01dd9b59b9a183cb3ba148b08d09b320" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a01dd9b59b9a183cb3ba148b08d09b320" > ◆ < / a > < / span > Check()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool Check < / td >
< 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 class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > This method is called to check the status of the limit. < / p >
2022-01-17 21:42:14 +01:00
< p > A return value of true indicates that we have indeed crossed the limit. In that case, this method will not be called again and the remaining search will be discarded. < / p >
2020-11-18 14:53:30 +01:00
< p > Implements < a class = "el" href = "classoperations__research_1_1_search_limit.html#afefd22e7a516cef9dff7154cae02e704" > SearchLimit< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04071" > 4071< / 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 = "aac0948fa90cbc174304a0f6c78d72e15" name = "aac0948fa90cbc174304a0f6c78d72e15" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aac0948fa90cbc174304a0f6c78d72e15" > ◆ < / a > < / span > Copy()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Copy < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1_search_limit.html" > SearchLimit< / a > *const  < / td >
< td class = "paramname" > < em > limit< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Copy a limit. < / p >
2022-01-17 21:42:14 +01:00
< p > Warning: leads to a direct (no check) downcasting of 'limit' so one needs to be sure both SearchLimits are of the same type. < / p >
2020-11-18 14:53:30 +01:00
< p > Implements < a class = "el" href = "classoperations__research_1_1_search_limit.html#abeeb0e725bbe0c9cb3c632414658ab45" > SearchLimit< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04052" > 4052< / 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 = "ae874856cae71ff1b4391027b70f0c915" name = "ae874856cae71ff1b4391027b70f0c915" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae874856cae71ff1b4391027b70f0c915" > ◆ < / a > < / span > crossed()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool crossed < / td >
< 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" >
< p > Returns true if the limit has been crossed. < / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8h_source.html#l04288" > 4288< / 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 = "aed804747c45a7e1caf81461f9e45dd91" name = "aed804747c45a7e1caf81461f9e45dd91" > < / a >
2020-11-18 14:53:30 +01: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" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_limit.html#aed804747c45a7e1caf81461f9e45dd91" > SearchLimit< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04128" > 4128< / 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 = "a039f4519955ca1dd2aa8b82b7f7a37fa" name = "a039f4519955ca1dd2aa8b82b7f7a37fa" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a039f4519955ca1dd2aa8b82b7f7a37fa" > ◆ < / a > < / span > duration_limit()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > absl::Duration duration_limit < / td >
< 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 > < / 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#l04338" > 4338< / 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 = "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-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a975d041f983e1fa15ed2ef96ea40271f" name = "a975d041f983e1fa15ed2ef96ea40271f" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a975d041f983e1fa15ed2ef96ea40271f" > ◆ < / 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" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > After the initial propagation. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_search_log.html#afe2b705fd5af7c1c6812f69e9a9dcdf1" > SearchLog< / 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#l02889" > 2889< / 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 = "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 >
< / 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-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a0c955ff1b2eae2daece0f25f1e57fb16" name = "a0c955ff1b2eae2daece0f25f1e57fb16" > < / a >
2020-11-18 14:53:30 +01: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" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Internal methods. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a64b85630107261fc085d02f6e3f30a69" > SearchMonitor< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04001" > 4001< / 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 = "a4d07aaa3fe401d52e938c2f8f7f2e26f" name = "a4d07aaa3fe401d52e938c2f8f7f2e26f" > < / a >
2020-11-18 14:53:30 +01: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" >
< 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-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04103" > 4103< / 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 = "a7dcb440a607b4b39979280ee21621473" name = "a7dcb440a607b4b39979280ee21621473" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7dcb440a607b4b39979280ee21621473" > ◆ < / a > < / span > failures()< / 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 >
2021-04-27 23:00:03 +02:00
< td class = "memname" > int64_t failures < / 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 > < / 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#l04345" > 4345< / 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 = "a47de93e849d14c3eda08d78613506608" name = "a47de93e849d14c3eda08d78613506608" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a47de93e849d14c3eda08d78613506608" > ◆ < / a > < / span > Init()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Init < / td >
< 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 class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > This method is called when the search limit is initialized. < / p >
< p > Implements < a class = "el" href = "classoperations__research_1_1_search_limit.html#a5368a4a3fff770682cf257e81707d9f0" > SearchLimit< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04092" > 4092< / 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 = "a1d6a0a8f90a9b39efbd6b00994d212c8" name = "a1d6a0a8f90a9b39efbd6b00994d212c8" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1d6a0a8f90a9b39efbd6b00994d212c8" > ◆ < / 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" > 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" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns true if the limit of solutions has been reached including unchecked solutions. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a198e17615278d9d5b9f39e4f0493447b" > SearchMonitor< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04122" > 4122< / 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 = "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-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "afc23e507ef75a1c5d83677384d59cb0c" name = "afc23e507ef75a1c5d83677384d59cb0c" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc23e507ef75a1c5d83677384d59cb0c" > ◆ < / a > < / span > MakeClone()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_search_limit.html" > SearchLimit< / a > * MakeClone < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Allocates a clone of the limit. < / p >
2022-01-17 21:42:14 +01:00
< p > Implements < a class = "el" href = "classoperations__research_1_1_search_limit.html#a1563fc95e4006ea25ee576b349b55d58" > 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 = "search_8cc_source.html#l04063" > 4063< / 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 = "ad74b8657dc115d03d0135566e2e6c0cf" name = "ad74b8657dc115d03d0135566e2e6c0cf" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad74b8657dc115d03d0135566e2e6c0cf" > ◆ < / a > < / span > MakeIdenticalClone()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_regular_limit.html" > RegularLimit< / a > * MakeIdenticalClone < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / 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 = "search_8cc_source.html#l04065" > 4065< / 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 = "a30d7b17082cedd451c6bf44260fef75d" name = "a30d7b17082cedd451c6bf44260fef75d" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a30d7b17082cedd451c6bf44260fef75d" > ◆ < / 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" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > When the search tree is finished. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_search_log.html#a970b194bb0e12ae42db1f1b3ca7ba43e" > SearchLog< / 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#l02892" > 2892< / 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 = "a310e97cfc134567a740679be9186e194" name = "a310e97cfc134567a740679be9186e194" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a310e97cfc134567a740679be9186e194" > ◆ < / 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" > override< / span > < 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 >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a61dc29f76a01e24526e0167c779f30d0" > SearchMonitor< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04016" > 4016< / 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 = "a7dae7731e3aee0f21059730b01aaaf51" name = "a7dae7731e3aee0f21059730b01aaaf51" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7dae7731e3aee0f21059730b01aaaf51" > ◆ < / 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" > 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" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns a percentage representing the propress of the search before reaching limits. < / p >
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_search_monitor.html#a2ebc7607687823d65bf65f331c9ac246" > SearchMonitor< / a > .< / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04079" > 4079< / 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 = "acdef27972648252e66630c3b078aa962" name = "acdef27972648252e66630c3b078aa962" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acdef27972648252e66630c3b078aa962" > ◆ < / 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 >
< 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 >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / 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-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "search_8cc_source.html#l04011" > 4011< / 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 = "af1315bc614fc71a3c90729398d208289" name = "af1315bc614fc71a3c90729398d208289" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af1315bc614fc71a3c90729398d208289" > ◆ < / a > < / span > solutions()< / 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 >
2021-04-27 23:00:03 +02:00
< td class = "memname" > int64_t solutions < / 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 > < / 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#l04346" > 4346< / 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 = "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 >
2022-01-17 21:42:14 +01:00
< a id = "a31c8a0b81a7b1d7ebccff84666901671" name = "a31c8a0b81a7b1d7ebccff84666901671" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a31c8a0b81a7b1d7ebccff84666901671" > ◆ < / a > < / span > UpdateLimits()< / h2 >
2020-11-18 14:53:30 +01:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void UpdateLimits < / td >
< td > (< / td >
< td class = "paramtype" > absl::Duration  < / td >
< td class = "paramname" > < em > time< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramname" > < em > branches< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramname" > < em > failures< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramname" > < em > solutions< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / 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 = "search_8cc_source.html#l04114" > 4114< / 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 = "a6129ea627a9a40fc21ddc24914cc6958" name = "a6129ea627a9a40fc21ddc24914cc6958" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6129ea627a9a40fc21ddc24914cc6958" > ◆ < / a > < / span > wall_time()< / 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 >
2021-04-27 23:00:03 +02:00
< td class = "memname" > int64_t wall_time < / 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 > < / 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#l04339" > 4339< / 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-11-18 14:53:30 +01: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-11-18 14:53:30 +01:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > < a class = "el" href = "constraint__solver_8h_source.html" > constraint_solver.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 >
< 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_regular_limit.html" > RegularLimit< / a > < / li >
< 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-11-18 14:53:30 +01:00
< / ul >
< / div >
< / body >
< / html >