Files
ortools-clone/docs/cpp/max__flow_8cc_source.html

176 lines
207 KiB
HTML
Raw Normal View History

2020-09-02 09:42:51 +02:00
<!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2021-09-20 15:57:27 +02:00
<meta name="generator" content="Doxygen 1.8.15"/>
2020-09-02 09:42:51 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: max_flow.cc Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
2021-09-20 15:57:27 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
2020-09-02 09:42:51 +02:00
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.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="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
2021-09-20 15:57:27 +02:00
&#160;<span id="projectnumber">9.1</span>
2020-09-02 09:42:51 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-02 09:42:51 +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-02 09:42:51 +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">
</div>
</div>
<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_8cc_source.html','');});
2020-09-02 09:42:51 +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>
<div class="header">
<div class="headertitle">
<div class="title">max_flow.cc</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="max__flow_8cc.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="preprocessor">#include &quot;<a class="code" href="max__flow_8h.html">ortools/graph/max_flow.h</a>&quot;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &lt;algorithm&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &quot;absl/memory/memory.h&quot;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &quot;absl/strings/str_format.h&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="graph_8h.html">ortools/graph/graph.h</a>&quot;</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="graphs_8h.html">ortools/graph/graphs.h</a>&quot;</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="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_simple_max_flow.html#a0b218e6bdef5560b441d7dc1b47d897f"> 26</a></span>&#160;<a class="code
<div class="ttc" id="namespaceoperations__research_html_a7ae31ba4c3b4899478e53ca13df35dfc"><div class="ttname"><a href="namespaceoperations__research.html#a7ae31ba4c3b4899478e53ca13df35dfc">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="alldiff__cst_8cc_html_ad10edae0a852d72fb76afb1c77735045"><div class="ttname"><a href="alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045">min</a></div><div class="ttdeci">int64_t min</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00139">alldiff_cst.cc:139</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&lt; StarGraph &gt;::ArcIndex</a></div><div class="ttdeci">StarGraph ::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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00106">max_flow.cc:106</a></div></div>
<div class="ttc" id="max__flow_8h_html"><div class="ttname"><a href="max__flow_8h.html">max_flow.h</a></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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00041">max_flow.cc:41</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1data_1_1vbp_html_a4604191fbd84a43686f44c25d7bd0161a2579881e7c83261bc21bafb5a5c92cad"><div class="ttname"><a href="namespaceoperations__research_1_1data_1_1vbp.html#a4604191fbd84a43686f44c25d7bd0161a2579881e7c83261bc21bafb5a5c92cad">operations_research::data::vbp::OPTIMAL</a></div><div class="ttdef"><b>Definition:</b> <a href="vector__bin__packing_8pb_8h_source.html#l00087">vector_bin_packing.pb.h:87</a></div></div>
<div class="ttc" id="base_2logging_8h_html_afcaa7cadd41741bb855c2ada1d2ef927"><div class="ttname"><a href="base_2logging_8h.html#afcaa7cadd41741bb855c2ada1d2ef927">VLOG</a></div><div class="ttdeci">#define VLOG(verboselevel)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00979">base/logging.h:979</a></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&lt; StarGraph &gt;::IncomingArcIterator</a></div><div class="ttdeci">StarGraph ::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="log__severity_8h_html_ac9bcbe19995a8140cd4ec61773cd6e67"><div class="ttname"><a href="log__severity_8h.html#ac9bcbe19995a8140cd4ec61773cd6e67">ERROR</a></div><div class="ttdeci">const int ERROR</div><div class="ttdef"><b>Definition:</b> <a href="log__severity_8h_source.html#l00032">log_severity.h:32</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html"><div class="ttname"><a href="classoperations__research_1_1_arc.html">operations_research::Arc</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00101">flow_problem.pb.h:101</a></div></div>
<div class="ttc" id="structoperations__research_1_1_graphs_html"><div class="ttname"><a href="structoperations__research_1_1_graphs.html">operations_research::Graphs</a></div><div class="ttdef"><b>Definition:</b> <a href="graphs_8h_source.html#l00027">graphs.h:27</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="base_2logging_8h_html_accad43a85d781d53381cd53a9894b6ae"><div class="ttname"><a href="base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae">LOG</a></div><div class="ttdeci">#define LOG(severity)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00416">base/logging.h:416</a></div></div>
<div class="ttc" id="stats_8h_html_a9995704aaaf45fc21e08c847551a8d04"><div class="ttname"><a href="stats_8h.html#a9995704aaaf45fc21e08c847551a8d04">SCOPED_TIME_STAT</a></div><div class="ttdeci">#define SCOPED_TIME_STAT(stats)</div><div class="ttdef"><b>Definition:</b> <a href="stats_8h_source.html#l00438">stats.h:438</a></div></div>
<div class="ttc" id="gurobi__interface_8cc_html_a0728f23c9a47655d38e0bf1a2f200bcf"><div class="ttname"><a href="gurobi__interface_8cc.html#a0728f23c9a47655d38e0bf1a2f200bcf">model</a></div><div class="ttdeci">GRBmodel * model</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__interface_8cc_source.html#l00273">gurobi_interface.cc:273</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_af904018d9a1c9983624b1ce0331f2bf5"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#af904018d9a1c9983624b1ce0331f2bf5">operations_research::sat::Solve</a></div><div class="ttdeci">CpSolverResponse Solve(const CpModelProto &amp;model_proto)</div><div class="ttdoc">Solves the given CpModelProto and returns an instance of CpSolverResponse.</div><div class="ttdef"><b>Definition:</b> <a href="cp__model__solver_8cc_source.html#l03379">cp_model_solver.cc:3379</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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00120">max_flow.cc:120</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ab4f56aa24c4c9cddc47a6abd2d747f9a"><div class="ttname"><a href="base_2logging_8h.html#ab4f56aa24c4c9cddc47a6abd2d747f9a">DCHECK_GT</a></div><div class="ttdeci">#define DCHECK_GT(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00891">base/logging.h:891</a></div></div>
<div class="ttc" id="routing__flow_8cc_html_a64e7efc5529154ba56903e75f5300990"><div class="ttname"><a href="routing__flow_8cc.html#a64e7efc5529154ba56903e75f5300990">tail</a></div><div class="ttdeci">int64_t tail</div><div class="ttdef"><b>Definition:</b> <a href="routing__flow_8cc_source.html#l00149">routing_flow.cc:149</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_simple_max_flow_html_a57f5767b51471aa3c021db1cb451726e"><div class="ttname"><a href="classoperations__research_1_1_simple_max_flow.html#a57f5767b51471aa3c021db1cb451726e">operations_research::SimpleMaxFlow::Solve</a></div><div class="ttdeci">Status Solve(NodeIndex source, NodeIndex sink)</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00055">max_flow.cc:55</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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00026">max_flow.cc:26</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_acec2c01840f6c9513e6c33c8c33495f6"><div class="ttname"><a href="classoperations__research_1_1_arc.html#acec2c01840f6c9513e6c33c8c33495f6">operations_research::Arc::set_tail_node_id</a></div><div class="ttdeci">void set_tail_node_id(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00718">flow_problem.pb.h:718</a></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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00028">max_flow.cc:28</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_a40a6c0449051760fec781842ca1a5927"><div class="ttname"><a href="classoperations__research_1_1_node.html#a40a6c0449051760fec781842ca1a5927">operations_research::Node::set_id</a></div><div class="ttdeci">void set_id(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00834">flow_problem.pb.h:834</a></div></div>
<div class="ttc" id="alldiff__cst_8cc_html_a26e6db9bcc64b584051ecc28171ed11f"><div class="ttname"><a href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">max</a></div><div class="ttdeci">int64_t max</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00140">alldiff_cst.cc:140</a></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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00126">max_flow.cc:126</a></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="base_2logging_8h_html_a46e69120fbd3b36e6960e096d23b66f0"><div class="ttname"><a href="base_2logging_8h.html#a46e69120fbd3b36e6960e096d23b66f0">DCHECK_NE</a></div><div class="ttdeci">#define DCHECK_NE(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00887">base/logging.h:887</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_a229b58c98772b2824402b34439ffb3ae"><div class="ttname"><a href="classoperations__research_1_1_node.html#a229b58c98772b2824402b34439ffb3ae">operations_research::Node::set_supply</a></div><div class="ttdeci">void set_supply(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00862">flow_problem.pb.h:862</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_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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00043">max_flow.cc:43</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="routing__flow_8cc_html_a2acb49f4df5288066c43610bede123ec"><div class="ttname"><a href="routing__flow_8cc.html#a2acb49f4df5288066c43610bede123ec">capacity</a></div><div class="ttdeci">int64_t capacity</div><div class="ttdef"><b>Definition:</b> <a href="routing__flow_8cc_source.html#l00151">routing_flow.cc:151</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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00108">max_flow.cc:108</a></div></div>
<div class="ttc" id="base_2logging_8h_html_aae2dc65d9ea248d54bf39daa986dd295"><div class="ttname"><a href="base_2logging_8h.html#aae2dc65d9ea248d54bf39daa986dd295">DCHECK_GE</a></div><div class="ttdeci">#define DCHECK_GE(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00890">base/logging.h:890</a></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_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_arc_html_a0cf782e3863e12d76fac46715ae02e1c"><div class="ttname"><a href="classoperations__research_1_1_arc.html#a0cf782e3863e12d76fac46715ae02e1c">operations_research::Arc::set_head_node_id</a></div><div class="ttdeci">void set_head_node_id(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00746">flow_problem.pb.h:746</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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00051">max_flow.cc:51</a></div></div>
<div class="ttc" id="resource_8cc_html_af12056bc2a8e3ec563f0940d87abbd2e"><div class="ttname"><a href="resource_8cc.html#af12056bc2a8e3ec563f0940d87abbd2e">delta</a></div><div class="ttdeci">int64_t delta</div><div class="ttdef"><b>Definition:</b> <a href="resource_8cc_source.html#l01692">resource.cc:1692</a></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="base_2logging_8h_html_ae17f8119c108cf3070bad3449c7e0006"><div class="ttname"><a href="base_2logging_8h.html#ae17f8119c108cf3070bad3449c7e0006">DCHECK</a></div><div class="ttdeci">#define DCHECK(condition)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00885">base/logging.h:885</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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00115">max_flow.cc:115</a></div></div>
<div class="ttc" id="base_2logging_8h_html_ae89df3243bbb8341130c7b3f44145ea0"><div class="ttname"><a href="base_2logging_8h.html#ae89df3243bbb8341130c7b3f44145ea0">DCHECK_EQ</a></div><div class="ttdeci">#define DCHECK_EQ(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00886">base/logging.h:886</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&lt; StarGraph &gt;::OutgoingOrOppositeIncomingArcIterator</a></div><div class="ttdeci">StarGraph ::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="base_2logging_8h_html_a4395e95bab44e222cb2e77251017a0e2"><div class="ttname"><a href="base_2logging_8h.html#a4395e95bab44e222cb2e77251017a0e2">DCHECK_LE</a></div><div class="ttdeci">#define DCHECK_LE(val1, val2)</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00888">base/logging.h:888</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&lt; StarGraph &gt;::NodeIndex</a></div><div class="ttdeci">StarGraph ::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="ttdoc">Collection of objects used to extend the Constraint Solver library.</div><div class="ttdef"><b>Definition:</b> <a href="dense__doubly__linked__list_8h_source.html#l00021">dense_doubly_linked_list.h:21</a></div></div>
<div class="ttc" id="graphs_8h_html"><div class="ttname"><a href="graphs_8h.html">graphs.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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00045">max_flow.cc:45</a></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&lt; StarGraph &gt;::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_arc_html_a0e67a27682ef608f095d729a417bf379"><div class="ttname"><a href="classoperations__research_1_1_arc.html#a0e67a27682ef608f095d729a417bf379">operations_research::Arc::set_capacity</a></div><div class="ttdeci">void set_capacity(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00774">flow_problem.pb.h:774</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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00110">max_flow.cc:110</a></div></div>
<div class="ttc" id="gurobi__interface_8cc_html_a5f287b83a753915ae862fed64f8640a6"><div class="ttname"><a href="gurobi__interface_8cc.html#a5f287b83a753915ae862fed64f8640a6">context</a></div><div class="ttdeci">GurobiMPCallbackContext * context</div><div class="ttdef"><b>Definition:</b> <a href="gurobi__interface_8cc_source.html#l00513">gurobi_interface.cc:513</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html"><div class="ttname"><a href="classoperations__research_1_1_node.html">operations_research::Node</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00297">flow_problem.pb.h:297</a></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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00039">max_flow.cc:39</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 class="ttdef"><b>Definition:</b> <a href="max__flow_8cc_source.html#l00047">max_flow.cc:47</a></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&lt; StarGraph &gt;::OutgoingArcIterator</a></div><div class="ttdeci">StarGraph ::OutgoingArcIterator OutgoingArcIterator</div><div class="ttdef"><b>Definition:</b> <a href="max__flow_8h_source.html#l00319">max_flow.h:319</a></div></div>
<div class="ttc" id="stats_8h_html_a3c3e6b102f0d91c523099325c98e1887"><div class="ttname"><a href="stats_8h.html#a3c3e6b102f0d91c523099325c98e1887">IF_STATS_ENABLED</a></div><div class="ttdeci">#define IF_STATS_ENABLED(instructions)</div><div class="ttdef"><b>Definition:</b> <a href="stats_8h_source.html#l00437">stats.h:437</a></div></div>
<div class="ttc" id="constraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6"><div class="ttname"><a href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a></div><div class="ttdeci">int64_t a</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00046">constraint_solver/table.cc:46</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2020-09-02 09:42:51 +02:00
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<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><li class="navelem"><a class="el" href="max__flow_8cc.html">max_flow.cc</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
2021-09-20 15:57:27 +02:00
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
2020-09-02 09:42:51 +02:00
</ul>
</div>
</body>
</html>