Files
ortools-clone/docs/cpp_graph/classStronglyConnectedComponentsFinder.html
2020-06-11 12:24:59 +02:00

149 lines
6.7 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.7</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.18 -->
<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><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classStronglyConnectedComponentsFinder-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">StronglyConnectedComponentsFinder&lt; NodeIndex, Graph, SccOutput &gt;</div> </div>
</div><!--header-->
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename NodeIndex, typename Graph, typename SccOutput&gt;<br />
class StronglyConnectedComponentsFinder&lt; NodeIndex, Graph, SccOutput &gt;</h3>
<p class="definition">Definition at line <a class="el" href="strongly__connected__components_8h_source.html#l00103">103</a> of file <a class="el" href="strongly__connected__components_8h_source.html">strongly_connected_components.h</a>.</p>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ae578e6662172f4c25bb8ad068a597ba5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classStronglyConnectedComponentsFinder.html#ae578e6662172f4c25bb8ad068a597ba5">FindStronglyConnectedComponents</a> (const NodeIndex num_nodes, const Graph &amp;graph, SccOutput *components)</td></tr>
<tr class="separator:ae578e6662172f4c25bb8ad068a597ba5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4db5c4e5c0437428c74f692ac4601af7"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classStronglyConnectedComponentsFinder.html#a4db5c4e5c0437428c74f692ac4601af7">NodeIsInCurrentDfsPath</a> (NodeIndex node) const</td></tr>
<tr class="separator:a4db5c4e5c0437428c74f692ac4601af7"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="ae578e6662172f4c25bb8ad068a597ba5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae578e6662172f4c25bb8ad068a597ba5">&#9670;&nbsp;</a></span>FindStronglyConnectedComponents()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void FindStronglyConnectedComponents </td>
<td>(</td>
<td class="paramtype">const NodeIndex&#160;</td>
<td class="paramname"><em>num_nodes</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const Graph &amp;&#160;</td>
<td class="paramname"><em>graph</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">SccOutput *&#160;</td>
<td class="paramname"><em>components</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="strongly__connected__components_8h_source.html#l00105">105</a> of file <a class="el" href="strongly__connected__components_8h_source.html">strongly_connected_components.h</a>.</p>
</div>
</div>
<a id="a4db5c4e5c0437428c74f692ac4601af7"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4db5c4e5c0437428c74f692ac4601af7">&#9670;&nbsp;</a></span>NodeIsInCurrentDfsPath()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool NodeIsInCurrentDfsPath </td>
<td>(</td>
<td class="paramtype">NodeIndex&#160;</td>
<td class="paramname"><em>node</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="strongly__connected__components_8h_source.html#l00176">176</a> of file <a class="el" href="strongly__connected__components_8h_source.html">strongly_connected_components.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="strongly__connected__components_8h_source.html">strongly_connected_components.h</a></li>
</ul>
</div><!-- contents -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>