2020-09-01 16:00:33 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-01-17 21:42:14 +01:00
< meta name = "generator" content = "Doxygen 1.9.3" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: CallMethod0< T > < / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2022-03-04 00:11:33 +01:00
  < span id = "projectnumber" > 9.3< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-17 21:42:14 +01:00
/* @license-end */
< / script >
2020-09-01 16:00:33 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('classoperations__research_1_1_call_method0.html',''); initResizable(); });
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2020-10-09 12:00:09 +02:00
< a href = "classoperations__research_1_1_call_method0-members.html" > List of all members< / a > < / div >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > CallMethod0< T > < / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2022-01-17 21:42:14 +01:00
< div class = "textblock" > < div class = "compoundTemplParams" > template< class T> < br / >
class operations_research::CallMethod0< T > < / div > < p > < a class = "el" href = "classoperations__research_1_1_demon.html" title = "A Demon is the base element of a propagation queue." > Demon< / a > proxy to a method on the constraint with no arguments. < / p >
< p > These methods represent generic demons that will call back a method on the constraint during their Run method. This way, all propagation methods are members of the constraint class, and demons are just proxies with a priority of NORMAL_PRIORITY. < / p >
2020-09-01 16:00:33 +02:00
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00499" > 499< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-methods" name = "pub-methods" > < / a >
2020-09-01 16:00:33 +02:00
Public Member Functions< / h2 > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a7b6140d03824eabe8579c6f72d8bd725" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_call_method0.html#a7b6140d03824eabe8579c6f72d8bd725" > CallMethod0< / a > (T *const < a class = "el" href = "demon__profiler_8cc.html#a05da18ca9c7b657a4a6ea24e07c9b695" > ct< / a > , void(T::*method)(), const std::string & < a class = "el" href = "gscip__solver_8cc.html#a82e2a7e0f28d620da677073b6b24574b" > name< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a7b6140d03824eabe8579c6f72d8bd725" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a27e4f9bb590aef0900a373cfe7f34615" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_call_method0.html#a27e4f9bb590aef0900a373cfe7f34615" > ~CallMethod0< / a > () override< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a27e4f9bb590aef0900a373cfe7f34615" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:ac863f0fdd6a476ca003c99f58f14e623" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_call_method0.html#ac863f0fdd6a476ca003c99f58f14e623" > Run< / a > (< a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > *const s) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ac863f0fdd6a476ca003c99f58f14e623" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is the main callback of the demon. < a href = "classoperations__research_1_1_call_method0.html#ac863f0fdd6a476ca003c99f58f14e623" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ac863f0fdd6a476ca003c99f58f14e623" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aed804747c45a7e1caf81461f9e45dd91" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_call_method0.html#aed804747c45a7e1caf81461f9e45dd91" > DebugString< / a > () const override< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aed804747c45a7e1caf81461f9e45dd91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:ae47aecad15d101db52a7d6bd114565d3" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classoperations__research_1_1_solver.html#a293233c46e5eaa308f65c7c2350553f7" > Solver::DemonPriority< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_demon.html#ae47aecad15d101db52a7d6bd114565d3" > priority< / a > () const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ae47aecad15d101db52a7d6bd114565d3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method returns the priority of the demon. < a href = "classoperations__research_1_1_demon.html#ae47aecad15d101db52a7d6bd114565d3" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:ae47aecad15d101db52a7d6bd114565d3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c1ff1e86b1eb08d0f87eab2943dac2a" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_demon.html#a0c1ff1e86b1eb08d0f87eab2943dac2a" > inhibit< / a > (< a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > *const s)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a0c1ff1e86b1eb08d0f87eab2943dac2a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method inhibits the demon in the search tree below the current position. < a href = "classoperations__research_1_1_demon.html#a0c1ff1e86b1eb08d0f87eab2943dac2a" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a0c1ff1e86b1eb08d0f87eab2943dac2a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2baabc490b7cd5aa80136e07b358cb21" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_demon.html#a2baabc490b7cd5aa80136e07b358cb21" > desinhibit< / a > (< a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > *const s)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a2baabc490b7cd5aa80136e07b358cb21" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method un-inhibits the demon that was previously inhibited. < a href = "classoperations__research_1_1_demon.html#a2baabc490b7cd5aa80136e07b358cb21" > More...< / a > < br / > < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "separator:a2baabc490b7cd5aa80136e07b358cb21" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a7b6140d03824eabe8579c6f72d8bd725" name = "a7b6140d03824eabe8579c6f72d8bd725" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b6140d03824eabe8579c6f72d8bd725" > ◆ < / a > < / span > CallMethod0()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_call_method0.html" > CallMethod0< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > T *const  < / td >
< td class = "paramname" > < em > ct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > void(T::*)()  < / td >
< td class = "paramname" > < em > method< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > name< / 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" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00501" > 501< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a27e4f9bb590aef0900a373cfe7f34615" name = "a27e4f9bb590aef0900a373cfe7f34615" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a27e4f9bb590aef0900a373cfe7f34615" > ◆ < / a > < / span > ~CallMethod0()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > ~< a class = "el" href = "classoperations__research_1_1_call_method0.html" > CallMethod0< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00504" > 504< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "aed804747c45a7e1caf81461f9e45dd91" name = "aed804747c45a7e1caf81461f9e45dd91" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aed804747c45a7e1caf81461f9e45dd91" > ◆ < / a > < / span > DebugString()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string DebugString < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < 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_demon.html#aed804747c45a7e1caf81461f9e45dd91" > Demon< / a > .< / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00508" > 508< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2020-11-18 14:53:30 +01:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a2baabc490b7cd5aa80136e07b358cb21" name = "a2baabc490b7cd5aa80136e07b358cb21" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2baabc490b7cd5aa80136e07b358cb21" > ◆ < / a > < / span > desinhibit()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void desinhibit < / 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 > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inherited< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > This method un-inhibits the demon that was previously inhibited. < / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00209" > 209< / 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 = "a0c1ff1e86b1eb08d0f87eab2943dac2a" name = "a0c1ff1e86b1eb08d0f87eab2943dac2a" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c1ff1e86b1eb08d0f87eab2943dac2a" > ◆ < / a > < / span > inhibit()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void inhibit < / 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 > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > This method inhibits the demon in the search tree below the current position. < / p >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00203" > 203< / 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 = "ae47aecad15d101db52a7d6bd114565d3" name = "ae47aecad15d101db52a7d6bd114565d3" > < / a >
2020-11-18 14:53:30 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae47aecad15d101db52a7d6bd114565d3" > ◆ < / a > < / span > priority()< / 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_solver.html#a293233c46e5eaa308f65c7c2350553f7" > Solver::DemonPriority< / a > priority < / 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" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > This method returns the priority of the demon. < / p >
2022-01-17 21:42:14 +01:00
< p > Usually a demon is fast, slow or normal. Immediate demons are reserved for internal use to maintain variables. < / 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_delayed_call_method0.html#a0a34701cff1b1ac2fabd11e27c7cebc9" > DelayedCallMethod0< T > < / a > , < a class = "el" href = "classoperations__research_1_1_delayed_call_method1.html#a0a34701cff1b1ac2fabd11e27c7cebc9" > DelayedCallMethod1< T, P > < / a > , and < a class = "el" href = "classoperations__research_1_1_delayed_call_method2.html#a0a34701cff1b1ac2fabd11e27c7cebc9" > DelayedCallMethod2< T, P, Q > < / 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#l00197" > 197< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ac863f0fdd6a476ca003c99f58f14e623" name = "ac863f0fdd6a476ca003c99f58f14e623" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac863f0fdd6a476ca003c99f58f14e623" > ◆ < / a > < / span > Run()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Run < / td >
< td > (< / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_solver.html" > Solver< / a > *const  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > s< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-11-18 14:53:30 +01:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > This is the main callback of the demon. < / p >
< p > Implements < a class = "el" href = "classoperations__research_1_1_demon.html#aff915cd1c182d7e7ce5c9d15e9ae1da7" > Demon< / a > .< / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00506" > 506< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2020-10-09 12:00:09 +02:00
< li class = "navelem" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "classoperations__research_1_1_call_method0.html" > CallMethod0< / a > < / li >
2020-09-01 16:00:33 +02:00
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-17 21:42:14 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.3 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >