111 lines
6.5 KiB
HTML
111 lines
6.5 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 9.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.9.2 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
|
|
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('functions_func_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">
|
|
 
|
|
|
|
<h3><a id="index_m" name="index_m"></a>- m -</h3><ul>
|
|
<li>MakeFeasible() : <a class="el" href="classoperations__research_1_1_generic_min_cost_flow.html#a3051a4b6d1a5a9fb5444f6d5a295a95c">GenericMinCostFlow< Graph, ArcFlowType, ArcScaledCostType ></a></li>
|
|
<li>max_end_arc_index() : <a class="el" href="classoperations__research_1_1_star_graph_base.html#aad16076f9d10c90b9b9e0ccfddf878ed">StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph ></a>, <a class="el" href="classutil_1_1_base_graph.html#aad16076f9d10c90b9b9e0ccfddf878ed">BaseGraph< NodeIndexType, ArcIndexType, HasReverseArcs ></a></li>
|
|
<li>max_end_node_index() : <a class="el" href="classoperations__research_1_1_star_graph_base.html#adb3250cf217e042d99de43a4e22a9360">StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph ></a></li>
|
|
<li>max_num_arcs() : <a class="el" href="classoperations__research_1_1_star_graph_base.html#a6dea64dce5de0432befc47f85176ab19">StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph ></a></li>
|
|
<li>max_num_nodes() : <a class="el" href="classoperations__research_1_1_star_graph_base.html#a29774a2f068745000e90eaf549543144">StarGraphBase< NodeIndexType, ArcIndexType, DerivedGraph ></a></li>
|
|
<li>max_size() : <a class="el" href="classutil_1_1_s_vector.html#adaedf0bdb4f152e4b852e4a6113e3404">SVector< T ></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_arc.html#a2433308ccae05ed50862c2a1b72f3e02">Arc</a>, <a class="el" href="classoperations__research_1_1_flow_model.html#aeb97e39bc8170e847aa4b38bab62aa44">FlowModel</a>, <a class="el" href="classoperations__research_1_1_node.html#adb2b9028fcb5f208047e828e10532735">Node</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_flow_model.html#a0e333d3b29ea6324e576c89e2a46110d">FlowModel</a></li>
|
|
<li>mutable_node() : <a class="el" href="classoperations__research_1_1_flow_model.html#a62e196fb3970055833764c25f0bdb067">FlowModel</a></li>
|
|
<li>mutable_unknown_fields() : <a class="el" href="classoperations__research_1_1_arc.html#adba85973c346977bba2d980338bd1ab4">Arc</a>, <a class="el" href="classoperations__research_1_1_flow_model.html#adba85973c346977bba2d980338bd1ab4">FlowModel</a>, <a class="el" href="classoperations__research_1_1_node.html#adba85973c346977bba2d980338bd1ab4">Node</a></li>
|
|
<li>MutableVectorIteration() : <a class="el" href="structutil_1_1_mutable_vector_iteration.html#aef19ffc25e03f26e613677e4ff93f2d7">MutableVectorIteration< T ></a></li>
|
|
</ul>
|
|
</div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|