Files
ortools-clone/docs/cpp_graph/functions_func_m.html
Laurent Perron faf982ce5d regenerate doc
2019-11-14 13:52:51 -08:00

125 lines
6.3 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"/>-->
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">Google OR-Tools 7.4</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.16 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li><a href="functions_rela.html"><span>Related&#160;Functions</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
<li class="current"><a href="functions_func_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_func_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_func_~.html#index__7E"><span>~</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="contents">
&#160;
<h3><a id="index_m"></a>- m -</h3><ul>
<li>MakeFeasible()
: <a class="el" href="classoperations__research_1_1GenericMinCostFlow.html#a3051a4b6d1a5a9fb5444f6d5a295a95c">GenericMinCostFlow&lt; Graph, ArcFlowType, ArcScaledCostType &gt;</a>
</li>
<li>max_end_arc_index()
: <a class="el" href="classoperations__research_1_1StarGraphBase.html#aad16076f9d10c90b9b9e0ccfddf878ed">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
, <a class="el" href="classutil_1_1BaseGraph.html#aad16076f9d10c90b9b9e0ccfddf878ed">BaseGraph&lt; NodeIndexType, ArcIndexType, HasReverseArcs &gt;</a>
</li>
<li>max_end_node_index()
: <a class="el" href="classoperations__research_1_1StarGraphBase.html#adb3250cf217e042d99de43a4e22a9360">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>max_num_arcs()
: <a class="el" href="classoperations__research_1_1StarGraphBase.html#a6dea64dce5de0432befc47f85176ab19">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>max_num_nodes()
: <a class="el" href="classoperations__research_1_1StarGraphBase.html#a29774a2f068745000e90eaf549543144">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>max_size()
: <a class="el" href="classutil_1_1SVector.html#adaedf0bdb4f152e4b852e4a6113e3404">SVector&lt; T &gt;</a>
</li>
<li>MaxFlow()
: <a class="el" href="classoperations__research_1_1MaxFlow.html#a591efdde87d4b90a85680d4f60dbc88a">MaxFlow</a>
</li>
<li>MaximumFlow()
: <a class="el" href="classoperations__research_1_1SimpleMinCostFlow.html#a3351fc1eb1dce4a7f6b937db874b5de1">SimpleMinCostFlow</a>
</li>
<li>MergeClasses()
: <a class="el" href="classoperations__research_1_1ConnectedComponents.html#a047f863116aabfa88d8eeeebda5de760">ConnectedComponents&lt; NodeIndex, ArcIndex &gt;</a>
</li>
<li>MinCostFlow()
: <a class="el" href="classoperations__research_1_1MinCostFlow.html#a6b237a92c15ebe2ebc6cce0e71d91b22">MinCostFlow</a>
</li>
<li>MutableVectorIteration()
: <a class="el" href="structutil_1_1MutableVectorIteration.html#aef19ffc25e03f26e613677e4ff93f2d7">MutableVectorIteration&lt; T &gt;</a>
</li>
</ul>
</div><!-- contents -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>