2020-09-02 09:42:51 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-01-17 21:42:14 +01:00
< meta name = "generator" content = "Doxygen 1.9.3" / >
2020-09-02 09:42:51 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: Trail< / 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-02 09:42:51 +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-02 09:42:51 +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-02 09:42:51 +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-02 09:42:51 +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-02 09:42:51 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('structoperations__research_1_1_trail.html',''); initResizable(); });
2020-09-02 09:42:51 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-attribs" > Public Attributes< / a > |
2020-10-09 12:00:09 +02:00
< a href = "structoperations__research_1_1_trail-members.html" > List of all members< / a > < / div >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > Trail< / div > < / div >
2020-09-02 09:42:51 +02:00
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00727" > 727< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-methods" name = "pub-methods" > < / a >
2020-09-02 09:42:51 +02:00
Public Member Functions< / h2 > < / td > < / tr >
2022-03-04 00:11:33 +01:00
< tr class = "memitem:a3f270ecc0bd3f805a46e8675e9373ea9" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a3f270ecc0bd3f805a46e8675e9373ea9" > Trail< / a > (int block_size, ConstraintSolverParameters::TrailCompression compression_level)< / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a3f270ecc0bd3f805a46e8675e9373ea9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a59e28c7e263f0046b3abae402fabf599" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a59e28c7e263f0046b3abae402fabf599" > BacktrackTo< / a > (< a class = "el" href = "structoperations__research_1_1_state_marker.html" > StateMarker< / a > *m)< / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a59e28c7e263f0046b3abae402fabf599" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-attribs" name = "pub-attribs" > < / a >
2020-09-02 09:42:51 +02:00
Public Attributes< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:af68a8dd939b7ea41ec34fe8b906c13c6" > < td class = "memItemLeft" align = "right" valign = "top" > CompressedTrail< int >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#af68a8dd939b7ea41ec34fe8b906c13c6" > rev_ints_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:af68a8dd939b7ea41ec34fe8b906c13c6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a99544f426332a39e8fbed4d442ff6341" > < td class = "memItemLeft" align = "right" valign = "top" > CompressedTrail< int64_t >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a99544f426332a39e8fbed4d442ff6341" > rev_int64s_< / a > < / td > < / tr >
< tr class = "separator:a99544f426332a39e8fbed4d442ff6341" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab981c88cf277d0ddf91580a9ebda9407" > < td class = "memItemLeft" align = "right" valign = "top" > CompressedTrail< uint64_t >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#ab981c88cf277d0ddf91580a9ebda9407" > rev_uint64s_< / a > < / td > < / tr >
< tr class = "separator:ab981c88cf277d0ddf91580a9ebda9407" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:abf5ccdc450c2bc77268fffacdae623ab" > < td class = "memItemLeft" align = "right" valign = "top" > CompressedTrail< double >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#abf5ccdc450c2bc77268fffacdae623ab" > rev_doubles_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:abf5ccdc450c2bc77268fffacdae623ab" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a11e8868b65567df6371bccb3a2d4ca9a" > < td class = "memItemLeft" align = "right" valign = "top" > CompressedTrail< void * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a11e8868b65567df6371bccb3a2d4ca9a" > rev_ptrs_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a11e8868b65567df6371bccb3a2d4ca9a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a359e4e522e8be3f07f6b129834176433" > < 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 = "structoperations__research_1_1_trail.html#a359e4e522e8be3f07f6b129834176433" > rev_boolvar_list_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a359e4e522e8be3f07f6b129834176433" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a755b088a175507bae195a98d2dac087a" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< bool * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a755b088a175507bae195a98d2dac087a" > rev_bools_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a755b088a175507bae195a98d2dac087a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a428929bd9d14882afc73ed53089e4d2b" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< bool >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a428929bd9d14882afc73ed53089e4d2b" > rev_bool_value_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a428929bd9d14882afc73ed53089e4d2b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a18fdc21e276b69c5c8349385bd7823bd" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< int * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a18fdc21e276b69c5c8349385bd7823bd" > rev_int_memory_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a18fdc21e276b69c5c8349385bd7823bd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a18897eca3d360bcd9b1a212a7fe38d41" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< int64_t * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a18897eca3d360bcd9b1a212a7fe38d41" > rev_int64_memory_< / a > < / td > < / tr >
< tr class = "separator:a18897eca3d360bcd9b1a212a7fe38d41" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a14b0984c1c7190f658a6da6e902913b2" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< double * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a14b0984c1c7190f658a6da6e902913b2" > rev_double_memory_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a14b0984c1c7190f658a6da6e902913b2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:a24acf14f6653846929872be350e10626" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< < a class = "el" href = "classoperations__research_1_1_base_object.html" > BaseObject< / a > * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a24acf14f6653846929872be350e10626" > rev_object_memory_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a24acf14f6653846929872be350e10626" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-11-18 14:53:30 +01:00
< tr class = "memitem:ae0c43c7a172da6726e9db94f1b944499" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< < a class = "el" href = "classoperations__research_1_1_base_object.html" > BaseObject< / a > ** >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#ae0c43c7a172da6726e9db94f1b944499" > rev_object_array_memory_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:ae0c43c7a172da6726e9db94f1b944499" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a387f4ecfc705b159ca9de2779b5c327f" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< void * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a387f4ecfc705b159ca9de2779b5c327f" > rev_memory_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a387f4ecfc705b159ca9de2779b5c327f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a967e465aec6ac5a6b3e6974ed9db37fb" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< void ** >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_trail.html#a967e465aec6ac5a6b3e6974ed9db37fb" > rev_memory_array_< / a > < / td > < / tr >
2020-09-02 09:42:51 +02:00
< tr class = "separator:a967e465aec6ac5a6b3e6974ed9db37fb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a3f270ecc0bd3f805a46e8675e9373ea9" name = "a3f270ecc0bd3f805a46e8675e9373ea9" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3f270ecc0bd3f805a46e8675e9373ea9" > ◆ < / a > < / span > Trail()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "structoperations__research_1_1_trail.html" > Trail< / a > < / td >
2020-09-02 09:42:51 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > block_size< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2022-03-04 00:11:33 +01:00
< td class = "paramtype" > ConstraintSolverParameters::TrailCompression  < / td >
2020-09-02 09:42:51 +02:00
< td class = "paramname" > < em > compression_level< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00744" > 744< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a59e28c7e263f0046b3abae402fabf599" name = "a59e28c7e263f0046b3abae402fabf599" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a59e28c7e263f0046b3abae402fabf599" > ◆ < / a > < / span > BacktrackTo()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void BacktrackTo < / td >
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > < a class = "el" href = "structoperations__research_1_1_state_marker.html" > StateMarker< / a > *  < / td >
2020-09-02 09:42:51 +02:00
< td class = "paramname" > < em > m< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00752" > 752< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a428929bd9d14882afc73ed53089e4d2b" name = "a428929bd9d14882afc73ed53089e4d2b" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a428929bd9d14882afc73ed53089e4d2b" > ◆ < / a > < / span > rev_bool_value_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::vector< bool> rev_bool_value_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00735" > 735< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a755b088a175507bae195a98d2dac087a" name = "a755b088a175507bae195a98d2dac087a" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a755b088a175507bae195a98d2dac087a" > ◆ < / a > < / span > rev_bools_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::vector< bool*> rev_bools_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00734" > 734< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a359e4e522e8be3f07f6b129834176433" name = "a359e4e522e8be3f07f6b129834176433" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a359e4e522e8be3f07f6b129834176433" > ◆ < / a > < / span > rev_boolvar_list_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< 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 > *> rev_boolvar_list_< / td >
2020-09-02 09:42:51 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00733" > 733< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a14b0984c1c7190f658a6da6e902913b2" name = "a14b0984c1c7190f658a6da6e902913b2" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a14b0984c1c7190f658a6da6e902913b2" > ◆ < / a > < / span > rev_double_memory_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::vector< double*> rev_double_memory_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00738" > 738< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "abf5ccdc450c2bc77268fffacdae623ab" name = "abf5ccdc450c2bc77268fffacdae623ab" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abf5ccdc450c2bc77268fffacdae623ab" > ◆ < / a > < / span > rev_doubles_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > CompressedTrail< double> rev_doubles_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00731" > 731< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a18897eca3d360bcd9b1a212a7fe38d41" name = "a18897eca3d360bcd9b1a212a7fe38d41" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a18897eca3d360bcd9b1a212a7fe38d41" > ◆ < / a > < / span > rev_int64_memory_< / h2 >
2020-09-02 09:42:51 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2021-04-27 23:00:03 +02:00
< td class = "memname" > std::vector< int64_t*> rev_int64_memory_< / td >
2020-09-02 09:42:51 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00737" > 737< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a99544f426332a39e8fbed4d442ff6341" name = "a99544f426332a39e8fbed4d442ff6341" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a99544f426332a39e8fbed4d442ff6341" > ◆ < / a > < / span > rev_int64s_< / h2 >
2020-09-02 09:42:51 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2021-04-27 23:00:03 +02:00
< td class = "memname" > CompressedTrail< int64_t> rev_int64s_< / td >
2020-09-02 09:42:51 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00729" > 729< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a18fdc21e276b69c5c8349385bd7823bd" name = "a18fdc21e276b69c5c8349385bd7823bd" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a18fdc21e276b69c5c8349385bd7823bd" > ◆ < / a > < / span > rev_int_memory_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::vector< int*> rev_int_memory_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00736" > 736< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "af68a8dd939b7ea41ec34fe8b906c13c6" name = "af68a8dd939b7ea41ec34fe8b906c13c6" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af68a8dd939b7ea41ec34fe8b906c13c6" > ◆ < / a > < / span > rev_ints_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > CompressedTrail< int> rev_ints_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00728" > 728< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a387f4ecfc705b159ca9de2779b5c327f" name = "a387f4ecfc705b159ca9de2779b5c327f" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a387f4ecfc705b159ca9de2779b5c327f" > ◆ < / a > < / span > rev_memory_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::vector< void*> rev_memory_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00741" > 741< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a967e465aec6ac5a6b3e6974ed9db37fb" name = "a967e465aec6ac5a6b3e6974ed9db37fb" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a967e465aec6ac5a6b3e6974ed9db37fb" > ◆ < / a > < / span > rev_memory_array_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::vector< void**> rev_memory_array_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00742" > 742< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ae0c43c7a172da6726e9db94f1b944499" name = "ae0c43c7a172da6726e9db94f1b944499" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae0c43c7a172da6726e9db94f1b944499" > ◆ < / a > < / span > rev_object_array_memory_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< 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_base_object.html" > BaseObject< / a > **> rev_object_array_memory_< / td >
2020-09-02 09:42:51 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00740" > 740< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a24acf14f6653846929872be350e10626" name = "a24acf14f6653846929872be350e10626" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a24acf14f6653846929872be350e10626" > ◆ < / a > < / span > rev_object_memory_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< 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_base_object.html" > BaseObject< / a > *> rev_object_memory_< / td >
2020-09-02 09:42:51 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00739" > 739< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a11e8868b65567df6371bccb3a2d4ca9a" name = "a11e8868b65567df6371bccb3a2d4ca9a" > < / a >
2020-09-02 09:42:51 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a11e8868b65567df6371bccb3a2d4ca9a" > ◆ < / a > < / span > rev_ptrs_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > CompressedTrail< void*> rev_ptrs_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00732" > 732< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ab981c88cf277d0ddf91580a9ebda9407" name = "ab981c88cf277d0ddf91580a9ebda9407" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab981c88cf277d0ddf91580a9ebda9407" > ◆ < / a > < / span > rev_uint64s_< / h2 >
2020-09-02 09:42:51 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2021-04-27 23:00:03 +02:00
< td class = "memname" > CompressedTrail< uint64_t> rev_uint64s_< / td >
2020-09-02 09:42:51 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-12-14 13:41:01 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solver_8cc_source.html#l00730" > 730< / a > of file < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > .< / p >
2020-09-02 09:42:51 +02:00
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following file:< ul >
< li > < a class = "el" href = "constraint__solver_8cc_source.html" > constraint_solver.cc< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2020-10-09 12:00:09 +02:00
< li class = "navelem" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "structoperations__research_1_1_trail.html" > Trail< / a > < / li >
2020-09-02 09:42:51 +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-02 09:42:51 +02:00
< / ul >
< / div >
< / body >
< / html >