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">
|
2021-12-14 13:41:01 +01:00
|
|
|
<span id="sfml">Google OR-Tools 9.2</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-16 18:02:36 +01:00
|
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
2020-09-01 16:00:33 +02:00
|
|
|
<script type="text/javascript">
|
2022-01-16 18:02:36 +01:00
|
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
|
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
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-16 18:02:36 +01:00
|
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
2020-09-01 16:00:33 +02:00
|
|
|
$(function() {
|
|
|
|
|
initMenu('',true,false,'search.php','Search');
|
|
|
|
|
$(document).ready(function() { init_search(); });
|
|
|
|
|
});
|
2022-01-16 18:02:36 +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-16 18:02:36 +01:00
|
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
|
|
|
$(document).ready(function(){initNavTree('annotated.html','');});
|
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-16 18:02:36 +01:00
|
|
|
<div class="headertitle">
|
|
|
|
|
<div class="title">Class List</div> </div>
|
2019-06-13 15:51:12 +02:00
|
|
|
</div><!--header-->
|
|
|
|
|
<div class="contents">
|
|
|
|
|
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
|
|
|
|
|
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
|
2019-08-07 18:01:08 -07:00
|
|
|
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceinternal.html" target="_self">internal</a></td><td class="desc"></td></tr>
|
2021-09-20 15:57:27 +02:00
|
|
|
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structinternal_1_1_connected_components_type_helper.html" target="_self">ConnectedComponentsTypeHelper</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_0_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structinternal_1_1_connected_components_type_helper_1_1_select_container.html" target="_self">SelectContainer</a></td><td class="desc"></td></tr>
|
2021-12-14 13:41:01 +01:00
|
|
|
<tr id="row_0_0_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structinternal_1_1_connected_components_type_helper_1_1_select_container_3_01_u_00_01_v_00_01absd9e38fb7eadb6bad4dd775831f3ebbed.html" target="_self">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></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_0_0_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structinternal_1_1_connected_components_type_helper_1_1_select_container_3_01_u_00_01_v_00_01abs1534987f9e8409be3313e3a3227b2e22.html" target="_self">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></td><td class="desc"></td></tr>
|
2019-08-07 18:01:08 -07:00
|
|
|
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceoperations__research.html" target="_self">operations_research</a></td><td class="desc"></td></tr>
|
2021-09-20 15:57:27 +02:00
|
|
|
<tr id="row_1_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_0_" class="arrow" onclick="toggleFolder('1_0_')">►</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceoperations__research_1_1or__internal.html" target="_self">or_internal</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_0_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1or__internal_1_1_graph_builder_from_arcs.html" target="_self">GraphBuilderFromArcs</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_0_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1or__internal_1_1_graph_builder_from_arcs_3_01_graph_type_00_01true_01_4.html" target="_self">GraphBuilderFromArcs< GraphType, true ></a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_0_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_builder.html" target="_self">TailArrayBuilder</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_0_3_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_builder_3_01_graph_type_00_01false_01_4.html" target="_self">TailArrayBuilder< GraphType, false ></a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_0_4_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_releaser.html" target="_self">TailArrayReleaser</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_0_5_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structoperations__research_1_1or__internal_1_1_tail_array_releaser_3_01_graph_type_00_01false_01_4.html" target="_self">TailArrayReleaser< GraphType, false ></a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_annotated_graph_build_manager.html" target="_self">AnnotatedGraphBuildManager</a></td><td class="desc"></td></tr>
|
2021-12-14 13:41:01 +01:00
|
|
|
<tr id="row_1_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_arc_functor_ordering_by_tail_and_head.html" target="_self">ArcFunctorOrderingByTailAndHead</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_arc_index_ordering_by_tail_node.html" target="_self">ArcIndexOrderingByTailNode</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_4_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_bron_kerbosch_algorithm.html" target="_self">BronKerboschAlgorithm</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_christofides_path_solver.html" target="_self">ChristofidesPathSolver</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_6_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_cost_value_cycle_handler.html" target="_self">CostValueCycleHandler</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_7_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_7_" class="arrow" onclick="toggleFolder('1_7_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_ebert_graph.html" target="_self">EbertGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_7_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_ebert_graph_1_1_incoming_arc_iterator.html" target="_self">IncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_7_1_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_ebert_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html" target="_self">OutgoingOrOppositeIncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_8_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_8_" class="arrow" onclick="toggleFolder('1_8_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_ebert_graph_base.html" target="_self">EbertGraphBase</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_8_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_ebert_graph_base_1_1_cycle_handler_for_annotated_arcs.html" target="_self">CycleHandlerForAnnotatedArcs</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_element_iterator.html" target="_self">ElementIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_10_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_flow_arc_proto.html" target="_self">FlowArcProto</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_flow_model_proto.html" target="_self">FlowModelProto</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_12_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_flow_node_proto.html" target="_self">FlowNodeProto</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_forward_ebert_graph.html" target="_self">ForwardEbertGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_14_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_14_" class="arrow" onclick="toggleFolder('1_14_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_forward_static_graph.html" target="_self">ForwardStaticGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_14_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_forward_static_graph_1_1_cycle_handler_for_annotated_arcs.html" target="_self">CycleHandlerForAnnotatedArcs</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_generic_max_flow.html" target="_self">GenericMaxFlow</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_16_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_generic_min_cost_flow.html" target="_self">GenericMinCostFlow</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structoperations__research_1_1graph__traits.html" target="_self">graph_traits</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_18_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><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" target="_self">graph_traits< ForwardEbertGraph< NodeIndexType, ArcIndexType > ></a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><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" target="_self">graph_traits< ForwardStaticGraph< NodeIndexType, ArcIndexType > ></a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_20_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structoperations__research_1_1_graphs.html" target="_self">Graphs</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structoperations__research_1_1_graphs_3_01operations__research_1_1_star_graph_01_4.html" target="_self">Graphs< operations_research::StarGraph ></a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_22_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_hamiltonian_path_solver.html" target="_self">HamiltonianPathSolver</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_23_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_held_wolfe_crowder_evaluator.html" target="_self">HeldWolfeCrowderEvaluator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_24_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_lattice_memory_manager.html" target="_self">LatticeMemoryManager</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_25_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_25_" class="arrow" onclick="toggleFolder('1_25_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_linear_sum_assignment.html" target="_self">LinearSumAssignment</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_25_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_linear_sum_assignment_1_1_bipartite_left_node_iterator.html" target="_self">BipartiteLeftNodeIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_26_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_max_flow.html" target="_self">MaxFlow</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_max_flow_status_class.html" target="_self">MaxFlowStatusClass</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_28_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_min_cost_flow.html" target="_self">MinCostFlow</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_min_cost_flow_base.html" target="_self">MinCostFlowBase</a></td><td class="desc"></td></tr>
|
2021-09-20 15:57:27 +02:00
|
|
|
<tr id="row_1_30_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_permutation_index_comparison_by_arc_head.html" target="_self">PermutationIndexComparisonByArcHead</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_priority_queue_with_restricted_push.html" target="_self">PriorityQueueWithRestrictedPush</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_32_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_pruning_hamiltonian_solver.html" target="_self">PruningHamiltonianSolver</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_set.html" target="_self">Set</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_34_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_set_range_iterator.html" target="_self">SetRangeIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_set_range_with_cardinality.html" target="_self">SetRangeWithCardinality</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_36_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_simple_max_flow.html" target="_self">SimpleMaxFlow</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_simple_min_cost_flow.html" target="_self">SimpleMinCostFlow</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_38_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_38_" class="arrow" onclick="toggleFolder('1_38_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_star_graph_base.html" target="_self">StarGraphBase</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_38_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_star_graph_base_1_1_arc_iterator.html" target="_self">ArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_38_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_star_graph_base_1_1_node_iterator.html" target="_self">NodeIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_38_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_star_graph_base_1_1_outgoing_arc_iterator.html" target="_self">OutgoingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_39_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_tail_array_manager.html" target="_self">TailArrayManager</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_40_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structoperations__research_1_1_traveling_salesman_lower_bound_parameters.html" target="_self">TravelingSalesmanLowerBoundParameters</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_1_41_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classoperations__research_1_1_volgenant_jonker_evaluator.html" target="_self">VolgenantJonkerEvaluator</a></td><td class="desc"></td></tr>
|
2020-11-18 14:53:30 +01:00
|
|
|
<tr id="row_2_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceutil.html" target="_self">util</a></td><td class="desc"></td></tr>
|
2021-09-20 15:57:27 +02:00
|
|
|
<tr id="row_2_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_base_graph.html" target="_self">BaseGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_1_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_begin_end_reverse_iterator_wrapper.html" target="_self">BeginEndReverseIteratorWrapper</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_begin_end_wrapper.html" target="_self">BeginEndWrapper</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_3_" class="arrow" onclick="toggleFolder('2_3_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_complete_bipartite_graph.html" target="_self">CompleteBipartiteGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_3_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator.html" target="_self">OutgoingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_4_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_complete_graph.html" target="_self">CompleteGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_5_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_integer_range.html" target="_self">IntegerRange</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_integer_range_iterator.html" target="_self">IntegerRangeIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_7_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_7_" class="arrow" onclick="toggleFolder('2_7_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_list_graph.html" target="_self">ListGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_7_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html" target="_self">OutgoingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_7_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_list_graph_1_1_outgoing_head_iterator.html" target="_self">OutgoingHeadIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_8_" class="arrow" onclick="toggleFolder('2_8_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structutil_1_1_mutable_vector_iteration.html" target="_self">MutableVectorIteration</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_8_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structutil_1_1_mutable_vector_iteration_1_1_iterator.html" target="_self">Iterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_9_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_9_" class="arrow" onclick="toggleFolder('2_9_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_list_graph.html" target="_self">ReverseArcListGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_9_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_incoming_arc_iterator.html" target="_self">IncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_9_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html" target="_self">OppositeIncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_9_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html" target="_self">OutgoingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_9_3_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html" target="_self">OutgoingHeadIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_9_4_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html" target="_self">OutgoingOrOppositeIncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_10_" class="arrow" onclick="toggleFolder('2_10_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html" target="_self">ReverseArcMixedGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_10_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_incoming_arc_iterator.html" target="_self">IncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_10_1_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html" target="_self">OppositeIncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_10_2_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html" target="_self">OutgoingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_10_3_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html" target="_self">OutgoingOrOppositeIncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_11_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_11_" class="arrow" onclick="toggleFolder('2_11_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_static_graph.html" target="_self">ReverseArcStaticGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_11_0_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_incoming_arc_iterator.html" target="_self">IncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_11_1_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html" target="_self">OppositeIncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_11_2_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html" target="_self">OutgoingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_11_3_" class="even" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html" target="_self">OutgoingOrOppositeIncomingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_12_" class="arrow" onclick="toggleFolder('2_12_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_static_graph.html" target="_self">StaticGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_12_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html" target="_self">OutgoingArcIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_13_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_s_vector.html" target="_self">SVector</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_14_" class="arrow" onclick="toggleFolder('2_14_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_undirected_adjacency_lists_of_directed_graph.html" target="_self">UndirectedAdjacencyListsOfDirectedGraph</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_2_14_0_" style="display:none;"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classutil_1_1_undirected_adjacency_lists_of_directed_graph_1_1_adjacency_list_iterator.html" target="_self">AdjacencyListIterator</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_connected_components_finder.html" target="_self">ConnectedComponentsFinder</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_dense_connected_components_finder.html" target="_self">DenseConnectedComponentsFinder</a></td><td class="desc"></td></tr>
|
2021-12-14 13:41:01 +01:00
|
|
|
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structis__proto__enum_3_01_1_1operations__research_1_1_flow_model_proto___problem_type_01_4.html" target="_self">is_proto_enum< ::operations_research::FlowModelProto_ProblemType ></a></td><td class="desc"></td></tr>
|
2021-09-20 15:57:27 +02:00
|
|
|
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_scc_counter_output.html" target="_self">SccCounterOutput</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_strongly_connected_components_finder.html" target="_self">StronglyConnectedComponentsFinder</a></td><td class="desc"></td></tr>
|
|
|
|
|
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html" target="_self">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto</a></td><td class="desc"></td></tr>
|
2019-06-13 15:51:12 +02:00
|
|
|
</table>
|
|
|
|
|
</div><!-- directory -->
|
|
|
|
|
</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>
|