Files
ortools-clone/docs/cpp_graph/graph_8h_source.html

333 lines
534 KiB
HTML
Raw Normal View History

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">
2019-08-12 09:16:03 -07:00
<span id="sfml">Google OR-Tools 7.3</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>
2019-06-13 15:36:14 +02:00
<!-- Generated by Doxygen 1.8.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
2019-07-15 17:42:24 -07:00
<li class="current"><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="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_725f3a5915051842f84e3ea508be2a62.html">graph</a></li> </ul>
2019-07-12 13:25:23 -07: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="headertitle">
<div class="title">graph.h</div> </div>
</div><!--header-->
<div class="contents">
2019-08-07 18:01:08 -07:00
<a href="graph_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2010-2018 Google LLC</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// limitations under the License.</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment">// This file defines a generic graph interface on which most algorithms can be</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">// built and provides a few efficient implementations with a fast construction</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">// time. Its design is based on the experience acquired by the Operations</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">// Research team in their various graph algorithm implementations.</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment">// The main ideas are:</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// - Graph nodes and arcs are represented by integers.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment">// - Node or arc annotations (weight, cost, ...) are not part of the graph</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">// class, they can be stored outside in one or more arrays and can be easily</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment">// retrieved using a node or arc as an index.</span></div><div class="line"><a name="l00026"></a>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1IncomingArcIterator_html_a8a77808c2364d8f9767b734be2dda380"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1IncomingArcIterator.html#a8a77808c2364d8f9767b734be2dda380">util::ReverseArcStaticGraph::IncomingArcIterator::IncomingArcIterator</a></div><div class="ttdeci">IncomingArcIterator(const ReverseArcStaticGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01869">graph.h:1869</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingArcIterator_html"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingArcIterator.html">util::ListGraph::OutgoingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01173">graph.h:1173</a></div></div>
<div class="ttc" id="namespaceutil_html_a37be0131ae922e30a286797a0bef0c96"><div class="ttname"><a href="namespaceutil.html#a37be0131ae922e30a286797a0bef0c96">util::DEFINE_RANGE_BASED_ARC_ITERATION</a></div><div class="ttdeci">DEFINE_RANGE_BASED_ARC_ITERATION(ListGraph, Outgoing, Base::kNilArc)</div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a670eedbe0833896676a7063dc91a89ff"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a670eedbe0833896676a7063dc91a89ff">util::ReverseArcMixedGraph::OutgoingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1CompleteGraph_html_a3d64d2842e97ec8cd6d6e95208ead70f"><div class="ttname"><a href="classutil_1_1CompleteGraph.html#a3d64d2842e97ec8cd6d6e95208ead70f">util::CompleteGraph::CompleteGraph</a></div><div class="ttdeci">CompleteGraph(NodeIndexType num_nodes)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02182">graph.h:2182</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a50281a76c553a854dd86b11789007110"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a50281a76c553a854dd86b11789007110">util::StaticGraph::ReserveArcs</a></div><div class="ttdeci">void ReserveArcs(ArcIndexType bound) override</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01265">graph.h:1265</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_ab3aa4c0abef16e6c5c3a649b5e99f4bb"><div class="ttname"><a href="classutil_1_1BaseGraph.html#ab3aa4c0abef16e6c5c3a649b5e99f4bb">util::BaseGraph::BaseGraph</a></div><div class="ttdeci">BaseGraph()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00192">graph.h:192</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1IncomingArcIterator_html_a8111bd3c926625ef7e35604100f5f685"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1IncomingArcIterator.html#a8111bd3c926625ef7e35604100f5f685">util::ReverseArcMixedGraph::IncomingArcIterator::IncomingArcIterator</a></div><div class="ttdeci">IncomingArcIterator(const ReverseArcMixedGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02105">graph.h:2105</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_html_a98b1112f3c64c1c28699c93b952ebf4e"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph.html#a98b1112f3c64c1c28699c93b952ebf4e">util::CompleteBipartiteGraph::CompleteBipartiteGraph</a></div><div class="ttdeci">CompleteBipartiteGraph(NodeIndexType left_nodes, NodeIndexType right_nodes)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02263">graph.h:2263</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_html_a972f29a740833d0f6d9ae9ad1f568b22"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph.html#a972f29a740833d0f6d9ae9ad1f568b22">util::CompleteBipartiteGraph::OutDegree</a></div><div class="ttdeci">ArcIndexType OutDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02316">graph.h:2316</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01622">graph.h:1622</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_aeee12fd1e05fb9cdeb1014fc80054cac"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#aeee12fd1e05fb9cdeb1014fc80054cac">util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdeci">OutgoingOrOppositeIncomingArcIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01614">graph.h:1614</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator_html_a75b1547aca9874081404a5e388a3310d"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator.html#a75b1547aca9874081404a5e388a3310d">util::ReverseArcStaticGraph::OppositeIncomingArcIterator::limit_</a></div><div class="ttdeci">const ArcIndexType limit_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01859">graph.h:1859</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_aec05ff3d270a5f888e1623c2a99ff2aa"><div class="ttname"><a href="classutil_1_1BaseGraph.html#aec05ff3d270a5f888e1623c2a99ff2aa">util::BaseGraph::NodeIndex</a></div><div class="ttdeci">NodeIndexType NodeIndex</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00189">graph.h:189</a></div></div>
<div class="ttc" id="namespaceutil_html"><div class="ttname"><a href="namespaceutil.html">util</a></div><div class="ttdef"><b>Definition:</b> <a href="connected__components_8h_source.html#l00056">connected_components.h:56</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a8a40f2c75615a26ba71e94dd7d42f481"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a8a40f2c75615a26ba71e94dd7d42f481">util::BaseGraph::AllNodes</a></div><div class="ttdeci">IntegerRange&lt; NodeIndex &gt; AllNodes() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00929">graph.h:929</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_acf65739a0eb01d1011a8001b6daff9eb"><div class="ttname"><a href="classutil_1_1BaseGraph.html#acf65739a0eb01d1011a8001b6daff9eb">util::BaseGraph::node_capacity</a></div><div class="ttdeci">NodeIndexType node_capacity() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00951">graph.h:951</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator_html_a2d07e2dff26af01a125f5790d07405f0"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator.html#a2d07e2dff26af01a125f5790d07405f0">util::ReverseArcListGraph::OppositeIncomingArcIterator::index_</a></div><div class="ttdeci">ArcIndexType index_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01579">graph.h:1579</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_aaf78c758b76820a9789b9c0b46e7b7d8"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#aaf78c758b76820a9789b9c0b46e7b7d8">util::ListGraph::OutgoingHeadIterator::operator!=</a></div><div class="ttdeci">bool operator!=(const typename ListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingHeadIterator &amp;other) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01225">graph.h:1225</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_ad7db584fc1fe14ce9296131fda625994"><div class="ttname"><a href="classutil_1_1StaticGraph.html#ad7db584fc1fe14ce9296131fda625994">util::StaticGraph::OutgoingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator_html_a0af74c9f2629d4667b5daf3235c4bce7"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator.html#a0af74c9f2629d4667b5daf3235c4bce7">util::ReverseArcMixedGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const ReverseArcMixedGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02046">graph.h:2046</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator_html_a3ebbc468e485ed1a334078cdac6084c5"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator.html#a3ebbc468e485ed1a334078cdac6084c5">util::CompleteBipartiteGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const CompleteBipartiteGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02282">graph.h:2282</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_af1f4fd786d8ece275104e594ebc6bfb8"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#af1f4fd786d8ece275104e594ebc6bfb8">util::ReverseArcListGraph::operator[]</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingHeadIterator &gt; operator[](NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01430">graph.h:1430</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1IncomingArcIterator_html_a725d3770d7d5f4b8b17690e3f03cb2a6"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1IncomingArcIterator.html#a725d3770d7d5f4b8b17690e3f03cb2a6">util::ReverseArcListGraph::IncomingArcIterator::IncomingArcIterator</a></div><div class="ttdeci">IncomingArcIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01586">graph.h:1586</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcMixedGraph::OppositeIncomingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02087">graph.h:2087</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_ad17746fd0d835cab506a6ce5a93ad89a"><div class="ttname"><a href="classutil_1_1BaseGraph.html#ad17746fd0d835cab506a6ce5a93ad89a">util::BaseGraph::IsArcValid</a></div><div class="ttdeci">bool IsArcValid(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00219">graph.h:219</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a554cbbb5018b36885e8f166ddfe6334c"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a554cbbb5018b36885e8f166ddfe6334c">util::ReverseArcListGraph::ReserveNodes</a></div><div class="ttdeci">void ReserveNodes(NodeIndexType bound) override</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01474">graph.h:1474</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_adaedf0bdb4f152e4b852e4a6113e3404"><div class="ttname"><a href="classutil_1_1SVector.html#adaedf0bdb4f152e4b852e4a6113e3404">util::SVector::max_size</a></div><div class="ttdeci">int max_size() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00894">graph.h:894</a></div></div>
<div class="ttc" id="classutil_1_1IntegerRange_html"><div class="ttname"><a href="classutil_1_1IntegerRange.html">util::IntegerRange</a></div><div class="ttdef"><b>Definition:</b> <a href="iterators_8h_source.html#l00146">iterators.h:146</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator.html">util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01605">graph.h:1605</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcListGraph::OutgoingHeadIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01658">graph.h:1658</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_a631f9ba7174b41f44c98433a026e2f7a"><div class="ttname"><a href="classutil_1_1SVector.html#a631f9ba7174b41f44c98433a026e2f7a">util::SVector::clear_and_dealloc</a></div><div class="ttdeci">void clear_and_dealloc()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00896">graph.h:896</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1IncomingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1IncomingArcIterator.html">util::ReverseArcStaticGraph::IncomingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01864">graph.h:1864</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html">util::ReverseArcListGraph</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00459">graph.h:459</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator_html_a95961aa64ac724662efc26381e9289cc"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator.html#a95961aa64ac724662efc26381e9289cc">util::ReverseArcListGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01530">graph.h:1530</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a0b0fca21fab97b66c1a0a3b09af6e6e4"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a0b0fca21fab97b66c1a0a3b09af6e6e4">util::BaseGraph::arc_capacity_</a></div><div class="ttdeci">ArcIndexType arc_capacity_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00279">graph.h:279</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a72abbca4ba20feecaba7b06b8d472e6d"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a72abbca4ba20feecaba7b06b8d472e6d">util::ReverseArcMixedGraph::AddNode</a></div><div class="ttdeci">void AddNode(NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01993">graph.h:1993</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingArcIterator_html_aca9bd0f81d59e1e7956e2b52d984e7a9"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingArcIterator.html#aca9bd0f81d59e1e7956e2b52d984e7a9">util::ListGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const ListGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01175">graph.h:1175</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::CompleteBipartiteGraph::OutgoingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02287">graph.h:2287</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a515c5546e3ad49f8d2985a351f79177f"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a515c5546e3ad49f8d2985a351f79177f">util::ReverseArcStaticGraph::IncomingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; IncomingArcIterator &gt; IncomingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcListGraph::OutgoingHeadIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01657">graph.h:1657</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a1639035dfa412336ad43f8d8193a0307"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a1639035dfa412336ad43f8d8193a0307">util::ReverseArcStaticGraph::OppositeArc</a></div><div class="ttdeci">ArcIndexType OppositeArc(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01704">graph.h:1704</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a6a4d37693b809140b0dde7abd463d04e"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a6a4d37693b809140b0dde7abd463d04e">util::ReverseArcMixedGraph::Build</a></div><div class="ttdeci">void Build()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00693">graph.h:693</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_afa0c44b50a5e9459e3339ec50082e635"><div class="ttname"><a href="classutil_1_1BaseGraph.html#afa0c44b50a5e9459e3339ec50082e635">util::BaseGraph::num_arcs_</a></div><div class="ttdeci">ArcIndexType num_arcs_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00278">graph.h:278</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a3bc3205be90a3a0142eee47fc3e9ea9d"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a3bc3205be90a3a0142eee47fc3e9ea9d">util::BaseGraph::Reserve</a></div><div class="ttdeci">void Reserve(NodeIndexType node_capacity, ArcIndexType arc_capacity)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00247">graph.h:247</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_a2e11158a140d001b6e2900449d1f9c0e"><div class="ttname"><a href="classutil_1_1SVector.html#a2e11158a140d001b6e2900449d1f9c0e">util::SVector::SVector</a></div><div class="ttdeci">SVector(const SVector &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00779">graph.h:779</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator_html_a09204ded3355c128d6bee038d4308730"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator.html#a09204ded3355c128d6bee038d4308730">util::ReverseArcListGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01526">graph.h:1526</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a60a39b3b058190faac7c23f7b520f1d1"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a60a39b3b058190faac7c23f7b520f1d1">util::ReverseArcStaticGraph::IncomingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; IncomingArcIterator &gt; IncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a554cbbb5018b36885e8f166ddfe6334c"><div class="ttname"><a href="classutil_1_1ListGraph.html#a554cbbb5018b36885e8f166ddfe6334c">util::ListGraph::ReserveNodes</a></div><div class="ttdeci">void ReserveNodes(NodeIndexType bound) override</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01149">graph.h:1149</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a4d3fc55a2fe209a908470199437cec9a"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a4d3fc55a2fe209a908470199437cec9a">util::BaseGraph::num_arcs</a></div><div class="ttdeci">ArcIndexType num_arcs() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00204">graph.h:204</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator_html"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator.html">util::CompleteBipartiteGraph::OutgoingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02280">graph.h:2280</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ListGraph::OutgoingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01186">graph.h:1186</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_html_a05add2b29aa63527f24f25c605c29b12"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph.html#a05add2b29aa63527f24f25c605c29b12">util::CompleteBipartiteGraph::OutgoingArcs</a></div><div class="ttdeci">IntegerRange&lt; ArcIndexType &gt; OutgoingArcs(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02323">graph.h:2323</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html">util::ReverseArcStaticGraph</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00547">graph.h:547</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a2eeae3a8497dc3942e3db3128a10d41c"><div class="ttname"><a href="classutil_1_1ListGraph.html#a2eeae3a8497dc3942e3db3128a10d41c">util::ListGraph::Tail</a></div><div class="ttdeci">NodeIndexType Tail(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01105">graph.h:1105</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a6487722851853c8b5b979780b1acb027"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a6487722851853c8b5b979780b1acb027">util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingOrOppositeIncomingArcIterator &gt; OutgoingOrOppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator_html_a245219252cbd3808a9a582f9d19f257c"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator.html#a245219252cbd3808a9a582f9d19f257c">util::ReverseArcStaticGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const ReverseArcStaticGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01806">graph.h:1806</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a6a4d37693b809140b0dde7abd463d04e"><div class="ttname"><a href="classutil_1_1ListGraph.html#a6a4d37693b809140b0dde7abd463d04e">util::ListGraph::Build</a></div><div class="ttdeci">void Build()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00339">graph.h:339</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcMixedGraph::OppositeIncomingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02088">graph.h:2088</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a72abbca4ba20feecaba7b06b8d472e6d"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a72abbca4ba20feecaba7b06b8d472e6d">util::StaticGraph::AddNode</a></div><div class="ttdeci">void AddNode(NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01273">graph.h:1273</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcListGraph::OutgoingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01537">graph.h:1537</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a25370a947dacfa9e91035746007b22f8"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a25370a947dacfa9e91035746007b22f8">util::StaticGraph::StaticGraph</a></div><div class="ttdeci">StaticGraph()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00406">graph.h:406</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_a32f38dd1afaaa4d3663ed90092af46ea"><div class="ttname"><a href="classutil_1_1SVector.html#a32f38dd1afaaa4d3663ed90092af46ea">util::SVector::operator[]</a></div><div class="ttdeci">const T &amp; operator[](int n) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00817">graph.h:817</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_ac82038a46ba21e5e92ea9ce755c9d562"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#ac82038a46ba21e5e92ea9ce755c9d562">util::ReverseArcListGraph::OppositeIncomingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OppositeIncomingArcIterator &gt; OppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1IncomingArcIterator_html_a1f64233836efd4b61452c19b7b418ff4"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1IncomingArcIterator.html#a1f64233836efd4b61452c19b7b418ff4">util::ReverseArcStaticGraph::IncomingArcIterator::IncomingArcIterator</a></div><div class="ttdeci">IncomingArcIterator(const ReverseArcStaticGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01867">graph.h:1867</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_ac30d83b0d8b71234a7c33ba93c63482c"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#ac30d83b0d8b71234a7c33ba93c63482c">util::ListGraph::OutgoingHeadIterator::iterator_category</a></div><div class="ttdeci">std::input_iterator_tag iterator_category</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01202">graph.h:1202</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a7b505ba4a01bce342d049f5a8674da72"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a7b505ba4a01bce342d049f5a8674da72">util::ReverseArcMixedGraph::AddArc</a></div><div class="ttdeci">ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02001">graph.h:2001</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1IncomingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1IncomingArcIterator.html">util::ReverseArcListGraph::IncomingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01583">graph.h:1583</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a7b505ba4a01bce342d049f5a8674da72"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a7b505ba4a01bce342d049f5a8674da72">util::StaticGraph::AddArc</a></div><div class="ttdeci">ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01281">graph.h:1281</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::CompleteBipartiteGraph::OutgoingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02289">graph.h:2289</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_aaab2995a93d88c5a0d4b611126adbb00"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#aaab2995a93d88c5a0d4b611126adbb00">util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdeci">OutgoingOrOppositeIncomingArcIterator(const ReverseArcStaticGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01899">graph.h:1899</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_a4e4b23732450002d181673fbacf2e7c7"><div class="ttname"><a href="classutil_1_1SVector.html#a4e4b23732450002d181673fbacf2e7c7">util::SVector::operator=</a></div><div class="ttdeci">SVector &amp; operator=(const SVector &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00780">graph.h:780</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a6a4d37693b809140b0dde7abd463d04e"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a6a4d37693b809140b0dde7abd463d04e">util::StaticGraph::Build</a></div><div class="ttdeci">void Build()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00434">graph.h:434</a></div></div>
<div class="ttc" id="classutil_1_1CompleteGraph_html"><div class="ttname"><a href="classutil_1_1CompleteGraph.html">util::CompleteGraph</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02172">graph.h:2172</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a7b505ba4a01bce342d049f5a8674da72"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a7b505ba4a01bce342d049f5a8674da72">util::ReverseArcListGraph::AddArc</a></div><div class="ttdeci">ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01502">graph.h:1502</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a71e14c0088eed792506574efd3e516be"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a71e14c0088eed792506574efd3e516be">util::ReverseArcMixedGraph::operator[]</a></div><div class="ttdeci">BeginEndWrapper&lt; NodeIndexType const * &gt; operator[](NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01956">graph.h:1956</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_1_1OutgoingArcIterator_html_a5cd9d7be1ec11a2cf229cf8518527646"><div class="ttname"><a href="classutil_1_1StaticGraph_1_1OutgoingArcIterator.html#a5cd9d7be1ec11a2cf229cf8518527646">util::StaticGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const StaticGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01391">graph.h:1391</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_html_abd4f7ccb1100068c90a108c9c44a1724"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph.html#abd4f7ccb1100068c90a108c9c44a1724">util::CompleteBipartiteGraph::operator[]</a></div><div class="ttdeci">IntegerRange&lt; NodeIndexType &gt; operator[](NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02346">graph.h:2346</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a515c5546e3ad49f8d2985a351f79177f"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a515c5546e3ad49f8d2985a351f79177f">util::ReverseArcMixedGraph::IncomingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; IncomingArcIterator &gt; IncomingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1CompleteGraph_html_abd4f7ccb1100068c90a108c9c44a1724"><div class="ttname"><a href="classutil_1_1CompleteGraph.html#abd4f7ccb1100068c90a108c9c44a1724">util::CompleteGraph::operator[]</a></div><div class="ttdeci">IntegerRange&lt; NodeIndexType &gt; operator[](NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02239">graph.h:2239</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_html"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph.html">util::CompleteBipartiteGraph</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02249">graph.h:2249</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02147">graph.h:2147</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_ad7db584fc1fe14ce9296131fda625994"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#ad7db584fc1fe14ce9296131fda625994">util::ReverseArcStaticGraph::OutgoingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_html_a2eeae3a8497dc3942e3db3128a10d41c"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph.html#a2eeae3a8497dc3942e3db3128a10d41c">util::CompleteBipartiteGraph::Tail</a></div><div class="ttdeci">NodeIndexType Tail(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02309">graph.h:2309</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a670eedbe0833896676a7063dc91a89ff"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a670eedbe0833896676a7063dc91a89ff">util::ReverseArcStaticGraph::OutgoingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator_html_a07dbc7d066ccb1d50eef6e153aa6350c"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator.html#a07dbc7d066ccb1d50eef6e153aa6350c">util::ReverseArcStaticGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator</a></div><div class="ttdeci">OppositeIncomingArcIterator(const ReverseArcStaticGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01832">graph.h:1832</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a8a0021147e66cbcb424c894802fa6b35"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a8a0021147e66cbcb424c894802fa6b35">util::ReverseArcListGraph::ReverseArcListGraph</a></div><div class="ttdeci">ReverseArcListGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00471">graph.h:471</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01910">graph.h:1910</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ListGraph::OutgoingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01185">graph.h:1185</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_a2282bb0bc1118383354bf90a92822b32"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#a2282bb0bc1118383354bf90a92822b32">util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdeci">OutgoingOrOppositeIncomingArcIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01608">graph.h:1608</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a670eedbe0833896676a7063dc91a89ff"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a670eedbe0833896676a7063dc91a89ff">util::ReverseArcListGraph::OutgoingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a47b64ae00c3d2acdbdad64fa6dbe9c03"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a47b64ae00c3d2acdbdad64fa6dbe9c03">util::BaseGraph::node_capacity_</a></div><div class="ttdeci">NodeIndexType node_capacity_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00277">graph.h:277</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator_html_a7c63f34c18b32790f99ff0460ffb5a6e"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator.html#a7c63f34c18b32790f99ff0460ffb5a6e">util::ReverseArcListGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator</a></div><div class="ttdeci">OppositeIncomingArcIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01555">graph.h:1555</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_ad7db584fc1fe14ce9296131fda625994"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#ad7db584fc1fe14ce9296131fda625994">util::ReverseArcListGraph::OutgoingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a50281a76c553a854dd86b11789007110"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a50281a76c553a854dd86b11789007110">util::ReverseArcMixedGraph::ReserveArcs</a></div><div class="ttdeci">void ReserveArcs(ArcIndexType bound) override</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01985">graph.h:1985</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01621">graph.h:1621</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a50b198c9abc5d0035643c3988a3e7148"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a50b198c9abc5d0035643c3988a3e7148">util::BaseGraph::BuildStartAndForwardHead</a></div><div class="ttdeci">void BuildStartAndForwardHead(SVector&lt; NodeIndexType &gt; *head, std::vector&lt; ArcIndexType &gt; *start, std::vector&lt; ArcIndexType &gt; *permutation)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00995">graph.h:995</a></div></div>
2019-06-13 15:36:14 +02:00
<div class="ttc" id="iterators_8h_html"><div class="ttname"><a href="iterators_8h.html">iterators.h</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classutil_1_1CompleteGraph_html_ac79c65c1a4e1b6e585ce0a297a30e783"><div class="ttname"><a href="classutil_1_1CompleteGraph.html#ac79c65c1a4e1b6e585ce0a297a30e783">util::CompleteGraph::OutgoingArcsStartingFrom</a></div><div class="ttdeci">IntegerRange&lt; ArcIndexType &gt; OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02230">graph.h:2230</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a836b3d486d4b0cc4595afcdcbbf4e183"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a836b3d486d4b0cc4595afcdcbbf4e183">util::BaseGraph::arc_capacity</a></div><div class="ttdeci">ArcIndexType arc_capacity() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00959">graph.h:959</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcListGraph::OppositeIncomingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01568">graph.h:1568</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a96c9c7908573f98dcd303002f2d27f08"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a96c9c7908573f98dcd303002f2d27f08">util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingOrOppositeIncomingArcIterator &gt; OutgoingOrOppositeIncomingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_aec07e0ee98729a19bc41fe09e433f5d0"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#aec07e0ee98729a19bc41fe09e433f5d0">util::ListGraph::OutgoingHeadIterator::difference_type</a></div><div class="ttdeci">ptrdiff_t difference_type</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01203">graph.h:1203</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_ad234752328ab20bb1af63d47df991c95"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#ad234752328ab20bb1af63d47df991c95">util::ReverseArcStaticGraph::ReverseArcStaticGraph</a></div><div class="ttdeci">ReverseArcStaticGraph()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00558">graph.h:558</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator_html_a3b47cc7e028f3affa867594f0667016a"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator.html#a3b47cc7e028f3affa867594f0667016a">util::ReverseArcListGraph::OutgoingHeadIterator::OutgoingHeadIterator</a></div><div class="ttdeci">OutgoingHeadIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01646">graph.h:1646</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02142">graph.h:2142</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_ad7db584fc1fe14ce9296131fda625994"><div class="ttname"><a href="classutil_1_1ListGraph.html#ad7db584fc1fe14ce9296131fda625994">util::ListGraph::OutgoingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a972f29a740833d0f6d9ae9ad1f568b22"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a972f29a740833d0f6d9ae9ad1f568b22">util::ReverseArcListGraph::OutDegree</a></div><div class="ttdeci">ArcIndexType OutDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01438">graph.h:1438</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcStaticGraph::OppositeIncomingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01849">graph.h:1849</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a7b505ba4a01bce342d049f5a8674da72"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a7b505ba4a01bce342d049f5a8674da72">util::ReverseArcStaticGraph::AddArc</a></div><div class="ttdeci">ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01743">graph.h:1743</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_aab3a7c235c6a6000a25a5a79d680f1ba"><div class="ttname"><a href="classutil_1_1BaseGraph.html#aab3a7c235c6a6000a25a5a79d680f1ba">util::BaseGraph::kNilArc</a></div><div class="ttdeci">static const ArcIndexType kNilArc</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00259">graph.h:259</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_1_1OutgoingArcIterator_html"><div class="ttname"><a href="classutil_1_1StaticGraph_1_1OutgoingArcIterator.html">util::StaticGraph::OutgoingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01387">graph.h:1387</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcMixedGraph::OutgoingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02052">graph.h:2052</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator.html">util::ReverseArcStaticGraph::OppositeIncomingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01829">graph.h:1829</a></div></div>
<div class="ttc" id="classutil_1_1BeginEndWrapper_html"><div class="ttname"><a href="classutil_1_1BeginEndWrapper.html">util::BeginEndWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="iterators_8h_source.html#l00038">iterators.h:38</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html"><div class="ttname"><a href="classutil_1_1SVector.html">util::SVector</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00174">graph.h:174</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator_html_a3012b9df64325459fdc497592e85ec7f"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator.html#a3012b9df64325459fdc497592e85ec7f">util::ReverseArcStaticGraph::OppositeIncomingArcIterator::graph_</a></div><div class="ttdeci">const ReverseArcStaticGraph &amp; graph_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01858">graph.h:1858</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_a67e57edbb9e4f819b579856906fc9362"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#a67e57edbb9e4f819b579856906fc9362">util::ListGraph::OutgoingHeadIterator::value_type</a></div><div class="ttdeci">NodeIndexType value_type</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01206">graph.h:1206</a></div></div>
<div class="ttc" id="namespaceutil_html_a9470623ca7db3c4a62ce3b326c6b07d8"><div class="ttname"><a href="namespaceutil.html#a9470623ca7db3c4a62ce3b326c6b07d8">util::PermuteWithExplicitElementType</a></div><div class="ttdeci">void PermuteWithExplicitElementType(const IntVector &amp;permutation, Array *array_to_permute, ElementType unused)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00724">graph.h:724</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_a7b78af4fdec0e25f2d56225912f888e6"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#a7b78af4fdec0e25f2d56225912f888e6">util::ListGraph::OutgoingHeadIterator::Index</a></div><div class="ttdeci">NodeIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01219">graph.h:1219</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a72abbca4ba20feecaba7b06b8d472e6d"><div class="ttname"><a href="classutil_1_1ListGraph.html#a72abbca4ba20feecaba7b06b8d472e6d">util::ListGraph::AddNode</a></div><div class="ttdeci">void AddNode(NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01127">graph.h:1127</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_a8677106199bf27f67e89c1a8a1a5c3ce"><div class="ttname"><a href="classutil_1_1SVector.html#a8677106199bf27f67e89c1a8a1a5c3ce">util::SVector::reserve</a></div><div class="ttdeci">void reserve(int n)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00850">graph.h:850</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1IncomingArcIterator_html_a124766a3f1c8970b4865920c178498f7"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1IncomingArcIterator.html#a124766a3f1c8970b4865920c178498f7">util::ReverseArcListGraph::IncomingArcIterator::IncomingArcIterator</a></div><div class="ttdeci">IncomingArcIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01588">graph.h:1588</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a6a4d37693b809140b0dde7abd463d04e"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a6a4d37693b809140b0dde7abd463d04e">util::ReverseArcStaticGraph::Build</a></div><div class="ttdeci">void Build()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00606">graph.h:606</a></div></div>
<div class="ttc" id="classutil_1_1CompleteGraph_html_a2eeae3a8497dc3942e3db3128a10d41c"><div class="ttname"><a href="classutil_1_1CompleteGraph.html#a2eeae3a8497dc3942e3db3128a10d41c">util::CompleteGraph::Tail</a></div><div class="ttdeci">NodeIndexType Tail(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02206">graph.h:2206</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a228ce09354afe458ad62a53915f2ede6"><div class="ttname"><a href="classutil_1_1ListGraph.html#a228ce09354afe458ad62a53915f2ede6">util::ListGraph::ListGraph</a></div><div class="ttdeci">ListGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00312">graph.h:312</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a9e04004960ec7ac63f9ce9b97aa0bcfa"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a9e04004960ec7ac63f9ce9b97aa0bcfa">util::BaseGraph::num_nodes_</a></div><div class="ttdeci">NodeIndexType num_nodes_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00276">graph.h:276</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html"><div class="ttname"><a href="classutil_1_1StaticGraph.html">util::StaticGraph</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00396">graph.h:396</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_ad753e31325058060daf9c0d6401573b9"><div class="ttname"><a href="classutil_1_1SVector.html#ad753e31325058060daf9c0d6401573b9">util::SVector::swap</a></div><div class="ttdeci">void swap(SVector&lt; T &gt; &amp;x)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00844">graph.h:844</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a159212327bf51452d4c559fe640f59c8"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a159212327bf51452d4c559fe640f59c8">util::BaseGraph::GroupForwardArcsByFunctor</a></div><div class="ttdeci">void GroupForwardArcsByFunctor(const A &amp;a, B *b)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00264">graph.h:264</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_ac82038a46ba21e5e92ea9ce755c9d562"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#ac82038a46ba21e5e92ea9ce755c9d562">util::ReverseArcMixedGraph::OppositeIncomingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OppositeIncomingArcIterator &gt; OppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a8b5cdcc274a624bd9059f95d70659fb9"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a8b5cdcc274a624bd9059f95d70659fb9">util::BaseGraph::const_capacities_</a></div><div class="ttdeci">bool const_capacities_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00280">graph.h:280</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingArcIterator_html_aca82d05d5661965ddb4c340ccb95a19d"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingArcIterator.html#aca82d05d5661965ddb4c340ccb95a19d">util::ListGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const ListGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01179">graph.h:1179</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph_1_1OutgoingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::CompleteBipartiteGraph::OutgoingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02288">graph.h:2288</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_a2a1c4b452e7e2523397112c12e53554d"><div class="ttname"><a href="classutil_1_1SVector.html#a2a1c4b452e7e2523397112c12e53554d">util::SVector::data</a></div><div class="ttdeci">T * data() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00842">graph.h:842</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcListGraph::OutgoingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01539">graph.h:1539</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a2b88b717e42d7137a884c36e35052191"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a2b88b717e42d7137a884c36e35052191">util::BaseGraph::IsNodeValid</a></div><div class="ttdeci">bool IsNodeValid(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00213">graph.h:213</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a670eedbe0833896676a7063dc91a89ff"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a670eedbe0833896676a7063dc91a89ff">util::StaticGraph::OutgoingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a554cbbb5018b36885e8f166ddfe6334c"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a554cbbb5018b36885e8f166ddfe6334c">util::StaticGraph::ReserveNodes</a></div><div class="ttdeci">void ReserveNodes(NodeIndexType bound) override</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01257">graph.h:1257</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1IncomingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1IncomingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcMixedGraph::IncomingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02111">graph.h:2111</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcListGraph::OutgoingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01538">graph.h:1538</a></div></div>
2019-06-13 15:36:14 +02:00
<div class="ttc" id="namespaceutil_html_a8c227a057c1ce9d46b1185abf77ad91e"><div class="ttname"><a href="namespaceutil.html#a8c227a057c1ce9d46b1185abf77ad91e">util::Permute</a></div><div class="ttdeci">void Permute(const IntVector &amp;permutation, Array *array_to_permute)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00737">graph.h:737</a></div></div>
2019-08-07 18:01:08 -07:00
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_a256146259eefabb93691232a47e9d2c4"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#a256146259eefabb93691232a47e9d2c4">util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdeci">OutgoingOrOppositeIncomingArcIterator(const ReverseArcStaticGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01889">graph.h:1889</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a515c5546e3ad49f8d2985a351f79177f"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a515c5546e3ad49f8d2985a351f79177f">util::ReverseArcListGraph::IncomingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; IncomingArcIterator &gt; IncomingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcMixedGraph::OutgoingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02053">graph.h:2053</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_a390311035baece41a5c62448137ce24d"><div class="ttname"><a href="classutil_1_1SVector.html#a390311035baece41a5c62448137ce24d">util::SVector::SVector</a></div><div class="ttdeci">SVector(SVector &amp;&amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00801">graph.h:801</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01911">graph.h:1911</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_ad7db584fc1fe14ce9296131fda625994"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#ad7db584fc1fe14ce9296131fda625994">util::ReverseArcMixedGraph::OutgoingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator_html_a439d9d7a5c81e14d4fa361a6cd55e193"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator.html#a439d9d7a5c81e14d4fa361a6cd55e193">util::ReverseArcStaticGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator</a></div><div class="ttdeci">OppositeIncomingArcIterator(const ReverseArcStaticGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01840">graph.h:1840</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a2eeae3a8497dc3942e3db3128a10d41c"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a2eeae3a8497dc3942e3db3128a10d41c">util::ReverseArcStaticGraph::Tail</a></div><div class="ttdeci">NodeIndexType Tail(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01720">graph.h:1720</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator.html">util::ReverseArcListGraph::OppositeIncomingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01552">graph.h:1552</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_ad14f726e7d9d1e7c71a6b1c652bb2c19"><div class="ttname"><a href="classutil_1_1SVector.html#ad14f726e7d9d1e7c71a6b1c652bb2c19">util::SVector::capacity</a></div><div class="ttdeci">int capacity() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00892">graph.h:892</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a2d4c1b57da542282856d41631254c9f0"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a2d4c1b57da542282856d41631254c9f0">util::ReverseArcListGraph::OppositeIncomingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OppositeIncomingArcIterator &gt; OppositeIncomingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_ac7a6968c8fa4fd2afa86492bf9967187"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#ac7a6968c8fa4fd2afa86492bf9967187">util::ListGraph::OutgoingHeadIterator::OutgoingHeadIterator</a></div><div class="ttdeci">OutgoingHeadIterator(const ListGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01212">graph.h:1212</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a71e14c0088eed792506574efd3e516be"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a71e14c0088eed792506574efd3e516be">util::StaticGraph::operator[]</a></div><div class="ttdeci">BeginEndWrapper&lt; NodeIndexType const * &gt; operator[](NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01244">graph.h:1244</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_aae6f26430b052e475c71158ad69d3a09"><div class="ttname"><a href="classutil_1_1SVector.html#aae6f26430b052e475c71158ad69d3a09">util::SVector::operator=</a></div><div class="ttdeci">SVector &amp; operator=(SVector &amp;&amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00802">graph.h:802</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_aad16076f9d10c90b9b9e0ccfddf878ed"><div class="ttname"><a href="classutil_1_1BaseGraph.html#aad16076f9d10c90b9b9e0ccfddf878ed">util::BaseGraph::max_end_arc_index</a></div><div class="ttdeci">ArcIndexType max_end_arc_index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00267">graph.h:267</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_aceb0938bcb2e8e5f37986d4cf8e3a955"><div class="ttname"><a href="classutil_1_1ListGraph.html#aceb0938bcb2e8e5f37986d4cf8e3a955">util::ListGraph::Head</a></div><div class="ttdeci">NodeIndexType Head(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01112">graph.h:1112</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a2eeae3a8497dc3942e3db3128a10d41c"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a2eeae3a8497dc3942e3db3128a10d41c">util::StaticGraph::Tail</a></div><div class="ttdeci">NodeIndexType Tail(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01302">graph.h:1302</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator.html">util::ReverseArcListGraph::OutgoingHeadIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01644">graph.h:1644</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_1_1OutgoingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1StaticGraph_1_1OutgoingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::StaticGraph::OutgoingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01398">graph.h:1398</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator.html">util::ReverseArcMixedGraph::OppositeIncomingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02069">graph.h:2069</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_a50d582aa47b8770809f0828f8287d590"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#a50d582aa47b8770809f0828f8287d590">util::ListGraph::OutgoingHeadIterator::pointer</a></div><div class="ttdeci">const NodeIndexType * pointer</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01204">graph.h:1204</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a3aa184e2b22fc7320a39cfcba36010c4"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a3aa184e2b22fc7320a39cfcba36010c4">util::BaseGraph::ReserveArcs</a></div><div class="ttdeci">virtual void ReserveArcs(ArcIndexType bound)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00241">graph.h:241</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_1_1OutgoingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1StaticGraph_1_1OutgoingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::StaticGraph::OutgoingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01399">graph.h:1399</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a92531459eff09455cfa63976f5024906"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a92531459eff09455cfa63976f5024906">util::BaseGraph::ArcIndex</a></div><div class="ttdeci">ArcIndexType ArcIndex</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00190">graph.h:190</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a8c493e04974a5c65843b8e793c7611aa"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a8c493e04974a5c65843b8e793c7611aa">util::StaticGraph::StaticGraph</a></div><div class="ttdeci">StaticGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00407">graph.h:407</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a50281a76c553a854dd86b11789007110"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a50281a76c553a854dd86b11789007110">util::ReverseArcListGraph::ReserveArcs</a></div><div class="ttdeci">void ReserveArcs(ArcIndexType bound) override</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01483">graph.h:1483</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ListGraph::OutgoingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01187">graph.h:1187</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a972f29a740833d0f6d9ae9ad1f568b22"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a972f29a740833d0f6d9ae9ad1f568b22">util::ReverseArcMixedGraph::OutDegree</a></div><div class="ttdeci">ArcIndexType OutDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01941">graph.h:1941</a></div></div>
<div class="ttc" id="namespaceutil_html_a2f76166dbe0c4055a1f256235ad00478"><div class="ttname"><a href="namespaceutil.html#a2f76166dbe0c4055a1f256235ad00478">util::Graph</a></div><div class="ttdeci">ListGraph Graph</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02356">graph.h:2356</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator_html_a6119374ea2e367b5a6646b15c7aec4ab"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator.html#a6119374ea2e367b5a6646b15c7aec4ab">util::ReverseArcListGraph::OppositeIncomingArcIterator::graph_</a></div><div class="ttdeci">const ReverseArcListGraph &amp; graph_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01578">graph.h:1578</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_1_1OutgoingArcIterator_html_ac755a5d95c2c78412fb09905db44b952"><div class="ttname"><a href="classutil_1_1StaticGraph_1_1OutgoingArcIterator.html#ac755a5d95c2c78412fb09905db44b952">util::StaticGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const StaticGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01389">graph.h:1389</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a10ee27e856003f599bc0a2265a3ab11d"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a10ee27e856003f599bc0a2265a3ab11d">util::BaseGraph::AllForwardArcs</a></div><div class="ttdeci">IntegerRange&lt; ArcIndex &gt; AllForwardArcs() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00935">graph.h:935</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02146">graph.h:2146</a></div></div>
<div class="ttc" id="classutil_1_1CompleteGraph_html_a05add2b29aa63527f24f25c605c29b12"><div class="ttname"><a href="classutil_1_1CompleteGraph.html#a05add2b29aa63527f24f25c605c29b12">util::CompleteGraph::OutgoingArcs</a></div><div class="ttdeci">IntegerRange&lt; ArcIndexType &gt; OutgoingArcs(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02220">graph.h:2220</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a2d4c1b57da542282856d41631254c9f0"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a2d4c1b57da542282856d41631254c9f0">util::ReverseArcStaticGraph::OppositeIncomingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OppositeIncomingArcIterator &gt; OppositeIncomingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcStaticGraph::OppositeIncomingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01848">graph.h:1848</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator_html_af1f337e1722b47b5896d46d2a673193d"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator.html#af1f337e1722b47b5896d46d2a673193d">util::ReverseArcListGraph::OutgoingHeadIterator::OutgoingHeadIterator</a></div><div class="ttdeci">OutgoingHeadIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01650">graph.h:1650</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcMixedGraph::OppositeIncomingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02089">graph.h:2089</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_ab120f5c5f33cbc5454524fe168a60aea"><div class="ttname"><a href="classutil_1_1SVector.html#ab120f5c5f33cbc5454524fe168a60aea">util::SVector::grow</a></div><div class="ttdeci">void grow(const T &amp;left=T(), const T &amp;right=T())</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00873">graph.h:873</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a96c9c7908573f98dcd303002f2d27f08"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a96c9c7908573f98dcd303002f2d27f08">util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingOrOppositeIncomingArcIterator &gt; OutgoingOrOppositeIncomingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator_html_a5eafa0bb6911e15aa04f37a71e10d9e9"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator.html#a5eafa0bb6911e15aa04f37a71e10d9e9">util::ReverseArcStaticGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const ReverseArcStaticGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01804">graph.h:1804</a></div></div>
<div class="ttc" id="graph_8h_html_aa560f5e55268f818d5e5f43ed31e19a0"><div class="ttname"><a href="graph_8h.html#aa560f5e55268f818d5e5f43ed31e19a0">DEFINE_STL_ITERATOR_FUNCTIONS</a></div><div class="ttdeci">#define DEFINE_STL_ITERATOR_FUNCTIONS(iterator_class_name)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01075">graph.h:1075</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a64e92a69b1e1c47656a72df314cf609c"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a64e92a69b1e1c47656a72df314cf609c">util::ReverseArcMixedGraph::InDegree</a></div><div class="ttdeci">ArcIndexType InDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01947">graph.h:1947</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator_html_a75246ea59884a99556fa0fc01ed1b666"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator.html#a75246ea59884a99556fa0fc01ed1b666">util::ReverseArcMixedGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator</a></div><div class="ttdeci">OppositeIncomingArcIterator(const ReverseArcMixedGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02079">graph.h:2079</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcListGraph::OppositeIncomingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01570">graph.h:1570</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a2d4c1b57da542282856d41631254c9f0"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a2d4c1b57da542282856d41631254c9f0">util::ReverseArcMixedGraph::OppositeIncomingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OppositeIncomingArcIterator &gt; OppositeIncomingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1SVector_html_a8d4b4261ec6f0dab74197ba2dd21f032"><div class="ttname"><a href="classutil_1_1SVector.html#a8d4b4261ec6f0dab74197ba2dd21f032">util::SVector::~SVector</a></div><div class="ttdeci">~SVector()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00776">graph.h:776</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a71e14c0088eed792506574efd3e516be"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a71e14c0088eed792506574efd3e516be">util::ReverseArcStaticGraph::operator[]</a></div><div class="ttdeci">BeginEndWrapper&lt; NodeIndexType const * &gt; operator[](NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01697">graph.h:1697</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1IncomingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1IncomingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcListGraph::IncomingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01595">graph.h:1595</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a238684ec126b5771f956cf67c964d4e5"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a238684ec126b5771f956cf67c964d4e5">util::BaseGraph::FreezeCapacities</a></div><div class="ttdeci">void FreezeCapacities()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00966">graph.h:966</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_af9593d4a5ff4274efaf429cb4f9e57cc"><div class="ttname"><a href="classutil_1_1SVector.html#af9593d4a5ff4274efaf429cb4f9e57cc">util::SVector::size</a></div><div class="ttdeci">int size() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00890">graph.h:890</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a972f29a740833d0f6d9ae9ad1f568b22"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a972f29a740833d0f6d9ae9ad1f568b22">util::ReverseArcStaticGraph::OutDegree</a></div><div class="ttdeci">ArcIndexType OutDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01684">graph.h:1684</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcListGraph::OppositeIncomingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01569">graph.h:1569</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator.html">util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02121">graph.h:2121</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_ac82038a46ba21e5e92ea9ce755c9d562"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#ac82038a46ba21e5e92ea9ce755c9d562">util::ReverseArcStaticGraph::OppositeIncomingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OppositeIncomingArcIterator &gt; OppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1CompleteGraph_html_aceb0938bcb2e8e5f37986d4cf8e3a955"><div class="ttname"><a href="classutil_1_1CompleteGraph.html#aceb0938bcb2e8e5f37986d4cf8e3a955">util::CompleteGraph::Head</a></div><div class="ttdeci">NodeIndexType Head(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02199">graph.h:2199</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1IncomingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1IncomingArcIterator.html">util::ReverseArcMixedGraph::IncomingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02102">graph.h:2102</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcStaticGraph::OppositeIncomingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01850">graph.h:1850</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_a4ac32b6c178408069a1dabad339def89"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#a4ac32b6c178408069a1dabad339def89">util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdeci">OutgoingOrOppositeIncomingArcIterator(const ReverseArcMixedGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02124">graph.h:2124</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01623">graph.h:1623</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_acf24cbad90951315d555898801bb88b6"><div class="ttname"><a href="classutil_1_1BaseGraph.html#acf24cbad90951315d555898801bb88b6">util::BaseGraph::~BaseGraph</a></div><div class="ttdeci">virtual ~BaseGraph()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00198">graph.h:198</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_aceb0938bcb2e8e5f37986d4cf8e3a955"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#aceb0938bcb2e8e5f37986d4cf8e3a955">util::ReverseArcMixedGraph::Head</a></div><div class="ttdeci">NodeIndexType Head(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01970">graph.h:1970</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_aceb0938bcb2e8e5f37986d4cf8e3a955"><div class="ttname"><a href="classutil_1_1StaticGraph.html#aceb0938bcb2e8e5f37986d4cf8e3a955">util::StaticGraph::Head</a></div><div class="ttdeci">NodeIndexType Head(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01309">graph.h:1309</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ListGraph::OutgoingHeadIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01218">graph.h:1218</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_ae34377335b98bab39dc9713ca2413620"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#ae34377335b98bab39dc9713ca2413620">util::ReverseArcMixedGraph::ReverseArcMixedGraph</a></div><div class="ttdeci">ReverseArcMixedGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00647">graph.h:647</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#a659a293dd51073a1b9560bb80f687705">util::ListGraph::OutgoingHeadIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01220">graph.h:1220</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a50281a76c553a854dd86b11789007110"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a50281a76c553a854dd86b11789007110">util::ReverseArcStaticGraph::ReserveArcs</a></div><div class="ttdeci">void ReserveArcs(ArcIndexType bound) override</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01727">graph.h:1727</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a285704636360af06c524ff313f7313ed"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a285704636360af06c524ff313f7313ed">util::ReverseArcMixedGraph::ReverseArcMixedGraph</a></div><div class="ttdeci">ReverseArcMixedGraph()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00646">graph.h:646</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_ae71b265f19aef849005fb3b21d1dfaeb"><div class="ttname"><a href="classutil_1_1SVector.html#ae71b265f19aef849005fb3b21d1dfaeb">util::SVector::SVector</a></div><div class="ttdeci">SVector()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00774">graph.h:774</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_ae1eb43afe1c1e1a47e90d9b1fcec8351"><div class="ttname"><a href="classutil_1_1SVector.html#ae1eb43afe1c1e1a47e90d9b1fcec8351">util::SVector::operator[]</a></div><div class="ttdeci">T &amp; operator[](int n)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00811">graph.h:811</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingArcIterator.html">util::ReverseArcListGraph::OutgoingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01524">graph.h:1524</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a50281a76c553a854dd86b11789007110"><div class="ttname"><a href="classutil_1_1ListGraph.html#a50281a76c553a854dd86b11789007110">util::ListGraph::ReserveArcs</a></div><div class="ttdeci">void ReserveArcs(ArcIndexType bound) override</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01156">graph.h:1156</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a6487722851853c8b5b979780b1acb027"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a6487722851853c8b5b979780b1acb027">util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingOrOppositeIncomingArcIterator &gt; OutgoingOrOppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html">util::ListGraph::OutgoingHeadIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01200">graph.h:1200</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator_html_a6d7cc0e48adea6685c0681b38a8ea0e8"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator.html#a6d7cc0e48adea6685c0681b38a8ea0e8">util::ReverseArcMixedGraph::OutgoingArcIterator::OutgoingArcIterator</a></div><div class="ttdeci">OutgoingArcIterator(const ReverseArcMixedGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02044">graph.h:2044</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a2eeae3a8497dc3942e3db3128a10d41c"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a2eeae3a8497dc3942e3db3128a10d41c">util::ReverseArcMixedGraph::Tail</a></div><div class="ttdeci">NodeIndexType Tail(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01978">graph.h:1978</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a64e92a69b1e1c47656a72df314cf609c"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a64e92a69b1e1c47656a72df314cf609c">util::ReverseArcStaticGraph::InDegree</a></div><div class="ttdeci">ArcIndexType InDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01690">graph.h:1690</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a72abbca4ba20feecaba7b06b8d472e6d"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a72abbca4ba20feecaba7b06b8d472e6d">util::ReverseArcListGraph::AddNode</a></div><div class="ttdeci">void AddNode(NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01492">graph.h:1492</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a60a39b3b058190faac7c23f7b520f1d1"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a60a39b3b058190faac7c23f7b520f1d1">util::ReverseArcMixedGraph::IncomingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; IncomingArcIterator &gt; IncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a64e92a69b1e1c47656a72df314cf609c"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a64e92a69b1e1c47656a72df314cf609c">util::ReverseArcListGraph::InDegree</a></div><div class="ttdeci">ArcIndexType InDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01446">graph.h:1446</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a96c9c7908573f98dcd303002f2d27f08"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a96c9c7908573f98dcd303002f2d27f08">util::ReverseArcListGraph::OutgoingOrOppositeIncomingArcs</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingOrOppositeIncomingArcIterator &gt; OutgoingOrOppositeIncomingArcs(NodeIndexType node) const</div></div>
<div class="ttc" id="classutil_1_1SVector_html_a578be9c59132b8633a67a98c39318777"><div class="ttname"><a href="classutil_1_1SVector.html#a578be9c59132b8633a67a98c39318777">util::SVector::resize</a></div><div class="ttdeci">void resize(int n)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00823">graph.h:823</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_aceb0938bcb2e8e5f37986d4cf8e3a955"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#aceb0938bcb2e8e5f37986d4cf8e3a955">util::ReverseArcListGraph::Head</a></div><div class="ttdeci">NodeIndexType Head(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01461">graph.h:1461</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_a0da78a7e517acf1b646ae28ad16216ed"><div class="ttname"><a href="classutil_1_1BaseGraph.html#a0da78a7e517acf1b646ae28ad16216ed">util::BaseGraph::kNilNode</a></div><div class="ttdeci">static const NodeIndexType kNilNode</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00258">graph.h:258</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_aceb0938bcb2e8e5f37986d4cf8e3a955"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#aceb0938bcb2e8e5f37986d4cf8e3a955">util::ReverseArcStaticGraph::Head</a></div><div class="ttdeci">NodeIndexType Head(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01712">graph.h:1712</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a6487722851853c8b5b979780b1acb027"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a6487722851853c8b5b979780b1acb027">util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingOrOppositeIncomingArcIterator &gt; OutgoingOrOppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_html_ac79c65c1a4e1b6e585ce0a297a30e783"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph.html#ac79c65c1a4e1b6e585ce0a297a30e783">util::CompleteBipartiteGraph::OutgoingArcsStartingFrom</a></div><div class="ttdeci">IntegerRange&lt; ArcIndexType &gt; OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02335">graph.h:2335</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1IncomingArcIterator_html_a873db6dd67479430277a2c1756c561b3"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1IncomingArcIterator.html#a873db6dd67479430277a2c1756c561b3">util::ReverseArcMixedGraph::IncomingArcIterator::IncomingArcIterator</a></div><div class="ttdeci">IncomingArcIterator(const ReverseArcMixedGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02107">graph.h:2107</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a72abbca4ba20feecaba7b06b8d472e6d"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a72abbca4ba20feecaba7b06b8d472e6d">util::ReverseArcStaticGraph::AddNode</a></div><div class="ttdeci">void AddNode(NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01735">graph.h:1735</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator_html_a2d07e2dff26af01a125f5790d07405f0"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OppositeIncomingArcIterator.html#a2d07e2dff26af01a125f5790d07405f0">util::ReverseArcStaticGraph::OppositeIncomingArcIterator::index_</a></div><div class="ttdeci">ArcIndexType index_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01860">graph.h:1860</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html"><div class="ttname"><a href="classutil_1_1BaseGraph.html">util::BaseGraph</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00184">graph.h:184</a></div></div>
<div class="ttc" id="classutil_1_1CompleteBipartiteGraph_html_aceb0938bcb2e8e5f37986d4cf8e3a955"><div class="ttname"><a href="classutil_1_1CompleteBipartiteGraph.html#aceb0938bcb2e8e5f37986d4cf8e3a955">util::CompleteBipartiteGraph::Head</a></div><div class="ttdeci">NodeIndexType Head(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02302">graph.h:2302</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator_html_a2d07e2dff26af01a125f5790d07405f0"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator.html#a2d07e2dff26af01a125f5790d07405f0">util::ReverseArcMixedGraph::OppositeIncomingArcIterator::index_</a></div><div class="ttdeci">ArcIndexType index_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02098">graph.h:2098</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_af42a7f0eb417709481c23986ebaafd55"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#af42a7f0eb417709481c23986ebaafd55">util::ListGraph::OutgoingHeadIterator::OutgoingHeadIterator</a></div><div class="ttdeci">OutgoingHeadIterator(const ListGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01208">graph.h:1208</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a60a39b3b058190faac7c23f7b520f1d1"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a60a39b3b058190faac7c23f7b520f1d1">util::ReverseArcListGraph::IncomingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; IncomingArcIterator &gt; IncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcStaticGraph::OutgoingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01814">graph.h:1814</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01912">graph.h:1912</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a6a4d37693b809140b0dde7abd463d04e"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a6a4d37693b809140b0dde7abd463d04e">util::ReverseArcListGraph::Build</a></div><div class="ttdeci">void Build()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00527">graph.h:527</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_aa5889e088aa7887ad512208b28bb46de"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#aa5889e088aa7887ad512208b28bb46de">util::ListGraph::OutgoingHeadIterator::reference</a></div><div class="ttdeci">const NodeIndexType &amp; reference</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01205">graph.h:1205</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a670eedbe0833896676a7063dc91a89ff"><div class="ttname"><a href="classutil_1_1ListGraph.html#a670eedbe0833896676a7063dc91a89ff">util::ListGraph::OutgoingArcsStartingFrom</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingArcIterator &gt; OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const</div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_abdab59515ed6ddd23a01d8e20f6d916c"><div class="ttname"><a href="classutil_1_1ListGraph.html#abdab59515ed6ddd23a01d8e20f6d916c">util::ListGraph::ListGraph</a></div><div class="ttdeci">ListGraph()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00307">graph.h:307</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_1_1OutgoingHeadIterator_html_a00f008b80917746917b874d00abd02a9"><div class="ttname"><a href="classutil_1_1ListGraph_1_1OutgoingHeadIterator.html#a00f008b80917746917b874d00abd02a9">util::ListGraph::OutgoingHeadIterator::operator++</a></div><div class="ttdeci">void operator++()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01231">graph.h:1231</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator.html">util::ReverseArcMixedGraph::OutgoingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02042">graph.h:2042</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a7b505ba4a01bce342d049f5a8674da72"><div class="ttname"><a href="classutil_1_1ListGraph.html#a7b505ba4a01bce342d049f5a8674da72">util::ListGraph::AddArc</a></div><div class="ttdeci">ArcIndexType AddArc(NodeIndexType tail, NodeIndexType head)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01135">graph.h:1135</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OutgoingHeadIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcListGraph::OutgoingHeadIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01659">graph.h:1659</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a972f29a740833d0f6d9ae9ad1f568b22"><div class="ttname"><a href="classutil_1_1ListGraph.html#a972f29a740833d0f6d9ae9ad1f568b22">util::ListGraph::OutDegree</a></div><div class="ttdeci">ArcIndexType OutDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01119">graph.h:1119</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator.html">util::ReverseArcStaticGraph::OutgoingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01802">graph.h:1802</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_html_a3e3cac66da5cd9183c80a7c99a99ddf4"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph.html#a3e3cac66da5cd9183c80a7c99a99ddf4">util::ReverseArcStaticGraph::ReverseArcStaticGraph</a></div><div class="ttdeci">ReverseArcStaticGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00559">graph.h:559</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a25d802d612c671f42a22ce7f2fcfd0e2"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a25d802d612c671f42a22ce7f2fcfd0e2">util::ReverseArcListGraph::ReverseArcListGraph</a></div><div class="ttdeci">ReverseArcListGraph()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00470">graph.h:470</a></div></div>
<div class="ttc" id="classutil_1_1SVector_html_ac8bb3912a3ce86b15842e79d0b421204"><div class="ttname"><a href="classutil_1_1SVector.html#ac8bb3912a3ce86b15842e79d0b421204">util::SVector::clear</a></div><div class="ttdeci">void clear()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00840">graph.h:840</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator_html_acbd6c415460badaeb51852031e73fc1b"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator.html#acbd6c415460badaeb51852031e73fc1b">util::ReverseArcMixedGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator</a></div><div class="ttdeci">OppositeIncomingArcIterator(const ReverseArcMixedGraph &amp;graph, NodeIndexType node)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02072">graph.h:2072</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html_a1ae8aef05d10b9545e6a1c0bfb0c7735"><div class="ttname"><a href="classutil_1_1ListGraph.html#a1ae8aef05d10b9545e6a1c0bfb0c7735">util::ListGraph::operator[]</a></div><div class="ttdeci">BeginEndWrapper&lt; OutgoingHeadIterator &gt; operator[](NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01097">graph.h:1097</a></div></div>
<div class="ttc" id="classutil_1_1CompleteGraph_html_a972f29a740833d0f6d9ae9ad1f568b22"><div class="ttname"><a href="classutil_1_1CompleteGraph.html#a972f29a740833d0f6d9ae9ad1f568b22">util::CompleteGraph::OutDegree</a></div><div class="ttdeci">ArcIndexType OutDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02213">graph.h:2213</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::ReverseArcStaticGraph::OutgoingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01812">graph.h:1812</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator_html_a659a293dd51073a1b9560bb80f687705"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingArcIterator.html#a659a293dd51073a1b9560bb80f687705">util::ReverseArcMixedGraph::OutgoingArcIterator::Next</a></div><div class="ttdeci">void Next()</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02054">graph.h:2054</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a2eeae3a8497dc3942e3db3128a10d41c"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a2eeae3a8497dc3942e3db3128a10d41c">util::ReverseArcListGraph::Tail</a></div><div class="ttdeci">NodeIndexType Tail(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01468">graph.h:1468</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator_html_ac01a687cfc7292e8eb448d712ac2b7b5"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OppositeIncomingArcIterator.html#ac01a687cfc7292e8eb448d712ac2b7b5">util::ReverseArcMixedGraph::OppositeIncomingArcIterator::graph_</a></div><div class="ttdeci">const ReverseArcMixedGraph * graph_</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02097">graph.h:2097</a></div></div>
<div class="ttc" id="classutil_1_1ListGraph_html"><div class="ttname"><a href="classutil_1_1ListGraph.html">util::ListGraph</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00297">graph.h:297</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html_a1639035dfa412336ad43f8d8193a0307"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html#a1639035dfa412336ad43f8d8193a0307">util::ReverseArcMixedGraph::OppositeArc</a></div><div class="ttdeci">ArcIndexType OppositeArc(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01963">graph.h:1963</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator_html_a6794aab15410a6bb6d59859e39078fed"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph_1_1OutgoingOrOppositeIncomingArcIterator.html#a6794aab15410a6bb6d59859e39078fed">util::ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdeci">OutgoingOrOppositeIncomingArcIterator(const ReverseArcMixedGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02134">graph.h:2134</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_afdfec6e1d53e915a6059fdb681d92f02"><div class="ttname"><a href="classutil_1_1BaseGraph.html#afdfec6e1d53e915a6059fdb681d92f02">util::BaseGraph::ReserveNodes</a></div><div class="ttdeci">virtual void ReserveNodes(NodeIndexType bound)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00235">graph.h:235</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_1_1OutgoingArcIterator_html_aa7e07ffe21ad6b4c71a0d22c65f30347"><div class="ttname"><a href="classutil_1_1StaticGraph_1_1OutgoingArcIterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">util::StaticGraph::OutgoingArcIterator::Ok</a></div><div class="ttdeci">bool Ok() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01397">graph.h:1397</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcStaticGraph::OutgoingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01813">graph.h:1813</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcMixedGraph_html"><div class="ttname"><a href="classutil_1_1ReverseArcMixedGraph.html">util::ReverseArcMixedGraph</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00635">graph.h:635</a></div></div>
<div class="ttc" id="classutil_1_1StaticGraph_html_a972f29a740833d0f6d9ae9ad1f568b22"><div class="ttname"><a href="classutil_1_1StaticGraph.html#a972f29a740833d0f6d9ae9ad1f568b22">util::StaticGraph::OutDegree</a></div><div class="ttdeci">ArcIndexType OutDegree(NodeIndexType node) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01251">graph.h:1251</a></div></div>
<div class="ttc" id="classutil_1_1BaseGraph_html_aacbf67d9ee658147495316e1ac2c83f2"><div class="ttname"><a href="classutil_1_1BaseGraph.html#aacbf67d9ee658147495316e1ac2c83f2">util::BaseGraph::ComputeCumulativeSum</a></div><div class="ttdeci">void ComputeCumulativeSum(std::vector&lt; ArcIndexType &gt; *v)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l00978">graph.h:978</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1IncomingArcIterator_html_adac23a27a3389aea80f75741569afe35"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1IncomingArcIterator.html#adac23a27a3389aea80f75741569afe35">util::ReverseArcStaticGraph::IncomingArcIterator::Index</a></div><div class="ttdeci">ArcIndexType Index() const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01876">graph.h:1876</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_html_a1639035dfa412336ad43f8d8193a0307"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph.html#a1639035dfa412336ad43f8d8193a0307">util::ReverseArcListGraph::OppositeArc</a></div><div class="ttdeci">ArcIndexType OppositeArc(ArcIndexType arc) const</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01454">graph.h:1454</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator_html_a357390af1cf4662fe74a23bd404f7bf7"><div class="ttname"><a href="classutil_1_1ReverseArcListGraph_1_1OppositeIncomingArcIterator.html#a357390af1cf4662fe74a23bd404f7bf7">util::ReverseArcListGraph::OppositeIncomingArcIterator::OppositeIncomingArcIterator</a></div><div class="ttdeci">OppositeIncomingArcIterator(const ReverseArcListGraph &amp;graph, NodeIndexType node, ArcIndexType arc)</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01560">graph.h:1560</a></div></div>
<div class="ttc" id="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator_html"><div class="ttname"><a href="classutil_1_1ReverseArcStaticGraph_1_1OutgoingOrOppositeIncomingArcIterator.html">util::ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l01886">graph.h:1886</a></div></div>
2019-06-13 15:36:14 +02:00
</div><!-- fragment --></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>