2020-09-01 16:00:33 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2022-01-17 21:42:14 +01:00
< meta name = "generator" content = "Doxygen 1.9.3" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: DynamicPartition< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2022-03-04 00:11:33 +01:00
  < span id = "projectnumber" > 9.3< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-17 21:42:14 +01:00
<!-- Generated by Doxygen 1.9.3 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-17 21:42:14 +01:00
/* @license-end */
< / script >
2020-09-01 16:00:33 +02:00
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
2022-01-17 21:42:14 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('classoperations__research_1_1_dynamic_partition.html',''); initResizable(); });
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
2020-10-09 12:00:09 +02:00
< a href = "classoperations__research_1_1_dynamic_partition-members.html" > List of all members< / a > < / div >
2022-01-17 21:42:14 +01:00
< div class = "headertitle" > < div class = "title" > DynamicPartition< / div > < / div >
2020-09-01 16:00:33 +02:00
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "dynamic__partition_8h_source.html#l00050" > 50< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div > < table class = "memberdecls" >
2022-01-17 21:42:14 +01:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "nested-classes" name = "nested-classes" > < / a >
2020-09-01 16:00:33 +02:00
Classes< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1_dynamic_partition_1_1_iterable_part.html" > IterablePart< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:" > < 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-types" name = "pub-types" > < / a >
2020-09-01 16:00:33 +02:00
Public Types< / h2 > < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:a5d89f8571b04ded41d29edffdb479199" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a5d89f8571b04ded41d29edffdb479199" > DebugStringSorting< / a > { < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a5d89f8571b04ded41d29edffdb479199aa3c9e40c9ce46fe6b0a9352db7240b6f" > SORT_LEXICOGRAPHICALLY< / a >
, < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a5d89f8571b04ded41d29edffdb479199a6f2cdeb376ad23fd9f0d1164c25a0306" > SORT_BY_PART< / a >
2020-09-01 16:00:33 +02:00
}< / td > < / tr >
< tr class = "separator:a5d89f8571b04ded41d29edffdb479199" > < 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-methods" name = "pub-methods" > < / a >
2020-09-01 16:00:33 +02:00
Public Member Functions< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ac86affffe0db21281ab1db3b23bbebc8" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#ac86affffe0db21281ab1db3b23bbebc8" > DynamicPartition< / a > (int num_elements)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ac86affffe0db21281ab1db3b23bbebc8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a283c8e838eafb240eb24283ab4288254" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a283c8e838eafb240eb24283ab4288254" > DynamicPartition< / a > (const std::vector< int > & initial_part_of_element)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a283c8e838eafb240eb24283ab4288254" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a84daba977c20d7a54c86ef77e8986267" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a84daba977c20d7a54c86ef77e8986267" > NumElements< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a84daba977c20d7a54c86ef77e8986267" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ae91b7d9b6c4f0675b9ad3f38e5761853" > < td class = "memItemLeft" align = "right" valign = "top" > const int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#ae91b7d9b6c4f0675b9ad3f38e5761853" > NumParts< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ae91b7d9b6c4f0675b9ad3f38e5761853" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a11ea4d0620bbdca30b7d9b8a23f8cdd8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structoperations__research_1_1_dynamic_partition_1_1_iterable_part.html" > IterablePart< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a11ea4d0620bbdca30b7d9b8a23f8cdd8" > ElementsInPart< / a > (int i) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a11ea4d0620bbdca30b7d9b8a23f8cdd8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ab22d95d31ef6edfd5a6770ff6d8c4f04" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#ab22d95d31ef6edfd5a6770ff6d8c4f04" > PartOf< / a > (int element) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ab22d95d31ef6edfd5a6770ff6d8c4f04" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a5634a596b0aa63843c28e8ed69e653ca" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a5634a596b0aa63843c28e8ed69e653ca" > SizeOfPart< / a > (int part) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a5634a596b0aa63843c28e8ed69e653ca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ab8257c32911b0b991bec1af210d993be" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#ab8257c32911b0b991bec1af210d993be" > ParentOfPart< / a > (int part) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ab8257c32911b0b991bec1af210d993be" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a897ee69dceefdd60a6a4e90ab8b18a25" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structoperations__research_1_1_dynamic_partition_1_1_iterable_part.html" > IterablePart< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a897ee69dceefdd60a6a4e90ab8b18a25" > ElementsInSamePartAs< / a > (int i) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a897ee69dceefdd60a6a4e90ab8b18a25" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a9b5c93a4cf6d2e548d76291fe7ba5b5d" > < td class = "memItemLeft" align = "right" valign = "top" > uint64_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a9b5c93a4cf6d2e548d76291fe7ba5b5d" > FprintOfPart< / a > (int part) const< / td > < / tr >
< tr class = "separator:a9b5c93a4cf6d2e548d76291fe7ba5b5d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a32f3aa9643111b05108d1120e48c1e13" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a32f3aa9643111b05108d1120e48c1e13" > Refine< / a > (const std::vector< int > & distinguished_subset)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a32f3aa9643111b05108d1120e48c1e13" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a59a35941a5a6eb3747faddb449a49e2a" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a59a35941a5a6eb3747faddb449a49e2a" > UndoRefineUntilNumPartsEqual< / a > (int original_num_parts)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a59a35941a5a6eb3747faddb449a49e2a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ad07c56b1579801daaf3a9a750d26e792" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#ad07c56b1579801daaf3a9a750d26e792" > DebugString< / a > (< a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a5d89f8571b04ded41d29edffdb479199" > DebugStringSorting< / a > sorting) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ad07c56b1579801daaf3a9a750d26e792" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2022-01-17 21:42:14 +01:00
< tr class = "memitem:ad8a3eb5fa76f501ec96f1664fc899c3b" > < td class = "memItemLeft" align = "right" valign = "top" > const std::vector< int > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#ad8a3eb5fa76f501ec96f1664fc899c3b" > ElementsInHierarchicalOrder< / a > () const< / td > < / tr >
< tr class = "separator:ad8a3eb5fa76f501ec96f1664fc899c3b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table >
< h2 class = "groupheader" > Member Enumeration Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "a5d89f8571b04ded41d29edffdb479199" name = "a5d89f8571b04ded41d29edffdb479199" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5d89f8571b04ded41d29edffdb479199" > ◆ < / a > < / span > DebugStringSorting< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > enum < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a5d89f8571b04ded41d29edffdb479199" > DebugStringSorting< / a > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2022-01-17 21:42:14 +01:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a5d89f8571b04ded41d29edffdb479199aa3c9e40c9ce46fe6b0a9352db7240b6f" name = "a5d89f8571b04ded41d29edffdb479199aa3c9e40c9ce46fe6b0a9352db7240b6f" > < / a > SORT_LEXICOGRAPHICALLY  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a5d89f8571b04ded41d29edffdb479199a6f2cdeb376ad23fd9f0d1164c25a0306" name = "a5d89f8571b04ded41d29edffdb479199a6f2cdeb376ad23fd9f0d1164c25a0306" > < / a > SORT_BY_PART  < / td > < td class = "fielddoc" > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< / table >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "dynamic__partition_8h_source.html#l00118" > 118< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "ac86affffe0db21281ab1db3b23bbebc8" name = "ac86affffe0db21281ab1db3b23bbebc8" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac86affffe0db21281ab1db3b23bbebc8" > ◆ < / a > < / span > DynamicPartition() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html" > DynamicPartition< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > num_elements< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > explicit< / 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 = "dynamic__partition_8cc_source.html#l00032" > 32< / a > of file < a class = "el" href = "dynamic__partition_8cc_source.html" > dynamic_partition.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a283c8e838eafb240eb24283ab4288254" name = "a283c8e838eafb240eb24283ab4288254" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a283c8e838eafb240eb24283ab4288254" > ◆ < / a > < / span > DynamicPartition() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html" > DynamicPartition< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > const std::vector< int > &   < / td >
< td class = "paramname" > < em > initial_part_of_element< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > explicit< / 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 = "dynamic__partition_8cc_source.html#l00048" > 48< / a > of file < a class = "el" href = "dynamic__partition_8cc_source.html" > dynamic_partition.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2022-01-17 21:42:14 +01:00
< a id = "ad07c56b1579801daaf3a9a750d26e792" name = "ad07c56b1579801daaf3a9a750d26e792" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad07c56b1579801daaf3a9a750d26e792" > ◆ < / a > < / span > DebugString()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string DebugString < / td >
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1_dynamic_partition.html#a5d89f8571b04ded41d29edffdb479199" > DebugStringSorting< / a >   < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > sorting< / em > < / td > < td > )< / td >
< td > const< / 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 = "dynamic__partition_8cc_source.html#l00185" > 185< / a > of file < a class = "el" href = "dynamic__partition_8cc_source.html" > dynamic_partition.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ad8a3eb5fa76f501ec96f1664fc899c3b" name = "ad8a3eb5fa76f501ec96f1664fc899c3b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad8a3eb5fa76f501ec96f1664fc899c3b" > ◆ < / a > < / span > ElementsInHierarchicalOrder()< / 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 >
2022-01-17 21:42:14 +01:00
< td class = "memname" > const std::vector< int > & ElementsInHierarchicalOrder < / td >
2020-09-01 16:00:33 +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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "dynamic__partition_8h_source.html#l00137" > 137< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a11ea4d0620bbdca30b7d9b8a23f8cdd8" name = "a11ea4d0620bbdca30b7d9b8a23f8cdd8" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a11ea4d0620bbdca30b7d9b8a23f8cdd8" > ◆ < / a > < / span > ElementsInPart()< / 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_dynamic_partition_1_1_iterable_part.html" > DynamicPartition::IterablePart< / a > ElementsInPart < / 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 > < / 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 = "dynamic__partition_8h_source.html#l00277" > 277< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a897ee69dceefdd60a6a4e90ab8b18a25" name = "a897ee69dceefdd60a6a4e90ab8b18a25" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a897ee69dceefdd60a6a4e90ab8b18a25" > ◆ < / a > < / span > ElementsInSamePartAs()< / 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_dynamic_partition_1_1_iterable_part.html" > DynamicPartition::IterablePart< / a > ElementsInSamePartAs < / 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 > < / 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 = "dynamic__partition_8h_source.html#l00304" > 304< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a9b5c93a4cf6d2e548d76291fe7ba5b5d" name = "a9b5c93a4cf6d2e548d76291fe7ba5b5d" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9b5c93a4cf6d2e548d76291fe7ba5b5d" > ◆ < / a > < / span > FprintOfPart()< / 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" > uint64_t FprintOfPart < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > part< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "dynamic__partition_8h_source.html#l00309" > 309< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a84daba977c20d7a54c86ef77e8986267" name = "a84daba977c20d7a54c86ef77e8986267" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a84daba977c20d7a54c86ef77e8986267" > ◆ < / a > < / span > NumElements()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int NumElements < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / 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 = "dynamic__partition_8h_source.html#l00061" > 61< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ae91b7d9b6c4f0675b9ad3f38e5761853" name = "ae91b7d9b6c4f0675b9ad3f38e5761853" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae91b7d9b6c4f0675b9ad3f38e5761853" > ◆ < / a > < / span > NumParts()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const int NumParts < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / 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 = "dynamic__partition_8h_source.html#l00062" > 62< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ab8257c32911b0b991bec1af210d993be" name = "ab8257c32911b0b991bec1af210d993be" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab8257c32911b0b991bec1af210d993be" > ◆ < / a > < / span > ParentOfPart()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int ParentOfPart < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > part< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "dynamic__partition_8h_source.html#l00298" > 298< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "ab22d95d31ef6edfd5a6770ff6d8c4f04" name = "ab22d95d31ef6edfd5a6770ff6d8c4f04" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab22d95d31ef6edfd5a6770ff6d8c4f04" > ◆ < / a > < / span > PartOf()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int PartOf < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > element< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "dynamic__partition_8h_source.html#l00285" > 285< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a32f3aa9643111b05108d1120e48c1e13" name = "a32f3aa9643111b05108d1120e48c1e13" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a32f3aa9643111b05108d1120e48c1e13" > ◆ < / a > < / span > Refine()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void Refine < / td >
< td > (< / td >
< td class = "paramtype" > const std::vector< int > &   < / td >
< td class = "paramname" > < em > distinguished_subset< / em > < / td > < td > )< / td >
< td > < / 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 = "dynamic__partition_8cc_source.html#l00097" > 97< / a > of file < a class = "el" href = "dynamic__partition_8cc_source.html" > dynamic_partition.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a5634a596b0aa63843c28e8ed69e653ca" name = "a5634a596b0aa63843c28e8ed69e653ca" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5634a596b0aa63843c28e8ed69e653ca" > ◆ < / a > < / span > SizeOfPart()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int SizeOfPart < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > part< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "dynamic__partition_8h_source.html#l00291" > 291< / a > of file < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
2022-01-17 21:42:14 +01:00
< a id = "a59a35941a5a6eb3747faddb449a49e2a" name = "a59a35941a5a6eb3747faddb449a49e2a" > < / a >
2020-09-01 16:00:33 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a59a35941a5a6eb3747faddb449a49e2a" > ◆ < / a > < / span > UndoRefineUntilNumPartsEqual()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void UndoRefineUntilNumPartsEqual < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > original_num_parts< / em > < / td > < td > )< / td >
< td > < / 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 = "dynamic__partition_8cc_source.html#l00162" > 162< / a > of file < a class = "el" href = "dynamic__partition_8cc_source.html" > dynamic_partition.cc< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > < a class = "el" href = "dynamic__partition_8h_source.html" > dynamic_partition.h< / a > < / li >
< li > < a class = "el" href = "dynamic__partition_8cc_source.html" > dynamic_partition.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 = "classoperations__research_1_1_dynamic_partition.html" > DynamicPartition< / a > < / li >
2020-09-01 16:00:33 +02:00
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-17 21:42:14 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.3 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >