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

217 lines
191 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"/>-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
2020-09-01 16:00:33 +02:00
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
2019-06-13 15:36:14 +02:00
</head>
<body>
<div id="banner-container">
<div id="banner">
2021-09-20 15:57:27 +02:00
<span id="sfml">Google OR-Tools 9.1</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>
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-01 16:00:33 +02:00
/* @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">
2019-07-12 13:25:23 -07:00
</div>
</div>
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('max__flow_8h_source.html','');});
2020-09-01 16:00:33 +02:00
/* @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>
2019-06-13 15:36:14 +02:00
<div class="header">
<div class="headertitle">
<div class="title">max_flow.h</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="max__flow_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-2021 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">// An implementation of a push-relabel algorithm for the max flow problem.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment">// In the following, we consider a graph G = (V,E,s,t) where V denotes the set</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">// of nodes (vertices) in the graph, E denotes the set of arcs (edges). s and t</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">// denote distinguished nodes in G called source and target. n = |V| denotes the</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">// number of nodes in the graph, and m = |E| denotes the number of arcs in the</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment">// graph.</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">// Each arc (v,w) is associated a capacity c(v,w).</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">// A flow is a function from E to R such that:</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment">// a) f(
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_aa5f729a6274027e5e5478e4bd76603ca"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#aa5f729a6274027e5e5478e4bd76603ca">operations_research::GenericMaxFlow::Head</a></div><div class="ttdeci">NodeIndex Head(ArcIndex arc) const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00532">max_flow.h:532</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ab49dbdb731f80e626e575bdf66835f46"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ab49dbdb731f80e626e575bdf66835f46">operations_research::GenericMaxFlow::Tail</a></div><div class="ttdeci">NodeIndex Tail(ArcIndex arc) const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00533">max_flow.h:533</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a7c6fc06ca542eed0ff0b6ed4b1ecbcda"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a7c6fc06ca542eed0ff0b6ed4b1ecbcda">operations_research::GenericMaxFlow::stats_</a></div><div class="ttdeci">StatsGroup stats_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00641">max_flow.h:641</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a7ffcae041a5d746371436101400cdb6b"><div class="ttname"><a href="namespaceoperations__research.html#a7ffcae041a5d746371436101400cdb6b">operations_research::NodeIndex</a></div><div class="ttdeci">int32_t NodeIndex</div><div class="ttdef"><b>Definition:</b> <a href="ebert__graph_8h_source.html#l00193">ebert_graph.h:193</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a67a0db04d321a74b7e7fcfd3f1a3f70bac76ecfd837bdc6d4150bb02c403356e4"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac76ecfd837bdc6d4150bb02c403356e4">operations_research::SimpleMaxFlow::BAD_RESULT</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00194">max_flow.h:194</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a2a555ba2dc0a468e6fee4a0665b12272"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a2a555ba2dc0a468e6fee4a0665b12272">operations_research::GenericMaxFlow::CheckRelabelPrecondition</a></div><div class="ttdeci">bool CheckRelabelPrecondition(NodeIndex node) const</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a2a420ad8221c326064736ccf148d2f93"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a2a420ad8221c326064736ccf148d2f93">operations_research::GenericMaxFlow::Flow</a></div><div class="ttdeci">FlowQuantity Flow(ArcIndex arc) const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00365">max_flow.h:365</a></div></div>
<div class="ttc" id="classoperations__research_1_1_max_flow_html_a591efdde87d4b90a85680d4f60dbc88a"><div class="ttname"><a href="classoperations__research_1_1_max_flow.html#a591efdde87d4b90a85680d4f60dbc88a">operations_research::MaxFlow::MaxFlow</a></div><div class="ttdeci">MaxFlow(const StarGraph *graph, NodeIndex source, NodeIndex target)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00654">max_flow.h:654</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a44aa9e2f47277c91d8064c7126a2ff48"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a44aa9e2f47277c91d8064c7126a2ff48">operations_research::GenericMaxFlow::ArcIndex</a></div><div class="ttdeci">Graph::ArcIndex ArcIndex</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00318">max_flow.h:318</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a865dfd15177ea8b4cd75a34ab9cee1b1"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a865dfd15177ea8b4cd75a34ab9cee1b1">operations_research::SimpleMaxFlow::OptimalFlow</a></div><div class="ttdeci">FlowQuantity OptimalFlow() const</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ad45b094d532baccee95649c24192f87a"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ad45b094d532baccee95649c24192f87a">operations_research::GenericMaxFlow::Refine</a></div><div class="ttdeci">void Refine()</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a7316c54af53df2e1f2ebc3d7fa1d5c45"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a7316c54af53df2e1f2ebc3d7fa1d5c45">operations_research::GenericMaxFlow::InitializeActiveNodeContainer</a></div><div class="ttdeci">void InitializeActiveNodeContainer()</div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a7898be8b7efbfe53a58fcf621cf41315"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a7898be8b7efbfe53a58fcf621cf41315">operations_research::SimpleMaxFlow::NumArcs</a></div><div class="ttdeci">ArcIndex NumArcs() const</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a33996084cb5b29f77cc6ee673b6ece51"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a33996084cb5b29f77cc6ee673b6ece51">operations_research::GenericMaxFlow::process_node_by_height_</a></div><div class="ttdeci">bool process_node_by_height_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00629">max_flow.h:629</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_afc300bdfdbe5ce3296bacd00acce0b3f"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#afc300bdfdbe5ce3296bacd00acce0b3f">operations_research::GenericMaxFlow::active_node_by_height_</a></div><div class="ttdeci">PriorityQueueWithRestrictedPush&lt; NodeIndex, NodeHeight &gt; active_node_by_height_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00597">max_flow.h:597</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a29b76a85638e0b4ce0f715c5bbba3f81"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a29b76a85638e0b4ce0f715c5bbba3f81">operations_research::GenericMaxFlow::GetSourceNodeIndex</a></div><div class="ttdeci">NodeIndex GetSourceNodeIndex() const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00346">max_flow.h:346</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a9dcd8610149406a1593d2a0725290482"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a9dcd8610149406a1593d2a0725290482">operations_research::GenericMaxFlow::Capacity</a></div><div class="ttdeci">FlowQuantity Capacity(ArcIndex arc) const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00375">max_flow.h:375</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a38f480b60f3812345680d2267770ee5c"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a38f480b60f3812345680d2267770ee5c">operations_research::GenericMaxFlow::SetArcFlow</a></div><div class="ttdeci">void SetArcFlow(ArcIndex arc, FlowQuantity new_flow)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ab9d95dc874e5c2d424cecd251fd7ff82"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ab9d95dc874e5c2d424cecd251fd7ff82">operations_research::GenericMaxFlow::IncomingArcIterator</a></div><div class="ttdeci">Graph::IncomingArcIterator IncomingArcIterator</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00322">max_flow.h:322</a></div></div>
<div class="ttc" id="classoperations__research_1_1_max_flow_status_class_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba2579881e7c83261bc21bafb5a5c92cad"><div class="ttname"><a href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba2579881e7c83261bc21bafb5a5c92cad">operations_research::MaxFlowStatusClass::OPTIMAL</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00304">max_flow.h:304</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a420abfd079f041eac775859ab19e644d"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a420abfd079f041eac775859ab19e644d">operations_research::GenericMaxFlow::PushActiveNode</a></div><div class="ttdeci">void PushActiveNode(const NodeIndex &amp;node)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00468">max_flow.h:468</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_af63274e5211be9578b29f56f29936964"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#af63274e5211be9578b29f56f29936964">operations_research::GenericMaxFlow::node_excess_</a></div><div class="ttdeci">QuantityArray node_excess_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00550">max_flow.h:550</a></div></div>
<div class="ttc" id="classoperations__research_1_1_priority_queue_with_restricted_push_html_a83681186fdc5615ec1185ad4075e1023"><div class="ttname"><a href="classoperations__research_1_1_priority_queue_with_restricted_push.html#a83681186fdc5615ec1185ad4075e1023">operations_research::PriorityQueueWithRestrictedPush::Push</a></div><div class="ttdeci">void Push(Element element, IntegerPriority priority)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00673">max_flow.h:673</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html">operations_research::GenericMaxFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00144">max_flow.h:144</a></div></div>
<div class="ttc" id="classoperations__research_1_1_priority_queue_with_restricted_push_html"><div class="ttname"><a href="classoperations__research_1_1_priority_queue_with_restricted_push.html">operations_research::PriorityQueueWithRestrictedPush</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00264">max_flow.h:264</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_abf8c6fcb7d9c9fa39e283d086f0bb345"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#abf8c6fcb7d9c9fa39e283d086f0bb345">operations_research::GenericMaxFlow::status_</a></div><div class="ttdeci">Status status_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00606">max_flow.h:606</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a4d39b4f2db0792ccce2a922c74f43ecf"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a4d39b4f2db0792ccce2a922c74f43ecf">operations_research::SimpleMaxFlow::CreateFlowModelOfLastSolve</a></div><div class="ttdeci">FlowModel CreateFlowModelOfLastSolve()</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a89970809d6caccf0fc1ba38d7d955254"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a89970809d6caccf0fc1ba38d7d955254">operations_research::GenericMaxFlow::GetAndRemoveFirstActiveNode</a></div><div class="ttdeci">NodeIndex GetAndRemoveFirstActiveNode()</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00460">max_flow.h:460</a></div></div>
<div class="ttc" id="classoperations__research_1_1_priority_queue_with_restricted_push_html_a3b2c821405c1875d5f8975e1ceae6a60"><div class="ttname"><a href="classoperations__research_1_1_priority_queue_with_restricted_push.html#a3b2c821405c1875d5f8975e1ceae6a60">operations_research::PriorityQueueWithRestrictedPush::PriorityQueueWithRestrictedPush</a></div><div class="ttdeci">PriorityQueueWithRestrictedPush()</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00266">max_flow.h:266</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html">operations_research::FlowModel</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00463">flow_problem.pb.h:463</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_aab4ab1dc9be85072322b17c1f56fe208"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#aab4ab1dc9be85072322b17c1f56fe208">operations_research::GenericMaxFlow::source_</a></div><div class="ttdeci">NodeIndex source_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00600">max_flow.h:600</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ad3f0f2aad2e5ba39481e3aad8de1fcda"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ad3f0f2aad2e5ba39481e3aad8de1fcda">operations_research::GenericMaxFlow::AugmentingPathExists</a></div><div class="ttdeci">bool AugmentingPathExists() const</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a2b834b1bfbaef46bbf4a3f991a26f9a3"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a2b834b1bfbaef46bbf4a3f991a26f9a3">operations_research::GenericMaxFlow::bfs_queue_</a></div><div class="ttdeci">std::vector&lt; NodeIndex &gt; bfs_queue_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00611">max_flow.h:611</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a689c39e9d4a7bdb9d64e270b8c9abcbd"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a689c39e9d4a7bdb9d64e270b8c9abcbd">operations_research::GenericMaxFlow::use_two_phase_algorithm_</a></div><div class="ttdeci">bool use_two_phase_algorithm_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00621">max_flow.h:621</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a0b218e6bdef5560b441d7dc1b47d897f"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a0b218e6bdef5560b441d7dc1b47d897f">operations_research::SimpleMaxFlow::SimpleMaxFlow</a></div><div class="ttdeci">SimpleMaxFlow()</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_aa76638d2f8eddf2c3d9778b3c1285010"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#aa76638d2f8eddf2c3d9778b3c1285010">operations_research::GenericMaxFlow::SetCheckInput</a></div><div class="ttdeci">void SetCheckInput(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00419">max_flow.h:419</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_abab657a2626df3ab99dfd21d811ff43c"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#abab657a2626df3ab99dfd21d811ff43c">operations_research::GenericMaxFlow::~GenericMaxFlow</a></div><div class="ttdeci">virtual ~GenericMaxFlow()</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00335">max_flow.h:335</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a3a4afd902c22768de7955ba9983fb282"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a3a4afd902c22768de7955ba9983fb282">operations_research::GenericMaxFlow::PushFlowExcessBackToSource</a></div><div class="ttdeci">void PushFlowExcessBackToSource()</div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a9d8699dbc3e3b9cadc36d4fd5ee29dce"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a9d8699dbc3e3b9cadc36d4fd5ee29dce">operations_research::SimpleMaxFlow::AddArcWithCapacity</a></div><div class="ttdeci">ArcIndex AddArcWithCapacity(NodeIndex tail, NodeIndex head, FlowQuantity capacity)</div></div>
<div class="ttc" id="classoperations__research_1_1_priority_queue_with_restricted_push_html_a8e12342fc420701fbffd97025421575a"><div class="ttname"><a href="classoperations__research_1_1_priority_queue_with_restricted_push.html#a8e12342fc420701fbffd97025421575a">operations_research::PriorityQueueWithRestrictedPush::IsEmpty</a></div><div class="ttdeci">bool IsEmpty() const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00661">max_flow.h:661</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ac0290c8f8892c50d7b29e9770fda4923"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ac0290c8f8892c50d7b29e9770fda4923">operations_research::GenericMaxFlow::ComputeReachableNodes</a></div><div class="ttdeci">void ComputeReachableNodes(NodeIndex start, std::vector&lt; NodeIndex &gt; *result)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a19193cb3045a42a4154d3860b92dc65b"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a19193cb3045a42a4154d3860b92dc65b">operations_research::GenericMaxFlow::active_nodes_</a></div><div class="ttdeci">std::vector&lt; NodeIndex &gt; active_nodes_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00590">max_flow.h:590</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html">operations_research::SimpleMaxFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00152">max_flow.h:152</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ac17ea9ef2dc1b5eace76f625abe36475"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ac17ea9ef2dc1b5eace76f625abe36475">operations_research::GenericMaxFlow::IsArcValid</a></div><div class="ttdeci">bool IsArcValid(ArcIndex arc) const</div></div>
<div class="ttc" id="flow__problem_8pb_8h_html"><div class="ttname"><a href="flow__problem_8pb_8h.html">flow_problem.pb.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_afbd2be8210b3c04ac5ee3a879f1e62de"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#afbd2be8210b3c04ac5ee3a879f1e62de">operations_research::GenericMaxFlow::CreateFlowModel</a></div><div class="ttdeci">FlowModel CreateFlowModel()</div></div>
<div class="ttc" id="namespaceoperations__research_html_a03fc0981d2d99da114ccd8b3abc0c6e1"><div class="ttname"><a href="namespaceoperations__research.html#a03fc0981d2d99da114ccd8b3abc0c6e1">operations_research::QuantityArray</a></div><div class="ttdeci">ZVector&lt; FlowQuantity &gt; QuantityArray</div><div class="ttdef"><b>Definition:</b> <a href="ebert__graph_8h_source.html#l00210">ebert_graph.h:210</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_af337463a7577a73e5140bfe6518852b1"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#af337463a7577a73e5140bfe6518852b1">operations_research::GenericMaxFlow::IsActive</a></div><div class="ttdeci">bool IsActive(NodeIndex node) const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00437">max_flow.h:437</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_adb1490a44086db009cdb51f854a02a65"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#adb1490a44086db009cdb51f854a02a65">operations_research::GenericMaxFlow::status</a></div><div class="ttdeci">Status status() const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00343">max_flow.h:343</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ad8ca9f0f372e03f5cf3af1e163230792"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ad8ca9f0f372e03f5cf3af1e163230792">operations_research::GenericMaxFlow::GetSinkSideMinCut</a></div><div class="ttdeci">void GetSinkSideMinCut(std::vector&lt; NodeIndex &gt; *result)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a21776d0248204801a49c42b46902c1a1"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a21776d0248204801a49c42b46902c1a1">operations_research::GenericMaxFlow::SetArcCapacity</a></div><div class="ttdeci">void SetArcCapacity(ArcIndex arc, FlowQuantity new_capacity)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_acef9fcefb0d5124677a8a9b460c30410"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#acef9fcefb0d5124677a8a9b460c30410">operations_research::GenericMaxFlow::GenericMaxFlow</a></div><div class="ttdeci">GenericMaxFlow(const Graph *graph, NodeIndex source, NodeIndex sink)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ae93d8aa8c02df69fd88f9cdd1463bae3"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ae93d8aa8c02df69fd88f9cdd1463bae3">operations_research::GenericMaxFlow::ProcessNodeByHeight</a></div><div class="ttdeci">void ProcessNodeByHeight(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00421">max_flow.h:421</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_aa4e5f2ba9abcf71460c68a4903abc7bc"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#aa4e5f2ba9abcf71460c68a4903abc7bc">operations_research::GenericMaxFlow::SetCheckResult</a></div><div class="ttdeci">void SetCheckResult(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00420">max_flow.h:420</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a0f81f6e049ffb2b2a27c8e45dc0a25a0"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a0f81f6e049ffb2b2a27c8e45dc0a25a0">operations_research::GenericMaxFlow::InitializePreflow</a></div><div class="ttdeci">void InitializePreflow()</div></div>
<div class="ttc" id="namespaceoperations__research_html_aecf320bda6e95d1edaf3a546673e3e6b"><div class="ttname"><a href="namespaceoperations__research.html#aecf320bda6e95d1edaf3a546673e3e6b">operations_research::ArcIndex</a></div><div class="ttdeci">int32_t ArcIndex</div><div class="ttdef"><b>Definition:</b> <a href="ebert__graph_8h_source.html#l00202">ebert_graph.h:202</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ad88eea96f82ba29e252f3e07cdb84378"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ad88eea96f82ba29e252f3e07cdb84378">operations_research::GenericMaxFlow::graph_</a></div><div class="ttdeci">const Graph * graph_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00547">max_flow.h:547</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a3b2203f6789a10763c6ae978bf26b402"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a3b2203f6789a10763c6ae978bf26b402">operations_research::GenericMaxFlow::use_global_update_</a></div><div class="ttdeci">bool use_global_update_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00614">max_flow.h:614</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba2579881e7c83261bc21bafb5a5c92cad"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba2579881e7c83261bc21bafb5a5c92cad">operations_research::SimpleMaxFlow::OPTIMAL</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00183">max_flow.h:183</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a67a0db04d321a74b7e7fcfd3f1a3f70bac2811be86dd03c6735e3b0db51ad914f"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac2811be86dd03c6735e3b0db51ad914f">operations_research::SimpleMaxFlow::BAD_INPUT</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00192">max_flow.h:192</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ad96578b8ab41d25a3daa9f219c168b9f"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ad96578b8ab41d25a3daa9f219c168b9f">operations_research::GenericMaxFlow::check_input_</a></div><div class="ttdeci">bool check_input_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00634">max_flow.h:634</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a3702055ec6affa60e6862cd0e63f9a7b"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a3702055ec6affa60e6862cd0e63f9a7b">operations_research::GenericMaxFlow::first_admissible_arc_</a></div><div class="ttdeci">ArcIndexArray first_admissible_arc_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00584">max_flow.h:584</a></div></div>
<div class="ttc" id="classoperations__research_1_1_max_flow_status_class_html_a67a0db04d321a74b7e7fcfd3f1a3f70b"><div class="ttname"><a href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70b">operations_research::MaxFlowStatusClass::Status</a></div><div class="ttdeci">Status</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00302">max_flow.h:302</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_aee97cd3a6def72d85d4685c134d11671"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#aee97cd3a6def72d85d4685c134d11671">operations_research::GenericMaxFlow::sink_</a></div><div class="ttdeci">NodeIndex sink_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00603">max_flow.h:603</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_ab49dbdb731f80e626e575bdf66835f46"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#ab49dbdb731f80e626e575bdf66835f46">operations_research::SimpleMaxFlow::Tail</a></div><div class="ttdeci">NodeIndex Tail(ArcIndex arc) const</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ab478e83cea51fd1e9656030ea4667286"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ab478e83cea51fd1e9656030ea4667286">operations_research::GenericMaxFlow::residual_arc_capacity_</a></div><div class="ttdeci">QuantityArray residual_arc_capacity_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00581">max_flow.h:581</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a67a0db04d321a74b7e7fcfd3f1a3f70b"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a67a0db04d321a74b7e7fcfd3f1a3f70b">operations_research::SimpleMaxFlow::Status</a></div><div class="ttdeci">Status</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00180">max_flow.h:180</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a189d42cc721a58aa0b397cc44da875b7"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a189d42cc721a58aa0b397cc44da875b7">operations_research::GenericMaxFlow::IsAdmissible</a></div><div class="ttdeci">bool IsAdmissible(ArcIndex arc) const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00430">max_flow.h:430</a></div></div>
<div class="ttc" id="classoperations__research_1_1_priority_queue_with_restricted_push_html_af355586ee86be2298efe2e81367eeffe"><div class="ttname"><a href="classoperations__research_1_1_priority_queue_with_restricted_push.html#af355586ee86be2298efe2e81367eeffe">operations_research::PriorityQueueWithRestrictedPush::Pop</a></div><div class="ttdeci">Element Pop()</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00692">max_flow.h:692</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a2a420ad8221c326064736ccf148d2f93"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a2a420ad8221c326064736ccf148d2f93">operations_research::SimpleMaxFlow::Flow</a></div><div class="ttdeci">FlowQuantity Flow(ArcIndex arc) const</div></div>
<div class="ttc" id="namespaceoperations__research_html_a259d58fc853dd928f2148dbcf1ef25cd"><div class="ttname"><a href="namespaceoperations__research.html#a259d58fc853dd928f2148dbcf1ef25cd">operations_research::FlowQuantity</a></div><div class="ttdeci">int64_t FlowQuantity</div><div class="ttdef"><b>Definition:</b> <a href="ebert__graph_8h_source.html#l00203">ebert_graph.h:203</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a942f29030f08426e7e318204e987e2f7"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a942f29030f08426e7e318204e987e2f7">operations_research::GenericMaxFlow::Solve</a></div><div class="ttdeci">bool Solve()</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_abedc5621560431c2527859bd5d1ab8fc"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#abedc5621560431c2527859bd5d1ab8fc">operations_research::GenericMaxFlow::PushFlow</a></div><div class="ttdeci">void PushFlow(FlowQuantity flow, ArcIndex arc)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_aac87a51b41d88b6976a12007bae9b91d"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#aac87a51b41d88b6976a12007bae9b91d">operations_research::GenericMaxFlow::CheckResult</a></div><div class="ttdeci">bool CheckResult() const</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a2cb1ce0e6ac75b050ffc3a7bfd35a8b2"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a2cb1ce0e6ac75b050ffc3a7bfd35a8b2">operations_research::GenericMaxFlow::kMaxFlowQuantity</a></div><div class="ttdeci">static const FlowQuantity kMaxFlowQuantity</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00544">max_flow.h:544</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba63e6c2750d99f3c548e6a08bb6822fe2"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba63e6c2750d99f3c548e6a08bb6822fe2">operations_research::SimpleMaxFlow::POSSIBLE_OVERFLOW</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00190">max_flow.h:190</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ad2ab85b2912dbf12804d3d1ddea9ec15"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ad2ab85b2912dbf12804d3d1ddea9ec15">operations_research::GenericMaxFlow::ArcIndexArray</a></div><div class="ttdeci">ZVector&lt; ArcIndex &gt; ArcIndexArray</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00323">max_flow.h:323</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_ac7bfd46bed70e12f118aa53df0c26769"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#ac7bfd46bed70e12f118aa53df0c26769">operations_research::SimpleMaxFlow::SetArcCapacity</a></div><div class="ttdeci">void SetArcCapacity(ArcIndex arc, FlowQuantity capacity)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a8f70d2ab94c2c3a7f05c6f2a3bc18573"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a8f70d2ab94c2c3a7f05c6f2a3bc18573">operations_research::GenericMaxFlow::IsEmptyActiveNodeContainer</a></div><div class="ttdeci">bool IsEmptyActiveNodeContainer()</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00477">max_flow.h:477</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a24f768765349e100ca2ef7697d1b52d5"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a24f768765349e100ca2ef7697d1b52d5">operations_research::GenericMaxFlow::SaturateOutgoingArcsFromSource</a></div><div class="ttdeci">bool SaturateOutgoingArcsFromSource()</div></div>
<div class="ttc" id="namespaceutil_html_a2f76166dbe0c4055a1f256235ad00478"><div class="ttname"><a href="namespaceutil.html#a2f76166dbe0c4055a1f256235ad00478">util::Graph</a></div><div class="ttdeci">ListGraph Graph</div><div class="ttdef"><b>Definition:</b> <a href="graph_8h_source.html#l02361">graph.h:2361</a></div></div>
<div class="ttc" id="graph_8h_html"><div class="ttname"><a href="graph_8h.html">graph.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_adf24020c0638fbd28d483762e6247ff5"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#adf24020c0638fbd28d483762e6247ff5">operations_research::GenericMaxFlow::Opposite</a></div><div class="ttdeci">ArcIndex Opposite(ArcIndex arc) const</div></div>
<div class="ttc" id="classoperations__research_1_1_max_flow_status_class_html_a67a0db04d321a74b7e7fcfd3f1a3f70ba0e6873a155f86a4695f463bf8601d05f"><div class="ttname"><a href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70ba0e6873a155f86a4695f463bf8601d05f">operations_research::MaxFlowStatusClass::NOT_SOLVED</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00303">max_flow.h:303</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_ad8ca9f0f372e03f5cf3af1e163230792"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#ad8ca9f0f372e03f5cf3af1e163230792">operations_research::SimpleMaxFlow::GetSinkSideMinCut</a></div><div class="ttdeci">void GetSinkSideMinCut(std::vector&lt; NodeIndex &gt; *result)</div></div>
<div class="ttc" id="classoperations__research_1_1_max_flow_html"><div class="ttname"><a href="classoperations__research_1_1_max_flow.html">operations_research::MaxFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00652">max_flow.h:652</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_ad28be43d46715cda54108a189081d139"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#ad28be43d46715cda54108a189081d139">operations_research::GenericMaxFlow::RefineWithGlobalUpdate</a></div><div class="ttdeci">void RefineWithGlobalUpdate()</div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a208812d23c7f00cbc76419a41038e7f1"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a208812d23c7f00cbc76419a41038e7f1">operations_research::SimpleMaxFlow::Solve</a></div><div class="ttdeci">Status Solve(NodeIndex source, NodeIndex sink)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a28b52dfd2da6e91a8e1e0d039c1d4154"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a28b52dfd2da6e91a8e1e0d039c1d4154">operations_research::GenericMaxFlow::GlobalUpdate</a></div><div class="ttdeci">void GlobalUpdate()</div></div>
<div class="ttc" id="classoperations__research_1_1_max_flow_status_class_html_a67a0db04d321a74b7e7fcfd3f1a3f70bac76ecfd837bdc6d4150bb02c403356e4"><div class="ttname"><a href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac76ecfd837bdc6d4150bb02c403356e4">operations_research::MaxFlowStatusClass::BAD_RESULT</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00307">max_flow.h:307</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a10bcb8f7f63b390821ae5e95fe4822cc"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a10bcb8f7f63b390821ae5e95fe4822cc">operations_research::GenericMaxFlow::graph</a></div><div class="ttdeci">const Graph * graph() const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00338">max_flow.h:338</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a277838ded7171a604a67babdbea05988"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a277838ded7171a604a67babdbea05988">operations_research::GenericMaxFlow::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdeci">Graph::OutgoingOrOppositeIncomingArcIterator OutgoingOrOppositeIncomingArcIterator</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00321">max_flow.h:321</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a12ffc143b8d66de80c07572cc8509037"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a12ffc143b8d66de80c07572cc8509037">operations_research::GenericMaxFlow::CheckInputConsistency</a></div><div class="ttdeci">bool CheckInputConsistency() const</div></div>
<div class="ttc" id="classoperations__research_1_1_max_flow_status_class_html_a67a0db04d321a74b7e7fcfd3f1a3f70bac2811be86dd03c6735e3b0db51ad914f"><div class="ttname"><a href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70bac2811be86dd03c6735e3b0db51ad914f">operations_research::MaxFlowStatusClass::BAD_INPUT</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00306">max_flow.h:306</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a4ddaeee9414a17257bb052c459325caf"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a4ddaeee9414a17257bb052c459325caf">operations_research::GenericMaxFlow::NodeIndex</a></div><div class="ttdeci">Graph::NodeIndex NodeIndex</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00317">max_flow.h:317</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#l00043">christofides.h:43</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_af3a76f97fe869af7137bbc9a165353b1"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#af3a76f97fe869af7137bbc9a165353b1">operations_research::GenericMaxFlow::IsArcDirect</a></div><div class="ttdeci">bool IsArcDirect(ArcIndex arc) const</div></div>
<div class="ttc" id="ebert__graph_8h_html"><div class="ttname"><a href="ebert__graph_8h.html">ebert_graph.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_aa5f729a6274027e5e5478e4bd76603ca"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#aa5f729a6274027e5e5478e4bd76603ca">operations_research::SimpleMaxFlow::Head</a></div><div class="ttdeci">NodeIndex Head(ArcIndex arc) const</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a798f41062d76af3baabada0c4c0580ea"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a798f41062d76af3baabada0c4c0580ea">operations_research::GenericMaxFlow::NodeHeight</a></div><div class="ttdeci">NodeIndex NodeHeight</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00327">max_flow.h:327</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a6b27587e2eba1f139e5b5b2609315aaa"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a6b27587e2eba1f139e5b5b2609315aaa">operations_research::GenericMaxFlow::SetUseGlobalUpdate</a></div><div class="ttdeci">void SetUseGlobalUpdate(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00414">max_flow.h:414</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a187f8b09657eacdfef77202c595543f6"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a187f8b09657eacdfef77202c595543f6">operations_research::GenericMaxFlow::Relabel</a></div><div class="ttdeci">void Relabel(NodeIndex node)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a852dcceddb3bc2642eb867cc3663c0fe"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a852dcceddb3bc2642eb867cc3663c0fe">operations_research::GenericMaxFlow::NodeHeightArray</a></div><div class="ttdeci">ZVector&lt; NodeHeight &gt; NodeHeightArray</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00328">max_flow.h:328</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a5b7429be4ec8b98658d0b035261b1483"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a5b7429be4ec8b98658d0b035261b1483">operations_research::GenericMaxFlow::node_potential_</a></div><div class="ttdeci">NodeHeightArray node_potential_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00563">max_flow.h:563</a></div></div>
<div class="ttc" id="classoperations__research_1_1_max_flow_status_class_html"><div class="ttname"><a href="classoperations__research_1_1_max_flow_status_class.html">operations_research::MaxFlowStatusClass</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00300">max_flow.h:300</a></div></div>
<div class="ttc" id="classoperations__research_1_1_ebert_graph_html"><div class="ttname"><a href="classoperations__research_1_1_ebert_graph.html">operations_research::EbertGraph</a></div><div class="ttdef"><b>Definition:</b> <a href="ebert__graph_8h_source.html#l00189">ebert_graph.h:189</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a8b98114a0a6beb83e5b36e4e461659fd"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a8b98114a0a6beb83e5b36e4e461659fd">operations_research::GenericMaxFlow::node_in_bfs_queue_</a></div><div class="ttdeci">std::vector&lt; bool &gt; node_in_bfs_queue_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00610">max_flow.h:610</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a4ede8a987bfe0972a51942bbca22d4c1"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a4ede8a987bfe0972a51942bbca22d4c1">operations_research::SimpleMaxFlow::GetSourceSideMinCut</a></div><div class="ttdeci">void GetSourceSideMinCut(std::vector&lt; NodeIndex &gt; *result)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a7ba7917e55551f771954c4323992a9ab"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a7ba7917e55551f771954c4323992a9ab">operations_research::GenericMaxFlow::SetCapacityAndClearFlow</a></div><div class="ttdeci">void SetCapacityAndClearFlow(ArcIndex arc, FlowQuantity capacity)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00442">max_flow.h:442</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_af4b75883cbba15f442c627f5da96f470"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#af4b75883cbba15f442c627f5da96f470">operations_research::GenericMaxFlow::Discharge</a></div><div class="ttdeci">void Discharge(NodeIndex node)</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_af412987a2f98057ca8c6015782418eac"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#af412987a2f98057ca8c6015782418eac">operations_research::GenericMaxFlow::GetSinkNodeIndex</a></div><div class="ttdeci">NodeIndex GetSinkNodeIndex() const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00349">max_flow.h:349</a></div></div>
<div class="ttc" id="classoperations__research_1_1_priority_queue_with_restricted_push_html_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classoperations__research_1_1_priority_queue_with_restricted_push.html#aa71d36872f416feaa853788a7a7a7ef8">operations_research::PriorityQueueWithRestrictedPush::Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00667">max_flow.h:667</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a2212ce00ee245370c5cb71234244027a"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a2212ce00ee245370c5cb71234244027a">operations_research::GenericMaxFlow::DebugString</a></div><div class="ttdeci">std::string DebugString(const std::string &amp;context, ArcIndex arc) const</div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a3be0f6fcc44bc6a4a1e976c1e60b31d0"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a3be0f6fcc44bc6a4a1e976c1e60b31d0">operations_research::SimpleMaxFlow::NumNodes</a></div><div class="ttdeci">NodeIndex NumNodes() const</div></div>
<div class="ttc" id="classoperations__research_1_1_max_flow_status_class_html_a67a0db04d321a74b7e7fcfd3f1a3f70baef3d63bf3419a0e33cd86b58fadc640b"><div class="ttname"><a href="classoperations__research_1_1_max_flow_status_class.html#a67a0db04d321a74b7e7fcfd3f1a3f70baef3d63bf3419a0e33cd86b58fadc640b">operations_research::MaxFlowStatusClass::INT_OVERFLOW</a></div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00305">max_flow.h:305</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a142146c1af2855fc821d7bd4c0af6130"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a142146c1af2855fc821d7bd4c0af6130">operations_research::GenericMaxFlow::GetOptimalFlow</a></div><div class="ttdeci">FlowQuantity GetOptimalFlow() const</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00361">max_flow.h:361</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a4549e7f9a27adb25091a91101b8fddbd"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a4549e7f9a27adb25091a91101b8fddbd">operations_research::GenericMaxFlow::SetUseTwoPhaseAlgorithm</a></div><div class="ttdeci">void SetUseTwoPhaseAlgorithm(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00418">max_flow.h:418</a></div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a876e41aaef1635d059d9d79dd08bbfc3"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a876e41aaef1635d059d9d79dd08bbfc3">operations_research::GenericMaxFlow::check_result_</a></div><div class="ttdeci">bool check_result_</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00638">max_flow.h:638</a></div></div>
<div class="ttc" id="classoperations__research_1_1_simple_max_flow_html_a9dcd8610149406a1593d2a0725290482"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a9dcd8610149406a1593d2a0725290482">operations_research::SimpleMaxFlow::Capacity</a></div><div class="ttdeci">FlowQuantity Capacity(ArcIndex arc) const</div></div>
<div class="ttc" id="classoperations__research_1_1_generic_max_flow_html_a0d012d3907b8306ddfc1a7089342fbe2"><div class="ttname"><a href="classoperations__research_1_1_generic_max_flow.html#a0d012d3907b8306ddfc1a7089342fbe2">operations_research::GenericMaxFlow::OutgoingArcIterator</a></div><div class="ttdeci">Graph::OutgoingArcIterator OutgoingArcIterator</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00319">max_flow.h:319</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
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>