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" / >
2021-01-26 11:28:50 +01:00
< meta name = "generator" content = "Doxygen 1.9.1" / >
2020-09-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: CompleteGraph< NodeIndexType, ArcIndexType > < / 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
2021-04-27 23:00:03 +02:00
  < span id = "projectnumber" > 9.0< / span >
2020-09-01 16:00:33 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2021-01-26 11:28:50 +01:00
<!-- Generated by Doxygen 1.9.1 -->
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 */
2021-01-26 11:28:50 +01:00
var searchBox = new SearchBox("searchBox", "search",false,'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" >
/* @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">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2020-10-09 12:00:09 +02:00
$(document).ready(function(){initNavTree('classutil_1_1_complete_graph.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 = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
2020-10-09 12:00:09 +02:00
< a href = "classutil_1_1_complete_graph-members.html" > List of all members< / a > < / div >
2020-09-01 16:00:33 +02:00
< div class = "headertitle" >
< div class = "title" > CompleteGraph< NodeIndexType, ArcIndexType > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2021-04-27 23:00:03 +02:00
< div class = "textblock" > < h3 > template< typename NodeIndexType = int32_t, typename ArcIndexType = int32_t> < br / >
2020-09-01 16:00:33 +02:00
class util::CompleteGraph< NodeIndexType, ArcIndexType > < / h3 >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l02177" > 2177< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aec05ff3d270a5f888e1623c2a99ff2aa" > < td class = "memItemLeft" align = "right" valign = "top" > typedef int32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#aec05ff3d270a5f888e1623c2a99ff2aa" > NodeIndex< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aec05ff3d270a5f888e1623c2a99ff2aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a92531459eff09455cfa63976f5024906" > < td class = "memItemLeft" align = "right" valign = "top" > typedef int32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a92531459eff09455cfa63976f5024906" > ArcIndex< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a92531459eff09455cfa63976f5024906" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a3d64d2842e97ec8cd6d6e95208ead70f" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_complete_graph.html#a3d64d2842e97ec8cd6d6e95208ead70f" > CompleteGraph< / a > (NodeIndexType < a class = "el" href = "classutil_1_1_base_graph.html#a6a2df5042167b234f6dc3aed4acfa6c9" > num_nodes< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a3d64d2842e97ec8cd6d6e95208ead70f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aceb0938bcb2e8e5f37986d4cf8e3a955" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_complete_graph.html#aceb0938bcb2e8e5f37986d4cf8e3a955" > Head< / a > (ArcIndexType arc) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aceb0938bcb2e8e5f37986d4cf8e3a955" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a2eeae3a8497dc3942e3db3128a10d41c" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_complete_graph.html#a2eeae3a8497dc3942e3db3128a10d41c" > Tail< / a > (ArcIndexType arc) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a2eeae3a8497dc3942e3db3128a10d41c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a972f29a740833d0f6d9ae9ad1f568b22" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_complete_graph.html#a972f29a740833d0f6d9ae9ad1f568b22" > OutDegree< / a > (NodeIndexType node) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a972f29a740833d0f6d9ae9ad1f568b22" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a05add2b29aa63527f24f25c605c29b12" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < ArcIndexType >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_complete_graph.html#a05add2b29aa63527f24f25c605c29b12" > OutgoingArcs< / a > (NodeIndexType node) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a05add2b29aa63527f24f25c605c29b12" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ac79c65c1a4e1b6e585ce0a297a30e783" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < ArcIndexType >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_complete_graph.html#ac79c65c1a4e1b6e585ce0a297a30e783" > OutgoingArcsStartingFrom< / a > (NodeIndexType node, ArcIndexType from) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ac79c65c1a4e1b6e585ce0a297a30e783" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:abd4f7ccb1100068c90a108c9c44a1724" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < NodeIndexType >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_complete_graph.html#abd4f7ccb1100068c90a108c9c44a1724" > operator[]< / a > (NodeIndexType node) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:abd4f7ccb1100068c90a108c9c44a1724" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a6a2df5042167b234f6dc3aed4acfa6c9" > < td class = "memItemLeft" align = "right" valign = "top" > int32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a6a2df5042167b234f6dc3aed4acfa6c9" > num_nodes< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a6a2df5042167b234f6dc3aed4acfa6c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a4d3fc55a2fe209a908470199437cec9a" > < td class = "memItemLeft" align = "right" valign = "top" > int32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a4d3fc55a2fe209a908470199437cec9a" > num_arcs< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a4d3fc55a2fe209a908470199437cec9a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a8a40f2c75615a26ba71e94dd7d42f481" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < < a class = "el" href = "classutil_1_1_base_graph.html#aec05ff3d270a5f888e1623c2a99ff2aa" > NodeIndex< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a8a40f2c75615a26ba71e94dd7d42f481" > AllNodes< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a8a40f2c75615a26ba71e94dd7d42f481" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a10ee27e856003f599bc0a2265a3ab11d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < < a class = "el" href = "classutil_1_1_base_graph.html#a92531459eff09455cfa63976f5024906" > ArcIndex< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a10ee27e856003f599bc0a2265a3ab11d" > AllForwardArcs< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a10ee27e856003f599bc0a2265a3ab11d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a2b88b717e42d7137a884c36e35052191" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a2b88b717e42d7137a884c36e35052191" > IsNodeValid< / a > (int32_t node) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a2b88b717e42d7137a884c36e35052191" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:ad17746fd0d835cab506a6ce5a93ad89a" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#ad17746fd0d835cab506a6ce5a93ad89a" > IsArcValid< / a > (int32_t arc) const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:ad17746fd0d835cab506a6ce5a93ad89a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:acf65739a0eb01d1011a8001b6daff9eb" > < td class = "memItemLeft" align = "right" valign = "top" > int32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#acf65739a0eb01d1011a8001b6daff9eb" > node_capacity< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:acf65739a0eb01d1011a8001b6daff9eb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a836b3d486d4b0cc4595afcdcbbf4e183" > < td class = "memItemLeft" align = "right" valign = "top" > int32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a836b3d486d4b0cc4595afcdcbbf4e183" > arc_capacity< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a836b3d486d4b0cc4595afcdcbbf4e183" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:afdfec6e1d53e915a6059fdb681d92f02" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#afdfec6e1d53e915a6059fdb681d92f02" > ReserveNodes< / a > (int32_t < a class = "el" href = "routing__filters_8cc.html#a4f1e8002734902ae1c65ccc3fc30c98e" > bound< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:afdfec6e1d53e915a6059fdb681d92f02" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a3aa184e2b22fc7320a39cfcba36010c4" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a3aa184e2b22fc7320a39cfcba36010c4" > ReserveArcs< / a > (int32_t < a class = "el" href = "routing__filters_8cc.html#a4f1e8002734902ae1c65ccc3fc30c98e" > bound< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a3aa184e2b22fc7320a39cfcba36010c4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a3bc3205be90a3a0142eee47fc3e9ea9d" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a3bc3205be90a3a0142eee47fc3e9ea9d" > Reserve< / a > (int32_t < a class = "el" href = "classutil_1_1_base_graph.html#acf65739a0eb01d1011a8001b6daff9eb" > node_capacity< / a > , int32_t < a class = "el" href = "classutil_1_1_base_graph.html#a836b3d486d4b0cc4595afcdcbbf4e183" > arc_capacity< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a3bc3205be90a3a0142eee47fc3e9ea9d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a238684ec126b5771f956cf67c964d4e5" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a238684ec126b5771f956cf67c964d4e5" > FreezeCapacities< / a > ()< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a238684ec126b5771f956cf67c964d4e5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a159212327bf51452d4c559fe640f59c8" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a159212327bf51452d4c559fe640f59c8" > GroupForwardArcsByFunctor< / a > (const A & < a class = "el" href = "constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6" > a< / a > , B *< a class = "el" href = "constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683" > b< / a > )< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a159212327bf51452d4c559fe640f59c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aad16076f9d10c90b9b9e0ccfddf878ed" > < td class = "memItemLeft" align = "right" valign = "top" > int32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#aad16076f9d10c90b9b9e0ccfddf878ed" > max_end_arc_index< / a > () const< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aad16076f9d10c90b9b9e0ccfddf878ed" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / 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 >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a0da78a7e517acf1b646ae28ad16216ed" > < td class = "memItemLeft" align = "right" valign = "top" > static const int32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a0da78a7e517acf1b646ae28ad16216ed" > kNilNode< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a0da78a7e517acf1b646ae28ad16216ed" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aab3a7c235c6a6000a25a5a79d680f1ba" > < td class = "memItemLeft" align = "right" valign = "top" > static const int32_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#aab3a7c235c6a6000a25a5a79d680f1ba" > kNilArc< / a > < / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aab3a7c235c6a6000a25a5a79d680f1ba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:aacbf67d9ee658147495316e1ac2c83f2" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#aacbf67d9ee658147495316e1ac2c83f2" > ComputeCumulativeSum< / a > (std::vector< int32_t > *v)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:aacbf67d9ee658147495316e1ac2c83f2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a50b198c9abc5d0035643c3988a3e7148" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1_base_graph.html#a50b198c9abc5d0035643c3988a3e7148" > BuildStartAndForwardHead< / a > (< a class = "el" href = "classutil_1_1_s_vector.html" > SVector< / a > < int32_t > *< a class = "el" href = "routing__search_8cc.html#a20358970b1abaf992eb85e071e454653" > head< / a > , std::vector< int32_t > *start, std::vector< int32_t > *permutation)< / td > < / tr >
2020-09-01 16:00:33 +02:00
< tr class = "separator:a50b198c9abc5d0035643c3988a3e7148" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a92531459eff09455cfa63976f5024906" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a92531459eff09455cfa63976f5024906" > ◆ < / a > < / span > ArcIndex< / h2 >
< 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" > typedef int32_t < a class = "el" href = "classutil_1_1_base_graph.html#a92531459eff09455cfa63976f5024906" > ArcIndex< / a > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00192" > 192< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "aec05ff3d270a5f888e1623c2a99ff2aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aec05ff3d270a5f888e1623c2a99ff2aa" > ◆ < / a > < / span > NodeIndex< / h2 >
< 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" > typedef int32_t < a class = "el" href = "classutil_1_1_base_graph.html#aec05ff3d270a5f888e1623c2a99ff2aa" > NodeIndex< / a > < / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00191" > 191< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a3d64d2842e97ec8cd6d6e95208ead70f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3d64d2842e97ec8cd6d6e95208ead70f" > ◆ < / a > < / span > CompleteGraph()< / 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 = "classutil_1_1_complete_graph.html" > CompleteGraph< / a > < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > num_nodes< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l02187" > 2187< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a10ee27e856003f599bc0a2265a3ab11d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a10ee27e856003f599bc0a2265a3ab11d" > ◆ < / a > < / span > AllForwardArcs()< / h2 >
< 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" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < int32_t > AllForwardArcs< / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00212" > 212< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a8a40f2c75615a26ba71e94dd7d42f481" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8a40f2c75615a26ba71e94dd7d42f481" > ◆ < / a > < / span > AllNodes()< / h2 >
< 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" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < int32_t > AllNodes< / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00211" > 211< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a836b3d486d4b0cc4595afcdcbbf4e183" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a836b3d486d4b0cc4595afcdcbbf4e183" > ◆ < / a > < / span > arc_capacity()< / h2 >
< 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" > int32_t arc_capacity< / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00229" > 229< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a50b198c9abc5d0035643c3988a3e7148" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a50b198c9abc5d0035643c3988a3e7148" > ◆ < / a > < / span > BuildStartAndForwardHead()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void BuildStartAndForwardHead < / td >
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > < a class = "el" href = "classutil_1_1_s_vector.html" > SVector< / a > < NodeIndexType > *  < / td >
2020-09-01 16:00:33 +02:00
< td class = "paramname" > < em > head< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > std::vector< ArcIndexType > *  < / td >
< td class = "paramname" > < em > start< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > std::vector< ArcIndexType > *  < / td >
< td class = "paramname" > < em > permutation< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00274" > 274< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "aacbf67d9ee658147495316e1ac2c83f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aacbf67d9ee658147495316e1ac2c83f2" > ◆ < / a > < / span > ComputeCumulativeSum()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void ComputeCumulativeSum < / td >
< td > (< / td >
< td class = "paramtype" > std::vector< ArcIndexType > *  < / td >
< td class = "paramname" > < em > v< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00273" > 273< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a238684ec126b5771f956cf67c964d4e5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a238684ec126b5771f956cf67c964d4e5" > ◆ < / a > < / span > FreezeCapacities()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void FreezeCapacities< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00256" > 256< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a159212327bf51452d4c559fe640f59c8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a159212327bf51452d4c559fe640f59c8" > ◆ < / a > < / span > GroupForwardArcsByFunctor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void GroupForwardArcsByFunctor < / td >
< td > (< / td >
< td class = "paramtype" > const A &   < / td >
< td class = "paramname" > < em > a< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > B *  < / td >
< td class = "paramname" > < em > b< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00266" > 266< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "aceb0938bcb2e8e5f37986d4cf8e3a955" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aceb0938bcb2e8e5f37986d4cf8e3a955" > ◆ < / a > < / span > Head()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > NodeIndexType Head < / td >
< td > (< / td >
< td class = "paramtype" > ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / 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 = "graph_8h_source.html#l02204" > 2204< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "ad17746fd0d835cab506a6ce5a93ad89a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad17746fd0d835cab506a6ce5a93ad89a" > ◆ < / a > < / span > IsArcValid()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool IsArcValid < / td >
< td > (< / td >
< td class = "paramtype" > ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00221" > 221< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a2b88b717e42d7137a884c36e35052191" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b88b717e42d7137a884c36e35052191" > ◆ < / a > < / span > IsNodeValid()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool IsNodeValid < / td >
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00215" > 215< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "aad16076f9d10c90b9b9e0ccfddf878ed" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aad16076f9d10c90b9b9e0ccfddf878ed" > ◆ < / a > < / span > max_end_arc_index()< / h2 >
< 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" > int32_t max_end_arc_index < / 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 class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00269" > 269< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "acf65739a0eb01d1011a8001b6daff9eb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acf65739a0eb01d1011a8001b6daff9eb" > ◆ < / a > < / span > node_capacity()< / h2 >
< 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" > int32_t node_capacity< / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00226" > 226< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a4d3fc55a2fe209a908470199437cec9a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d3fc55a2fe209a908470199437cec9a" > ◆ < / a > < / span > num_arcs()< / h2 >
< 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" > int32_t num_arcs < / 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 class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00206" > 206< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a6a2df5042167b234f6dc3aed4acfa6c9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a2df5042167b234f6dc3aed4acfa6c9" > ◆ < / a > < / span > num_nodes()< / h2 >
< 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" > int32_t num_nodes < / 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 class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00203" > 203< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "abd4f7ccb1100068c90a108c9c44a1724" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abd4f7ccb1100068c90a108c9c44a1724" > ◆ < / a > < / span > operator[]()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < NodeIndexType > operator[] < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > node< / 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 = "graph_8h_source.html#l02244" > 2244< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a972f29a740833d0f6d9ae9ad1f568b22" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a972f29a740833d0f6d9ae9ad1f568b22" > ◆ < / a > < / span > OutDegree()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > ArcIndexType OutDegree < / td >
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > node< / 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 = "graph_8h_source.html#l02218" > 2218< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a05add2b29aa63527f24f25c605c29b12" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a05add2b29aa63527f24f25c605c29b12" > ◆ < / a > < / span > OutgoingArcs()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < ArcIndexType > OutgoingArcs < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > node< / 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 = "graph_8h_source.html#l02225" > 2225< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "ac79c65c1a4e1b6e585ce0a297a30e783" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac79c65c1a4e1b6e585ce0a297a30e783" > ◆ < / a > < / span > OutgoingArcsStartingFrom()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "classutil_1_1_integer_range.html" > IntegerRange< / a > < ArcIndexType > OutgoingArcsStartingFrom < / td >
2020-09-01 16:00:33 +02:00
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > node< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > ArcIndexType  < / td >
< td class = "paramname" > < em > from< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / 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 = "graph_8h_source.html#l02235" > 2235< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a3bc3205be90a3a0142eee47fc3e9ea9d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3bc3205be90a3a0142eee47fc3e9ea9d" > ◆ < / a > < / span > Reserve()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Reserve < / td >
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > node_capacity< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > ArcIndexType  < / td >
< td class = "paramname" > < em > arc_capacity< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00249" > 249< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a3aa184e2b22fc7320a39cfcba36010c4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3aa184e2b22fc7320a39cfcba36010c4" > ◆ < / a > < / span > ReserveArcs()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void ReserveArcs < / td >
< td > (< / td >
< td class = "paramtype" > ArcIndexType  < / td >
< td class = "paramname" > < em > bound< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00243" > 243< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "afdfec6e1d53e915a6059fdb681d92f02" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afdfec6e1d53e915a6059fdb681d92f02" > ◆ < / a > < / span > ReserveNodes()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual void ReserveNodes < / td >
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > bound< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00237" > 237< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a2eeae3a8497dc3942e3db3128a10d41c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2eeae3a8497dc3942e3db3128a10d41c" > ◆ < / a > < / span > Tail()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > NodeIndexType Tail < / td >
< td > (< / td >
< td class = "paramtype" > ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / 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 = "graph_8h_source.html#l02211" > 2211< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "aab3a7c235c6a6000a25a5a79d680f1ba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab3a7c235c6a6000a25a5a79d680f1ba" > ◆ < / a > < / span > kNilArc< / h2 >
< 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" > const int32_t kNilArc< / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00261" > 261< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< a id = "a0da78a7e517acf1b646ae28ad16216ed" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0da78a7e517acf1b646ae28ad16216ed" > ◆ < / a > < / span > kNilNode< / h2 >
< 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" > const int32_t kNilNode< / td >
2020-09-01 16:00:33 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > inherited< / 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 = "graph_8h_source.html#l00260" > 260< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-09-01 16:00:33 +02:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "graph_8h_source.html" > graph.h< / 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 = "namespaceutil.html" > util< / a > < / li > < li class = "navelem" > < a class = "el" href = "classutil_1_1_complete_graph.html" > CompleteGraph< / a > < / li >
2020-09-01 16:00:33 +02:00
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2021-01-26 11:28:50 +01:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.9.1 < / li >
2020-09-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >