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"/> -->
2019-06-20 23:08:48 +02:00
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
2019-06-13 15:36:14 +02:00
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2020-01-27 13:48:26 +01:00
< span id = "sfml" > Google OR-Tools 7.5< / 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: Graph< / h1 >
< / div >
2020-04-23 15:34:43 +02:00
<!-- Generated by Doxygen 1.8.16 -->
2019-06-13 15:36:14 +02:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
2019-07-15 17:42:24 -07:00
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
2019-06-13 15:36:14 +02:00
< / ul >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "namespaceutil.html" > util< / a > < / li > < li class = "navelem" > < a class = "el" href = "classutil_1_1StaticGraph.html" > StaticGraph< / a > < / li > < / ul >
2019-06-13 15:36:14 +02:00
< / div >
2019-08-07 18:01:08 -07:00
< / div > <!-- top -->
2019-06-13 15:36:14 +02:00
< 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 > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
2020-04-23 15:34:43 +02:00
< a href = "#pro-attribs" > Protected Attributes< / a > |
2019-06-13 15:36:14 +02:00
< a href = "classutil_1_1StaticGraph-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2019-08-07 18:01:08 -07:00
< div class = "title" > StaticGraph< NodeIndexType, ArcIndexType > < / 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< typename NodeIndexType = int32, typename ArcIndexType = int32> < br / >
class util::StaticGraph< NodeIndexType, ArcIndexType > < / h3 >
2019-07-12 13:25:23 -07:00
2019-08-12 23:15:11 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00396" > 396< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div > < table class = "memberdecls" >
2019-06-13 15:36:14 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph_1_1OutgoingArcIterator.html" > OutgoingArcIterator< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr class = "memitem:aec05ff3d270a5f888e1623c2a99ff2aa" > < td class = "memItemLeft" align = "right" valign = "top" > typedef NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#aec05ff3d270a5f888e1623c2a99ff2aa" > NodeIndex< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aec05ff3d270a5f888e1623c2a99ff2aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr class = "memitem:a92531459eff09455cfa63976f5024906" > < td class = "memItemLeft" align = "right" valign = "top" > typedef ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a92531459eff09455cfa63976f5024906" > ArcIndex< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a92531459eff09455cfa63976f5024906" > < 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-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:a25370a947dacfa9e91035746007b22f8" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a25370a947dacfa9e91035746007b22f8" > StaticGraph< / a > ()< / td > < / tr >
< tr class = "separator:a25370a947dacfa9e91035746007b22f8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8c493e04974a5c65843b8e793c7611aa" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a8c493e04974a5c65843b8e793c7611aa" > StaticGraph< / a > (NodeIndexType < a class = "el" href = "classutil_1_1BaseGraph.html#a6a2df5042167b234f6dc3aed4acfa6c9" > num_nodes< / a > , ArcIndexType < a class = "el" href = "classutil_1_1BaseGraph.html#a836b3d486d4b0cc4595afcdcbbf4e183" > arc_capacity< / a > )< / td > < / tr >
< tr class = "separator:a8c493e04974a5c65843b8e793c7611aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aceb0938bcb2e8e5f37986d4cf8e3a955" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#aceb0938bcb2e8e5f37986d4cf8e3a955" > Head< / a > (ArcIndexType arc) const< / td > < / tr >
< tr class = "separator:aceb0938bcb2e8e5f37986d4cf8e3a955" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2eeae3a8497dc3942e3db3128a10d41c" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a2eeae3a8497dc3942e3db3128a10d41c" > Tail< / a > (ArcIndexType arc) const< / td > < / tr >
< tr class = "separator:a2eeae3a8497dc3942e3db3128a10d41c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a972f29a740833d0f6d9ae9ad1f568b22" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a972f29a740833d0f6d9ae9ad1f568b22" > OutDegree< / a > (NodeIndexType node) const< / td > < / tr >
< tr class = "separator:a972f29a740833d0f6d9ae9ad1f568b22" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad7db584fc1fe14ce9296131fda625994" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1BeginEndWrapper.html" > BeginEndWrapper< / a > < < a class = "el" href = "classutil_1_1StaticGraph_1_1OutgoingArcIterator.html" > OutgoingArcIterator< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#ad7db584fc1fe14ce9296131fda625994" > OutgoingArcs< / a > (NodeIndexType node) const< / td > < / tr >
< tr class = "separator:ad7db584fc1fe14ce9296131fda625994" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a670eedbe0833896676a7063dc91a89ff" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1BeginEndWrapper.html" > BeginEndWrapper< / a > < < a class = "el" href = "classutil_1_1StaticGraph_1_1OutgoingArcIterator.html" > OutgoingArcIterator< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a670eedbe0833896676a7063dc91a89ff" > OutgoingArcsStartingFrom< / a > (NodeIndexType node, ArcIndexType from) const< / td > < / tr >
< tr class = "separator:a670eedbe0833896676a7063dc91a89ff" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a71e14c0088eed792506574efd3e516be" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1BeginEndWrapper.html" > BeginEndWrapper< / a > < NodeIndexType const * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a71e14c0088eed792506574efd3e516be" > operator[]< / a > (NodeIndexType node) const< / td > < / tr >
< tr class = "separator:a71e14c0088eed792506574efd3e516be" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a554cbbb5018b36885e8f166ddfe6334c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a554cbbb5018b36885e8f166ddfe6334c" > ReserveNodes< / a > (NodeIndexType bound) override< / td > < / tr >
< tr class = "separator:a554cbbb5018b36885e8f166ddfe6334c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a50281a76c553a854dd86b11789007110" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a50281a76c553a854dd86b11789007110" > ReserveArcs< / a > (ArcIndexType bound) override< / td > < / tr >
< tr class = "separator:a50281a76c553a854dd86b11789007110" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a72abbca4ba20feecaba7b06b8d472e6d" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a72abbca4ba20feecaba7b06b8d472e6d" > AddNode< / a > (NodeIndexType node)< / td > < / tr >
< tr class = "separator:a72abbca4ba20feecaba7b06b8d472e6d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7b505ba4a01bce342d049f5a8674da72" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a7b505ba4a01bce342d049f5a8674da72" > AddArc< / a > (NodeIndexType tail, NodeIndexType head)< / td > < / tr >
< tr class = "separator:a7b505ba4a01bce342d049f5a8674da72" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a4d37693b809140b0dde7abd463d04e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#a6a4d37693b809140b0dde7abd463d04e" > Build< / a > ()< / td > < / tr >
< tr class = "separator:a6a4d37693b809140b0dde7abd463d04e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abcdd939132e429af377b43d569e42b53" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1StaticGraph.html#abcdd939132e429af377b43d569e42b53" > Build< / a > (std::vector< ArcIndexType > *permutation)< / td > < / tr >
< tr class = "separator:abcdd939132e429af377b43d569e42b53" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr class = "memitem:a6a2df5042167b234f6dc3aed4acfa6c9" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a6a2df5042167b234f6dc3aed4acfa6c9" > num_nodes< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a6a2df5042167b234f6dc3aed4acfa6c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr class = "memitem:a4d3fc55a2fe209a908470199437cec9a" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a4d3fc55a2fe209a908470199437cec9a" > num_arcs< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a4d3fc55a2fe209a908470199437cec9a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8a40f2c75615a26ba71e94dd7d42f481" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1IntegerRange.html" > IntegerRange< / a > < < a class = "el" href = "classutil_1_1BaseGraph.html#aec05ff3d270a5f888e1623c2a99ff2aa" > NodeIndex< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a8a40f2c75615a26ba71e94dd7d42f481" > AllNodes< / a > () const< / td > < / tr >
< tr class = "separator:a8a40f2c75615a26ba71e94dd7d42f481" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10ee27e856003f599bc0a2265a3ab11d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classutil_1_1IntegerRange.html" > IntegerRange< / a > < < a class = "el" href = "classutil_1_1BaseGraph.html#a92531459eff09455cfa63976f5024906" > ArcIndex< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a10ee27e856003f599bc0a2265a3ab11d" > AllForwardArcs< / a > () const< / td > < / tr >
< tr class = "separator:a10ee27e856003f599bc0a2265a3ab11d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +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_1BaseGraph.html#a2b88b717e42d7137a884c36e35052191" > IsNodeValid< / a > (NodeIndexType node) const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a2b88b717e42d7137a884c36e35052191" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +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_1BaseGraph.html#ad17746fd0d835cab506a6ce5a93ad89a" > IsArcValid< / a > (ArcIndexType arc) const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ad17746fd0d835cab506a6ce5a93ad89a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr class = "memitem:acf65739a0eb01d1011a8001b6daff9eb" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#acf65739a0eb01d1011a8001b6daff9eb" > node_capacity< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:acf65739a0eb01d1011a8001b6daff9eb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr class = "memitem:a836b3d486d4b0cc4595afcdcbbf4e183" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a836b3d486d4b0cc4595afcdcbbf4e183" > arc_capacity< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a836b3d486d4b0cc4595afcdcbbf4e183" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +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_1BaseGraph.html#a3bc3205be90a3a0142eee47fc3e9ea9d" > Reserve< / a > (NodeIndexType < a class = "el" href = "classutil_1_1BaseGraph.html#acf65739a0eb01d1011a8001b6daff9eb" > node_capacity< / a > , ArcIndexType < a class = "el" href = "classutil_1_1BaseGraph.html#a836b3d486d4b0cc4595afcdcbbf4e183" > arc_capacity< / a > )< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a3bc3205be90a3a0142eee47fc3e9ea9d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a238684ec126b5771f956cf67c964d4e5" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a238684ec126b5771f956cf67c964d4e5" > FreezeCapacities< / a > ()< / td > < / tr >
< tr class = "separator:a238684ec126b5771f956cf67c964d4e5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a159212327bf51452d4c559fe640f59c8" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a159212327bf51452d4c559fe640f59c8" > GroupForwardArcsByFunctor< / a > (const A & a, B *b)< / td > < / tr >
< tr class = "separator:a159212327bf51452d4c559fe640f59c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr class = "memitem:aad16076f9d10c90b9b9e0ccfddf878ed" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#aad16076f9d10c90b9b9e0ccfddf878ed" > max_end_arc_index< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aad16076f9d10c90b9b9e0ccfddf878ed" > < 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-04-23 15:34:43 +02:00
< tr class = "memitem:a0da78a7e517acf1b646ae28ad16216ed" > < td class = "memItemLeft" align = "right" valign = "top" > static const NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a0da78a7e517acf1b646ae28ad16216ed" > kNilNode< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a0da78a7e517acf1b646ae28ad16216ed" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr class = "memitem:aab3a7c235c6a6000a25a5a79d680f1ba" > < td class = "memItemLeft" align = "right" valign = "top" > static const ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#aab3a7c235c6a6000a25a5a79d680f1ba" > kNilArc< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aab3a7c235c6a6000a25a5a79d680f1ba" > < 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 = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
2020-04-23 15:34:43 +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_1BaseGraph.html#aacbf67d9ee658147495316e1ac2c83f2" > ComputeCumulativeSum< / a > (std::vector< ArcIndexType > *v)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aacbf67d9ee658147495316e1ac2c83f2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +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_1BaseGraph.html#a50b198c9abc5d0035643c3988a3e7148" > BuildStartAndForwardHead< / a > (< a class = "el" href = "classutil_1_1SVector.html" > SVector< / a > < NodeIndexType > *head, std::vector< ArcIndexType > *start, std::vector< ArcIndexType > *permutation)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a50b198c9abc5d0035643c3988a3e7148" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a9e04004960ec7ac63f9ce9b97aa0bcfa" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a9e04004960ec7ac63f9ce9b97aa0bcfa" > num_nodes_< / a > < / td > < / tr >
< tr class = "separator:a9e04004960ec7ac63f9ce9b97aa0bcfa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a47b64ae00c3d2acdbdad64fa6dbe9c03" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a47b64ae00c3d2acdbdad64fa6dbe9c03" > node_capacity_< / a > < / td > < / tr >
< tr class = "separator:a47b64ae00c3d2acdbdad64fa6dbe9c03" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afa0c44b50a5e9459e3339ec50082e635" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#afa0c44b50a5e9459e3339ec50082e635" > num_arcs_< / a > < / td > < / tr >
< tr class = "separator:afa0c44b50a5e9459e3339ec50082e635" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0b0fca21fab97b66c1a0a3b09af6e6e4" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a0b0fca21fab97b66c1a0a3b09af6e6e4" > arc_capacity_< / a > < / td > < / tr >
< tr class = "separator:a0b0fca21fab97b66c1a0a3b09af6e6e4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8b5cdcc274a624bd9059f95d70659fb9" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classutil_1_1BaseGraph.html#a8b5cdcc274a624bd9059f95d70659fb9" > const_capacities_< / a > < / td > < / tr >
< tr class = "separator:a8b5cdcc274a624bd9059f95d70659fb9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2019-08-12 23:15:11 -07:00
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a92531459eff09455cfa63976f5024906" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a92531459eff09455cfa63976f5024906" > ◆ < / a > < / span > ArcIndex< / 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-04-23 15:34:43 +02:00
< td class = "memname" > typedef ArcIndexType < a class = "el" href = "classutil_1_1BaseGraph.html#a92531459eff09455cfa63976f5024906" > ArcIndex< / a > < / td >
2019-06-13 15:36:14 +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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00190" > 190< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aec05ff3d270a5f888e1623c2a99ff2aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aec05ff3d270a5f888e1623c2a99ff2aa" > ◆ < / a > < / span > NodeIndex< / 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-04-23 15:34:43 +02:00
< td class = "memname" > typedef NodeIndexType < a class = "el" href = "classutil_1_1BaseGraph.html#aec05ff3d270a5f888e1623c2a99ff2aa" > NodeIndex< / a > < / td >
2019-06-13 15:36:14 +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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00189" > 189< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a25370a947dacfa9e91035746007b22f8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25370a947dacfa9e91035746007b22f8" > ◆ < / a > < / span > StaticGraph() < 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 = "classutil_1_1StaticGraph.html" > StaticGraph< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00406" > 406< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a8c493e04974a5c65843b8e793c7611aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8c493e04974a5c65843b8e793c7611aa" > ◆ < / a > < / span > StaticGraph() < 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 = "classutil_1_1StaticGraph.html" > StaticGraph< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > num_nodes< / 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00407" > 407< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a7b505ba4a01bce342d049f5a8674da72" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b505ba4a01bce342d049f5a8674da72" > ◆ < / a > < / span > AddArc()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > ArcIndexType AddArc < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > tail< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > head< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l01279" > 1279< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a72abbca4ba20feecaba7b06b8d472e6d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a72abbca4ba20feecaba7b06b8d472e6d" > ◆ < / a > < / span > AddNode()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void AddNode < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > node< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l01271" > 1271< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a10ee27e856003f599bc0a2265a3ab11d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a10ee27e856003f599bc0a2265a3ab11d" > ◆ < / a > < / span > AllForwardArcs()< / 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-04-23 15:34:43 +02:00
< td class = "memname" > < a class = "el" href = "classutil_1_1IntegerRange.html" > IntegerRange< / a > < ArcIndexType > AllForwardArcs < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2019-06-13 15:36:14 +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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00935" > 935< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a8a40f2c75615a26ba71e94dd7d42f481" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8a40f2c75615a26ba71e94dd7d42f481" > ◆ < / a > < / span > AllNodes()< / 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-04-23 15:34:43 +02:00
< td class = "memname" > < a class = "el" href = "classutil_1_1IntegerRange.html" > IntegerRange< / a > < NodeIndexType > AllNodes < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2019-06-13 15:36:14 +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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00929" > 929< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a836b3d486d4b0cc4595afcdcbbf4e183" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a836b3d486d4b0cc4595afcdcbbf4e183" > ◆ < / a > < / span > arc_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 >
2020-04-23 15:34:43 +02:00
< td class = "memname" > ArcIndexType arc_capacity < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2019-06-13 15:36:14 +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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00959" > 959< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a6a4d37693b809140b0dde7abd463d04e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a4d37693b809140b0dde7abd463d04e" > ◆ < / a > < / span > Build() < 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" > void Build < / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00434" > 434< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "abcdd939132e429af377b43d569e42b53" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abcdd939132e429af377b43d569e42b53" > ◆ < / a > < / span > Build() < span class = "overload" > [2/2]< / span > < / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > void Build < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > std::vector< ArcIndexType > *  < / td >
< td class = "paramname" > < em > permutation< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l01326" > 1326< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a50b198c9abc5d0035643c3988a3e7148" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a50b198c9abc5d0035643c3988a3e7148" > ◆ < / a > < / span > BuildStartAndForwardHead()< / 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 BuildStartAndForwardHead < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classutil_1_1SVector.html" > SVector< / a > < NodeIndexType > *  < / td >
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00995" > 995< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aacbf67d9ee658147495316e1ac2c83f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aacbf67d9ee658147495316e1ac2c83f2" > ◆ < / a > < / span > ComputeCumulativeSum()< / 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 ComputeCumulativeSum < / td >
2019-06-13 15:36:14 +02:00
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00978" > 978< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a238684ec126b5771f956cf67c964d4e5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a238684ec126b5771f956cf67c964d4e5" > ◆ < / a > < / span > FreezeCapacities()< / 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-04-23 15:34:43 +02:00
< td class = "memname" > void FreezeCapacities < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
2019-06-13 15:36:14 +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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00966" > 966< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a159212327bf51452d4c559fe640f59c8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a159212327bf51452d4c559fe640f59c8" > ◆ < / a > < / span > GroupForwardArcsByFunctor()< / 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 GroupForwardArcsByFunctor < / td >
2019-06-13 15:36:14 +02:00
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00264" > 264< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aceb0938bcb2e8e5f37986d4cf8e3a955" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aceb0938bcb2e8e5f37986d4cf8e3a955" > ◆ < / a > < / span > Head()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > NodeIndexType Head < / td >
2019-06-13 15:36:14 +02:00
< 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" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l01307" > 1307< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ad17746fd0d835cab506a6ce5a93ad89a" > < / a >
2020-04-23 15:34:43 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad17746fd0d835cab506a6ce5a93ad89a" > ◆ < / a > < / span > IsArcValid()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool IsArcValid < / td >
2019-06-13 15:36:14 +02:00
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00219" > 219< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a2b88b717e42d7137a884c36e35052191" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b88b717e42d7137a884c36e35052191" > ◆ < / a > < / span > IsNodeValid()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool IsNodeValid < / td >
2019-06-13 15:36:14 +02:00
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00213" > 213< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aad16076f9d10c90b9b9e0ccfddf878ed" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aad16076f9d10c90b9b9e0ccfddf878ed" > ◆ < / a > < / span > max_end_arc_index()< / 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-04-23 15:34:43 +02:00
< td class = "memname" > ArcIndexType max_end_arc_index < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00267" > 267< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "acf65739a0eb01d1011a8001b6daff9eb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acf65739a0eb01d1011a8001b6daff9eb" > ◆ < / a > < / span > node_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 >
2020-04-23 15:34:43 +02:00
< td class = "memname" > NodeIndexType node_capacity < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2019-06-13 15:36:14 +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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00951" > 951< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a4d3fc55a2fe209a908470199437cec9a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d3fc55a2fe209a908470199437cec9a" > ◆ < / a > < / span > num_arcs()< / 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-04-23 15:34:43 +02:00
< td class = "memname" > ArcIndexType num_arcs < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00204" > 204< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a6a2df5042167b234f6dc3aed4acfa6c9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a2df5042167b234f6dc3aed4acfa6c9" > ◆ < / a > < / span > num_nodes()< / 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-04-23 15:34:43 +02:00
< td class = "memname" > NodeIndexType num_nodes < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00201" > 201< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a71e14c0088eed792506574efd3e516be" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a71e14c0088eed792506574efd3e516be" > ◆ < / a > < / span > operator[]()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classutil_1_1BeginEndWrapper.html" > BeginEndWrapper< / a > < NodeIndexType const * > operator[] < / td >
2019-06-13 15:36:14 +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" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l01243" > 1243< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a972f29a740833d0f6d9ae9ad1f568b22" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a972f29a740833d0f6d9ae9ad1f568b22" > ◆ < / a > < / span > OutDegree()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > ArcIndexType OutDegree < / td >
2019-06-13 15:36:14 +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" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l01249" > 1249< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ad7db584fc1fe14ce9296131fda625994" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad7db584fc1fe14ce9296131fda625994" > ◆ < / a > < / span > OutgoingArcs()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classutil_1_1BeginEndWrapper.html" > BeginEndWrapper< / a > < < a class = "el" href = "classutil_1_1StaticGraph_1_1OutgoingArcIterator.html" > OutgoingArcIterator< / a > > OutgoingArcs < / td >
2019-06-13 15:36:14 +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" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a670eedbe0833896676a7063dc91a89ff" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a670eedbe0833896676a7063dc91a89ff" > ◆ < / a > < / span > OutgoingArcsStartingFrom()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classutil_1_1BeginEndWrapper.html" > BeginEndWrapper< / a > < < a class = "el" href = "classutil_1_1StaticGraph_1_1OutgoingArcIterator.html" > OutgoingArcIterator< / a > > OutgoingArcsStartingFrom < / td >
2019-06-13 15:36:14 +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" >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a3bc3205be90a3a0142eee47fc3e9ea9d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3bc3205be90a3a0142eee47fc3e9ea9d" > ◆ < / a > < / span > Reserve()< / 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 Reserve < / td >
2019-06-13 15:36:14 +02:00
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00247" > 247< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a50281a76c553a854dd86b11789007110" > < / a >
2020-04-23 15:34:43 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a50281a76c553a854dd86b11789007110" > ◆ < / a > < / span > ReserveArcs()< / 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 ReserveArcs < / td >
2019-06-13 15:36:14 +02:00
< 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" >
2020-04-23 15:34:43 +02:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p > Reimplemented from < a class = "el" href = "classutil_1_1BaseGraph.html#a3aa184e2b22fc7320a39cfcba36010c4" > BaseGraph< NodeIndexType, ArcIndexType, false > < / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l01263" > 1263< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-04-23 15:34:43 +02:00
< a id = "a554cbbb5018b36885e8f166ddfe6334c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a554cbbb5018b36885e8f166ddfe6334c" > ◆ < / a > < / span > ReserveNodes()< / 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-04-23 15:34:43 +02:00
< td class = "memname" > void ReserveNodes < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-04-23 15:34:43 +02:00
< td class = "paramtype" > NodeIndexType  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > bound< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-04-23 15:34:43 +02:00
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p > Reimplemented from < a class = "el" href = "classutil_1_1BaseGraph.html#afdfec6e1d53e915a6059fdb681d92f02" > BaseGraph< NodeIndexType, ArcIndexType, false > < / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l01255" > 1255< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-04-23 15:34:43 +02:00
< a id = "a2eeae3a8497dc3942e3db3128a10d41c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2eeae3a8497dc3942e3db3128a10d41c" > ◆ < / a > < / span > Tail()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2020-04-23 15:34:43 +02:00
< td class = "memname" > NodeIndexType Tail < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-04-23 15:34:43 +02:00
< td class = "paramtype" > ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / em > < / td > < td > )< / td >
< td > const< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l01300" > 1300< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-04-23 15:34:43 +02:00
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a0b0fca21fab97b66c1a0a3b09af6e6e4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0b0fca21fab97b66c1a0a3b09af6e6e4" > ◆ < / a > < / span > arc_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 >
2020-04-23 15:34:43 +02:00
< td class = "memname" > ArcIndexType arc_capacity_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-04-23 15:34:43 +02:00
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00279" > 279< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-04-23 15:34:43 +02:00
< a id = "a8b5cdcc274a624bd9059f95d70659fb9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8b5cdcc274a624bd9059f95d70659fb9" > ◆ < / a > < / span > const_capacities_< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
2020-04-23 15:34:43 +02:00
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2019-06-13 15:36:14 +02:00
< table class = "memname" >
< tr >
2020-04-23 15:34:43 +02:00
< td class = "memname" > bool const_capacities_< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
2020-04-23 15:34:43 +02:00
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
2019-06-13 15:36:14 +02:00
< / div > < div class = "memdoc" >
2020-04-23 15:34:43 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00280" > 280< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aab3a7c235c6a6000a25a5a79d680f1ba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab3a7c235c6a6000a25a5a79d680f1ba" > ◆ < / a > < / span > kNilArc< / 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-04-23 15:34:43 +02:00
< td class = "memname" > const ArcIndexType kNilArc< / td >
2019-06-13 15:36:14 +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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00259" > 259< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a0da78a7e517acf1b646ae28ad16216ed" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0da78a7e517acf1b646ae28ad16216ed" > ◆ < / a > < / span > kNilNode< / 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-04-23 15:34:43 +02:00
< td class = "memname" > const NodeIndexType kNilNode< / td >
2019-06-13 15:36:14 +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" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00258" > 258< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
2020-04-23 15:34:43 +02:00
< / div >
< / div >
< a id = "a47b64ae00c3d2acdbdad64fa6dbe9c03" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a47b64ae00c3d2acdbdad64fa6dbe9c03" > ◆ < / a > < / span > node_capacity_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > NodeIndexType node_capacity_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00277" > 277< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
< a id = "afa0c44b50a5e9459e3339ec50082e635" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afa0c44b50a5e9459e3339ec50082e635" > ◆ < / a > < / span > num_arcs_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ArcIndexType num_arcs_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00278" > 278< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.h< / a > .< / p >
< / div >
< / div >
< a id = "a9e04004960ec7ac63f9ce9b97aa0bcfa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9e04004960ec7ac63f9ce9b97aa0bcfa" > ◆ < / a > < / span > num_nodes_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > NodeIndexType num_nodes_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > inherited< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "graph_8h_source.html#l00276" > 276< / a > of file < a class = "el" href = "graph_8h_source.html" > graph.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 = "graph_8h_source.html" > graph.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
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 >