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">
2019-06-13 15:36:14 +02:00
< html xmlns = "http://www.w3.org/1999/xhtml" >
2020-09-01 16:00:33 +02:00
< 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: TwoOpt< / 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">
2019-06-13 15:36:14 +02:00
< / div >
< / div >
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 */
$(document).ready(function(){initNavTree('classoperations__research_1_1_two_opt.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 >
2019-06-13 15:36:14 +02:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
2020-10-09 12:00:09 +02:00
< a href = "classoperations__research_1_1_two_opt-members.html" > List of all members< / a > < / div >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > TwoOpt< / div > < / div >
2019-06-13 15:36:14 +02:00
< / div > <!-- header -->
< div class = "contents" >
2019-08-12 23:15:11 -07:00
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "textblock" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00870" > 870< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2019-08-12 23:15:11 -07: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 >
2019-06-13 15:36:14 +02:00
Public Member Functions< / h2 > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:ae53f0215ef920400f5092f6992597b0b" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_two_opt.html#ae53f0215ef920400f5092f6992597b0b" > TwoOpt< / a > (const std::vector< < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > * > & vars, const std::vector< < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > * > & secondary_vars, std::function< int(int64_t)> start_empty_path_class)< / td > < / tr >
< tr class = "separator:ae53f0215ef920400f5092f6992597b0b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a5854bf6473144ca20423ef623907960e" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_two_opt.html#a5854bf6473144ca20423ef623907960e" > ~TwoOpt< / a > () override< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a5854bf6473144ca20423ef623907960e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a24ea165f00f8e15de94958fc804ff209" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_two_opt.html#a24ea165f00f8e15de94958fc804ff209" > MakeNeighbor< / a > () override< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a24ea165f00f8e15de94958fc804ff209" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a25270065fa93c847ef996f6ed937e175" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_two_opt.html#a25270065fa93c847ef996f6ed937e175" > IsIncremental< / a > () const override< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a25270065fa93c847ef996f6ed937e175" > < 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_two_opt.html#aed804747c45a7e1caf81461f9e45dd91" > DebugString< / a > () const override< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aed804747c45a7e1caf81461f9e45dd91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:af82f4acaed7bb39d568e689a9caa63d5" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#af82f4acaed7bb39d568e689a9caa63d5" > Reset< / a > () override< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:af82f4acaed7bb39d568e689a9caa63d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aa8d4a4b8ea73184cedcc0be51f6a3921" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#aa8d4a4b8ea73184cedcc0be51f6a3921" > SkipUnchanged< / a > (int < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > ) const override< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aa8d4a4b8ea73184cedcc0be51f6a3921" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a5f9e1016a5bb6a7d5cded8599a50fce1" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a5f9e1016a5bb6a7d5cded8599a50fce1" > Next< / a > (int64_t node) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a5f9e1016a5bb6a7d5cded8599a50fce1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the node after node in the current delta. < a href = "classoperations__research_1_1_path_operator.html#a5f9e1016a5bb6a7d5cded8599a50fce1" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a5f9e1016a5bb6a7d5cded8599a50fce1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa14dad2d86c18296f9a5227b87d5caad" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#aa14dad2d86c18296f9a5227b87d5caad" > Prev< / a > (int64_t node) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aa14dad2d86c18296f9a5227b87d5caad" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the node before node in the current delta. < a href = "classoperations__research_1_1_path_operator.html#aa14dad2d86c18296f9a5227b87d5caad" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:aa14dad2d86c18296f9a5227b87d5caad" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf2175ee598b241dcc5459573ebdc886" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#adf2175ee598b241dcc5459573ebdc886" > Path< / a > (int64_t node) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:adf2175ee598b241dcc5459573ebdc886" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the index of the path to which node belongs in the current delta. < a href = "classoperations__research_1_1_path_operator.html#adf2175ee598b241dcc5459573ebdc886" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:adf2175ee598b241dcc5459573ebdc886" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a208d45797eebd7cad439cc43b049103d" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a208d45797eebd7cad439cc43b049103d" > number_of_nexts< / a > () const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a208d45797eebd7cad439cc43b049103d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Number of next variables. < a href = "classoperations__research_1_1_path_operator.html#a208d45797eebd7cad439cc43b049103d" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a208d45797eebd7cad439cc43b049103d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a2b47576627076cc054924a89a08f69a6" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_int_var_local_search_operator.html#a2b47576627076cc054924a89a08f69a6" > MakeNextNeighbor< / 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) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a2b47576627076cc054924a89a08f69a6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Redefines MakeNextNeighbor to export a simpler interface. < a href = "classoperations__research_1_1_int_var_local_search_operator.html#a2b47576627076cc054924a89a08f69a6" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a2b47576627076cc054924a89a08f69a6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a35de616bef50b1661e3133761f7260e1" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a35de616bef50b1661e3133761f7260e1" > HoldsDelta< / a > () const override< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a35de616bef50b1661e3133761f7260e1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:aeacffb05338262fd232dc77fed8cc586" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aeacffb05338262fd232dc77fed8cc586" > Start< / a > (const < a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *assignment) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aeacffb05338262fd232dc77fed8cc586" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method should not be overridden. < a href = "classoperations__research_1_1_var_local_search_operator.html#aeacffb05338262fd232dc77fed8cc586" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aeacffb05338262fd232dc77fed8cc586" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a24926108b770033792d015cb86aeffb3" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a24926108b770033792d015cb86aeffb3" > Size< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a24926108b770033792d015cb86aeffb3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:a3c7b6e2c172f34aad1d952d799be61f2" > < td class = "memItemLeft" align = "right" valign = "top" > const int64_t &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a3c7b6e2c172f34aad1d952d799be61f2" > Value< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > ) const< / td > < / tr >
< tr class = "memdesc:a3c7b6e2c172f34aad1d952d799be61f2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the value in the current assignment of the variable of given index. < a href = "classoperations__research_1_1_var_local_search_operator.html#a3c7b6e2c172f34aad1d952d799be61f2" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3c7b6e2c172f34aad1d952d799be61f2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a88a93be7370ff1f4c043fb335c8aac7c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a88a93be7370ff1f4c043fb335c8aac7c" > Var< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > ) const< / td > < / tr >
< tr class = "memdesc:a88a93be7370ff1f4c043fb335c8aac7c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the variable of given index. < a href = "classoperations__research_1_1_var_local_search_operator.html#a88a93be7370ff1f4c043fb335c8aac7c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a88a93be7370ff1f4c043fb335c8aac7c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a79163ea8990864f185e87eabf1578cca" > < td class = "memItemLeft" align = "right" valign = "top" > const int64_t &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a79163ea8990864f185e87eabf1578cca" > OldValue< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > ) const< / td > < / tr >
< tr class = "separator:a79163ea8990864f185e87eabf1578cca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a20dd03e0437bf484e2ea321595c2e1cd" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a20dd03e0437bf484e2ea321595c2e1cd" > SetValue< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > , const int64_t & < a class = "el" href = "primal__dual__hybrid__gradient_8cc.html#a730b1ea892f1f794d9bd5f16027acb63" > value< / a > )< / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a20dd03e0437bf484e2ea321595c2e1cd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7f09d9a63d478f7fb1242e95a0e763a9" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a7f09d9a63d478f7fb1242e95a0e763a9" > Activated< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > ) const< / td > < / tr >
< tr class = "separator:a7f09d9a63d478f7fb1242e95a0e763a9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0019420edaed3532e8632e5b31e81b11" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a0019420edaed3532e8632e5b31e81b11" > Activate< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > )< / td > < / tr >
< tr class = "separator:a0019420edaed3532e8632e5b31e81b11" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a07cab95250a1eb5cf83faca67805fd80" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a07cab95250a1eb5cf83faca67805fd80" > Deactivate< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > )< / td > < / tr >
< tr class = "separator:a07cab95250a1eb5cf83faca67805fd80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:aabafb6d8996f5101db26b30efff406b0" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aabafb6d8996f5101db26b30efff406b0" > ApplyChanges< / 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) const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aabafb6d8996f5101db26b30efff406b0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a06eb05df61a9b9fce744928947f43d89" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a06eb05df61a9b9fce744928947f43d89" > RevertChanges< / a > (bool incremental)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a06eb05df61a9b9fce744928947f43d89" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:ae2af73491ab2aa6804b443d442026a5e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#ae2af73491ab2aa6804b443d442026a5e" > AddVars< / a > (const std::vector< < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > * > & vars)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ae2af73491ab2aa6804b443d442026a5e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:a6d9702ba9fe50096dded07c0c2836c32" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "classoperations__research_1_1_local_search_operator.html" > LocalSearchOperator< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_local_search_operator.html#a6d9702ba9fe50096dded07c0c2836c32" > Self< / a > () const< / td > < / tr >
< tr class = "separator:a6d9702ba9fe50096dded07c0c2836c32" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a1b0063f805d92ed061848616d08f4664" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_local_search_operator.html#a1b0063f805d92ed061848616d08f4664" > HasFragments< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a1b0063f805d92ed061848616d08f4664" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pro-methods" name = "pro-methods" > < / a >
2019-06-13 15:36:14 +02:00
Protected Member Functions< / h2 > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aeb4fe30538ba848f88b1657accd934c6" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_two_opt.html#aeb4fe30538ba848f88b1657accd934c6" > OnSamePathAsPreviousBase< / a > (int64_t base_index) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aeb4fe30538ba848f88b1657accd934c6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if a base node has to be on the same path as the "previous" base node (base node of index base_index - 1). < a href = "classoperations__research_1_1_two_opt.html#aeb4fe30538ba848f88b1657accd934c6" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:aeb4fe30538ba848f88b1657accd934c6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a22efab68fd4a93ad85101ceffb01134b" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_two_opt.html#a22efab68fd4a93ad85101ceffb01134b" > GetBaseNodeRestartPosition< / a > (int base_index) override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a22efab68fd4a93ad85101ceffb01134b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the index of the node to which the base node of index base_index must be set to when it reaches the end of a path. < a href = "classoperations__research_1_1_two_opt.html#a22efab68fd4a93ad85101ceffb01134b" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a22efab68fd4a93ad85101ceffb01134b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ad14cde260686e5b4174e691675df3139" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#ad14cde260686e5b4174e691675df3139" > MakeOneNeighbor< / a > () override< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ad14cde260686e5b4174e691675df3139" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This method should not be overridden. Override < a class = "el" href = "classoperations__research_1_1_path_operator.html#a10ae14d6daad9088377260420952f814" > MakeNeighbor()< / a > instead. < a href = "classoperations__research_1_1_path_operator.html#ad14cde260686e5b4174e691675df3139" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ad14cde260686e5b4174e691675df3139" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:ab8846cc7a17291cb0dffd4c0fc4933ea" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#ab8846cc7a17291cb0dffd4c0fc4933ea" > BaseNode< / a > (int i) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ab8846cc7a17291cb0dffd4c0fc4933ea" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the ith base node of the operator. < a href = "classoperations__research_1_1_path_operator.html#ab8846cc7a17291cb0dffd4c0fc4933ea" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:ab8846cc7a17291cb0dffd4c0fc4933ea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a752100eca408efb4a9392f16f21f9cf7" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a752100eca408efb4a9392f16f21f9cf7" > BaseAlternative< / a > (int i) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a752100eca408efb4a9392f16f21f9cf7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the alternative for the ith base node. < a href = "classoperations__research_1_1_path_operator.html#a752100eca408efb4a9392f16f21f9cf7" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a752100eca408efb4a9392f16f21f9cf7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:ac94bcebc6d1699e2292cf5fb56970a80" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#ac94bcebc6d1699e2292cf5fb56970a80" > BaseAlternativeNode< / a > (int i) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ac94bcebc6d1699e2292cf5fb56970a80" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the alternative node for the ith base node. < a href = "classoperations__research_1_1_path_operator.html#ac94bcebc6d1699e2292cf5fb56970a80" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:ac94bcebc6d1699e2292cf5fb56970a80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a5bc40a93b9ba709cfb3ca78cea7435e1" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a5bc40a93b9ba709cfb3ca78cea7435e1" > BaseSiblingAlternative< / a > (int i) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a5bc40a93b9ba709cfb3ca78cea7435e1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the alternative for the sibling of the ith base node. < a href = "classoperations__research_1_1_path_operator.html#a5bc40a93b9ba709cfb3ca78cea7435e1" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a5bc40a93b9ba709cfb3ca78cea7435e1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a9f9007781da398bc03b61ab99864295c" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a9f9007781da398bc03b61ab99864295c" > BaseSiblingAlternativeNode< / a > (int i) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a9f9007781da398bc03b61ab99864295c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the alternative node for the sibling of the ith base node. < a href = "classoperations__research_1_1_path_operator.html#a9f9007781da398bc03b61ab99864295c" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a9f9007781da398bc03b61ab99864295c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a027b0d17fd972bee95a8023e7d4f81c9" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a027b0d17fd972bee95a8023e7d4f81c9" > StartNode< / a > (int i) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a027b0d17fd972bee95a8023e7d4f81c9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the start node of the ith base node. < a href = "classoperations__research_1_1_path_operator.html#a027b0d17fd972bee95a8023e7d4f81c9" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a027b0d17fd972bee95a8023e7d4f81c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:a3493d43792939bc2a16ec5b53361095d" > < td class = "memItemLeft" align = "right" valign = "top" > const std::vector< int64_t > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a3493d43792939bc2a16ec5b53361095d" > path_starts< / a > () const< / td > < / tr >
< tr class = "memdesc:a3493d43792939bc2a16ec5b53361095d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the vector of path start nodes. < a href = "classoperations__research_1_1_path_operator.html#a3493d43792939bc2a16ec5b53361095d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a3493d43792939bc2a16ec5b53361095d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a11b8ad366b686132736854e7029e7bff" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a11b8ad366b686132736854e7029e7bff" > PathClass< / a > (int i) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a11b8ad366b686132736854e7029e7bff" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the class of the path of the ith base node. < a href = "classoperations__research_1_1_path_operator.html#a11b8ad366b686132736854e7029e7bff" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a11b8ad366b686132736854e7029e7bff" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a38b76e1e3a147226d4981b05e4ec2c55" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a38b76e1e3a147226d4981b05e4ec2c55" > RestartAtPathStartOnSynchronize< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a38b76e1e3a147226d4981b05e4ec2c55" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > When the operator is being synchronized with a new solution (when < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aeacffb05338262fd232dc77fed8cc586" title = "This method should not be overridden." > Start()< / a > is called), returns true to restart the exploration of the neighborhood from the start of the last paths explored; returns false to restart the exploration at the last nodes visited. < a href = "classoperations__research_1_1_path_operator.html#a38b76e1e3a147226d4981b05e4ec2c55" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a38b76e1e3a147226d4981b05e4ec2c55" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aec4cb9ff1023933f7c5570a65a7208e7" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#aec4cb9ff1023933f7c5570a65a7208e7" > SetNextBaseToIncrement< / a > (int64_t base_index)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aec4cb9ff1023933f7c5570a65a7208e7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classoperations__research_1_1_set.html" > Set< / a > the next base to increment on next iteration. < a href = "classoperations__research_1_1_path_operator.html#aec4cb9ff1023933f7c5570a65a7208e7" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:aec4cb9ff1023933f7c5570a65a7208e7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d3deb689556a77ed6f99860918d7f21" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a0d3deb689556a77ed6f99860918d7f21" > ConsiderAlternatives< / a > (int64_t base_index) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a0d3deb689556a77ed6f99860918d7f21" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Indicates if alternatives should be considered when iterating over base nodes. < a href = "classoperations__research_1_1_path_operator.html#a0d3deb689556a77ed6f99860918d7f21" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a0d3deb689556a77ed6f99860918d7f21" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa5e00890b9ba3ed95dfba829e51f6be4" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#aa5e00890b9ba3ed95dfba829e51f6be4" > OldNext< / a > (int64_t node) const< / td > < / tr >
< tr class = "separator:aa5e00890b9ba3ed95dfba829e51f6be4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a066baaebb360523ba186215d7ec90365" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a066baaebb360523ba186215d7ec90365" > OldPrev< / a > (int64_t node) const< / td > < / tr >
< tr class = "separator:a066baaebb360523ba186215d7ec90365" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a15b6b1076d1c5441a135aaf2f458c9e6" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a15b6b1076d1c5441a135aaf2f458c9e6" > OldPath< / a > (int64_t node) const< / td > < / tr >
< tr class = "separator:a15b6b1076d1c5441a135aaf2f458c9e6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a625a8523af421e43b7ac500b934e7dbd" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a625a8523af421e43b7ac500b934e7dbd" > MoveChain< / a > (int64_t before_chain, int64_t chain_end, int64_t destination)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a625a8523af421e43b7ac500b934e7dbd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Moves the chain starting after the node before_chain and ending at the node chain_end after the node destination. < a href = "classoperations__research_1_1_path_operator.html#a625a8523af421e43b7ac500b934e7dbd" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a625a8523af421e43b7ac500b934e7dbd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a753f1802e83fb21039b87a64a1769983" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a753f1802e83fb21039b87a64a1769983" > ReverseChain< / a > (int64_t before_chain, int64_t after_chain, int64_t *chain_last)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a753f1802e83fb21039b87a64a1769983" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Reverses the chain starting after before_chain and ending before after_chain. < a href = "classoperations__research_1_1_path_operator.html#a753f1802e83fb21039b87a64a1769983" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a753f1802e83fb21039b87a64a1769983" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a683f9daa3c8c8d6695ed277a470942f5" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a683f9daa3c8c8d6695ed277a470942f5" > MakeActive< / a > (int64_t node, int64_t destination)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a683f9daa3c8c8d6695ed277a470942f5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Insert the inactive node after destination. < a href = "classoperations__research_1_1_path_operator.html#a683f9daa3c8c8d6695ed277a470942f5" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a683f9daa3c8c8d6695ed277a470942f5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff25e92fae946063c5a4a786e58e37a2" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#aff25e92fae946063c5a4a786e58e37a2" > MakeChainInactive< / a > (int64_t before_chain, int64_t chain_end)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aff25e92fae946063c5a4a786e58e37a2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Makes the nodes on the chain starting after before_chain and ending at chain_end inactive. < a href = "classoperations__research_1_1_path_operator.html#aff25e92fae946063c5a4a786e58e37a2" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:aff25e92fae946063c5a4a786e58e37a2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab5ccf1d0572985fd266702a181b9cf8d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#ab5ccf1d0572985fd266702a181b9cf8d" > SwapActiveAndInactive< / a > (int64_t active, int64_t inactive)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ab5ccf1d0572985fd266702a181b9cf8d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Replaces active by inactive in the current path, making active inactive. < a href = "classoperations__research_1_1_path_operator.html#ab5ccf1d0572985fd266702a181b9cf8d" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:ab5ccf1d0572985fd266702a181b9cf8d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a968f3a82c5dbaba4f0725200b00ee97f" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a968f3a82c5dbaba4f0725200b00ee97f" > SetNext< / a > (int64_t from, int64_t to, int64_t path)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a968f3a82c5dbaba4f0725200b00ee97f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Sets 'to' to be the node after 'from' on the given path. < a href = "classoperations__research_1_1_path_operator.html#a968f3a82c5dbaba4f0725200b00ee97f" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a968f3a82c5dbaba4f0725200b00ee97f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4f36c21ecd69ac0eda49cd44375e88b4" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a4f36c21ecd69ac0eda49cd44375e88b4" > IsPathEnd< / a > (int64_t node) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a4f36c21ecd69ac0eda49cd44375e88b4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if node is the last node on the path; defined by the fact that node is outside the range of the variable array. < a href = "classoperations__research_1_1_path_operator.html#a4f36c21ecd69ac0eda49cd44375e88b4" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a4f36c21ecd69ac0eda49cd44375e88b4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a17bdf687f4bf47cb68ea163f28876608" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a17bdf687f4bf47cb68ea163f28876608" > IsPathStart< / a > (int64_t node) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a17bdf687f4bf47cb68ea163f28876608" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if node is the first node on the path. < a href = "classoperations__research_1_1_path_operator.html#a17bdf687f4bf47cb68ea163f28876608" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a17bdf687f4bf47cb68ea163f28876608" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a03283bdc4a6447ff4882cb1e42662b00" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a03283bdc4a6447ff4882cb1e42662b00" > IsInactive< / a > (int64_t node) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a03283bdc4a6447ff4882cb1e42662b00" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if node is inactive. < a href = "classoperations__research_1_1_path_operator.html#a03283bdc4a6447ff4882cb1e42662b00" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a03283bdc4a6447ff4882cb1e42662b00" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ae1c162cfc11069e25becbd53cdce7def" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#ae1c162cfc11069e25becbd53cdce7def" > InitPosition< / a > () const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ae1c162cfc11069e25becbd53cdce7def" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if the operator needs to restart its initial position at each call to < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aeacffb05338262fd232dc77fed8cc586" title = "This method should not be overridden." > Start()< / a > < a href = "classoperations__research_1_1_path_operator.html#ae1c162cfc11069e25becbd53cdce7def" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ae1c162cfc11069e25becbd53cdce7def" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ab661b8d8259dac8444804d91809fbb0a" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#ab661b8d8259dac8444804d91809fbb0a" > ResetPosition< / a > ()< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ab661b8d8259dac8444804d91809fbb0a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Reset the position of the operator to its position when < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aeacffb05338262fd232dc77fed8cc586" title = "This method should not be overridden." > Start()< / a > was last called; this can be used to let an operator iterate more than once over the paths. < a href = "classoperations__research_1_1_path_operator.html#ab661b8d8259dac8444804d91809fbb0a" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ab661b8d8259dac8444804d91809fbb0a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a23099e8dbce0e76642d5a904c5f910ce" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a23099e8dbce0e76642d5a904c5f910ce" > AddAlternativeSet< / a > (const std::vector< int64_t > & alternative_set)< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a23099e8dbce0e76642d5a904c5f910ce" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Handling node alternatives. < a href = "classoperations__research_1_1_path_operator.html#a23099e8dbce0e76642d5a904c5f910ce" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a23099e8dbce0e76642d5a904c5f910ce" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:a97cd8657e86644c1fb1b3b9f12ddc596" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a97cd8657e86644c1fb1b3b9f12ddc596" > AddPairAlternativeSets< / a > (const std::vector< std::pair< std::vector< int64_t > , std::vector< int64_t > > > & pair_alternative_sets)< / td > < / tr >
< tr class = "memdesc:a97cd8657e86644c1fb1b3b9f12ddc596" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Adds all sets of node alternatives of a vector of alternative pairs. < a href = "classoperations__research_1_1_path_operator.html#a97cd8657e86644c1fb1b3b9f12ddc596" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a97cd8657e86644c1fb1b3b9f12ddc596" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a2123fcbe0cb3d64582bbc625d666cacd" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a2123fcbe0cb3d64582bbc625d666cacd" > GetActiveInAlternativeSet< / a > (int alternative_index) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a2123fcbe0cb3d64582bbc625d666cacd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the active node in the given alternative set. < a href = "classoperations__research_1_1_path_operator.html#a2123fcbe0cb3d64582bbc625d666cacd" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a2123fcbe0cb3d64582bbc625d666cacd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a17be752616a53fcfe8d4b04babfe1632" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a17be752616a53fcfe8d4b04babfe1632" > GetActiveAlternativeNode< / a > (int node) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a17be752616a53fcfe8d4b04babfe1632" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the active node in the alternative set of the given node. < a href = "classoperations__research_1_1_path_operator.html#a17be752616a53fcfe8d4b04babfe1632" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a17be752616a53fcfe8d4b04babfe1632" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ac9d41c75de01039a11af9b5d3cecc37f" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#ac9d41c75de01039a11af9b5d3cecc37f" > GetSiblingAlternativeIndex< / a > (int node) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ac9d41c75de01039a11af9b5d3cecc37f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the index of the alternative set of the sibling of node. < a href = "classoperations__research_1_1_path_operator.html#ac9d41c75de01039a11af9b5d3cecc37f" > More...< / a > < br / > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ac9d41c75de01039a11af9b5d3cecc37f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aa2ea96360ac4370b31fc72090b55e7cc" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#aa2ea96360ac4370b31fc72090b55e7cc" > GetActiveAlternativeSibling< / a > (int node) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:aa2ea96360ac4370b31fc72090b55e7cc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns the active node in the alternative set of the sibling of the given node. < a href = "classoperations__research_1_1_path_operator.html#aa2ea96360ac4370b31fc72090b55e7cc" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:aa2ea96360ac4370b31fc72090b55e7cc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a28146a7f59f91f25281c97d55abce60d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a28146a7f59f91f25281c97d55abce60d" > CheckChainValidity< / a > (int64_t before_chain, int64_t chain_end, int64_t exclude) const< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:a28146a7f59f91f25281c97d55abce60d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns true if the chain is a valid path without cycles from before_chain to chain_end and does not contain exclude. < a href = "classoperations__research_1_1_path_operator.html#a28146a7f59f91f25281c97d55abce60d" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a28146a7f59f91f25281c97d55abce60d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad1a398f4067998f7fad447447051dbcf" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_int_var_local_search_operator.html#ad1a398f4067998f7fad447447051dbcf" > IsInverseValue< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > ) const< / td > < / tr >
< tr class = "separator:ad1a398f4067998f7fad447447051dbcf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2d3012edb1ac1465f54c9c0c16187e69" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_int_var_local_search_operator.html#a2d3012edb1ac1465f54c9c0c16187e69" > InverseValue< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > ) const< / td > < / tr >
< tr class = "separator:a2d3012edb1ac1465f54c9c0c16187e69" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0e580afd2c00b163cbb019ca661470f5" > < td class = "memItemLeft" align = "right" valign = "top" > int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_int_var_local_search_operator.html#a0e580afd2c00b163cbb019ca661470f5" > OldInverseValue< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > ) const< / td > < / tr >
< tr class = "separator:a0e580afd2c00b163cbb019ca661470f5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a79ba95b5c45a4b1ce761cfac942c7e3b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_int_var_local_search_operator.html#a79ba95b5c45a4b1ce761cfac942c7e3b" > SetInverseValue< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > , int64_t < a class = "el" href = "primal__dual__hybrid__gradient_8cc.html#a730b1ea892f1f794d9bd5f16027acb63" > value< / a > )< / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a79ba95b5c45a4b1ce761cfac942c7e3b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a557f96c9f1f5883f616350bde6cc2e2a" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_int_var_local_search_operator.html#a557f96c9f1f5883f616350bde6cc2e2a" > SetOldInverseValue< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > , int64_t < a class = "el" href = "primal__dual__hybrid__gradient_8cc.html#a730b1ea892f1f794d9bd5f16027acb63" > value< / a > )< / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:a557f96c9f1f5883f616350bde6cc2e2a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab309dc20c7f6458d60ef0e8de08b3c7c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#ab309dc20c7f6458d60ef0e8de08b3c7c" > MarkChange< / a > (int64_t < a class = "el" href = "routing__search_8cc.html#aa9d6bcc39dc199c2a2671a88ecf3630e" > index< / a > )< / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memdesc:ab309dc20c7f6458d60ef0e8de08b3c7c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aae6d852f10b483ddfa68658e43130028" title = "Called by Start() after synchronizing the operator with the current assignment." > OnStart()< / a > should really be protected, but then SWIG doesn't see it. < a href = "classoperations__research_1_1_var_local_search_operator.html#ab309dc20c7f6458d60ef0e8de08b3c7c" > More...< / a > < br / > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "separator:ab309dc20c7f6458d60ef0e8de08b3c7c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pro-attribs" name = "pro-attribs" > < / a >
2019-06-13 15:36:14 +02:00
Protected Attributes< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aad7695e494039d607c26afb6acd0644a" > < td class = "memItemLeft" align = "right" valign = "top" > const int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#aad7695e494039d607c26afb6acd0644a" > number_of_nexts_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aad7695e494039d607c26afb6acd0644a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ae56132578e8bc7a7eca4af4fd24fa966" > < td class = "memItemLeft" align = "right" valign = "top" > const bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#ae56132578e8bc7a7eca4af4fd24fa966" > ignore_path_vars_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ae56132578e8bc7a7eca4af4fd24fa966" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ac4e410910ad9361ed46221ecc6f0aa9b" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#ac4e410910ad9361ed46221ecc6f0aa9b" > next_base_to_increment_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ac4e410910ad9361ed46221ecc6f0aa9b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:afd4107d44c9d70962fa429ecd6cc8312" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#afd4107d44c9d70962fa429ecd6cc8312" > num_paths_< / a > = 0< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:afd4107d44c9d70962fa429ecd6cc8312" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a932ef778eaff30030509ce65ce40ca38" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< int64_t >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_path_operator.html#a932ef778eaff30030509ce65ce40ca38" > start_to_path_< / a > < / td > < / tr >
< tr class = "separator:a932ef778eaff30030509ce65ce40ca38" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:acb9668115d3d60818099ce9ce80d1ec1" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#acb9668115d3d60818099ce9ce80d1ec1" > vars_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:acb9668115d3d60818099ce9ce80d1ec1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a38b2df531e660bd3c43b896970a4f014" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< int64_t >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a38b2df531e660bd3c43b896970a4f014" > values_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a38b2df531e660bd3c43b896970a4f014" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a0aeeba03eeb9514e2946c44c733e994a" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< int64_t >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a0aeeba03eeb9514e2946c44c733e994a" > old_values_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a0aeeba03eeb9514e2946c44c733e994a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a68dd19d6f0517e2bfb128f87fbad4fea" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< int64_t >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a68dd19d6f0517e2bfb128f87fbad4fea" > prev_values_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a68dd19d6f0517e2bfb128f87fbad4fea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a7b62af3db29eeb312e3cb06f7bb331ce" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< int >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a7b62af3db29eeb312e3cb06f7bb331ce" > assignment_indices_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a7b62af3db29eeb312e3cb06f7bb331ce" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a7135085df615773e63a206e65ea21d53" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a7135085df615773e63a206e65ea21d53" > activated_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a7135085df615773e63a206e65ea21d53" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ade0f309c001b408cf7fe2a5b3c672640" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_bitset64.html" > Bitset64< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#ade0f309c001b408cf7fe2a5b3c672640" > was_activated_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ade0f309c001b408cf7fe2a5b3c672640" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a8f74f53b5802db835de7f925ffd7b105" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_sparse_bitset.html" > SparseBitset< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a8f74f53b5802db835de7f925ffd7b105" > changes_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a8f74f53b5802db835de7f925ffd7b105" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a6525132991e9140755b271a1cf43fee7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_sparse_bitset.html" > SparseBitset< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a6525132991e9140755b271a1cf43fee7" > delta_changes_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a6525132991e9140755b271a1cf43fee7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a96d44fa3defc89fe5e0fc0eafaf32714" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a96d44fa3defc89fe5e0fc0eafaf32714" > cleared_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a96d44fa3defc89fe5e0fc0eafaf32714" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aa8627a7bbb2f34d6156b0fcd3d3abdc2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1_int_var_local_search_handler.html" > IntVarLocalSearchHandler< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aa8627a7bbb2f34d6156b0fcd3d3abdc2" > var_handler_< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aa8627a7bbb2f34d6156b0fcd3d3abdc2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
2019-08-12 23:15:11 -07:00
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "ae53f0215ef920400f5092f6992597b0b" name = "ae53f0215ef920400f5092f6992597b0b" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae53f0215ef920400f5092f6992597b0b" > ◆ < / a > < / span > TwoOpt()< / h2 >
2019-08-07 18:01:08 -07:00
< div class = "memitem" >
< div class = "memproto" >
2020-09-01 16:00:33 +02:00
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2019-08-07 18:01:08 -07:00
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_two_opt.html" > TwoOpt< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > const std::vector< < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > * > &   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > vars< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > const std::vector< < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > * > &   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > secondary_vars< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > std::function< int(int64_t)>   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > start_empty_path_class< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
2020-09-01 16:00:33 +02:00
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2019-06-13 15:36:14 +02:00
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00872" > 872< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a5854bf6473144ca20423ef623907960e" name = "a5854bf6473144ca20423ef623907960e" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5854bf6473144ca20423ef623907960e" > ◆ < / a > < / span > ~TwoOpt()< / h2 >
2019-06-13 15:36:14 +02:00
< 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_two_opt.html" > TwoOpt< / a > < / td >
2019-06-13 15:36:14 +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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00879" > 879< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a0019420edaed3532e8632e5b31e81b11" name = "a0019420edaed3532e8632e5b31e81b11" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0019420edaed3532e8632e5b31e81b11" > ◆ < / a > < / span > Activate()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void Activate < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / 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" >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00850" > 850< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a7f09d9a63d478f7fb1242e95a0e763a9" name = "a7f09d9a63d478f7fb1242e95a0e763a9" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7f09d9a63d478f7fb1242e95a0e763a9" > ◆ < / a > < / span > Activated()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool Activated < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > index< / em > < / 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" >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00849" > 849< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
2019-11-14 13:52:51 -08:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a23099e8dbce0e76642d5a904c5f910ce" name = "a23099e8dbce0e76642d5a904c5f910ce" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a23099e8dbce0e76642d5a904c5f910ce" > ◆ < / a > < / span > AddAlternativeSet()< / h2 >
2019-11-14 13:52:51 -08:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int AddAlternativeSet < / td >
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > const std::vector< int64_t > &   < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > alternative_set< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Handling node alternatives. < / p >
2022-01-17 21:42:14 +01:00
< p > Adds a set of node alternatives to the neighborhood. No node can be in two altrnatives. < / p >
2019-11-14 13:52:51 -08:00
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01519" > 1519< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-11-14 13:52:51 -08:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a97cd8657e86644c1fb1b3b9f12ddc596" name = "a97cd8657e86644c1fb1b3b9f12ddc596" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a97cd8657e86644c1fb1b3b9f12ddc596" > ◆ < / a > < / span > AddPairAlternativeSets()< / h2 >
2019-11-14 13:52:51 -08:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void AddPairAlternativeSets < / td >
< td > (< / td >
2022-01-17 21:42:14 +01:00
< td class = "paramtype" > const std::vector< std::pair< std::vector< int64_t > , std::vector< int64_t > > > &   < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > pair_alternative_sets< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Adds all sets of node alternatives of a vector of alternative pairs. < / p >
2022-01-17 21:42:14 +01:00
< p > No node can be in two altrnatives. < / p >
2019-11-14 13:52:51 -08:00
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01532" > 1532< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-11-14 13:52:51 -08:00
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ae2af73491ab2aa6804b443d442026a5e" name = "ae2af73491ab2aa6804b443d442026a5e" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae2af73491ab2aa6804b443d442026a5e" > ◆ < / a > < / span > AddVars()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void AddVars < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-09-20 15:57:27 +02:00
< td class = "paramtype" > const std::vector< < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > * > &   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > vars< / em > < / td > < td > )< / td >
< td > < / 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" >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00895" > 895< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aabafb6d8996f5101db26b30efff406b0" name = "aabafb6d8996f5101db26b30efff406b0" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aabafb6d8996f5101db26b30efff406b0" > ◆ < / a > < / span > ApplyChanges()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool ApplyChanges < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > delta< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > deltadelta< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / 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" >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00858" > 858< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a752100eca408efb4a9392f16f21f9cf7" name = "a752100eca408efb4a9392f16f21f9cf7" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a752100eca408efb4a9392f16f21f9cf7" > ◆ < / a > < / span > BaseAlternative()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int BaseAlternative < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the alternative for the ith base node. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01388" > 1388< / 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 = "ac94bcebc6d1699e2292cf5fb56970a80" name = "ac94bcebc6d1699e2292cf5fb56970a80" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac94bcebc6d1699e2292cf5fb56970a80" > ◆ < / a > < / span > BaseAlternativeNode()< / h2 >
2020-09-01 16:00:33 +02: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 BaseAlternativeNode < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the alternative node for the ith base node. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01390" > 1390< / 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
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ab8846cc7a17291cb0dffd4c0fc4933ea" name = "ab8846cc7a17291cb0dffd4c0fc4933ea" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab8846cc7a17291cb0dffd4c0fc4933ea" > ◆ < / a > < / span > BaseNode()< / h2 >
2019-06-13 15:36:14 +02: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 BaseNode < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-11-14 13:52:51 -08:00
< p > Returns the ith base node of the operator. < / p >
2019-06-13 15:36:14 +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#l01386" > 1386< / 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 = "a5bc40a93b9ba709cfb3ca78cea7435e1" name = "a5bc40a93b9ba709cfb3ca78cea7435e1" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5bc40a93b9ba709cfb3ca78cea7435e1" > ◆ < / a > < / span > BaseSiblingAlternative()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int BaseSiblingAlternative < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the alternative for the sibling of the ith base node. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01398" > 1398< / 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 = "a9f9007781da398bc03b61ab99864295c" name = "a9f9007781da398bc03b61ab99864295c" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9f9007781da398bc03b61ab99864295c" > ◆ < / a > < / span > BaseSiblingAlternativeNode()< / h2 >
2020-09-01 16:00:33 +02: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 BaseSiblingAlternativeNode < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the alternative node for the sibling of the ith base node. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01402" > 1402< / 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 = "a28146a7f59f91f25281c97d55abce60d" name = "a28146a7f59f91f25281c97d55abce60d" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a28146a7f59f91f25281c97d55abce60d" > ◆ < / a > < / span > CheckChainValidity()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool CheckChainValidity < / td >
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > before_chain< / 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-09-01 16:00:33 +02:00
< td class = "paramname" > < em > chain_end< / 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-09-01 16:00:33 +02:00
< td class = "paramname" > < em > exclude< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns true if the chain is a valid path without cycles from before_chain to chain_end and does not contain exclude. < / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00839" > 839< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a0d3deb689556a77ed6f99860918d7f21" name = "a0d3deb689556a77ed6f99860918d7f21" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d3deb689556a77ed6f99860918d7f21" > ◆ < / a > < / span > ConsiderAlternatives()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual bool ConsiderAlternatives < / td >
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > base_index< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Indicates if alternatives should be considered when iterating over base nodes. < / p >
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_pair_relocate_operator.html#adc3462c9fc554035063b1fe871affa19" > PairRelocateOperator< / a > .< / 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#l01452" > 1452< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a07cab95250a1eb5cf83faca67805fd80" name = "a07cab95250a1eb5cf83faca67805fd80" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a07cab95250a1eb5cf83faca67805fd80" > ◆ < / a > < / span > Deactivate()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void Deactivate < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / 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" >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00854" > 854< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aed804747c45a7e1caf81461f9e45dd91" name = "aed804747c45a7e1caf81461f9e45dd91" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aed804747c45a7e1caf81461f9e45dd91" > ◆ < / a > < / span > DebugString()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > std::string DebugString < / td >
2019-06-13 15:36:14 +02:00
< 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 >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-11-18 14:53:30 +01:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_base_object.html#a8eba5d533fa9df4617c1868d3ec2afc4" > BaseObject< / a > .< / p >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00883" > 883< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2019-11-14 13:52:51 -08:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a17be752616a53fcfe8d4b04babfe1632" name = "a17be752616a53fcfe8d4b04babfe1632" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a17be752616a53fcfe8d4b04babfe1632" > ◆ < / a > < / span > GetActiveAlternativeNode()< / h2 >
2019-11-14 13:52:51 -08: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 GetActiveAlternativeNode < / td >
2019-11-14 13:52:51 -08:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the active node in the alternative set of the given node. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01549" > 1549< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-11-14 13:52:51 -08:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aa2ea96360ac4370b31fc72090b55e7cc" name = "aa2ea96360ac4370b31fc72090b55e7cc" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa2ea96360ac4370b31fc72090b55e7cc" > ◆ < / a > < / span > GetActiveAlternativeSibling()< / h2 >
2019-11-14 13:52:51 -08: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 GetActiveAlternativeSibling < / td >
2019-11-14 13:52:51 -08:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the active node in the alternative set of the sibling of the given node. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01560" > 1560< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-11-14 13:52:51 -08:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a2123fcbe0cb3d64582bbc625d666cacd" name = "a2123fcbe0cb3d64582bbc625d666cacd" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2123fcbe0cb3d64582bbc625d666cacd" > ◆ < / a > < / span > GetActiveInAlternativeSet()< / h2 >
2019-11-14 13:52:51 -08: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 GetActiveInAlternativeSet < / td >
2019-11-14 13:52:51 -08:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > alternative_index< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the active node in the given alternative set. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01543" > 1543< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a22efab68fd4a93ad85101ceffb01134b" name = "a22efab68fd4a93ad85101ceffb01134b" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a22efab68fd4a93ad85101ceffb01134b" > ◆ < / a > < / span > GetBaseNodeRestartPosition()< / h2 >
2019-06-13 15:36:14 +02: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 GetBaseNodeRestartPosition < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > base_index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-09-01 16:00:33 +02:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the index of the node to which the base node of index base_index must be set to when it reaches the end of a path. < / p >
2022-01-17 21:42:14 +01:00
< p > By default, it is set to the start of the current path. When this method is called, one can only assume that base nodes with indices < base_index have their final position. < / p >
2019-06-13 15:36:14 +02:00
2021-04-27 23:00:03 +02:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_path_operator.html#ab720cd311ecdce747e444192edd3ea78" > PathOperator< / a > .< / p >
2019-06-13 15:36:14 +02:00
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00890" > 890< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ac9d41c75de01039a11af9b5d3cecc37f" name = "ac9d41c75de01039a11af9b5d3cecc37f" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac9d41c75de01039a11af9b5d3cecc37f" > ◆ < / a > < / span > GetSiblingAlternativeIndex()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int GetSiblingAlternativeIndex < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the index of the alternative set of the sibling of node. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01553" > 1553< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a1b0063f805d92ed061848616d08f4664" name = "a1b0063f805d92ed061848616d08f4664" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1b0063f805d92ed061848616d08f4664" > ◆ < / a > < / span > HasFragments()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual bool HasFragments < / td >
2019-06-13 15:36:14 +02: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" > 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_base_lns.html#a4c069642a869d9055609c7eac7078f8c" > BaseLns< / a > , and < a class = "el" href = "classoperations__research_1_1_path_lns.html#a4c069642a869d9055609c7eac7078f8c" > PathLns< / a > .< / p >
2019-06-13 15:36:14 +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#l00802" > 802< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a35de616bef50b1661e3133761f7260e1" name = "a35de616bef50b1661e3133761f7260e1" > < / a >
2021-01-26 11:28:50 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a35de616bef50b1661e3133761f7260e1" > ◆ < / a > < / span > HoldsDelta()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool HoldsDelta < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2021-01-26 11:28:50 +01:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-01-26 11:28:50 +01:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_local_search_operator.html#a1e1cf9d9c4228f22482c4ee6c58951a8" > LocalSearchOperator< / 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#l00817" > 817< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ae1c162cfc11069e25becbd53cdce7def" name = "ae1c162cfc11069e25becbd53cdce7def" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae1c162cfc11069e25becbd53cdce7def" > ◆ < / a > < / span > InitPosition()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual bool InitPosition < / td >
2019-06-13 15:36:14 +02: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" > protected< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-10-09 12:00:09 +02:00
< p > Returns true if the operator needs to restart its initial position at each call to < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aeacffb05338262fd232dc77fed8cc586" title = "This method should not be overridden." > Start()< / a > < / p >
2019-06-13 15:36:14 +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#l01510" > 1510< / 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 = "a2d3012edb1ac1465f54c9c0c16187e69" name = "a2d3012edb1ac1465f54c9c0c16187e69" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2d3012edb1ac1465f54c9c0c16187e69" > ◆ < / a > < / span > InverseValue()< / h2 >
2020-09-01 16:00:33 +02: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 InverseValue < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01066" > 1066< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a03283bdc4a6447ff4882cb1e42662b00" name = "a03283bdc4a6447ff4882cb1e42662b00" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a03283bdc4a6447ff4882cb1e42662b00" > ◆ < / a > < / span > IsInactive()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool IsInactive < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns true if node is inactive. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01504" > 1504< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a25270065fa93c847ef996f6ed937e175" name = "a25270065fa93c847ef996f6ed937e175" > < / a >
2021-01-26 11:28:50 +01:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25270065fa93c847ef996f6ed937e175" > ◆ < / a > < / span > IsIncremental()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool IsIncremental < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2021-01-26 11:28:50 +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" >
2021-04-27 23:00:03 +02:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aa21d5f9b4adc94167e3a466095d82fd5" > VarLocalSearchOperator< IntVar, int64_t, IntVarLocalSearchHandler > < / a > .< / p >
2021-01-26 11:28:50 +01:00
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00881" > 881< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ad1a398f4067998f7fad447447051dbcf" name = "ad1a398f4067998f7fad447447051dbcf" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad1a398f4067998f7fad447447051dbcf" > ◆ < / a > < / span > IsInverseValue()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool IsInverseValue < / td >
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01061" > 1061< / 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
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a4f36c21ecd69ac0eda49cd44375e88b4" name = "a4f36c21ecd69ac0eda49cd44375e88b4" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4f36c21ecd69ac0eda49cd44375e88b4" > ◆ < / a > < / span > IsPathEnd()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool IsPathEnd < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-11-14 13:52:51 -08:00
< p > Returns true if node is the last node on the path; defined by the fact that node is outside the range of the variable array. < / p >
2019-06-13 15:36:14 +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#l01498" > 1498< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a17bdf687f4bf47cb68ea163f28876608" name = "a17bdf687f4bf47cb68ea163f28876608" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a17bdf687f4bf47cb68ea163f28876608" > ◆ < / a > < / span > IsPathStart()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool IsPathStart < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-09-01 16:00:33 +02:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-09-01 16:00:33 +02:00
< p > Returns true if node is the first node on the path. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01501" > 1501< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a683f9daa3c8c8d6695ed277a470942f5" name = "a683f9daa3c8c8d6695ed277a470942f5" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a683f9daa3c8c8d6695ed277a470942f5" > ◆ < / a > < / span > MakeActive()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool MakeActive < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > node< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > destination< / 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" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-11-14 13:52:51 -08:00
< p > Insert the inactive node after destination. < / p >
2021-09-20 15:57:27 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00458" > 458< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aff25e92fae946063c5a4a786e58e37a2" name = "aff25e92fae946063c5a4a786e58e37a2" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff25e92fae946063c5a4a786e58e37a2" > ◆ < / a > < / span > MakeChainInactive()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool MakeChainInactive < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > before_chain< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > chain_end< / 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" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-11-14 13:52:51 -08:00
< p > Makes the nodes on the chain starting after before_chain and ending at chain_end inactive. < / p >
2021-09-20 15:57:27 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00468" > 468< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a24ea165f00f8e15de94958fc804ff209" name = "a24ea165f00f8e15de94958fc804ff209" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a24ea165f00f8e15de94958fc804ff209" > ◆ < / a > < / span > MakeNeighbor()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-09-01 16:00:33 +02:00
< td class = "memname" > bool MakeNeighbor < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-09-01 16:00:33 +02:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-10-09 12:00:09 +02:00
< p > Implements < a class = "el" href = "classoperations__research_1_1_path_operator.html#a10ae14d6daad9088377260420952f814" > PathOperator< / a > .< / p >
2020-09-01 16:00:33 +02:00
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00901" > 901< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a2b47576627076cc054924a89a08f69a6" name = "a2b47576627076cc054924a89a08f69a6" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b47576627076cc054924a89a08f69a6" > ◆ < / a > < / span > MakeNextNeighbor()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool MakeNextNeighbor < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > delta< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *  < / td >
2019-06-13 15:36:14 +02:00
< 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" > override< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Redefines MakeNextNeighbor to export a simpler interface. < / p >
2022-01-17 21:42:14 +01:00
< p > The calls to < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aabafb6d8996f5101db26b30efff406b0" > ApplyChanges()< / a > and < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a06eb05df61a9b9fce744928947f43d89" > RevertChanges()< / a > are factored in this method, hiding both delta and deltadelta from subclasses which only need to override < a class = "el" href = "classoperations__research_1_1_path_operator.html#ad14cde260686e5b4174e691675df3139" title = "This method should not be overridden. Override MakeNeighbor() instead." > MakeOneNeighbor()< / a > . Therefore this method should not be overridden. Override < a class = "el" href = "classoperations__research_1_1_path_operator.html#ad14cde260686e5b4174e691675df3139" title = "This method should not be overridden. Override MakeNeighbor() instead." > MakeOneNeighbor()< / a > instead. < / p >
2019-06-13 15:36:14 +02:00
2020-10-09 12:00:09 +02:00
< p > Implements < a class = "el" href = "classoperations__research_1_1_local_search_operator.html#a9bd1712271364632b22009ef10eb2172" > LocalSearchOperator< / a > .< / p >
2019-06-13 15:36:14 +02:00
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_swap_index_pair_operator.html#a2b47576627076cc054924a89a08f69a6" > SwapIndexPairOperator< / a > , < a class = "el" href = "classoperations__research_1_1_index_pair_swap_active_operator.html#a2b47576627076cc054924a89a08f69a6" > IndexPairSwapActiveOperator< / a > , and < a class = "el" href = "classoperations__research_1_1_pair_node_swap_active_operator.html#a2b47576627076cc054924a89a08f69a6" > PairNodeSwapActiveOperator< swap_first > < / a > .< / p >
2019-06-13 15:36:14 +02:00
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00076" > 76< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ad14cde260686e5b4174e691675df3139" name = "ad14cde260686e5b4174e691675df3139" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad14cde260686e5b4174e691675df3139" > ◆ < / a > < / span > MakeOneNeighbor()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool MakeOneNeighbor < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-10-09 12:00:09 +02:00
< p > This method should not be overridden. Override < a class = "el" href = "classoperations__research_1_1_two_opt.html#a24ea165f00f8e15de94958fc804ff209" > MakeNeighbor()< / a > instead. < / p >
2019-06-13 15:36:14 +02:00
2020-10-09 12:00:09 +02:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_int_var_local_search_operator.html#ac7dcbffbe392b653b5e0674631d03d3d" > IntVarLocalSearchOperator< / a > .< / p >
2019-06-13 15:36:14 +02:00
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_base_inactive_node_to_path_operator.html#ad14cde260686e5b4174e691675df3139" > BaseInactiveNodeToPathOperator< / a > , < a class = "el" href = "classoperations__research_1_1_t_s_p_lns.html#ad14cde260686e5b4174e691675df3139" > TSPLns< / a > , < a class = "el" href = "classoperations__research_1_1_make_pair_active_operator.html#ad14cde260686e5b4174e691675df3139" > MakePairActiveOperator< / a > , and < a class = "el" href = "classoperations__research_1_1_relocate_expensive_chain.html#ad14cde260686e5b4174e691675df3139" > RelocateExpensiveChain< / a > .< / p >
2020-09-01 16:00:33 +02:00
2021-09-20 15:57:27 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00388" > 388< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ab309dc20c7f6458d60ef0e8de08b3c7c" name = "ab309dc20c7f6458d60ef0e8de08b3c7c" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab309dc20c7f6458d60ef0e8de08b3c7c" > ◆ < / a > < / span > MarkChange()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void MarkChange < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > OnStart() should really be protected, but then SWIG doesn't see it. < / p >
2022-01-17 21:42:14 +01:00
< p > So we make it public, but only subclasses should access to it (to override it). < / p >
2019-06-13 15:36:14 +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#l00919" > 919< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a625a8523af421e43b7ac500b934e7dbd" name = "a625a8523af421e43b7ac500b934e7dbd" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a625a8523af421e43b7ac500b934e7dbd" > ◆ < / a > < / span > MoveChain()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool MoveChain < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > before_chain< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > chain_end< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > destination< / 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" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Moves the chain starting after the node before_chain and ending at the node chain_end after the node destination. < / p >
2021-09-20 15:57:27 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00412" > 412< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a5f9e1016a5bb6a7d5cded8599a50fce1" name = "a5f9e1016a5bb6a7d5cded8599a50fce1" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5f9e1016a5bb6a7d5cded8599a50fce1" > ◆ < / a > < / span > Next()< / h2 >
2019-06-13 15:36:14 +02: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 Next < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< 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" >
2019-11-14 13:52:51 -08:00
< p > Returns the node after node in the current delta. < / p >
2019-06-13 15:36:14 +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#l01356" > 1356< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a208d45797eebd7cad439cc43b049103d" name = "a208d45797eebd7cad439cc43b049103d" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a208d45797eebd7cad439cc43b049103d" > ◆ < / a > < / span > number_of_nexts()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int number_of_nexts < / td >
2019-06-13 15:36:14 +02: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" >
< p > Number of next variables. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01375" > 1375< / 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 = "a0e580afd2c00b163cbb019ca661470f5" name = "a0e580afd2c00b163cbb019ca661470f5" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0e580afd2c00b163cbb019ca661470f5" > ◆ < / a > < / span > OldInverseValue()< / h2 >
2020-09-01 16:00:33 +02: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 OldInverseValue < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01068" > 1068< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aa5e00890b9ba3ed95dfba829e51f6be4" name = "aa5e00890b9ba3ed95dfba829e51f6be4" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa5e00890b9ba3ed95dfba829e51f6be4" > ◆ < / a > < / span > OldNext()< / h2 >
2019-06-13 15:36:14 +02: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 OldNext < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01454" > 1454< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a15b6b1076d1c5441a135aaf2f458c9e6" name = "a15b6b1076d1c5441a135aaf2f458c9e6" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a15b6b1076d1c5441a135aaf2f458c9e6" > ◆ < / a > < / span > OldPath()< / h2 >
2019-06-13 15:36:14 +02: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 OldPath < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01464" > 1464< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a066baaebb360523ba186215d7ec90365" name = "a066baaebb360523ba186215d7ec90365" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a066baaebb360523ba186215d7ec90365" > ◆ < / a > < / span > OldPrev()< / h2 >
2019-06-13 15:36:14 +02: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 OldPrev < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-09-01 16:00:33 +02:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / 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#l01459" > 1459< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a79163ea8990864f185e87eabf1578cca" name = "a79163ea8990864f185e87eabf1578cca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79163ea8990864f185e87eabf1578cca" > ◆ < / a > < / span > OldValue()< / h2 >
2019-06-13 15:36:14 +02: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" > const int64_t & OldValue < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > const< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-09-01 16:00:33 +02:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / 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#l00844" > 844< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aeb4fe30538ba848f88b1657accd934c6" name = "aeb4fe30538ba848f88b1657accd934c6" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeb4fe30538ba848f88b1657accd934c6" > ◆ < / a > < / span > OnSamePathAsPreviousBase()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-09-01 16:00:33 +02:00
< td class = "memname" > bool OnSamePathAsPreviousBase < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > base_index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-09-01 16:00:33 +02:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns true if a base node has to be on the same path as the "previous" base node (base node of index base_index - 1). < / p >
2022-01-17 21:42:14 +01:00
< p > Useful to limit neighborhood exploration to nodes on the same path. it's currently way more complicated to implement. < / p >
2019-06-13 15:36:14 +02:00
2021-04-27 23:00:03 +02:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_path_operator.html#a126d8d622ba60f333308fd98bcf8ed2b" > PathOperator< / a > .< / p >
2019-06-13 15:36:14 +02:00
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00886" > 886< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "adf2175ee598b241dcc5459573ebdc886" name = "adf2175ee598b241dcc5459573ebdc886" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adf2175ee598b241dcc5459573ebdc886" > ◆ < / a > < / span > Path()< / h2 >
2019-06-13 15:36:14 +02: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 Path < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< 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" >
2019-11-14 13:52:51 -08:00
< p > Returns the index of the path to which node belongs in the current delta. < / p >
2022-01-17 21:42:14 +01:00
< p > Only returns a valid value if path variables are taken into account. < / p >
2019-06-13 15:36:14 +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#l01370" > 1370< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a3493d43792939bc2a16ec5b53361095d" name = "a3493d43792939bc2a16ec5b53361095d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3493d43792939bc2a16ec5b53361095d" > ◆ < / a > < / span > path_starts()< / h2 >
2019-06-13 15:36:14 +02: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" > const std::vector< int64_t > & path_starts < / td >
2019-06-13 15:36:14 +02: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" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Returns the vector of path start nodes. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01414" > 1414< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a11b8ad366b686132736854e7029e7bff" name = "a11b8ad366b686132736854e7029e7bff" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a11b8ad366b686132736854e7029e7bff" > ◆ < / a > < / span > PathClass()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int PathClass < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-11-14 13:52:51 -08:00
< p > Returns the class of the path of the ith base node. < / p >
2019-06-13 15:36:14 +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#l01416" > 1416< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aa14dad2d86c18296f9a5227b87d5caad" name = "aa14dad2d86c18296f9a5227b87d5caad" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa14dad2d86c18296f9a5227b87d5caad" > ◆ < / a > < / span > Prev()< / h2 >
2019-06-13 15:36:14 +02: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 Prev < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-11-14 13:52:51 -08:00
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-09-01 16:00:33 +02:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-09-01 16:00:33 +02:00
< p > Returns the node before node in the current delta. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l01362" > 1362< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "af82f4acaed7bb39d568e689a9caa63d5" name = "af82f4acaed7bb39d568e689a9caa63d5" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af82f4acaed7bb39d568e689a9caa63d5" > ◆ < / a > < / span > Reset()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void Reset < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-10-09 12:00:09 +02:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_local_search_operator.html#a4c4ba0ffe635d14b93794268bd8e5995" > LocalSearchOperator< / a > .< / p >
2019-06-13 15:36:14 +02:00
2021-09-20 15:57:27 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00379" > 379< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ab661b8d8259dac8444804d91809fbb0a" name = "ab661b8d8259dac8444804d91809fbb0a" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab661b8d8259dac8444804d91809fbb0a" > ◆ < / a > < / span > ResetPosition()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void ResetPosition < / td >
2019-06-13 15:36:14 +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" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-10-09 12:00:09 +02:00
< p > Reset the position of the operator to its position when < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aeacffb05338262fd232dc77fed8cc586" title = "This method should not be overridden." > Start()< / a > was last called; this can be used to let an operator iterate more than once over the paths. < / p >
2019-06-13 15:36:14 +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#l01514" > 1514< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a38b76e1e3a147226d4981b05e4ec2c55" name = "a38b76e1e3a147226d4981b05e4ec2c55" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a38b76e1e3a147226d4981b05e4ec2c55" > ◆ < / a > < / span > RestartAtPathStartOnSynchronize()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual bool RestartAtPathStartOnSynchronize < / td >
2019-06-13 15:36:14 +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" > protected< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-10-09 12:00:09 +02:00
< p > When the operator is being synchronized with a new solution (when < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#aeacffb05338262fd232dc77fed8cc586" title = "This method should not be overridden." > Start()< / a > is called), returns true to restart the exploration of the neighborhood from the start of the last paths explored; returns false to restart the exploration at the last nodes visited. < / p >
2022-01-17 21:42:14 +01:00
< p > This is used to avoid restarting on base nodes which have changed paths, leading to potentially skipping neighbors. < / p >
2019-06-13 15:36:14 +02:00
2022-03-04 00:11:33 +01:00
< p > Reimplemented in < a class = "el" href = "classoperations__research_1_1_make_pair_active_operator.html#aab68dfb72803f3ee3116e4425113ed11" > MakePairActiveOperator< / a > , and < a class = "el" href = "classoperations__research_1_1_pair_node_swap_active_operator.html#aab68dfb72803f3ee3116e4425113ed11" > PairNodeSwapActiveOperator< swap_first > < / a > .< / p >
2019-06-13 15:36:14 +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#l01429" > 1429< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a753f1802e83fb21039b87a64a1769983" name = "a753f1802e83fb21039b87a64a1769983" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a753f1802e83fb21039b87a64a1769983" > ◆ < / a > < / span > ReverseChain()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool ReverseChain < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > before_chain< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > after_chain< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t *  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > chain_last< / 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" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reverses the chain starting after before_chain and ending before after_chain. < / p >
2021-09-20 15:57:27 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00435" > 435< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a06eb05df61a9b9fce744928947f43d89" name = "a06eb05df61a9b9fce744928947f43d89" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a06eb05df61a9b9fce744928947f43d89" > ◆ < / a > < / span > RevertChanges()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void RevertChanges < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > incremental< / em > < / td > < td > )< / td >
< td > < / 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" >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00882" > 882< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a6d9702ba9fe50096dded07c0c2836c32" name = "a6d9702ba9fe50096dded07c0c2836c32" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6d9702ba9fe50096dded07c0c2836c32" > ◆ < / a > < / span > Self()< / h2 >
2019-06-13 15:36:14 +02: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" > virtual const < a class = "el" href = "classoperations__research_1_1_local_search_operator.html" > LocalSearchOperator< / a > * Self < / td >
2019-06-13 15:36:14 +02: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" > virtual< / span > < span class = "mlabel" > inherited< / 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#l00800" > 800< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a79ba95b5c45a4b1ce761cfac942c7e3b" name = "a79ba95b5c45a4b1ce761cfac942c7e3b" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79ba95b5c45a4b1ce761cfac942c7e3b" > ◆ < / a > < / span > SetInverseValue()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void SetInverseValue < / td >
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > index< / 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-09-01 16:00:33 +02:00
< td class = "paramname" > < em > value< / 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 class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01072" > 1072< / 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
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a968f3a82c5dbaba4f0725200b00ee97f" name = "a968f3a82c5dbaba4f0725200b00ee97f" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a968f3a82c5dbaba4f0725200b00ee97f" > ◆ < / a > < / span > SetNext()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void SetNext < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > from< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > to< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > path< / 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 class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-11-14 13:52:51 -08:00
< p > Sets 'to' to be the node after 'from' on the given path. < / p >
2019-06-13 15:36:14 +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#l01486" > 1486< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aec4cb9ff1023933f7c5570a65a7208e7" name = "aec4cb9ff1023933f7c5570a65a7208e7" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aec4cb9ff1023933f7c5570a65a7208e7" > ◆ < / a > < / span > SetNextBaseToIncrement()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > virtual void SetNextBaseToIncrement < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > base_index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-10-09 12:00:09 +02:00
< p > < a class = "el" href = "classoperations__research_1_1_set.html" > Set< / a > the next base to increment on next iteration. < / p >
2022-01-17 21:42:14 +01:00
< p > All base > base_index will be reset to their start value. < / p >
2019-06-13 15:36:14 +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#l01447" > 1447< / 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 = "a557f96c9f1f5883f616350bde6cc2e2a" name = "a557f96c9f1f5883f616350bde6cc2e2a" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a557f96c9f1f5883f616350bde6cc2e2a" > ◆ < / a > < / span > SetOldInverseValue()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void SetOldInverseValue < / td >
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > index< / 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-09-01 16:00:33 +02:00
< td class = "paramname" > < em > value< / 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 class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01076" > 1076< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a20dd03e0437bf484e2ea321595c2e1cd" name = "a20dd03e0437bf484e2ea321595c2e1cd" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a20dd03e0437bf484e2ea321595c2e1cd" > ◆ < / a > < / span > SetValue()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void SetValue < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > index< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2021-09-20 15:57:27 +02:00
< td class = "paramtype" > const int64_t &   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > value< / 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 class = "mlabel" > inherited< / 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#l00845" > 845< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a24926108b770033792d015cb86aeffb3" name = "a24926108b770033792d015cb86aeffb3" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a24926108b770033792d015cb86aeffb3" > ◆ < / a > < / span > Size()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int Size < / td >
2019-06-13 15:36:14 +02: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" >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00834" > 834< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aa8d4a4b8ea73184cedcc0be51f6a3921" name = "aa8d4a4b8ea73184cedcc0be51f6a3921" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8d4a4b8ea73184cedcc0be51f6a3921" > ◆ < / a > < / span > SkipUnchanged()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool SkipUnchanged < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / 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 class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p > Reimplemented from < a class = "el" href = "classoperations__research_1_1_var_local_search_operator.html#a18eb329b669c6a2e4e2431ea950b52fe" > VarLocalSearchOperator< IntVar, int64_t, IntVarLocalSearchHandler > < / a > .< / p >
2019-06-13 15:36:14 +02:00
2021-09-20 15:57:27 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00400" > 400< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aeacffb05338262fd232dc77fed8cc586" name = "aeacffb05338262fd232dc77fed8cc586" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeacffb05338262fd232dc77fed8cc586" > ◆ < / a > < / span > Start()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void Start < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-11-18 14:53:30 +01:00
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1_assignment.html" > Assignment< / a > *  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > assignment< / em > < / 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 class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > This method should not be overridden. < / p >
2022-01-17 21:42:14 +01:00
< p > Override OnStart() instead which is called before exiting this method. < / p >
2019-06-13 15:36:14 +02:00
2020-10-09 12:00:09 +02:00
< p > Implements < a class = "el" href = "classoperations__research_1_1_local_search_operator.html#ae8505ab0739cf0b585de5844f7a6703c" > LocalSearchOperator< / a > .< / p >
2019-06-13 15:36:14 +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#l00820" > 820< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a027b0d17fd972bee95a8023e7d4f81c9" name = "a027b0d17fd972bee95a8023e7d4f81c9" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a027b0d17fd972bee95a8023e7d4f81c9" > ◆ < / a > < / span > StartNode()< / h2 >
2019-06-13 15:36:14 +02: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 StartNode < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-11-14 13:52:51 -08:00
< p > Returns the start node of the ith base node. < / p >
2019-06-13 15:36:14 +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#l01412" > 1412< / 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 = "ab5ccf1d0572985fd266702a181b9cf8d" name = "ab5ccf1d0572985fd266702a181b9cf8d" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab5ccf1d0572985fd266702a181b9cf8d" > ◆ < / a > < / span > SwapActiveAndInactive()< / h2 >
2020-09-01 16:00:33 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool SwapActiveAndInactive < / td >
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > active< / 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-09-01 16:00:33 +02:00
< td class = "paramname" > < em > inactive< / 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" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Replaces active by inactive in the current path, making active inactive. < / p >
2021-09-20 15:57:27 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "local__search_8cc_source.html#l00485" > 485< / a > of file < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a3c7b6e2c172f34aad1d952d799be61f2" name = "a3c7b6e2c172f34aad1d952d799be61f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3c7b6e2c172f34aad1d952d799be61f2" > ◆ < / a > < / span > Value()< / h2 >
2019-06-13 15:36:14 +02: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" > const int64_t & Value < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > index< / em > < / 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 the value in the current assignment of the variable of given index. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00837" > 837< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a88a93be7370ff1f4c043fb335c8aac7c" name = "a88a93be7370ff1f4c043fb335c8aac7c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a88a93be7370ff1f4c043fb335c8aac7c" > ◆ < / a > < / span > Var()< / h2 >
2019-06-13 15:36:14 +02: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_int_var.html" > IntVar< / a > * Var < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2021-04-27 23:00:03 +02:00
< td class = "paramtype" > int64_t  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > index< / em > < / 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 the variable of given index. < / p >
2022-01-15 22:53:18 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l00842" > 842< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a7135085df615773e63a206e65ea21d53" name = "a7135085df615773e63a206e65ea21d53" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7135085df615773e63a206e65ea21d53" > ◆ < / a > < / span > activated_< / h2 >
2019-06-13 15:36:14 +02:00
< 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_bitset64.html" > Bitset64< / a > activated_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00929" > 929< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a7b62af3db29eeb312e3cb06f7bb331ce" name = "a7b62af3db29eeb312e3cb06f7bb331ce" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b62af3db29eeb312e3cb06f7bb331ce" > ◆ < / a > < / span > assignment_indices_< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > std::vector< int> assignment_indices_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > mutable< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00928" > 928< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a8f74f53b5802db835de7f925ffd7b105" name = "a8f74f53b5802db835de7f925ffd7b105" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8f74f53b5802db835de7f925ffd7b105" > ◆ < / a > < / span > changes_< / h2 >
2019-06-13 15:36:14 +02:00
< 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_sparse_bitset.html" > SparseBitset< / a > changes_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00931" > 931< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a96d44fa3defc89fe5e0fc0eafaf32714" name = "a96d44fa3defc89fe5e0fc0eafaf32714" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a96d44fa3defc89fe5e0fc0eafaf32714" > ◆ < / a > < / span > cleared_< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool cleared_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00933" > 933< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a6525132991e9140755b271a1cf43fee7" name = "a6525132991e9140755b271a1cf43fee7" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6525132991e9140755b271a1cf43fee7" > ◆ < / a > < / span > delta_changes_< / h2 >
2019-06-13 15:36:14 +02:00
< 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_sparse_bitset.html" > SparseBitset< / a > delta_changes_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00932" > 932< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ae56132578e8bc7a7eca4af4fd24fa966" name = "ae56132578e8bc7a7eca4af4fd24fa966" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae56132578e8bc7a7eca4af4fd24fa966" > ◆ < / a > < / span > ignore_path_vars_< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > const bool ignore_path_vars_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01573" > 1573< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ac4e410910ad9361ed46221ecc6f0aa9b" name = "ac4e410910ad9361ed46221ecc6f0aa9b" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac4e410910ad9361ed46221ecc6f0aa9b" > ◆ < / a > < / span > next_base_to_increment_< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int next_base_to_increment_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01574" > 1574< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "afd4107d44c9d70962fa429ecd6cc8312" name = "afd4107d44c9d70962fa429ecd6cc8312" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afd4107d44c9d70962fa429ecd6cc8312" > ◆ < / a > < / span > num_paths_< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int num_paths_ = 0< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01575" > 1575< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aad7695e494039d607c26afb6acd0644a" name = "aad7695e494039d607c26afb6acd0644a" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aad7695e494039d607c26afb6acd0644a" > ◆ < / a > < / span > number_of_nexts_< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > const int number_of_nexts_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01572" > 1572< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a0aeeba03eeb9514e2946c44c733e994a" name = "a0aeeba03eeb9514e2946c44c733e994a" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0aeeba03eeb9514e2946c44c733e994a" > ◆ < / a > < / span > old_values_< / h2 >
2019-06-13 15:36:14 +02: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" > std::vector< int64_t > old_values_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00926" > 926< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a68dd19d6f0517e2bfb128f87fbad4fea" name = "a68dd19d6f0517e2bfb128f87fbad4fea" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a68dd19d6f0517e2bfb128f87fbad4fea" > ◆ < / a > < / span > prev_values_< / h2 >
2019-06-13 15:36:14 +02: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" > std::vector< int64_t > prev_values_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00927" > 927< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a932ef778eaff30030509ce65ce40ca38" name = "a932ef778eaff30030509ce65ce40ca38" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a932ef778eaff30030509ce65ce40ca38" > ◆ < / a > < / span > start_to_path_< / h2 >
2019-06-13 15:36:14 +02: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" > std::vector< int64_t> start_to_path_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l01576" > 1576< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a38b2df531e660bd3c43b896970a4f014" name = "a38b2df531e660bd3c43b896970a4f014" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a38b2df531e660bd3c43b896970a4f014" > ◆ < / a > < / span > values_< / h2 >
2019-06-13 15:36:14 +02: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" > std::vector< int64_t > values_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00925" > 925< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "aa8627a7bbb2f34d6156b0fcd3d3abdc2" name = "aa8627a7bbb2f34d6156b0fcd3d3abdc2" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8627a7bbb2f34d6156b0fcd3d3abdc2" > ◆ < / a > < / span > var_handler_< / h2 >
2019-06-13 15:36:14 +02:00
< 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_int_var_local_search_handler.html" > IntVarLocalSearchHandler< / a > var_handler_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00934" > 934< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "acb9668115d3d60818099ce9ce80d1ec1" name = "acb9668115d3d60818099ce9ce80d1ec1" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acb9668115d3d60818099ce9ce80d1ec1" > ◆ < / a > < / span > vars_< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-11-18 14:53:30 +01:00
< td class = "memname" > std::vector< < a class = "el" href = "classoperations__research_1_1_int_var.html" > IntVar< / a > *> vars_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00924" > 924< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ade0f309c001b408cf7fe2a5b3c672640" name = "ade0f309c001b408cf7fe2a5b3c672640" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ade0f309c001b408cf7fe2a5b3c672640" > ◆ < / a > < / span > was_activated_< / h2 >
2019-06-13 15:36:14 +02:00
< 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_bitset64.html" > Bitset64< / a > was_activated_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / 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#l00930" > 930< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
2020-09-01 16:00:33 +02:00
< li > < a class = "el" href = "local__search_8cc_source.html" > local_search.cc< / a > < / li >
2019-06-13 15:36:14 +02:00
< / ul >
< / div > <!-- contents -->
2020-09-01 16:00:33 +02:00
< / 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_two_opt.html" > TwoOpt< / 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 >
2019-06-13 15:36:14 +02:00
< / html >