Files
ortools-clone/docs/cpp_graph/functions_m.html
Mizux Seiha d1b6751cad Update doc
2020-11-18 14:53:53 +01:00

164 lines
8.4 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&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('functions_m.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">
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>
<h3><a id="index_m"></a>- m -</h3><ul>
<li>MakeFeasible()
: <a class="el" href="classoperations__research_1_1_generic_min_cost_flow.html#a3051a4b6d1a5a9fb5444f6d5a295a95c">GenericMinCostFlow&lt; Graph, ArcFlowType, ArcScaledCostType &gt;</a>
</li>
<li>Map
: <a class="el" href="structinternal_1_1_connected_components_type_helper.html#ad14fcba412e4f7905bd8169f6c03ed36">ConnectedComponentsTypeHelper&lt; T, CompareOrHashT &gt;</a>
, <a class="el" href="structinternal_1_1_connected_components_type_helper_1_1_select_container.html#aca7db2d92e8c59ff71e6bfe290de15f6">ConnectedComponentsTypeHelper&lt; T, CompareOrHashT &gt;::SelectContainer&lt; U, E &gt;</a>
, <a class="el" href="structinternal_1_1_connected_components_type_helper_1_1_select_container_3_01_u_00_01absl_1_1ena4377d43c3c42f63e44f1faa2099dbc3b.html#a8f1c62e9492e61eb89e496a52e6a08b0">ConnectedComponentsTypeHelper&lt; T, CompareOrHashT &gt;::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>
</li>
<li>MatchingAlgorithm
: <a class="el" href="classoperations__research_1_1_christofides_path_solver.html#a1d4f082de5fc3eed348d65eb30b5f3e7">ChristofidesPathSolver&lt; CostType, ArcIndex, NodeIndex, CostFunction &gt;</a>
</li>
<li>max_end_arc_index()
: <a class="el" href="classoperations__research_1_1_star_graph_base.html#aad16076f9d10c90b9b9e0ccfddf878ed">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
, <a class="el" href="classutil_1_1_base_graph.html#aad16076f9d10c90b9b9e0ccfddf878ed">BaseGraph&lt; NodeIndexType, ArcIndexType, HasReverseArcs &gt;</a>
</li>
<li>max_end_node_index()
: <a class="el" href="classoperations__research_1_1_star_graph_base.html#adb3250cf217e042d99de43a4e22a9360">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>MAX_FLOW
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a94f7f36a5cb1603e86b23559860ee5ca">PROTOBUF_FINAL</a>
</li>
<li>max_num_arcs()
: <a class="el" href="classoperations__research_1_1_star_graph_base.html#a6dea64dce5de0432befc47f85176ab19">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>max_num_arcs_
: <a class="el" href="classoperations__research_1_1_ebert_graph_base.html#a3a725c1fd4db4e67a7f13b36652e0fa8">EbertGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
, <a class="el" href="classoperations__research_1_1_star_graph_base.html#a3a725c1fd4db4e67a7f13b36652e0fa8">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>max_num_nodes()
: <a class="el" href="classoperations__research_1_1_star_graph_base.html#a29774a2f068745000e90eaf549543144">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>max_num_nodes_
: <a class="el" href="classoperations__research_1_1_ebert_graph_base.html#ab059bfdc4854ebf3ffa22cc778a436c3">EbertGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
, <a class="el" href="classoperations__research_1_1_star_graph_base.html#ab059bfdc4854ebf3ffa22cc778a436c3">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>max_size()
: <a class="el" href="classutil_1_1_s_vector.html#adaedf0bdb4f152e4b852e4a6113e3404">SVector&lt; T &gt;</a>
</li>
<li>MaxCardinality
: <a class="el" href="classoperations__research_1_1_set.html#a062c0acf17a051b885ad211acad31079">Set&lt; Integer &gt;</a>
</li>
<li>MaxFlow()
: <a class="el" href="classoperations__research_1_1_max_flow.html#a591efdde87d4b90a85680d4f60dbc88a">MaxFlow</a>
</li>
<li>MaximumFlow()
: <a class="el" href="classoperations__research_1_1_simple_min_cost_flow.html#a3351fc1eb1dce4a7f6b937db874b5de1">SimpleMinCostFlow</a>
</li>
<li>MergeFrom()
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2">PROTOBUF_FINAL</a>
</li>
<li>MIN_COST_FLOW
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a72f9f1fa3bec980ac27a1c13a4287baf">PROTOBUF_FINAL</a>
</li>
<li>MinCostFlow()
: <a class="el" href="classoperations__research_1_1_min_cost_flow.html#a6b237a92c15ebe2ebc6cce0e71d91b22">MinCostFlow</a>
</li>
<li>mutable_arc()
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afd45cbea45e468bdeb64b7bee156089b">PROTOBUF_FINAL</a>
</li>
<li>mutable_node()
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a72c386ee2bc5dda5a5c517a55f7039af">PROTOBUF_FINAL</a>
</li>
<li>mutable_unknown_fields()
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab6ceb76142ab4957ab265e4a5ca7ec2">PROTOBUF_FINAL</a>
</li>
<li>MutableVectorIteration()
: <a class="el" href="structutil_1_1_mutable_vector_iteration.html#aef19ffc25e03f26e613677e4ff93f2d7">MutableVectorIteration&lt; T &gt;</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>