2019-06-13 15:36:14 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > OR-Tools< / title >
< meta http-equiv = "Content-Type" content = "text/html;" / >
< meta charset = "utf-8" / >
<!-- <link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/> -->
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
2020-09-01 16:00:33 +02:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
2019-06-13 15:36:14 +02:00
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2020-09-01 16:00:33 +02:00
< span id = "sfml" > Google OR-Tools 8.0< / span >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
2019-08-12 09:16:03 -07:00
< h2 > C++ Reference< / h2 >
2019-08-07 18:01:08 -07:00
< ul >
< li > < a href = "../cpp_algorithms/annotated.html" > Algorithms< / a > < / li >
2019-08-12 09:16:03 -07:00
< li > < a href = "../cpp_sat/annotated.html" > CP-SAT< / a > < / li >
2019-08-07 18:01:08 -07:00
< li > < a href = "../cpp_graph/annotated.html" > Graph< / a > < / li >
< li > < a href = "../cpp_routing/annotated.html" > Routing< / a > < / li >
< li > < a href = "../cpp_linear/annotated.html" > Linear solver< / a > < / li >
< / ul >
< / div >
2019-06-13 15:36:14 +02:00
< div id = "content" >
2019-08-07 18:01:08 -07:00
< div align = "center" >
< h1 style = "color: #145A32;" > C++ Reference: Routing< / h1 >
< / div >
2020-06-11 12:23:09 +02:00
<!-- Generated by Doxygen 1.8.18 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< 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" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classoperations__research_1_1RevIntSet.html',''); initResizable(); });
/* @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" >
2020-06-11 12:23:09 +02:00
< a href = "#pub-types" > Public Types< / a > |
2019-06-13 15:36:14 +02:00
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "classoperations__research_1_1RevIntSet-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2019-08-07 18:01:08 -07:00
< div class = "title" > RevIntSet< T > < / 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 >
< div class = "textblock" > < h3 > template< class T> < br / >
class operations_research::RevIntSet< T > < / h3 >
2019-06-13 15:36:14 +02:00
2019-08-12 23:15:11 -07:00
< p > This is a special class to represent a 'residual' set of T. < / p >
< p > T must be an integer type. You fill it at first, and then during search, you can efficiently remove an element, and query the removed elements. < / p >
2019-06-13 15:36:14 +02:00
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02549" > 2549< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2019-08-12 23:15:11 -07:00
< / div > < table class = "memberdecls" >
2020-06-11 12:23:09 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a2fc97dce62b7053449cc868607540dba" > < td class = "memItemLeft" align = "right" valign = "top" > typedef const T *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a2fc97dce62b7053449cc868607540dba" > const_iterator< / a > < / td > < / tr >
< tr class = "memdesc:a2fc97dce62b7053449cc868607540dba" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Iterators on the indices. < a href = "classoperations__research_1_1RevIntSet.html#a2fc97dce62b7053449cc868607540dba" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2fc97dce62b7053449cc868607540dba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2019-06-13 15:36:14 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:a23bf807dec205b7965271a2980ba7aa1" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a23bf807dec205b7965271a2980ba7aa1" > RevIntSet< / a > (int capacity)< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a23bf807dec205b7965271a2980ba7aa1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Capacity is the fixed size of the set (it cannot grow). < a href = "classoperations__research_1_1RevIntSet.html#a23bf807dec205b7965271a2980ba7aa1" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a23bf807dec205b7965271a2980ba7aa1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9dc6b5dd524a344be68d49dfe713445b" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a9dc6b5dd524a344be68d49dfe713445b" > RevIntSet< / a > (int capacity, int *shared_positions, int shared_positions_size)< / td > < / tr >
2019-11-14 13:52:51 -08:00
< tr class = "memdesc:a9dc6b5dd524a344be68d49dfe713445b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Capacity is the fixed size of the set (it cannot grow). < a href = "classoperations__research_1_1RevIntSet.html#a9dc6b5dd524a344be68d49dfe713445b" > More...< / a > < br / > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a9dc6b5dd524a344be68d49dfe713445b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a843688384c304891f0a00b0336ac9823" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a843688384c304891f0a00b0336ac9823" > ~RevIntSet< / a > ()< / td > < / tr >
< tr class = "separator:a843688384c304891f0a00b0336ac9823" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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_1RevIntSet.html#a24926108b770033792d015cb86aeffb3" > Size< / a > () const< / td > < / tr >
< tr class = "separator:a24926108b770033792d015cb86aeffb3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae37167b9b5134bd482bc4e21d77b3f4b" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#ae37167b9b5134bd482bc4e21d77b3f4b" > Capacity< / a > () const< / td > < / tr >
< tr class = "separator:ae37167b9b5134bd482bc4e21d77b3f4b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6b01bbd962186b2a530cb1ab6855b833" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a6b01bbd962186b2a530cb1ab6855b833" > Element< / a > (int i) const< / td > < / tr >
< tr class = "separator:a6b01bbd962186b2a530cb1ab6855b833" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a34d8dff251306e611f6393c007372233" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a34d8dff251306e611f6393c007372233" > RemovedElement< / a > (int i) const< / td > < / tr >
< tr class = "separator:a34d8dff251306e611f6393c007372233" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr class = "memitem:a09b435e833bb97525ef2e54735f632ea" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a09b435e833bb97525ef2e54735f632ea" > Insert< / a > (Solver *const solver, const T & elt)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a09b435e833bb97525ef2e54735f632ea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr class = "memitem:ace705075d1b47c62aa622a912c14626c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#ace705075d1b47c62aa622a912c14626c" > Remove< / a > (Solver *const solver, const T & value_index)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ace705075d1b47c62aa622a912c14626c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr class = "memitem:ab57ce8f50aeb2f7e4171b04ca42fd447" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#ab57ce8f50aeb2f7e4171b04ca42fd447" > Restore< / a > (Solver *const solver, const T & value_index)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ab57ce8f50aeb2f7e4171b04ca42fd447" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr class = "memitem:ae44fff9ea13a57991eb263fc98f526ab" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#ae44fff9ea13a57991eb263fc98f526ab" > Clear< / a > (Solver *const solver)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ae44fff9ea13a57991eb263fc98f526ab" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr class = "memitem:a29305669b60ca1680752e2fc3592ba99" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a2fc97dce62b7053449cc868607540dba" > const_iterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a29305669b60ca1680752e2fc3592ba99" > begin< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a29305669b60ca1680752e2fc3592ba99" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-06-11 12:23:09 +02:00
< tr class = "memitem:accf9a4bd0c34d4a5f6a7dab66ea10cdc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a2fc97dce62b7053449cc868607540dba" > const_iterator< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#accf9a4bd0c34d4a5f6a7dab66ea10cdc" > end< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:accf9a4bd0c34d4a5f6a7dab66ea10cdc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-attribs" > < / a >
Static Public Attributes< / h2 > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "memitem:a563ff7bb4f40754b5b1bfb01a3dd95c1" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a563ff7bb4f40754b5b1bfb01a3dd95c1" > kNoInserted< / a > = -1< / td > < / tr >
< tr class = "separator:a563ff7bb4f40754b5b1bfb01a3dd95c1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2020-06-11 12:23:09 +02:00
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a2fc97dce62b7053449cc868607540dba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2fc97dce62b7053449cc868607540dba" > ◆ < / a > < / span > const_iterator< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef const T* < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a2fc97dce62b7053449cc868607540dba" > const_iterator< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Iterators on the indices. < / p >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02621" > 2621< / a > of file < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > .< / p >
2020-06-11 12:23:09 +02:00
< / div >
< / div >
2019-06-13 15:36:14 +02:00
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a23bf807dec205b7965271a2980ba7aa1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a23bf807dec205b7965271a2980ba7aa1" > ◆ < / a > < / span > RevIntSet() < span class = "overload" > [1/2]< / span > < / 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" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html" > RevIntSet< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > capacity< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Capacity is the fixed size of the set (it cannot grow). < / p >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02554" > 2554< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "a9dc6b5dd524a344be68d49dfe713445b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9dc6b5dd524a344be68d49dfe713445b" > ◆ < / a > < / span > RevIntSet() < span class = "overload" > [2/2]< / span > < / 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" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html" > RevIntSet< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > capacity< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int *  < / td >
< td class = "paramname" > < em > shared_positions< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > shared_positions_size< / 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" >
< p > Capacity is the fixed size of the set (it cannot grow). < / p >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02566" > 2566< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "a843688384c304891f0a00b0336ac9823" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a843688384c304891f0a00b0336ac9823" > ◆ < / a > < / span > ~RevIntSet()< / 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" > ~< a class = "el" href = "classoperations__research_1_1RevIntSet.html" > RevIntSet< / 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02577" > 2577< / 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 Function Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a29305669b60ca1680752e2fc3592ba99" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a29305669b60ca1680752e2fc3592ba99" > ◆ < / a > < / span > begin()< / 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-06-11 12:23:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a2fc97dce62b7053449cc868607540dba" > const_iterator< / a > begin < / 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02622" > 2622< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "ae37167b9b5134bd482bc4e21d77b3f4b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae37167b9b5134bd482bc4e21d77b3f4b" > ◆ < / a > < / span > Capacity()< / 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 Capacity < / 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02585" > 2585< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "ae44fff9ea13a57991eb263fc98f526ab" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae44fff9ea13a57991eb263fc98f526ab" > ◆ < / a > < / span > Clear()< / 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 Clear < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-06-11 12:23:09 +02:00
< td class = "paramtype" > Solver *const  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > solver< / 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" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02618" > 2618< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "a6b01bbd962186b2a530cb1ab6855b833" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6b01bbd962186b2a530cb1ab6855b833" > ◆ < / a > < / span > Element()< / 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" > T Element < / 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02587" > 2587< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "accf9a4bd0c34d4a5f6a7dab66ea10cdc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#accf9a4bd0c34d4a5f6a7dab66ea10cdc" > ◆ < / a > < / span > end()< / 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-06-11 12:23:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1RevIntSet.html#a2fc97dce62b7053449cc868607540dba" > const_iterator< / a > end < / 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02623" > 2623< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "a09b435e833bb97525ef2e54735f632ea" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a09b435e833bb97525ef2e54735f632ea" > ◆ < / a > < / span > Insert()< / 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 Insert < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-06-11 12:23:09 +02:00
< td class = "paramtype" > Solver *const  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > solver< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > elt< / 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" >
2019-11-14 13:52:51 -08:00
< p > Valid.< / p >
2019-06-13 15:36:14 +02:00
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02599" > 2599< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "ace705075d1b47c62aa622a912c14626c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ace705075d1b47c62aa622a912c14626c" > ◆ < / a > < / span > Remove()< / 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 Remove < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-06-11 12:23:09 +02:00
< td class = "paramtype" > Solver *const  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > solver< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > value_index< / 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" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02608" > 2608< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "a34d8dff251306e611f6393c007372233" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a34d8dff251306e611f6393c007372233" > ◆ < / a > < / span > RemovedElement()< / 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" > T RemovedElement < / 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02593" > 2593< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "ab57ce8f50aeb2f7e4171b04ca42fd447" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab57ce8f50aeb2f7e4171b04ca42fd447" > ◆ < / a > < / span > Restore()< / 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 Restore < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-06-11 12:23:09 +02:00
< td class = "paramtype" > Solver *const  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > solver< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > value_index< / 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" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02613" > 2613< / 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 >
2019-08-07 18:01:08 -07:00
< a id = "a24926108b770033792d015cb86aeffb3" > < / a >
< 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-09-01 16:00:33 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02583" > 2583< / 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 >
2020-09-01 16:00:33 +02:00
< a id = "a563ff7bb4f40754b5b1bfb01a3dd95c1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a563ff7bb4f40754b5b1bfb01a3dd95c1" > ◆ < / a > < / span > kNoInserted< / 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" > constexpr int kNoInserted = -1< / 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" > static< / span > < span class = "mlabel" > constexpr< / 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 class = "definition" > Definition at line < a class = "el" href = "constraint__solveri_8h_source.html#l02551" > 2551< / 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 >
< li > < a class = "el" href = "constraint__solveri_8h_source.html" > constraint_solveri.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
2020-09-01 16:00:33 +02:00
< / div > <!-- doc - content -->
2019-08-07 18:01:08 -07:00
< / div >
2019-06-13 15:36:14 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >