classes.html 30.8 KB
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>OR-Tools</title>
        <meta http-equiv="Content-Type" content="text/html;"/>
        <meta charset="utf-8"/>
        <!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
        <script type="text/javascript" src="jquery.js"></script>
        <script type="text/javascript" src="dynsections.js"></script>
        <link href="doxygen.css" rel="stylesheet" type="text/css" />
        <link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
    </head>
    <body>
        <div id="banner-container">
            <div id="banner">
                <span id="sfml">Google OR-Tools 8.1</span>
            </div>
        </div>
        <div id="content" style="width: 100%; overflow: hidden;">
        <div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
        <h2>C++ Reference</h2>
        <ul>
          <li><a href="../cpp_algorithms/annotated.html">Algorithms</a></li>
          <li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
          <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>
        <div id="content">
            <div align="center">
                <h1 style="color: #145A32;">C++ Reference: Graph</h1>
            </div>
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classes.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">Class Index</div>  </div>
</div><!--header-->
<div class="contents">
<div class="qindex"><a class="qindex" href="#letter_a">a</a>&#160;|&#160;<a class="qindex" href="#letter_b">b</a>&#160;|&#160;<a class="qindex" href="#letter_c">c</a>&#160;|&#160;<a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a>&#160;|&#160;<a class="qindex" href="#letter_f">f</a>&#160;|&#160;<a class="qindex" href="#letter_g">g</a>&#160;|&#160;<a class="qindex" href="#letter_h">h</a>&#160;|&#160;<a class="qindex" href="#letter_i">i</a>&#160;|&#160;<a class="qindex" href="#letter_l">l</a>&#160;|&#160;<a class="qindex" href="#letter_m">m</a>&#160;|&#160;<a class="qindex" href="#letter_n">n</a>&#160;|&#160;<a class="qindex" href="#letter_o">o</a>&#160;|&#160;<a class="qindex" href="#letter_p">p</a>&#160;|&#160;<a class="qindex" href="#letter_r">r</a>&#160;|&#160;<a class="qindex" href="#letter_s">s</a>&#160;|&#160;<a class="qindex" href="#letter_t">t</a>&#160;|&#160;<a class="qindex" href="#letter_u">u</a>&#160;|&#160;<a class="qindex" href="#letter_v">v</a></div>
<table class="classindex">
<tr><td rowspan="2" valign="bottom"><a name="letter_a"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;a&#160;&#160;</div></td></tr></table>
</td>
<td rowspan="2" valign="bottom"><a name="letter_e"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;e&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_ebert_graph_1_1_incoming_arc_iterator.html">EbertGraph::IncomingArcIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html">ReverseArcMixedGraph::OutgoingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structinternal_1_1_connected_components_type_helper_1_1_select_container.html">ConnectedComponentsTypeHelper::SelectContainer</a> (<a class="el" href="namespaceinternal.html">internal</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator.html">ReverseArcListGraph::IncomingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator.html">CompleteBipartiteGraph::OutgoingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structinternal_1_1_connected_components_type_helper_1_1_select_container_3_01_u_00_01absl_1_1ena4377d43c3c42f63e44f1faa2099dbc3b.html">ConnectedComponentsTypeHelper::SelectContainer&lt; U, absl::enable_if_t&lt; std::is_integral&lt; decltype(std::declval&lt; const U &amp; &gt;()(std::declval&lt; const T &amp; &gt;()))&gt;::value &gt; &gt;</a> (<a class="el" href="namespaceinternal.html">internal</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classutil_1_1_undirected_adjacency_lists_of_directed_graph_1_1_adjacency_list_iterator.html">UndirectedAdjacencyListsOfDirectedGraph::AdjacencyListIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_ebert_graph.html">EbertGraph</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator.html">ReverseArcStaticGraph::IncomingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html">ReverseArcStaticGraph::OutgoingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_set.html">Set</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_annotated_graph_build_manager.html">AnnotatedGraphBuildManager</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_ebert_graph_base.html">EbertGraphBase</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_integer_range.html">IntegerRange</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html">ReverseArcListGraph::OutgoingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_set_range_iterator.html">SetRangeIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_arc_functor_ordering_by_tail_and_head.html">ArcFunctorOrderingByTailAndHead</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_element_iterator.html">ElementIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_integer_range_iterator.html">IntegerRangeIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_star_graph_base_1_1_outgoing_arc_iterator.html">StarGraphBase::OutgoingArcIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_set_range_with_cardinality.html">SetRangeWithCardinality</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_arc_index_ordering_by_tail_node.html">ArcIndexOrderingByTailNode</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_f"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;f&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="structis__proto__enum_3_01_1_1operations__research_1_1_flow_model___problem_type_01_4.html">is_proto_enum&lt; ::operations_research::FlowModel_ProblemType &gt;</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html">ListGraph::OutgoingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_simple_max_flow.html">SimpleMaxFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_star_graph_base_1_1_arc_iterator.html">StarGraphBase::ArcIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structutil_1_1_mutable_vector_iteration_1_1_iterator.html">MutableVectorIteration::Iterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html">StaticGraph::OutgoingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_simple_min_cost_flow.html">SimpleMinCostFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_b"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;b&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_forward_ebert_graph.html">ForwardEbertGraph</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_l"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;l&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classutil_1_1_list_graph_1_1_outgoing_head_iterator.html">ListGraph::OutgoingHeadIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_star_graph_base.html">StarGraphBase</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_forward_static_graph.html">ForwardStaticGraph</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html">ReverseArcListGraph::OutgoingHeadIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_static_graph.html">StaticGraph</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classutil_1_1_base_graph.html">BaseGraph</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_g"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;g&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_lattice_memory_manager.html">LatticeMemoryManager</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html">ReverseArcMixedGraph::OutgoingOrOppositeIncomingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="class_strongly_connected_components_finder.html">StronglyConnectedComponentsFinder</a>&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classutil_1_1_begin_end_reverse_iterator_wrapper.html">BeginEndReverseIteratorWrapper</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_linear_sum_assignment.html">LinearSumAssignment</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html">ReverseArcStaticGraph::OutgoingOrOppositeIncomingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_s_vector.html">SVector</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classutil_1_1_begin_end_wrapper.html">BeginEndWrapper</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_generic_max_flow.html">GenericMaxFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_list_graph.html">ListGraph</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_ebert_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html">EbertGraph::OutgoingOrOppositeIncomingArcIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_t"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;t&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_linear_sum_assignment_1_1_bipartite_left_node_iterator.html">LinearSumAssignment::BipartiteLeftNodeIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_generic_min_cost_flow.html">GenericMinCostFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_m"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;m&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html">ReverseArcListGraph::OutgoingOrOppositeIncomingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_bron_kerbosch_algorithm.html">BronKerboschAlgorithm</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structoperations__research_1_1graph__traits.html">graph_traits</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_p"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;p&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto</a>&#160;&#160;&#160;</td>
</tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_c"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;c&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="structoperations__research_1_1graph__traits_3_01_forward_ebert_graph_3_01_node_index_type_00_01_arc_index_type_01_4_01_4.html">graph_traits&lt; ForwardEbertGraph&lt; NodeIndexType, ArcIndexType &gt; &gt;</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_max_flow.html">MaxFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_builder.html">TailArrayBuilder</a> (<a class="el" href="namespaceoperations__research_1_1or__internal.html">operations_research::or_internal</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="structoperations__research_1_1graph__traits_3_01_forward_static_graph_3_01_node_index_type_00_01_arc_index_type_01_4_01_4.html">graph_traits&lt; ForwardStaticGraph&lt; NodeIndexType, ArcIndexType &gt; &gt;</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_max_flow_status_class.html">MaxFlowStatusClass</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_permutation_index_comparison_by_arc_head.html">PermutationIndexComparisonByArcHead</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_builder_3_01_graph_type_00_01false_01_4.html">TailArrayBuilder&lt; GraphType, false &gt;</a> (<a class="el" href="namespaceoperations__research_1_1or__internal.html">operations_research::or_internal</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_christofides_path_solver.html">ChristofidesPathSolver</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1or__internal_1_1_graph_builder_from_arcs.html">GraphBuilderFromArcs</a> (<a class="el" href="namespaceoperations__research_1_1or__internal.html">operations_research::or_internal</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_min_cost_flow.html">MinCostFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_priority_queue_with_restricted_push.html">PriorityQueueWithRestrictedPush</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_tail_array_manager.html">TailArrayManager</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classutil_1_1_complete_bipartite_graph.html">CompleteBipartiteGraph</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1or__internal_1_1_graph_builder_from_arcs_3_01_graph_type_00_01true_01_4.html">GraphBuilderFromArcs&lt; GraphType, true &gt;</a> (<a class="el" href="namespaceoperations__research_1_1or__internal.html">operations_research::or_internal</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_min_cost_flow_base.html">MinCostFlowBase</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html">PROTOBUF_FINAL</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_releaser.html">TailArrayReleaser</a> (<a class="el" href="namespaceoperations__research_1_1or__internal.html">operations_research::or_internal</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classutil_1_1_complete_graph.html">CompleteGraph</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structoperations__research_1_1_graphs.html">Graphs</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structutil_1_1_mutable_vector_iteration.html">MutableVectorIteration</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_pruning_hamiltonian_solver.html">PruningHamiltonianSolver</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_releaser_3_01_graph_type_00_01false_01_4.html">TailArrayReleaser&lt; GraphType, false &gt;</a> (<a class="el" href="namespaceoperations__research_1_1or__internal.html">operations_research::or_internal</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="class_connected_components_finder.html">ConnectedComponentsFinder</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structoperations__research_1_1_graphs_3_01operations__research_1_1_star_graph_01_4.html">Graphs&lt; operations_research::StarGraph &gt;</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_n"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;n&#160;&#160;</div></td></tr></table>
</td>
<td rowspan="2" valign="bottom"><a name="letter_r"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;r&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="structoperations__research_1_1_traveling_salesman_lower_bound_parameters.html">TravelingSalesmanLowerBoundParameters</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="structinternal_1_1_connected_components_type_helper.html">ConnectedComponentsTypeHelper</a> (<a class="el" href="namespaceinternal.html">internal</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_h"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;h&#160;&#160;</div></td></tr></table>
</td>
<td rowspan="2" valign="bottom"><a name="letter_u"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;u&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_cost_value_cycle_handler.html">CostValueCycleHandler</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_star_graph_base_1_1_node_iterator.html">StarGraphBase::NodeIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_list_graph.html">ReverseArcListGraph</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_forward_static_graph_1_1_cycle_handler_for_annotated_arcs.html">ForwardStaticGraph::CycleHandlerForAnnotatedArcs</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_hamiltonian_path_solver.html">HamiltonianPathSolver</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_o"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;o&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html">ReverseArcMixedGraph</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_undirected_adjacency_lists_of_directed_graph.html">UndirectedAdjacencyListsOfDirectedGraph</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="classoperations__research_1_1_ebert_graph_base_1_1_cycle_handler_for_annotated_arcs.html">EbertGraphBase::CycleHandlerForAnnotatedArcs</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_held_wolfe_crowder_evaluator.html">HeldWolfeCrowderEvaluator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_static_graph.html">ReverseArcStaticGraph</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_v"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;v&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td rowspan="2" valign="bottom"><a name="letter_d"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;d&#160;&#160;</div></td></tr></table>
</td>
<td rowspan="2" valign="bottom"><a name="letter_i"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;i&#160;&#160;</div></td></tr></table>
</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html">ReverseArcMixedGraph::OppositeIncomingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td rowspan="2" valign="bottom"><a name="letter_s"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;s&#160;&#160;</div></td></tr></table>
</td>
</tr>
<tr><td valign="top"><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html">ReverseArcListGraph::OppositeIncomingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classoperations__research_1_1_volgenant_jonker_evaluator.html">VolgenantJonkerEvaluator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)&#160;&#160;&#160;</td>
</tr>
<tr><td valign="top"><a class="el" href="class_dense_connected_components_finder.html">DenseConnectedComponentsFinder</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator.html">ReverseArcMixedGraph::IncomingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html">ReverseArcStaticGraph::OppositeIncomingArcIterator</a> (<a class="el" href="namespaceutil.html">util</a>)&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="struct_scc_counter_output.html">SccCounterOutput</a>&#160;&#160;&#160;</td>
<td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td></tr>
</table>
<div class="qindex"><a class="qindex" href="#letter_a">a</a>&#160;|&#160;<a class="qindex" href="#letter_b">b</a>&#160;|&#160;<a class="qindex" href="#letter_c">c</a>&#160;|&#160;<a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a>&#160;|&#160;<a class="qindex" href="#letter_f">f</a>&#160;|&#160;<a class="qindex" href="#letter_g">g</a>&#160;|&#160;<a class="qindex" href="#letter_h">h</a>&#160;|&#160;<a class="qindex" href="#letter_i">i</a>&#160;|&#160;<a class="qindex" href="#letter_l">l</a>&#160;|&#160;<a class="qindex" href="#letter_m">m</a>&#160;|&#160;<a class="qindex" href="#letter_n">n</a>&#160;|&#160;<a class="qindex" href="#letter_o">o</a>&#160;|&#160;<a class="qindex" href="#letter_p">p</a>&#160;|&#160;<a class="qindex" href="#letter_r">r</a>&#160;|&#160;<a class="qindex" href="#letter_s">s</a>&#160;|&#160;<a class="qindex" href="#letter_t">t</a>&#160;|&#160;<a class="qindex" href="#letter_u">u</a>&#160;|&#160;<a class="qindex" href="#letter_v">v</a></div>
</div><!-- contents -->
</div><!-- doc-content -->
        </div>
        </div>
        <div id="footer-container">
            <div id="footer">
            </div>
        </div>
    </body>
</html>