191 lines
10 KiB
HTML
191 lines
10 KiB
HTML
<!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&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&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&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('functions_func_a.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="contents">
|
|
 
|
|
|
|
<h3><a id="index_a"></a>- a -</h3><ul>
|
|
<li>add_arc()
|
|
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8d98f9887eda1353104da8fca32e5245">PROTOBUF_FINAL</a>
|
|
</li>
|
|
<li>add_node()
|
|
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab36a38a6579f8e46de672c1436a0ad4b">PROTOBUF_FINAL</a>
|
|
</li>
|
|
<li>AddArc()
|
|
: <a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a7b505ba4a01bce342d049f5a8674da72">EbertGraphBase< NodeIndexType, ArcIndexType, DerivedGraph ></a>
|
|
, <a class="el" href="classoperations__research_1_1or__internal_1_1_graph_builder_from_arcs.html#a4de07ac4885d7183fdb859bd112ad6f1">GraphBuilderFromArcs< GraphType, is_dynamic ></a>
|
|
, <a class="el" href="classoperations__research_1_1or__internal_1_1_graph_builder_from_arcs_3_01_graph_type_00_01true_01_4.html#aceabecf2a86411c8dd599a21cec79aee">GraphBuilderFromArcs< GraphType, true ></a>
|
|
, <a class="el" href="classutil_1_1_list_graph.html#a7b505ba4a01bce342d049f5a8674da72">ListGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#a7b505ba4a01bce342d049f5a8674da72">ReverseArcListGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#a7b505ba4a01bce342d049f5a8674da72">ReverseArcMixedGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#a7b505ba4a01bce342d049f5a8674da72">ReverseArcStaticGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classutil_1_1_static_graph.html#a7b505ba4a01bce342d049f5a8674da72">StaticGraph< NodeIndexType, ArcIndexType ></a>
|
|
</li>
|
|
<li>AddArcWithCapacity()
|
|
: <a class="el" href="classoperations__research_1_1_simple_max_flow.html#a9d8699dbc3e3b9cadc36d4fd5ee29dce">SimpleMaxFlow</a>
|
|
</li>
|
|
<li>AddArcWithCapacityAndUnitCost()
|
|
: <a class="el" href="classoperations__research_1_1_simple_min_cost_flow.html#a20e10ea36c32c30c5130f300f1ffde2e">SimpleMinCostFlow</a>
|
|
</li>
|
|
<li>AddEdge()
|
|
: <a class="el" href="class_connected_components_finder.html#a3e071f70e8c79a30a74cba46917630ec">ConnectedComponentsFinder< T, CompareOrHashT ></a>
|
|
, <a class="el" href="class_dense_connected_components_finder.html#a3bd75ea47488e500083fd8401d833f5d">DenseConnectedComponentsFinder</a>
|
|
</li>
|
|
<li>AddElement()
|
|
: <a class="el" href="classoperations__research_1_1_set.html#afe05ca596cfc024da65cf61a79812a2f">Set< Integer ></a>
|
|
</li>
|
|
<li>AddNode()
|
|
: <a class="el" href="class_connected_components_finder.html#a5ad4abab1ba8325ac397efcba89563d4">ConnectedComponentsFinder< T, CompareOrHashT ></a>
|
|
, <a class="el" href="classutil_1_1_list_graph.html#a72abbca4ba20feecaba7b06b8d472e6d">ListGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#a72abbca4ba20feecaba7b06b8d472e6d">ReverseArcListGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#a72abbca4ba20feecaba7b06b8d472e6d">ReverseArcMixedGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#a72abbca4ba20feecaba7b06b8d472e6d">ReverseArcStaticGraph< NodeIndexType, ArcIndexType ></a>
|
|
, <a class="el" href="classutil_1_1_static_graph.html#a72abbca4ba20feecaba7b06b8d472e6d">StaticGraph< NodeIndexType, ArcIndexType ></a>
|
|
</li>
|
|
<li>AdjacencyListIterator()
|
|
: <a class="el" href="classutil_1_1_undirected_adjacency_lists_of_directed_graph_1_1_adjacency_list_iterator.html#a544dc5fdf254f2bcd1b7dfa67ef41b7a">UndirectedAdjacencyListsOfDirectedGraph< Graph >::AdjacencyListIterator</a>
|
|
</li>
|
|
<li>AllForwardArcs()
|
|
: <a class="el" href="classutil_1_1_base_graph.html#a10ee27e856003f599bc0a2265a3ab11d">BaseGraph< NodeIndexType, ArcIndexType, HasReverseArcs ></a>
|
|
</li>
|
|
<li>AllNodes()
|
|
: <a class="el" href="classutil_1_1_base_graph.html#a8a40f2c75615a26ba71e94dd7d42f481">BaseGraph< NodeIndexType, ArcIndexType, HasReverseArcs ></a>
|
|
</li>
|
|
<li>AnnotatedGraphBuildManager()
|
|
: <a class="el" href="classoperations__research_1_1_annotated_graph_build_manager.html#aebc5e1159128e9da64aa47587cde2ad6">AnnotatedGraphBuildManager< GraphType ></a>
|
|
</li>
|
|
<li>Arc()
|
|
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaa99ebc4cae75f52f3b2940b0691c34d">PROTOBUF_FINAL</a>
|
|
</li>
|
|
<li>arc()
|
|
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8e5db729ae07d5d12b72acf301edf991">PROTOBUF_FINAL</a>
|
|
</li>
|
|
<li>Arc()
|
|
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9da2daa646ba83cf05f2911e9b711395">PROTOBUF_FINAL</a>
|
|
</li>
|
|
<li>arc()
|
|
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a79a545e557e428c2c38bcc267317a727">PROTOBUF_FINAL</a>
|
|
</li>
|
|
<li>Arc()
|
|
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa201dc6917780fb5e04142d729bb979c">PROTOBUF_FINAL</a>
|
|
</li>
|
|
<li>arc_capacity()
|
|
: <a class="el" href="classutil_1_1_base_graph.html#a836b3d486d4b0cc4595afcdcbbf4e183">BaseGraph< NodeIndexType, ArcIndexType, HasReverseArcs ></a>
|
|
</li>
|
|
<li>arc_size()
|
|
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7e850e4303c389b01becd59c8264700">PROTOBUF_FINAL</a>
|
|
</li>
|
|
<li>ArcAnnotationCycleHandler()
|
|
: <a class="el" href="classoperations__research_1_1_linear_sum_assignment.html#ab70deec1644ce0de2f383c97830391e7">LinearSumAssignment< GraphType ></a>
|
|
</li>
|
|
<li>ArcCost()
|
|
: <a class="el" href="classoperations__research_1_1_linear_sum_assignment.html#aa64fbe18913fc55f5d41182666751728">LinearSumAssignment< GraphType ></a>
|
|
</li>
|
|
<li>ArcDebugString()
|
|
: <a class="el" href="classoperations__research_1_1_star_graph_base.html#a58d0c72004cf773e707cb9d43dafc308">StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph ></a>
|
|
</li>
|
|
<li>ArcFunctorOrderingByTailAndHead()
|
|
: <a class="el" href="classoperations__research_1_1_arc_functor_ordering_by_tail_and_head.html#abb35cb80d5dd70122c4b741cde50db2e">ArcFunctorOrderingByTailAndHead< GraphType ></a>
|
|
</li>
|
|
<li>ArcIndexOrderingByTailNode()
|
|
: <a class="el" href="classoperations__research_1_1_arc_index_ordering_by_tail_node.html#a6d178bcb4ffb6f497b77a9faedd8601c">ArcIndexOrderingByTailNode< GraphType ></a>
|
|
</li>
|
|
<li>ArcIterator()
|
|
: <a class="el" href="classoperations__research_1_1_star_graph_base_1_1_arc_iterator.html#a7daec7672f0f4e44962e7c6061ca2632">StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph >::ArcIterator</a>
|
|
</li>
|
|
<li>ArcReservation()
|
|
: <a class="el" href="structoperations__research_1_1_graphs.html#a42fb6857e088a176a53232b910715260">Graphs< Graph ></a>
|
|
, <a class="el" href="structoperations__research_1_1_graphs_3_01operations__research_1_1_star_graph_01_4.html#a42fb6857e088a176a53232b910715260">Graphs< operations_research::StarGraph ></a>
|
|
</li>
|
|
<li>AugmentingPathExists()
|
|
: <a class="el" href="classoperations__research_1_1_generic_max_flow.html#ad3f0f2aad2e5ba39481e3aad8de1fcda">GenericMaxFlow< Graph ></a>
|
|
</li>
|
|
</ul>
|
|
</div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|