Files
ortools-clone/docs/cpp_graph/cliques_8h_source.html

78 lines
99 KiB
HTML
Raw Normal View History

2019-06-13 15:36:14 +02:00
<!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"/>-->
2019-06-20 23:08:48 +02:00
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
2019-06-13 15:36:14 +02:00
<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">
2019-09-12 09:22:44 +02:00
<span id="sfml">Google OR-Tools 7.4</span>
2019-06-13 15:36:14 +02:00
</div>
</div>
2019-08-07 18:01:08 -07:00
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
2019-08-12 09:16:03 -07:00
<h2>C++ Reference</h2>
2019-08-07 18:01:08 -07:00
<ul>
<li><a href="../cpp_algorithms/annotated.html">Algorithms</a></li>
2019-08-12 09:16:03 -07:00
<li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
2019-08-07 18:01:08 -07:00
<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>
2019-06-13 15:36:14 +02:00
<div id="content">
2019-08-07 18:01:08 -07:00
<div align="center">
<h1 style="color: #145A32;">C++ Reference: Graph</h1>
</div>
2019-09-12 09:22:44 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2019-06-13 15:36:14 +02:00
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
2019-07-15 17:42:24 -07:00
<li class="current"><a href="files.html"><span>Files</span></a></li>
2019-06-13 15:36:14 +02:00
</ul>
</div>
2019-08-07 18:01:08 -07:00
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_725f3a5915051842f84e3ea508be2a62.html">graph</a></li> </ul>
2019-07-12 13:25:23 -07:00
</div>
2019-08-07 18:01:08 -07:00
</div><!-- top -->
2019-06-13 15:36:14 +02:00
<div class="header">
<div class="headertitle">
<div class="title">cliques.h</div> </div>
</div><!--header-->
<div class="contents">
2019-09-12 09:22:44 +02:00
<a href="cliques_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2010-2018 Google LLC</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// limitations under the License.</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">// Maximal clique algorithms, based on the Bron-Kerbosch algorithm.</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment">// See http://en.wikipedia.org/wiki/Bron-Kerbosch_algorithm</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">// and</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">// C. Bron and J. Kerbosch, Joep, &quot;Algorithm 457: finding all cliques of an</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">// undirected graph&quot;, CACM 16 (9): 575-577, 1973.</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment">// http://dl.acm.org/citation.cfm?id=362367&amp;bnc=1.</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// Keywords: undirected graph, clique, clique cover, Bron, Kerbosch.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#ifndef OR_TOOLS_GRAPH_CLIQUES_H_</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#define OR_TOOLS_GRAPH_CLIQUES_H_</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class=
<div class="ttc" id="namespaceoperations__research_html_abd4e546b0e3afb0208c7a44ee6ab4ea8a8f7afecbc8fbc4cd0f50a57d1172482e"><div class="ttname"><a href="namespaceoperations__research.html#abd4e546b0e3afb0208c7a44ee6ab4ea8a8f7afecbc8fbc4cd0f50a57d1172482e">operations_research::BronKerboschAlgorithmStatus::COMPLETED</a></div></div>
<div class="ttc" id="classoperations__research_1_1BronKerboschAlgorithm_html_a8594a59f12eedf7ed0d8f8d2e56ca751"><div class="ttname"><a href="classoperations__research_1_1BronKerboschAlgorithm.html#a8594a59f12eedf7ed0d8f8d2e56ca751">operations_research::BronKerboschAlgorithm::RunWithTimeLimit</a></div><div class="ttdeci">BronKerboschAlgorithmStatus RunWithTimeLimit(TimeLimit *time_limit)</div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00203">cliques.h:203</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_abd4e546b0e3afb0208c7a44ee6ab4ea8"><div class="ttname"><a href="namespaceoperations__research.html#abd4e546b0e3afb0208c7a44ee6ab4ea8">operations_research::BronKerboschAlgorithmStatus</a></div><div class="ttdeci">BronKerboschAlgorithmStatus</div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00068">cliques.h:68</a></div></div>
<div class="ttc" id="classoperations__research_1_1BronKerboschAlgorithm_html_a14ad57c326955d7c5be67f0e444ff9eb"><div class="ttname"><a href="classoperations__research_1_1BronKerboschAlgorithm.html#a14ad57c326955d7c5be67f0e444ff9eb">operations_research::BronKerboschAlgorithm::Run</a></div><div class="ttdeci">BronKerboschAlgorithmStatus Run()</div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00553">cliques.h:553</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_abd4e546b0e3afb0208c7a44ee6ab4ea8a658f2cadfdf09b6046246e9314f7cd43"><div class="ttname"><a href="namespaceoperations__research.html#abd4e546b0e3afb0208c7a44ee6ab4ea8a658f2cadfdf09b6046246e9314f7cd43">operations_research::BronKerboschAlgorithmStatus::INTERRUPTED</a></div></div>
<div class="ttc" id="classoperations__research_1_1BronKerboschAlgorithm_html"><div class="ttname"><a href="classoperations__research_1_1BronKerboschAlgorithm.html">operations_research::BronKerboschAlgorithm</a></div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00143">cliques.h:143</a></div></div>
<div class="ttc" id="classoperations__research_1_1BronKerboschAlgorithm_html_a717c6345b186d47030d10c27c2fbebe5"><div class="ttname"><a href="classoperations__research_1_1BronKerboschAlgorithm.html#a717c6345b186d47030d10c27c2fbebe5">operations_research::BronKerboschAlgorithm::RunWithTimeLimit</a></div><div class="ttdeci">BronKerboschAlgorithmStatus RunWithTimeLimit(int64 max_num_iterations, TimeLimit *time_limit)</div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00508">cliques.h:508</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_ae6df4b4cb7c39ca06812199bbee9119ca2f453cfe638e57e27bb0c9512436111e"><div class="ttname"><a href="namespaceoperations__research.html#ae6df4b4cb7c39ca06812199bbee9119ca2f453cfe638e57e27bb0c9512436111e">operations_research::CliqueResponse::CONTINUE</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_afe4b5a6c0e4019314f288e3f4307c114"><div class="ttname"><a href="namespaceoperations__research.html#afe4b5a6c0e4019314f288e3f4307c114">operations_research::CoverArcsByCliques</a></div><div class="ttdeci">void CoverArcsByCliques(std::function&lt; bool(int, int)&gt; graph, int node_count, std::function&lt; bool(const std::vector&lt; int &gt; &amp;)&gt; callback)</div></div>
<div class="ttc" id="namespaceoperations__research_html_ae6df4b4cb7c39ca06812199bbee9119ca615a46af313786fc4e349f34118be111"><div class="ttname"><a href="namespaceoperations__research.html#ae6df4b4cb7c39ca06812199bbee9119ca615a46af313786fc4e349f34118be111">operations_research::CliqueResponse::STOP</a></div></div>
<div class="ttc" id="classoperations__research_1_1BronKerboschAlgorithm_html_a39523d6296394d5e4321c82896b3834c"><div class="ttname"><a href="classoperations__research_1_1BronKerboschAlgorithm.html#a39523d6296394d5e4321c82896b3834c">operations_research::BronKerboschAlgorithm::RunIterations</a></div><div class="ttdeci">BronKerboschAlgorithmStatus RunIterations(int64 max_num_iterations)</div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00546">cliques.h:546</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a272bcc4d6ee0e87a7fc430a5cb13c582"><div class="ttname"><a href="namespaceoperations__research.html#a272bcc4d6ee0e87a7fc430a5cb13c582">operations_research::NodeIndex</a></div><div class="ttdeci">int32 NodeIndex</div><div class="ttdef"><b>Definition:</b> <a href="ebert__graph_8h_source.html#l00192">ebert_graph.h:192</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_ae6df4b4cb7c39ca06812199bbee9119c"><div class="ttname"><a href="namespaceoperations__research.html#ae6df4b4cb7c39ca06812199bbee9119c">operations_research::CliqueResponse</a></div><div class="ttdeci">CliqueResponse</div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00058">cliques.h:58</a></div></div>
<div class="ttc" id="classoperations__research_1_1BronKerboschAlgorithm_html_aff90108523eb5a8ec3549adc67355aa1"><div class="ttname"><a href="classoperations__research_1_1BronKerboschAlgorithm.html#aff90108523eb5a8ec3549adc67355aa1">operations_research::BronKerboschAlgorithm::CliqueCallback</a></div><div class="ttdeci">std::function&lt; CliqueResponse(const std::vector&lt; NodeIndex &gt; &amp;)&gt; CliqueCallback</div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00159">cliques.h:159</a></div></div>
<div class="ttc" id="classoperations__research_1_1BronKerboschAlgorithm_html_a18c56882f1ab1cfb8a93b0c3c23f1e77"><div class="ttname"><a href="classoperations__research_1_1BronKerboschAlgorithm.html#a18c56882f1ab1cfb8a93b0c3c23f1e77">operations_research::BronKerboschAlgorithm::BronKerboschAlgorithm</a></div><div class="ttdeci">BronKerboschAlgorithm(IsArcCallback is_arc, NodeIndex num_nodes, CliqueCallback clique_callback)</div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00163">cliques.h:163</a></div></div>
<div class="ttc" id="classoperations__research_1_1BronKerboschAlgorithm_html_ab7e6d525ff89ae730a1c917f3dccc3f0"><div class="ttname"><a href="classoperations__research_1_1BronKerboschAlgorithm.html#ab7e6d525ff89ae730a1c917f3dccc3f0">operations_research::BronKerboschAlgorithm::IsArcCallback</a></div><div class="ttdeci">std::function&lt; bool(NodeIndex, NodeIndex)&gt; IsArcCallback</div><div class="ttdef"><b>Definition:</b> <a href="cliques_8h_source.html#l00149">cliques.h:149</a></div></div>
<div class="ttc" id="namespaceoperations__research_html"><div class="ttname"><a href="namespaceoperations__research.html">operations_research</a></div><div class="ttdef"><b>Definition:</b> <a href="christofides_8h_source.html#l00033">christofides.h:33</a></div></div>
2019-06-13 15:36:14 +02:00
</div><!-- fragment --></div><!-- contents -->
2019-08-07 18:01:08 -07:00
</div>
2019-06-13 15:36:14 +02:00
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>