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

209 lines
213 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"/>
2022-01-16 18:02:36 +01: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>
2022-01-16 18:02:36 +01: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-12-14 13:41:01 +01:00
&#160;<span id="projectnumber">9.2</span>
2020-09-01 16:00:33 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2022-01-16 18:02:36 +01:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
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">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-16 18:02:36 +01:00
/* @license-end */</script>
2020-09-01 16:00:33 +02:00
<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">
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(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">
2022-01-16 18:02:36 +01:00
<div class="headertitle">
<div class="title">flow_problem.pb.cc</div> </div>
2020-09-01 16:00:33 +02:00
</div><!--header-->
<div class="contents">
2022-01-16 18:02:36 +01: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_flow_arc_proto.html#a17cf8964bc3a6c1af19e5d44d4e0e879"> 20</a></span>&#160;constexpr <a class="code" href="classoperations__research_1_1_flow_arc_proto.html#a3e7b10dbd0e110d5bc246379607db58f">FlowArcProto::FlowArcProto</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_(int64_t{0})</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; , head_(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_flow_arc_proto_default_type_internal.html"> 26</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structop
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::FlowArcProto::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#l00398">flow_problem.pb.cc:398</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#a83794439b5a81a507b67b07f09d4f048">operations_research::FlowArcProto::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#l00439">flow_problem.pb.cc:439</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_a5cf267ff83b4216c02d9f6b2250aab6f"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#a5cf267ff83b4216c02d9f6b2250aab6f">operations_research::FlowArcProto::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const FlowArcProto &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00432">flow_problem.pb.cc:432</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::FlowArcProto::_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#l00220">flow_problem.pb.h:220</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_a8bb5f84fa9f2fbfb80fa2f3965b3a06c"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#a8bb5f84fa9f2fbfb80fa2f3965b3a06c">operations_research::FlowArcProto::swap</a></div><div class="ttdeci">friend void swap(FlowArcProto &amp;a, FlowArcProto &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00158">flow_problem.pb.h:158</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_a3d1fde18cff0af5c7ac41167c8f5575f"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#a3d1fde18cff0af5c7ac41167c8f5575f">operations_research::FlowModelProto::FlowModelProto</a></div><div class="ttdeci">FlowModelProto()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00480">flow_problem.pb.h:480</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html_adf1b5f38e3412698569666c7bd7987c7"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#adf1b5f38e3412698569666c7bd7987c7">operations_research::FlowNodeProto::swap</a></div><div class="ttdeci">friend void swap(FlowNodeProto &amp;a, FlowNodeProto &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00361">flow_problem.pb.h:361</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_arc_proto_default_type_internal_html_a803a5aff9fd84184776d913156524e58"><div class="ttname"><a href="structoperations__research_1_1_flow_arc_proto_default_type_internal.html#a803a5aff9fd84184776d913156524e58">operations_research::FlowArcProtoDefaultTypeInternal::~FlowArcProtoDefaultTypeInternal</a></div><div class="ttdeci">~FlowArcProtoDefaultTypeInternal()</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_proto_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#a83794439b5a81a507b67b07f09d4f048">operations_research::FlowModelProto::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#l00942">flow_problem.pb.cc:942</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#l00112">flow_problem.pb.cc:112</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_model_proto_default_type_internal_html_ac03af55e4ee2df5dec47f6816c0ceb90"><div class="ttname"><a href="structoperations__research_1_1_flow_model_proto_default_type_internal.html#ac03af55e4ee2df5dec47f6816c0ceb90">operations_research::FlowModelProtoDefaultTypeInternal::~FlowModelProtoDefaultTypeInternal</a></div><div class="ttdeci">~FlowModelProtoDefaultTypeInternal()</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_flow_arc_proto_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::FlowArcProto::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#l00456">flow_problem.pb.cc:456</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::FlowModelProto::_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#l00768">flow_problem.pb.cc:768</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_model_proto_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_flow_model_proto_default_type_internal.html">operations_research::FlowModelProtoDefaultTypeInternal</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="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_arc_proto_1_1___internal_html_a12d704be91beb4bed24a7c93761bc518"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto_1_1___internal.html#a12d704be91beb4bed24a7c93761bc518">operations_research::FlowArcProto::_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#l00181">flow_problem.pb.cc:181</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_af9166a7a1b039550d63e5bc6d46bdcd9"><div class="ttname"><a href="namespaceoperations__research.html#af9166a7a1b039550d63e5bc6d46bdcd9">operations_research::_FlowModelProto_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowModelProtoDefaultTypeInternal _FlowModelProto_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_flow_node_proto_html_ade092f7378c2eef944dd6eba16d5690e"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#ade092f7378c2eef944dd6eba16d5690e">operations_research::FlowNodeProto::_InternalSerialize</a></div><div class="ttdeci">uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00587">flow_problem.pb.cc:587</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html">operations_research::FlowNodeProto</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00304">flow_problem.pb.h:304</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_ade092f7378c2eef944dd6eba16d5690e"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#ade092f7378c2eef944dd6eba16d5690e">operations_research::FlowModelProto::_InternalSerialize</a></div><div class="ttdeci">uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00838">flow_problem.pb.cc:838</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_a88e8dce6dbd5396e8feefb4ae329928d"><div class="ttname"><a href="flow__problem_8pb_8cc.html#a88e8dce6dbd5396e8feefb4ae329928d">CreateMaybeMessage&lt; ::operations_research::FlowModelProto &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::FlowModelProto * Arena::CreateMaybeMessage&lt; ::operations_research::FlowModelProto &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00970">flow_problem.pb.cc:970</a></div></div>
<div class="ttc" id="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html_add528fcf8cb575420999abb21f85d3a3"><div class="ttname"><a href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#add528fcf8cb575420999abb21f85d3a3">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets</a></div><div class="ttdeci">static const uint32_t 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_proto_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::FlowModelProto::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#l00912">flow_problem.pb.cc:912</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_aeed33d764024e79230d947e0dffb384d"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#aeed33d764024e79230d947e0dffb384d">operations_research::FlowModelProto::~FlowModelProto</a></div><div class="ttdeci">~FlowModelProto() override</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00734">flow_problem.pb.cc:734</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_1_1___internal_html_a2c4b8fbd827588e6091cc60a81a04ac4"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto_1_1___internal.html#a2c4b8fbd827588e6091cc60a81a04ac4">operations_research::FlowArcProto::_Internal::set_has_head</a></div><div class="ttdeci">static void set_has_head(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00178">flow_problem.pb.cc:178</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#l00133">flow_problem.pb.cc:133</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a1701397df3b1d4bcabbdfcc77d6d74f4"><div class="ttname"><a href="namespaceoperations__research.html#a1701397df3b1d4bcabbdfcc77d6d74f4">operations_research::FlowModelProto_ProblemType_IsValid</a></div><div class="ttdeci">bool FlowModelProto_ProblemType_IsValid(int value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00150">flow_problem.pb.cc:150</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_aa71e46776a31d94d7562213ebb8fdd7f"><div class="ttname"><a href="namespaceoperations__research.html#aa71e46776a31d94d7562213ebb8fdd7f">operations_research::_FlowArcProto_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowArcProtoDefaultTypeInternal _FlowArcProto_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="classoperations__research_1_1_flow_model_proto_html_ac2c43c22c21708d67e88a164a57ad55d"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#ac2c43c22c21708d67e88a164a57ad55d">operations_research::FlowModelProto::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#l00606">flow_problem.pb.h:606</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html">operations_research::FlowModelProto</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00477">flow_problem.pb.h:477</a></div></div>
<div class="ttc" id="flow__problem_8pb_8cc_html_a110e028b272d5f82f1a89e0082439bca"><div class="ttname"><a href="flow__problem_8pb_8cc.html#a110e028b272d5f82f1a89e0082439bca">CreateMaybeMessage&lt; ::operations_research::FlowNodeProto &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::FlowNodeProto * Arena::CreateMaybeMessage&lt; ::operations_research::FlowNodeProto &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00967">flow_problem.pb.cc:967</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::FlowModelProto::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#l00955">flow_problem.pb.cc:955</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_1_1___internal_html_ae5b04fed67b758ebf5e6aa1c4a9b53f6"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto_1_1___internal.html#ae5b04fed67b758ebf5e6aa1c4a9b53f6">operations_research::FlowNodeProto::_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#l00470">flow_problem.pb.cc:470</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::FlowNodeProto::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#l00642">flow_problem.pb.cc:642</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#l00139">flow_problem.pb.cc:139</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_node_proto_default_type_internal_html_aaed3bef2a590dee385d9a1d66f16819c"><div class="ttname"><a href="structoperations__research_1_1_flow_node_proto_default_type_internal.html#aaed3bef2a590dee385d9a1d66f16819c">operations_research::FlowNodeProtoDefaultTypeInternal::FlowNodeProtoDefaultTypeInternal</a></div><div class="ttdeci">constexpr FlowNodeProtoDefaultTypeInternal()</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="flow__problem_8pb_8cc_html_a20420b5d80a719ad5b7650cf3eeae86d"><div class="ttname"><a href="flow__problem_8pb_8cc.html#a20420b5d80a719ad5b7650cf3eeae86d">PROTOBUF_SECTION_VARIABLE</a></div><div class="ttdeci">const uint32_t TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::offsets [] PROTOBUF_SECTION_VARIABLE(protodesc_cold)</div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_1_1___internal_html_a6790ec9df913416cbe5088a01554a805"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto_1_1___internal.html#a6790ec9df913416cbe5088a01554a805">operations_research::FlowArcProto::_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#l00184">flow_problem.pb.cc:184</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_ade086779f2decb3844765757f54c0915"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#ade086779f2decb3844765757f54c0915">operations_research::FlowModelProto::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#l00613">flow_problem.pb.h:613</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::FlowModelProto::_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#l00596">flow_problem.pb.h:596</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto_1_1___internal.html">operations_research::FlowNodeProto::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00464">flow_problem.pb.cc:464</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#a83794439b5a81a507b67b07f09d4f048">operations_research::FlowNodeProto::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#l00677">flow_problem.pb.cc:677</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto_1_1___internal.html">operations_research::FlowModelProto::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00701">flow_problem.pb.cc:701</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html">operations_research::FlowArcProto</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="classoperations__research_1_1_flow_node_proto_html_a41e38b0c0eb4a16eb2a3f01e4c9e8c28"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#a41e38b0c0eb4a16eb2a3f01e4c9e8c28">operations_research::FlowNodeProto::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const FlowNodeProto &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00670">flow_problem.pb.cc:670</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_node_proto_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_flow_node_proto_default_type_internal.html">operations_research::FlowNodeProtoDefaultTypeInternal</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_node_proto_1_1___internal_html_ae8cf79757e0847282f1302e22c15c945"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto_1_1___internal.html#ae8cf79757e0847282f1302e22c15c945">operations_research::FlowNodeProto::_Internal::HasBits</a></div><div class="ttdeci">decltype(std::declval&lt; FlowNodeProto &gt;()._has_bits_) HasBits</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00466">flow_problem.pb.cc:466</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html_a3b06b3a1fb4d94827ac9be0f9f1b1802"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#a3b06b3a1fb4d94827ac9be0f9f1b1802">operations_research::FlowNodeProto::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const FlowNodeProto &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00651">flow_problem.pb.cc:651</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_model_proto_default_type_internal_html_a09149b765c77b52ef1625b93b176ce0a"><div class="ttname"><a href="structoperations__research_1_1_flow_model_proto_default_type_internal.html#a09149b765c77b52ef1625b93b176ce0a">operations_research::FlowModelProtoDefaultTypeInternal::_instance</a></div><div class="ttdeci">FlowModelProto _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="namespaceoperations__research_html_ac33713255cd4928f5cf23c72f3654e3c"><div class="ttname"><a href="namespaceoperations__research.html#ac33713255cd4928f5cf23c72f3654e3c">operations_research::_FlowNodeProto_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT FlowNodeProtoDefaultTypeInternal _FlowNodeProto_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_arc_proto_1_1___internal_html_a80b243cc0033ec3ca9614621b66de1dd"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto_1_1___internal.html#a80b243cc0033ec3ca9614621b66de1dd">operations_research::FlowArcProto::_Internal::set_has_tail</a></div><div class="ttdeci">static void set_has_tail(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00175">flow_problem.pb.cc:175</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_1_1___internal_html_a3bc5a007a5fe813f46186c84f710422e"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto_1_1___internal.html#a3bc5a007a5fe813f46186c84f710422e">operations_research::FlowNodeProto::_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#l00467">flow_problem.pb.cc:467</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::FlowNodeProto::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#l00522">flow_problem.pb.cc:522</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_1_1___internal_html_adec0ba55e12e35aa027f5b54da4509d1"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto_1_1___internal.html#adec0ba55e12e35aa027f5b54da4509d1">operations_research::FlowArcProto::_Internal::HasBits</a></div><div class="ttdeci">decltype(std::declval&lt; FlowArcProto &gt;()._has_bits_) HasBits</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="structoperations__research_1_1_flow_arc_proto_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_flow_arc_proto_default_type_internal.html">operations_research::FlowArcProtoDefaultTypeInternal</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_flow_node_proto_html_a928850685b2c2b2deaa1619179b6c621"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#a928850685b2c2b2deaa1619179b6c621">operations_research::FlowNodeProto::FlowNodeProto</a></div><div class="ttdeci">FlowNodeProto()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00307">flow_problem.pb.h:307</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_acacc02fa2c7c7884700458f272744e43"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#acacc02fa2c7c7884700458f272744e43">operations_research::FlowModelProto::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const FlowModelProto &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00921">flow_problem.pb.cc:921</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto_1_1___internal.html">operations_research::FlowArcProto::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00172">flow_problem.pb.cc:172</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_model_proto_default_type_internal_html_a78ed9a2ce96470abe5847f45adcadfce"><div class="ttname"><a href="structoperations__research_1_1_flow_model_proto_default_type_internal.html#a78ed9a2ce96470abe5847f45adcadfce">operations_research::FlowModelProtoDefaultTypeInternal::FlowModelProtoDefaultTypeInternal</a></div><div class="ttdeci">constexpr FlowModelProtoDefaultTypeInternal()</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_flow_model_proto_html_aee3d90890b479ddc4a89ac1cf684222e"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#aee3d90890b479ddc4a89ac1cf684222e">operations_research::FlowModelProto::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#l00608">flow_problem.pb.h:608</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html_a06d5153ce62c5e45bcc13929a81cba6a"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#a06d5153ce62c5e45bcc13929a81cba6a">operations_research::FlowNodeProto::~FlowNodeProto</a></div><div class="ttdeci">~FlowNodeProto() override</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00501">flow_problem.pb.cc:501</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_1_1___internal_html_a4917dceee10b8b0014d01eed0ecc27dd"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto_1_1___internal.html#a4917dceee10b8b0014d01eed0ecc27dd">operations_research::FlowModelProto::_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#l00704">flow_problem.pb.cc:704</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_flow_arc_proto_html_ade092f7378c2eef944dd6eba16d5690e"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#ade092f7378c2eef944dd6eba16d5690e">operations_research::FlowArcProto::_InternalSerialize</a></div><div class="ttdeci">uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00321">flow_problem.pb.cc:321</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_1_1___internal_html_a392a326d49854dab00d86e46c9005b43"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto_1_1___internal.html#a392a326d49854dab00d86e46c9005b43">operations_research::FlowModelProto::_Internal::HasBits</a></div><div class="ttdeci">decltype(std::declval&lt; FlowModelProto &gt;()._has_bits_) HasBits</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00703">flow_problem.pb.cc:703</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::FlowNodeProto::_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#l00423">flow_problem.pb.h:423</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_aa0bfd11b8b2a86b10f42bd489ed72319"><div class="ttname"><a href="namespaceoperations__research.html#aa0bfd11b8b2a86b10f42bd489ed72319">operations_research::FlowModelProto_ProblemType</a></div><div class="ttdeci">FlowModelProto_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="structoperations__research_1_1_flow_arc_proto_default_type_internal_html_a2e7e2afb2b9305cfea4c427b6d5d3645"><div class="ttname"><a href="structoperations__research_1_1_flow_arc_proto_default_type_internal.html#a2e7e2afb2b9305cfea4c427b6d5d3645">operations_research::FlowArcProtoDefaultTypeInternal::FlowArcProtoDefaultTypeInternal</a></div><div class="ttdeci">constexpr FlowArcProtoDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00027">flow_problem.pb.cc:27</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#af1033c8579625eedc97d25696eeca0b1">operations_research::FlowNodeProto::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#l00614">flow_problem.pb.cc:614</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#af1033c8579625eedc97d25696eeca0b1">operations_research::FlowModelProto::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#l00876">flow_problem.pb.cc:876</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::FlowArcProto::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#l00237">flow_problem.pb.cc:237</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="structoperations__research_1_1_flow_node_proto_default_type_internal_html_a776d5d1eb8a2af27e6c11d9e14597992"><div class="ttname"><a href="structoperations__research_1_1_flow_node_proto_default_type_internal.html#a776d5d1eb8a2af27e6c11d9e14597992">operations_research::FlowNodeProtoDefaultTypeInternal::_instance</a></div><div class="ttdeci">FlowNodeProto _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="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#l00132">flow_problem.pb.cc:132</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_ac5abce44b6b9ff370e4708ad5d8bf920"><div class="ttname"><a href="namespaceoperations__research.html#ac5abce44b6b9ff370e4708ad5d8bf920">operations_research::FlowModelProto_ProblemType_descriptor</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * FlowModelProto_ProblemType_descriptor()</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="classoperations__research_1_1_flow_model_proto_html_ab173c7f063ffe35c78c01320612a16fb"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#ab173c7f063ffe35c78c01320612a16fb">operations_research::FlowModelProto::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#l00604">flow_problem.pb.h:604</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#af1033c8579625eedc97d25696eeca0b1">operations_research::FlowArcProto::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#l00360">flow_problem.pb.cc:360</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_node_proto_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::FlowNodeProto::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#l00693">flow_problem.pb.cc:693</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="classoperations__research_1_1_flow_model_proto_html_ab9e4e7337370feb8c2cbd5dbfb0c3af6"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#ab9e4e7337370feb8c2cbd5dbfb0c3af6">operations_research::FlowModelProto::swap</a></div><div class="ttdeci">friend void swap(FlowModelProto &amp;a, FlowModelProto &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00534">flow_problem.pb.h:534</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_aab6ceb76142ab4957ab265e4a5ca7ec2"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#aab6ceb76142ab4957ab265e4a5ca7ec2">operations_research::FlowModelProto::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#l00511">flow_problem.pb.h:511</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="flow__problem_8pb_8cc_html_ad9c5e071897835676b153ef7293d0f94"><div class="ttname"><a href="flow__problem_8pb_8cc.html#ad9c5e071897835676b153ef7293d0f94">CreateMaybeMessage&lt; ::operations_research::FlowArcProto &gt;</a></div><div class="ttdeci">PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::operations_research::FlowArcProto * Arena::CreateMaybeMessage&lt; ::operations_research::FlowArcProto &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00964">flow_problem.pb.cc:964</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_ad602e9ebab7aa74a80d7b4017759f367"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#ad602e9ebab7aa74a80d7b4017759f367">operations_research::FlowModelProto::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#l00615">flow_problem.pb.h:615</a></div></div>
<div class="ttc" id="structoperations__research_1_1_flow_arc_proto_default_type_internal_html_a7864f26ec021339f08d4abf51d485bef"><div class="ttname"><a href="structoperations__research_1_1_flow_arc_proto_default_type_internal.html#a7864f26ec021339f08d4abf51d485bef">operations_research::FlowArcProtoDefaultTypeInternal::_instance</a></div><div class="ttdeci">FlowArcProto _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="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="structoperations__research_1_1_flow_node_proto_default_type_internal_html_aea0596b9259f4ad1f7b1f6b58a238ebf"><div class="ttname"><a href="structoperations__research_1_1_flow_node_proto_default_type_internal.html#aea0596b9259f4ad1f7b1f6b58a238ebf">operations_research::FlowNodeProtoDefaultTypeInternal::~FlowNodeProtoDefaultTypeInternal</a></div><div class="ttdeci">~FlowNodeProtoDefaultTypeInternal()</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="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_flow_model_proto_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::FlowModelProto::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#l00755">flow_problem.pb.cc:755</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_a514b10f5c7a5c51ea0646ba992d84767"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#a514b10f5c7a5c51ea0646ba992d84767">operations_research::FlowArcProto::~FlowArcProto</a></div><div class="ttdeci">~FlowArcProto() override</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00216">flow_problem.pb.cc:216</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_model_proto_html_aa9d29c306c65dc1e636deedbb7b7727c"><div class="ttname"><a href="classoperations__research_1_1_flow_model_proto.html#aa9d29c306c65dc1e636deedbb7b7727c">operations_research::FlowModelProto::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const FlowModelProto &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00935">flow_problem.pb.cc:935</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_a3e7b10dbd0e110d5bc246379607db58f"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#a3e7b10dbd0e110d5bc246379607db58f">operations_research::FlowArcProto::FlowArcProto</a></div><div class="ttdeci">FlowArcProto()</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_node_proto_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_flow_node_proto.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::FlowNodeProto::_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#l00538">flow_problem.pb.cc:538</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::FlowArcProto::_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#l00254">flow_problem.pb.cc:254</a></div></div>
<div class="ttc" id="classoperations__research_1_1_flow_arc_proto_html_ad4129fb5b7bef20fe722e6b8c402804d"><div class="ttname"><a href="classoperations__research_1_1_flow_arc_proto.html#ad4129fb5b7bef20fe722e6b8c402804d">operations_research::FlowArcProto::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const FlowArcProto &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8cc_source.html#l00407">flow_problem.pb.cc:407</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">
2022-01-16 18:02:36 +01: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>