2019-06-13 15:51:12 +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"/>-->
|
|
|
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
|
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
2020-09-01 16:00:33 +02:00
|
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
|
2019-06-13 15:51:12 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="banner-container">
|
|
|
|
|
<div id="banner">
|
2022-03-04 00:11:33 +01:00
|
|
|
<span id="sfml">Google OR-Tools 9.3</span>
|
2019-06-13 15:51:12 +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:51:12 +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>
|
2022-01-17 21:42:14 +01:00
|
|
|
<!-- Generated by Doxygen 1.9.3 -->
|
2020-09-01 16:00:33 +02:00
|
|
|
<script type="text/javascript">
|
2022-01-17 21:42:14 +01:00
|
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
|
|
|
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
|
2020-09-01 16:00:33 +02:00
|
|
|
/* @license-end */
|
|
|
|
|
</script>
|
|
|
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
|
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
|
|
|
<script type="text/javascript">
|
2022-01-17 21:42:14 +01:00
|
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
2020-09-01 16:00:33 +02:00
|
|
|
$(function() {
|
|
|
|
|
initMenu('',true,false,'search.php','Search');
|
|
|
|
|
$(document).ready(function() { init_search(); });
|
|
|
|
|
});
|
2022-01-17 21:42:14 +01:00
|
|
|
/* @license-end */
|
|
|
|
|
</script>
|
2020-09-01 16:00:33 +02:00
|
|
|
<div id="main-nav"></div>
|
2019-08-07 18:01:08 -07:00
|
|
|
</div><!-- top -->
|
2020-09-01 16:00:33 +02:00
|
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
|
|
|
<div id="nav-tree">
|
|
|
|
|
<div id="nav-tree-contents">
|
|
|
|
|
<div id="nav-sync" class="sync"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
|
|
|
class="ui-resizable-handle">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script type="text/javascript">
|
2022-01-17 21:42:14 +01:00
|
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
|
|
|
$(document).ready(function(){initNavTree('classes.html',''); initResizable(); });
|
2020-09-01 16:00:33 +02:00
|
|
|
/* @license-end */
|
|
|
|
|
</script>
|
|
|
|
|
<div id="doc-content">
|
|
|
|
|
<!-- window showing the filter options -->
|
|
|
|
|
<div id="MSearchSelectWindow"
|
|
|
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
|
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
|
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
|
|
|
<div id="MSearchResultsWindow">
|
|
|
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
|
|
|
name="MSearchResults" id="MSearchResults">
|
|
|
|
|
</iframe>
|
|
|
|
|
</div>
|
|
|
|
|
|
2019-06-13 15:51:12 +02:00
|
|
|
<div class="header">
|
2022-01-17 21:42:14 +01:00
|
|
|
<div class="headertitle"><div class="title">Class Index</div></div>
|
2019-06-13 15:51:12 +02:00
|
|
|
</div><!--header-->
|
|
|
|
|
<div class="contents">
|
2022-01-17 21:42:14 +01:00
|
|
|
<div class="qindex"><a class="qindex" href="#letter_A">A</a> | <a class="qindex" href="#letter_B">B</a> | <a class="qindex" href="#letter_C">C</a> | <a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_E">E</a> | <a class="qindex" href="#letter_F">F</a> | <a class="qindex" href="#letter_G">G</a> | <a class="qindex" href="#letter_H">H</a> | <a class="qindex" href="#letter_I">I</a> | <a class="qindex" href="#letter_L">L</a> | <a class="qindex" href="#letter_M">M</a> | <a class="qindex" href="#letter_N">N</a> | <a class="qindex" href="#letter_O">O</a> | <a class="qindex" href="#letter_P">P</a> | <a class="qindex" href="#letter_R">R</a> | <a class="qindex" href="#letter_S">S</a> | <a class="qindex" href="#letter_T">T</a> | <a class="qindex" href="#letter_U">U</a> | <a class="qindex" href="#letter_V">V</a></div>
|
|
|
|
|
<div class="classindex">
|
|
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_A" name="letter_A">A</a></dt>
|
|
|
|
|
<dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd></dl>
|
|
|
|
|
<dl class="classindex odd">
|
|
|
|
|
<dt class="alphachar"><a id="letter_B" name="letter_B">B</a></dt>
|
|
|
|
|
<dd><a class="el" href="classutil_1_1_base_graph.html">BaseGraph</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><a class="el" href="classutil_1_1_begin_end_reverse_iterator_wrapper.html">BeginEndReverseIteratorWrapper</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><a class="el" href="classutil_1_1_begin_end_wrapper.html">BeginEndWrapper</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><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>)</dd><dd><a class="el" href="classoperations__research_1_1_bron_kerbosch_algorithm.html">BronKerboschAlgorithm</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd></dl>
|
|
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_C" name="letter_C">C</a></dt>
|
|
|
|
|
<dd><a class="el" href="classoperations__research_1_1_christofides_path_solver.html">ChristofidesPathSolver</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><a class="el" href="classutil_1_1_complete_bipartite_graph.html">CompleteBipartiteGraph</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><a class="el" href="classutil_1_1_complete_graph.html">CompleteGraph</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><a class="el" href="class_connected_components_finder.html">ConnectedComponentsFinder</a></dd><dd><a class="el" href="structinternal_1_1_connected_components_type_helper.html">ConnectedComponentsTypeHelper</a> (<a class="el" href="namespaceinternal.html">internal</a>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd></dl>
|
|
|
|
|
<dl class="classindex odd">
|
|
|
|
|
<dt class="alphachar"><a id="letter_D" name="letter_D">D</a></dt>
|
|
|
|
|
<dd><a class="el" href="class_dense_connected_components_finder.html">DenseConnectedComponentsFinder</a></dd></dl>
|
|
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_E" name="letter_E">E</a></dt>
|
|
|
|
|
<dd><a class="el" href="classoperations__research_1_1_ebert_graph.html">EbertGraph</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><a class="el" href="classoperations__research_1_1_ebert_graph_base.html">EbertGraphBase</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><a class="el" href="classoperations__research_1_1_element_iterator.html">ElementIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd></dl>
|
|
|
|
|
<dl class="classindex odd">
|
|
|
|
|
<dt class="alphachar"><a id="letter_F" name="letter_F">F</a></dt>
|
2022-03-04 00:11:33 +01:00
|
|
|
<dd><a class="el" href="classoperations__research_1_1_forward_ebert_graph.html">ForwardEbertGraph</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><a class="el" href="classoperations__research_1_1_forward_static_graph.html">ForwardStaticGraph</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd></dl>
|
2022-01-17 21:42:14 +01:00
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_G" name="letter_G">G</a></dt>
|
|
|
|
|
<dd><a class="el" href="classoperations__research_1_1_generic_max_flow.html">GenericMaxFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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>)</dd><dd><a class="el" href="structoperations__research_1_1graph__traits.html">graph_traits</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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< ForwardEbertGraph< NodeIndexType, ArcIndexType > ></a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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< ForwardStaticGraph< NodeIndexType, ArcIndexType > ></a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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>)</dd><dd><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< GraphType, true ></a> (<a class="el" href="namespaceoperations__research_1_1or__internal.html">operations_research::or_internal</a>)</dd><dd><a class="el" href="structoperations__research_1_1_graphs.html">Graphs</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><a class="el" href="structoperations__research_1_1_graphs_3_01operations__research_1_1_star_graph_01_4.html">Graphs< operations_research::StarGraph ></a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd></dl>
|
|
|
|
|
<dl class="classindex odd">
|
|
|
|
|
<dt class="alphachar"><a id="letter_H" name="letter_H">H</a></dt>
|
|
|
|
|
<dd><a class="el" href="classoperations__research_1_1_hamiltonian_path_solver.html">HamiltonianPathSolver</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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>)</dd></dl>
|
|
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_I" name="letter_I">I</a></dt>
|
2022-03-04 00:11:33 +01:00
|
|
|
<dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><a class="el" href="classutil_1_1_integer_range.html">IntegerRange</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><a class="el" href="classutil_1_1_integer_range_iterator.html">IntegerRangeIterator</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><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>)</dd></dl>
|
2022-01-17 21:42:14 +01:00
|
|
|
<dl class="classindex odd">
|
|
|
|
|
<dt class="alphachar"><a id="letter_L" name="letter_L">L</a></dt>
|
|
|
|
|
<dd><a class="el" href="classoperations__research_1_1_lattice_memory_manager.html">LatticeMemoryManager</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><a class="el" href="classoperations__research_1_1_linear_sum_assignment.html">LinearSumAssignment</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><a class="el" href="classutil_1_1_list_graph.html">ListGraph</a> (<a class="el" href="namespaceutil.html">util</a>)</dd></dl>
|
|
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_M" name="letter_M">M</a></dt>
|
|
|
|
|
<dd><a class="el" href="classoperations__research_1_1_max_flow.html">MaxFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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>)</dd><dd><a class="el" href="classoperations__research_1_1_min_cost_flow.html">MinCostFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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>)</dd><dd><a class="el" href="structutil_1_1_mutable_vector_iteration.html">MutableVectorIteration</a> (<a class="el" href="namespaceutil.html">util</a>)</dd></dl>
|
|
|
|
|
<dl class="classindex odd">
|
|
|
|
|
<dt class="alphachar"><a id="letter_N" name="letter_N">N</a></dt>
|
|
|
|
|
<dd><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>)</dd></dl>
|
|
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_O" name="letter_O">O</a></dt>
|
|
|
|
|
<dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd><dd><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>)</dd></dl>
|
|
|
|
|
<dl class="classindex odd">
|
|
|
|
|
<dt class="alphachar"><a id="letter_P" name="letter_P">P</a></dt>
|
|
|
|
|
<dd><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>)</dd><dd><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>)</dd><dd><a class="el" href="classoperations__research_1_1_pruning_hamiltonian_solver.html">PruningHamiltonianSolver</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd></dl>
|
|
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_R" name="letter_R">R</a></dt>
|
|
|
|
|
<dd><a class="el" href="classutil_1_1_reverse_arc_list_graph.html">ReverseArcListGraph</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html">ReverseArcMixedGraph</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><a class="el" href="classutil_1_1_reverse_arc_static_graph.html">ReverseArcStaticGraph</a> (<a class="el" href="namespaceutil.html">util</a>)</dd></dl>
|
|
|
|
|
<dl class="classindex odd">
|
|
|
|
|
<dt class="alphachar"><a id="letter_S" name="letter_S">S</a></dt>
|
|
|
|
|
<dd><a class="el" href="struct_scc_counter_output.html">SccCounterOutput</a></dd><dd><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>)</dd><dd><a class="el" href="structinternal_1_1_connected_components_type_helper_1_1_select_container_3_01_u_00_01_v_00_01absd9e38fb7eadb6bad4dd775831f3ebbed.html">ConnectedComponentsTypeHelper::SelectContainer< U, V, absl::enable_if_t< std::is_integral< decltype(std::declval< const U & >()(std::declval< const T & >()))>::value &&!std::is_same_v< V, void > > ></a> (<a class="el" href="namespaceinternal.html">internal</a>)</dd><dd><a class="el" href="structinternal_1_1_connected_components_type_helper_1_1_select_container_3_01_u_00_01_v_00_01abs1534987f9e8409be3313e3a3227b2e22.html">ConnectedComponentsTypeHelper::SelectContainer< U, V, absl::enable_if_t< std::is_integral< decltype(std::declval< const U & >()(std::declval< const T & >()))>::value &&std::is_same_v< V, void > > ></a> (<a class="el" href="namespaceinternal.html">internal</a>)</dd><dd><a class="el" href="classoperations__research_1_1_set.html">Set</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><a class="el" href="classoperations__research_1_1_set_range_iterator.html">SetRangeIterator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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>)</dd><dd><a class="el" href="classoperations__research_1_1_simple_max_flow.html">SimpleMaxFlow</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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>)</dd><dd><a class="el" href="classoperations__research_1_1_star_graph_base.html">StarGraphBase</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><a class="el" href="classutil_1_1_static_graph.html">StaticGraph</a> (<a class="el" href="namespaceutil.html">util</a>)</dd><dd><a class="el" href="class_strongly_connected_components_finder.html">StronglyConnectedComponentsFinder</a></dd><dd><a class="el" href="classutil_1_1_s_vector.html">SVector</a> (<a class="el" href="namespaceutil.html">util</a>)</dd></dl>
|
|
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_T" name="letter_T">T</a></dt>
|
2022-03-04 00:11:33 +01:00
|
|
|
<dd><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>)</dd><dd><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_builder_3_01_graph_type_00_01false_01_4.html">TailArrayBuilder< GraphType, false ></a> (<a class="el" href="namespaceoperations__research_1_1or__internal.html">operations_research::or_internal</a>)</dd><dd><a class="el" href="classoperations__research_1_1_tail_array_manager.html">TailArrayManager</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd><dd><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>)</dd><dd><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_releaser_3_01_graph_type_00_01false_01_4.html">TailArrayReleaser< GraphType, false ></a> (<a class="el" href="namespaceoperations__research_1_1or__internal.html">operations_research::or_internal</a>)</dd><dd><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>)</dd></dl>
|
2022-01-17 21:42:14 +01:00
|
|
|
<dl class="classindex odd">
|
|
|
|
|
<dt class="alphachar"><a id="letter_U" name="letter_U">U</a></dt>
|
|
|
|
|
<dd><a class="el" href="classutil_1_1_undirected_adjacency_lists_of_directed_graph.html">UndirectedAdjacencyListsOfDirectedGraph</a> (<a class="el" href="namespaceutil.html">util</a>)</dd></dl>
|
|
|
|
|
<dl class="classindex even">
|
|
|
|
|
<dt class="alphachar"><a id="letter_V" name="letter_V">V</a></dt>
|
|
|
|
|
<dd><a class="el" href="classoperations__research_1_1_volgenant_jonker_evaluator.html">VolgenantJonkerEvaluator</a> (<a class="el" href="namespaceoperations__research.html">operations_research</a>)</dd></dl>
|
|
|
|
|
</div>
|
2019-06-13 15:51:12 +02:00
|
|
|
</div><!-- contents -->
|
2020-09-01 16:00:33 +02:00
|
|
|
</div><!-- doc-content -->
|
2019-08-07 18:01:08 -07:00
|
|
|
</div>
|
2019-06-13 15:51:12 +02:00
|
|
|
</div>
|
|
|
|
|
<div id="footer-container">
|
|
|
|
|
<div id="footer">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|