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

138 lines
6.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_func_f.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">
&#160;
<h3><a id="index_f"></a>- f -</h3><ul>
<li>FeasibleSupply()
: <a class="el" href="classoperations__research_1_1_generic_min_cost_flow.html#a27a137ef3b0fb7f787eb460dcfd52591">GenericMinCostFlow&lt; Graph, ArcFlowType, ArcScaledCostType &gt;</a>
</li>
<li>FinalizeSetup()
: <a class="el" href="classoperations__research_1_1_linear_sum_assignment.html#afb41339280a9b3dd128f9a376ec38007">LinearSumAssignment&lt; GraphType &gt;</a>
</li>
<li>FindConnectedComponents()
: <a class="el" href="class_connected_components_finder.html#ac0d3efb0bf815ede0da31097a11c4a27">ConnectedComponentsFinder&lt; T, CompareOrHashT &gt;</a>
</li>
<li>FindRoot()
: <a class="el" href="class_dense_connected_components_finder.html#a5484947d25c2901c60d02ea14d0e1a06">DenseConnectedComponentsFinder</a>
</li>
<li>FindStronglyConnectedComponents()
: <a class="el" href="class_strongly_connected_components_finder.html#ae578e6662172f4c25bb8ad068a597ba5">StronglyConnectedComponentsFinder&lt; NodeIndex, Graph, SccOutput &gt;</a>
</li>
<li>FirstOutgoingArc()
: <a class="el" href="classoperations__research_1_1_star_graph_base.html#ac16ad50a1e5ffab13d1022bcc7fe75d8">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>FirstOutgoingOrOppositeIncomingArc()
: <a class="el" href="classoperations__research_1_1_ebert_graph_base.html#aa7eb01c1d6e53fc3eb906761eb69734a">EbertGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;</a>
</li>
<li>Flow()
: <a class="el" href="classoperations__research_1_1_generic_max_flow.html#a2a420ad8221c326064736ccf148d2f93">GenericMaxFlow&lt; Graph &gt;</a>
, <a class="el" href="classoperations__research_1_1_generic_min_cost_flow.html#a2a420ad8221c326064736ccf148d2f93">GenericMinCostFlow&lt; Graph, ArcFlowType, ArcScaledCostType &gt;</a>
, <a class="el" href="classoperations__research_1_1_simple_max_flow.html#a2a420ad8221c326064736ccf148d2f93">SimpleMaxFlow</a>
, <a class="el" href="classoperations__research_1_1_simple_min_cost_flow.html#a2a420ad8221c326064736ccf148d2f93">SimpleMinCostFlow</a>
</li>
<li>FlowModel()
: <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9cb67b5ab1316a16faa9a99e4e1ef91e">PROTOBUF_FINAL</a>
</li>
<li>ForwardEbertGraph()
: <a class="el" href="classoperations__research_1_1_forward_ebert_graph.html#a3204d12d83e8425b42e6450999cfbcfa">ForwardEbertGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>ForwardStaticGraph()
: <a class="el" href="classoperations__research_1_1_forward_static_graph.html#a6e87f7e1d0b9600ad5aa56a4fd2a8dd3">ForwardStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>FreezeCapacities()
: <a class="el" href="classutil_1_1_base_graph.html#a238684ec126b5771f956cf67c964d4e5">BaseGraph&lt; NodeIndexType, ArcIndexType, HasReverseArcs &gt;</a>
</li>
<li>FullSet()
: <a class="el" href="classoperations__research_1_1_set.html#ae7cd733dab92b86a3aaac89c4d49503f">Set&lt; Integer &gt;</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>