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: Member List< / 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_queue.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" >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > Queue Member List< / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- header -->
< div class = "contents" >
2020-10-09 12:00:09 +02:00
< p > This is the complete list of members for < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > , including all inherited members.< / p >
2020-09-01 16:00:33 +02:00
< table class = "directory" >
2020-10-09 12:00:09 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a5931080c9bfda8dedfef0e3adf313ab3" > AddConstraint< / a > (Constraint *const c)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "odd" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a007033e39bedd15406ebbdc611ae21b6" > AfterFailure< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a5a5ad1a2482043e4a9d2c19bbab1e250" > EnqueueAll< / a > (const SimpleRevFIFO< Demon * > & demons)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "odd" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a21482ce09ee4afda08d93a4256fee418" > EnqueueDelayedDemon< / a > (Demon *const demon)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a50bc5985f7b09b6e3f74cae11f48e1d6" > EnqueueVar< / a > (Demon *const demon)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "odd" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a3d3bd9d99cf43cf184a1246d2c278c31" > ExecuteAll< / a > (const SimpleRevFIFO< Demon * > & demons)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#aa95e0fb85af143186cf2934dba40898f" > Freeze< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "odd" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a057069bca74cea66e1c5c779c18a8c9a" > increase_stamp< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a2bc0e35530e61e76884370d745d02313" > kTestPeriod< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "odd" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#adc95ed7b2ed00267008a4582165481f7" > Process< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a970b8ed470295d2f0e1ba96a883fd357" > ProcessConstraints< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "odd" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#aa989119b751398269a0ae1a822e6623c" > ProcessOneDemon< / a > (Demon *const demon)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a6787dab864acef4886d87c02164e38fc" > Queue< / a > (Solver *const s)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "odd" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a26d87b428f06d54a1a44d6e950a0e196" > reset_action_on_fail< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a3ae4667b0e7a9e6c63c91202480c8876" > set_action_on_fail< / a > (Solver::Action a)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "odd" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a62643a4fccfb8c4ffeaf518e8d89079a" > set_variable_to_clean_on_fail< / a > (IntVar *var)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#abbfe61fbd02ff9015e48695d525a889f" > stamp< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "odd" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a4c1821b0f8a19558441f75d53a43f46c" > Unfreeze< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html#a240bdcfcc136e53aeaac3aa454cc26bf" > ~Queue< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1_queue.html" > Queue< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table > < / 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 = "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 >