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

209 lines
211 KiB
HTML
Raw Normal View History

2020-09-01 16:00:33 +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-01 16:00:33 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: flow_problem.pb.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-01 16:00:33 +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-01 16:00:33 +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-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">
</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('flow__problem_8pb_8cc_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>
<div class="header">
<div class="headertitle">
<div class="title">flow_problem.pb.cc</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="flow__problem_8pb_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">// Generated by the protocol buffer compiler. DO NOT EDIT!</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// source: ortools/graph/flow_problem.proto</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="flow__problem_8pb_8h.html">ortools/graph/flow_problem.pb.h</a>&quot;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;algorithm&gt;</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/io/coded_stream.h&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/extension_set.h&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/wire_format_lite.h&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/descriptor.h&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/generated_message_reflection.h&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/reflection_ops.h&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/wire_format.h&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">// @@protoc_insertion_point(includes)</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/port_def.inc&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;PROTOBUF_PRAGMA_INIT_SEG</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_arc.html#a9ca702a88436ddee3b86f8fc8406b22b"> 20</a></span>&#160;constexpr <a class="code" href="classoperations__research_1_1_arc.html#a9da2daa646ba83cf05f2911e9b711395">Arc::Arc</a>(</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; : tail_node_id_(int64_t{0})</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; , head_node_id_(int64_t{0})</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; , unit_cost_(int64_t{0})</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; , capacity_(int64_t{1}){}</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="structoperations__research_1_1_arc_default_type_internal.html"> 26</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structoperations__research_1_1_arc_default_
<div class="ttc" id="structoperations__research_1_1_flow_model_default_type_internal_html_af9e6ce0786e15dc06cef73df53e56ca8"><div class="ttname"><a href="structoperations__research_1_1_flow_model_default_type_internal.html#af9e6ce0786e15dc06cef73df53e56ca8">operations_research::FlowModelDefaultTypeInternal::FlowModelDefaultTypeInternal</a></div><div class="ttdeci">constexpr FlowModelDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00055">flow_problem.pb.cc:55</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_node.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::Node::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00409">flow_problem.pb.h:409</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_1_1___internal_html_a12d704be91beb4bed24a7c93761bc518"><div class="ttname"><a href="classoperations__research_1_1_arc_1_1___internal.html#a12d704be91beb4bed24a7c93761bc518">operations_research::Arc::_Internal::set_has_capacity</a></div><div class="ttdeci">static void set_has_capacity(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00177">flow_problem.pb.cc:177</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_a1f0ed51ee0ad21f06f77052852c2dfea"><div class="ttname"><a href="classoperations__research_1_1_node.html#a1f0ed51ee0ad21f06f77052852c2dfea">operations_research::Node::swap</a></div><div class="ttdeci">friend void swap(Node &amp;a, Node &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00350">flow_problem.pb.h:350</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_a99b6f5a2938c4db4c9413e9b84f85717"><div class="ttname"><a href="flow__problem_8pb_8cc.html#a99b6f5a2938c4db4c9413e9b84f85717">file_default_instances</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Message const *const file_default_instances[]</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00109">flow_problem.pb.cc:109</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#a83794439b5a81a507b67b07f09d4f048">operations_research::FlowModel::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00959">flow_problem.pb.cc:959</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_arc.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::Arc::_InternalParse</a></div><div class="ttdeci">const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00250">flow_problem.pb.cc:250</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_ad841b8448cd1aa69c20328c5ed1d27e8"><div class="ttname"><a href="classoperations__research_1_1_arc.html#ad841b8448cd1aa69c20328c5ed1d27e8">operations_research::Arc::~Arc</a></div><div class="ttdeci">~Arc() override</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00212">flow_problem.pb.cc:212</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_aeda16188ba0f2eaa4bc58ae293f7be59"><div class="ttname"><a href="namespaceoperations__research.html#aeda16188ba0f2eaa4bc58ae293f7be59">operations_research::FlowModel_ProblemType_descriptor</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * FlowModel_ProblemType_descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00142">flow_problem.pb.cc:142</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_arc.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::Arc::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00213">flow_problem.pb.h:213</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_a2433308ccae05ed50862c2a1b72f3e02"><div class="ttname"><a href="classoperations__research_1_1_arc.html#a2433308ccae05ed50862c2a1b72f3e02">operations_research::Arc::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const Arc &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00413">flow_problem.pb.cc:413</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_a5de89a1f6e3f80a49a0d76136d8044e2"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a5de89a1f6e3f80a49a0d76136d8044e2">operations_research::math_opt::swap</a></div><div class="ttdeci">void swap(IdMap&lt; K, V &gt; &amp;a, IdMap&lt; K, V &gt; &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="id__map_8h_source.html#l00263">id_map.h:263</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_a0769f00f27bbb17d7a03f855536d9fb1"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#a0769f00f27bbb17d7a03f855536d9fb1">operations_research::FlowModel::ProblemType_MAX</a></div><div class="ttdeci">static constexpr ProblemType ProblemType_MAX</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00594">flow_problem.pb.h:594</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="flow__problem_8pb_8cc_html_a56586586c63d37d62a827cdbeb43f2b5"><div class="ttname"><a href="flow__problem_8pb_8cc.html#a56586586c63d37d62a827cdbeb43f2b5">CreateMaybeMessage&lt; ::operations_research::Arc &gt;</a></div><div class="ttdeci">PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::operations_research::Arc * Arena::CreateMaybeMessage&lt; ::operations_research::Arc &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00981">flow_problem.pb.cc:981</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_adbcdab675a0ef467d0e369ae7f3fdde9"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#adbcdab675a0ef467d0e369ae7f3fdde9">operations_research::FlowModel::LINEAR_SUM_ASSIGNMENT</a></div><div class="ttdeci">static constexpr ProblemType LINEAR_SUM_ASSIGNMENT</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00583">flow_problem.pb.h:583</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_ac3f94abc2d574c41517b128184b5f761"><div class="ttname"><a href="classoperations__research_1_1_node.html#ac3f94abc2d574c41517b128184b5f761">operations_research::Node::~Node</a></div><div class="ttdeci">~Node() override</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00507">flow_problem.pb.cc:507</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1_node.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::Node::_InternalSerialize</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00591">flow_problem.pb.cc:591</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_a0d313fac56abd7ebe58a17f1530b879e"><div class="ttname"><a href="classoperations__research_1_1_node.html#a0d313fac56abd7ebe58a17f1530b879e">operations_research::Node::Node</a></div><div class="ttdeci">Node()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00300">flow_problem.pb.h:300</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_node.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::Node::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00656">flow_problem.pb.cc:656</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_a53512c3ead99a8ae676152ae576c76df"><div class="ttname"><a href="classoperations__research_1_1_arc.html#a53512c3ead99a8ae676152ae576c76df">operations_research::Arc::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const Arc &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00438">flow_problem.pb.cc:438</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="flow__problem_8pb_8cc_html_aa907f507c80ae9d75d583a78d90de7b8"><div class="ttname"><a href="flow__problem_8pb_8cc.html#aa907f507c80ae9d75d583a78d90de7b8">descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00129">flow_problem.pb.cc:129</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_node.html#af1033c8579625eedc97d25696eeca0b1">operations_research::Node::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00618">flow_problem.pb.cc:618</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_1_1___internal_html_a4917dceee10b8b0014d01eed0ecc27dd"><div class="ttname"><a href="classoperations__research_1_1_flow_model_1_1___internal.html#a4917dceee10b8b0014d01eed0ecc27dd">operations_research::FlowModel::_Internal::set_has_problem_type</a></div><div class="ttdeci">static void set_has_problem_type(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00718">flow_problem.pb.cc:718</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a660549b573f43440c90e14578f5950bb"><div class="ttname"><a href="namespaceoperations__research.html#a660549b573f43440c90e14578f5950bb">operations_research::_FlowModel_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowModelDefaultTypeInternal _FlowModel_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00062">flow_problem.pb.cc:62</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1_arc.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::Arc::_InternalSerialize</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00313">flow_problem.pb.cc:313</a></div></div>
<div class="ttc" id="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html_a345548bf52cc46cc10c6830c03d541ff"><div class="ttname"><a href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00054">flow_problem.pb.h:54</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_a96fc6023180f6453b7f18000aa837552"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#a96fc6023180f6453b7f18000aa837552">operations_research::FlowModel::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const FlowModel &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00952">flow_problem.pb.cc:952</a></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="flow__problem_8pb_8cc_html_a0ddb09ba08a813a3c7ed16959190af98"><div class="ttname"><a href="flow__problem_8pb_8cc.html#a0ddb09ba08a813a3c7ed16959190af98">descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_getter</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_WEAKconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable * descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_getter()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00135">flow_problem.pb.cc:135</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_aa22235731898cbd9e50abc8dfb2fc5b8"><div class="ttname"><a href="namespaceoperations__research.html#aa22235731898cbd9e50abc8dfb2fc5b8">operations_research::_Arc_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT ArcDefaultTypeInternal _Arc_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00034">flow_problem.pb.cc:34</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_aa04c3d13981837bb3b7c9ee1cef47daa"><div class="ttname"><a href="flow__problem_8pb_8cc.html#aa04c3d13981837bb3b7c9ee1cef47daa">CreateMaybeMessage&lt; ::operations_research::Node &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::Node * Arena::CreateMaybeMessage&lt; ::operations_research::Node &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00984">flow_problem.pb.cc:984</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_node.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::Node::_InternalParse</a></div><div class="ttdeci">const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00544">flow_problem.pb.cc:544</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::FlowModel::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00575">flow_problem.pb.h:575</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::FlowModel::_InternalParse</a></div><div class="ttdeci">const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00782">flow_problem.pb.cc:782</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_ad9e3a7201554fdf383378bec312530dd"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#ad9e3a7201554fdf383378bec312530dd">operations_research::FlowModel::ProblemType_MIN</a></div><div class="ttdeci">static constexpr ProblemType ProblemType_MIN</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00592">flow_problem.pb.h:592</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_1_1___internal_html_a3bc5a007a5fe813f46186c84f710422e"><div class="ttname"><a href="classoperations__research_1_1_node_1_1___internal.html#a3bc5a007a5fe813f46186c84f710422e">operations_research::Node::_Internal::set_has_id</a></div><div class="ttdeci">static void set_has_id(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00473">flow_problem.pb.cc:473</a></div></div>
<div class="ttc" id="structoperations__research_1_1_node_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_node_default_type_internal.html">operations_research::NodeDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00039">flow_problem.pb.cc:39</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_a78c247d476f4d6b37dc920ee286953e6"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#a78c247d476f4d6b37dc920ee286953e6">operations_research::FlowModel::ProblemType_ARRAYSIZE</a></div><div class="ttdeci">static constexpr int ProblemType_ARRAYSIZE</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00596">flow_problem.pb.h:596</a></div></div>
<div class="ttc" id="structoperations__research_1_1_node_default_type_internal_html_ab0da6b3db245df3fd856fcd0b340e89e"><div class="ttname"><a href="structoperations__research_1_1_node_default_type_internal.html#ab0da6b3db245df3fd856fcd0b340e89e">operations_research::NodeDefaultTypeInternal::NodeDefaultTypeInternal</a></div><div class="ttdeci">constexpr NodeDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00040">flow_problem.pb.cc:40</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_aa76c9620775a54fc71a1b839548a47bf"><div class="ttname"><a href="classoperations__research_1_1_node.html#aa76c9620775a54fc71a1b839548a47bf">operations_research::Node::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const Node &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00684">flow_problem.pb.cc:684</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_1_1___internal_html_a9db96b0f1a4b433ae6af2a793430d08d"><div class="ttname"><a href="classoperations__research_1_1_arc_1_1___internal.html#a9db96b0f1a4b433ae6af2a793430d08d">operations_research::Arc::_Internal::set_has_head_node_id</a></div><div class="ttdeci">static void set_has_head_node_id(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00174">flow_problem.pb.cc:174</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a2b73bfb603f4a8921877c01f4dd774af"><div class="ttname"><a href="namespaceoperations__research.html#a2b73bfb603f4a8921877c01f4dd774af">operations_research::_Node_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT NodeDefaultTypeInternal _Node_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00047">flow_problem.pb.cc:47</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#af1033c8579625eedc97d25696eeca0b1">operations_research::FlowModel::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00887">flow_problem.pb.cc:887</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_arc.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::Arc::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00233">flow_problem.pb.cc:233</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_aeb97e39bc8170e847aa4b38bab62aa44"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#aeb97e39bc8170e847aa4b38bab62aa44">operations_research::FlowModel::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const FlowModel &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00938">flow_problem.pb.cc:938</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_acb477e05a4c80699668740f832a268e2"><div class="ttname"><a href="flow__problem_8pb_8cc.html#acb477e05a4c80699668740f832a268e2">CreateMaybeMessage&lt; ::operations_research::FlowModel &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::FlowModel * Arena::CreateMaybeMessage&lt; ::operations_research::FlowModel &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00987">flow_problem.pb.cc:987</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_model_default_type_internal_html_aa04fa57faa72718660cba2712fed83bd"><div class="ttname"><a href="structoperations__research_1_1_flow_model_default_type_internal.html#aa04fa57faa72718660cba2712fed83bd">operations_research::FlowModelDefaultTypeInternal::~FlowModelDefaultTypeInternal</a></div><div class="ttdeci">~FlowModelDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00057">flow_problem.pb.cc:57</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_arc.html#af1033c8579625eedc97d25696eeca0b1">operations_research::Arc::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00352">flow_problem.pb.cc:352</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_a6dd532f18100c8204ded7d9b6738aa08"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#a6dd532f18100c8204ded7d9b6738aa08">operations_research::FlowModel::~FlowModel</a></div><div class="ttdeci">~FlowModel() override</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00748">flow_problem.pb.cc:748</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_node_1_1___internal.html">operations_research::Node::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00470">flow_problem.pb.cc:470</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_1_1___internal_html_ad800710849e044f0c3ff546ea04ed00c"><div class="ttname"><a href="classoperations__research_1_1_arc_1_1___internal.html#ad800710849e044f0c3ff546ea04ed00c">operations_research::Arc::_Internal::HasBits</a></div><div class="ttdeci">decltype(std::declval&lt; Arc &gt;()._has_bits_) HasBits</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00170">flow_problem.pb.cc:170</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_a9da2daa646ba83cf05f2911e9b711395"><div class="ttname"><a href="classoperations__research_1_1_arc.html#a9da2daa646ba83cf05f2911e9b711395">operations_research::Arc::Arc</a></div><div class="ttdeci">Arc()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00104">flow_problem.pb.h:104</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_abebc1d4c81ac7215dd2bb65ba03bb85d"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#abebc1d4c81ac7215dd2bb65ba03bb85d">operations_research::FlowModel::MAX_FLOW</a></div><div class="ttdeci">static constexpr ProblemType MAX_FLOW</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00585">flow_problem.pb.h:585</a></div></div>
<div class="ttc" id="namespaceinternal_html"><div class="ttname"><a href="namespaceinternal.html">internal</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__parameters_8pb_8h_source.html#l00039">bop_parameters.pb.h:39</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_arc.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::Arc::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00404">flow_problem.pb.cc:404</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_a096e78b5228bfa225d174c4211b8f402"><div class="ttname"><a href="classoperations__research_1_1_arc.html#a096e78b5228bfa225d174c4211b8f402">operations_research::Arc::swap</a></div><div class="ttdeci">friend void swap(Arc &amp;a, Arc &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00154">flow_problem.pb.h:154</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a4f683c5103a92e63d9df46f2652d476c"><div class="ttname"><a href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">operations_research::FlowModel_ProblemType</a></div><div class="ttdeci">FlowModel_ProblemType</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00075">flow_problem.pb.h:75</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_node.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::Node::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00707">flow_problem.pb.cc:707</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_aab6ceb76142ab4957ab265e4a5ca7ec2"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#aab6ceb76142ab4957ab265e4a5ca7ec2">operations_research::FlowModel::mutable_unknown_fields</a></div><div class="ttdeci">inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00493">flow_problem.pb.h:493</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::FlowModel::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00769">flow_problem.pb.cc:769</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a7deeae530369e107f9d91c1a189f451f"><div class="ttname"><a href="namespaceoperations__research.html#a7deeae530369e107f9d91c1a189f451f">operations_research::Arc</a></div><div class="ttdeci">std::pair&lt; int64_t, int64_t &gt; Arc</div><div class="ttdef"><b>Definition:</b> <a href="search_8cc_source.html#l03383">search.cc:3383</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_model_default_type_internal_html_a32843242b3b0395e35e551c832652411"><div class="ttname"><a href="structoperations__research_1_1_flow_model_default_type_internal.html#a32843242b3b0395e35e551c832652411">operations_research::FlowModelDefaultTypeInternal::_instance</a></div><div class="ttdeci">FlowModel _instance</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00059">flow_problem.pb.cc:59</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::FlowModel::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00972">flow_problem.pb.cc:972</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_1_1___internal_html_ae5b04fed67b758ebf5e6aa1c4a9b53f6"><div class="ttname"><a href="classoperations__research_1_1_node_1_1___internal.html#ae5b04fed67b758ebf5e6aa1c4a9b53f6">operations_research::Node::_Internal::set_has_supply</a></div><div class="ttdeci">static void set_has_supply(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00476">flow_problem.pb.cc:476</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_node.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::Node::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00528">flow_problem.pb.cc:528</a></div></div>
<div class="ttc" id="structoperations__research_1_1_arc_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_arc_default_type_internal.html">operations_research::ArcDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00026">flow_problem.pb.cc:26</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_node.html#a83794439b5a81a507b67b07f09d4f048">operations_research::Node::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00691">flow_problem.pb.cc:691</a></div></div>
<div class="ttc" id="structoperations__research_1_1_node_default_type_internal_html_a535413aa66a228900165406eac35fb61"><div class="ttname"><a href="structoperations__research_1_1_node_default_type_internal.html#a535413aa66a228900165406eac35fb61">operations_research::NodeDefaultTypeInternal::~NodeDefaultTypeInternal</a></div><div class="ttdeci">~NodeDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00042">flow_problem.pb.cc:42</a></div></div>
<div class="ttc" id="structoperations__research_1_1_node_default_type_internal_html_a77ba22cb22a5885e551d3c33bf20d075"><div class="ttname"><a href="structoperations__research_1_1_node_default_type_internal.html#a77ba22cb22a5885e551d3c33bf20d075">operations_research::NodeDefaultTypeInternal::_instance</a></div><div class="ttdeci">Node _instance</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00044">flow_problem.pb.cc:44</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="classoperations__research_1_1_arc_1_1___internal_html_a4691c0fe121a0321bfbe0afc463e0681"><div class="ttname"><a href="classoperations__research_1_1_arc_1_1___internal.html#a4691c0fe121a0321bfbe0afc463e0681">operations_research::Arc::_Internal::set_has_tail_node_id</a></div><div class="ttdeci">static void set_has_tail_node_id(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00171">flow_problem.pb.cc:171</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_abb4273748771fe2eebe1ec80e51788ff"><div class="ttname"><a href="flow__problem_8pb_8cc.html#abb4273748771fe2eebe1ec80e51788ff">descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto_once</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00128">flow_problem.pb.cc:128</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_arc.html#a83794439b5a81a507b67b07f09d4f048">operations_research::Arc::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00445">flow_problem.pb.cc:445</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::FlowModel::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00929">flow_problem.pb.cc:929</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_flow_model_1_1___internal.html">operations_research::FlowModel::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00715">flow_problem.pb.cc:715</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_1_1___internal_html_a6790ec9df913416cbe5088a01554a805"><div class="ttname"><a href="classoperations__research_1_1_arc_1_1___internal.html#a6790ec9df913416cbe5088a01554a805">operations_research::Arc::_Internal::set_has_unit_cost</a></div><div class="ttdeci">static void set_has_unit_cost(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00180">flow_problem.pb.cc:180</a></div></div>
<div class="ttc" id="classoperations__research_1_1_arc_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_arc.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::Arc::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00462">flow_problem.pb.cc:462</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_ae81114ad2923cf4fc8d924bd3049673e"><div class="ttname"><a href="flow__problem_8pb_8cc.html#ae81114ad2923cf4fc8d924bd3049673e">file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_ortools_2fgraph_2fflow_5fproblem_2eproto[3]</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00064">flow_problem.pb.cc:64</a></div></div>
<div class="ttc" id="structoperations__research_1_1_arc_default_type_internal_html_a0e5d3db6557b089386e974039311abd5"><div class="ttname"><a href="structoperations__research_1_1_arc_default_type_internal.html#a0e5d3db6557b089386e974039311abd5">operations_research::ArcDefaultTypeInternal::~ArcDefaultTypeInternal</a></div><div class="ttdeci">~ArcDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00029">flow_problem.pb.cc:29</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_1_1___internal_html_adc53a43c647dbbbf5d9cb884d24dd107"><div class="ttname"><a href="classoperations__research_1_1_flow_model_1_1___internal.html#adc53a43c647dbbbf5d9cb884d24dd107">operations_research::FlowModel::_Internal::HasBits</a></div><div class="ttdeci">decltype(std::declval&lt; FlowModel &gt;()._has_bits_) HasBits</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00717">flow_problem.pb.cc:717</a></div></div>
<div class="ttc" id="optional__boolean_8pb_8cc_html_a45da01ad4acb3124fbe203f64edbd517"><div class="ttname"><a href="optional__boolean_8pb_8cc.html#a45da01ad4acb3124fbe203f64edbd517">schemas</a></div><div class="ttdeci">static constexpr ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema * schemas</div><div class="ttdef"><b>Definition:</b> <a href="optional__boolean_8pb_8cc_source.html#l00024">optional_boolean.pb.cc:24</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_ad94a1f697c5cc8460c09d96d35c82053"><div class="ttname"><a href="flow__problem_8pb_8cc.html#ad94a1f697c5cc8460c09d96d35c82053">file_level_enum_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * file_level_enum_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto[1]</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00065">flow_problem.pb.cc:65</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_1_1___internal_html_a66ed4f002bb9d453457397a725c0c480"><div class="ttname"><a href="classoperations__research_1_1_node_1_1___internal.html#a66ed4f002bb9d453457397a725c0c480">operations_research::Node::_Internal::HasBits</a></div><div class="ttdeci">decltype(std::declval&lt; Node &gt;()._has_bits_) HasBits</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00472">flow_problem.pb.cc:472</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_a18d1da3dd7794ed5188f3fc21d0e497d"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#a18d1da3dd7794ed5188f3fc21d0e497d">operations_research::FlowModel::swap</a></div><div class="ttdeci">friend void swap(FlowModel &amp;a, FlowModel &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00516">flow_problem.pb.h:516</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="structoperations__research_1_1_flow_model_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_flow_model_default_type_internal.html">operations_research::FlowModelDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00054">flow_problem.pb.cc:54</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_aba15c36c21952c593469a726e769ad82"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#aba15c36c21952c593469a726e769ad82">operations_research::FlowModel::FlowModel</a></div><div class="ttdeci">FlowModel()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00466">flow_problem.pb.h:466</a></div></div>
<div class="ttc" id="demon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514"><div class="ttname"><a href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a></div><div class="ttdeci">int64_t value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00044">demon_profiler.cc:44</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_a1a656da48cf3d2824247c83ad8d92f10"><div class="ttname"><a href="flow__problem_8pb_8cc.html#a1a656da48cf3d2824247c83ad8d92f10">CHK_</a></div><div class="ttdeci">#define CHK_(x)</div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::FlowModel::_InternalSerialize</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00849">flow_problem.pb.cc:849</a></div></div>
<div class="ttc" id="structoperations__research_1_1_arc_default_type_internal_html_ab92c2d2c403527f7067a7da731e6fb30"><div class="ttname"><a href="structoperations__research_1_1_arc_default_type_internal.html#ab92c2d2c403527f7067a7da731e6fb30">operations_research::ArcDefaultTypeInternal::_instance</a></div><div class="ttdeci">Arc _instance</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00031">flow_problem.pb.cc:31</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_html_a86d19ef9e70b2a16f68e11b9ab737bd2"><div class="ttname"><a href="classoperations__research_1_1_flow_model.html#a86d19ef9e70b2a16f68e11b9ab737bd2">operations_research::FlowModel::MIN_COST_FLOW</a></div><div class="ttdeci">static constexpr ProblemType MIN_COST_FLOW</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00587">flow_problem.pb.h:587</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_aba2a945173eaa374e2f5d360c3d13610"><div class="ttname"><a href="flow__problem_8pb_8cc.html#aba2a945173eaa374e2f5d360c3d13610">file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto</a></div><div class="ttdeci">static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_ortools_2fgraph_2fflow_5fproblem_2eproto</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00066">flow_problem.pb.cc:66</a></div></div>
<div class="ttc" id="classoperations__research_1_1_node_html_adb2b9028fcb5f208047e828e10532735"><div class="ttname"><a href="classoperations__research_1_1_node.html#adb2b9028fcb5f208047e828e10532735">operations_research::Node::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const Node &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00665">flow_problem.pb.cc:665</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a6896684caf664bddb9ef9166d70a0064"><div class="ttname"><a href="namespaceoperations__research.html#a6896684caf664bddb9ef9166d70a0064">operations_research::FlowModel_ProblemType_IsValid</a></div><div class="ttdeci">bool FlowModel_ProblemType_IsValid(int value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00146">flow_problem.pb.cc:146</a></div></div>
<div class="ttc" id="structoperations__research_1_1_arc_default_type_internal_html_ac383e1adac45ddac6090459ea488251c"><div class="ttname"><a href="structoperations__research_1_1_arc_default_type_internal.html#ac383e1adac45ddac6090459ea488251c">operations_research::ArcDefaultTypeInternal::ArcDefaultTypeInternal</a></div><div class="ttdeci">constexpr ArcDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00027">flow_problem.pb.cc:27</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2020-09-01 16:00:33 +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_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_57289fd743fd8a5b5def0c441b0bd064.html">graph</a></li><li class="navelem"><a class="el" href="flow__problem_8pb_8cc.html">flow_problem.pb.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-01 16:00:33 +02:00
</ul>
</div>
</body>
</html>