1224 lines
246 KiB
HTML
1224 lines
246 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>OR-Tools</title>
|
|
<meta http-equiv="Content-Type" content="text/html;"/>
|
|
<meta charset="utf-8"/>
|
|
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div id="banner-container">
|
|
<div id="banner">
|
|
<span id="sfml">Google OR-Tools 8.0</span>
|
|
</div>
|
|
</div>
|
|
<div id="content" style="width: 100%; overflow: hidden;">
|
|
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
|
|
<h2>C++ Reference</h2>
|
|
<ul>
|
|
<li><a href="../cpp_algorithms/annotated.html">Algorithms</a></li>
|
|
<li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
|
|
<li><a href="../cpp_graph/annotated.html">Graph</a></li>
|
|
<li><a href="../cpp_routing/annotated.html">Routing</a></li>
|
|
<li><a href="../cpp_linear/annotated.html">Linear solver</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="content">
|
|
<div align="center">
|
|
<h1 style="color: #145A32;">C++ Reference: Graph</h1>
|
|
</div>
|
|
<!-- Generated by Doxygen 1.8.20 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @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&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&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('flow__problem_8pb_8h_source.html',''); initResizable(); });
|
|
/* @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.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="flow__problem_8pb_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <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> <span class="comment">// source: ortools/graph/flow_problem.proto</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>  </div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#ifndef GOOGLE_PROTOBUF_INCLUDED_ortools_2fgraph_2fflow_5fproblem_2eproto</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#define GOOGLE_PROTOBUF_INCLUDED_ortools_2fgraph_2fflow_5fproblem_2eproto</span></div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>  </div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#include <limits></span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include <string></span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <google/protobuf/port_def.inc></span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#if PROTOBUF_VERSION < 3013000</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#error This file was generated by a newer version of protoc which is</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#error incompatible with your Protocol Buffer headers. Please update</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#error your headers.</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#if 3013000 < PROTOBUF_MIN_PROTOC_VERSION</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#error This file was generated by an older version of protoc which is</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#error incompatible with your Protocol Buffer headers. Please</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#error regenerate this file with a newer version of protoc.</span></div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#endif</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include <google/protobuf/port_undef.inc></span></div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <google/protobuf/io/coded_stream.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <google/protobuf/arena.h></span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <google/protobuf/arenastring.h></span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <google/protobuf/generated_message_table_driven.h></span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <google/protobuf/generated_message_util.h></span></div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include <google/protobuf/inlined_string_field.h></span></div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <google/protobuf/metadata_lite.h></span></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include <google/protobuf/generated_message_reflection.h></span></div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#include <google/protobuf/message.h></span></div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <google/protobuf/repeated_field.h></span> <span class="comment">// IWYU pragma: export</span></div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include <google/protobuf/extension_set.h></span> <span class="comment">// IWYU pragma: export</span></div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include <google/protobuf/generated_enum_reflection.h></span></div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include <google/protobuf/unknown_field_set.h></span></div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="comment">// @@protoc_insertion_point(includes)</span></div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#include <google/protobuf/port_def.inc></span></div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="flow__problem_8pb_8h.html#a3944ad1910d9b0f5063f1f888f7af61a"> 38</a></span> <span class="preprocessor">#define PROTOBUF_INTERNAL_EXPORT_ortools_2fgraph_2fflow_5fproblem_2eproto</span></div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> PROTOBUF_NAMESPACE_OPEN</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">namespace </span><a class="code" href="namespaceinternal.html">internal</a> {</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">class </span>AnyMetadata;</div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> } <span class="comment">// namespace internal</span></div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> PROTOBUF_NAMESPACE_CLOSE</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment">// Internal implementation detail -- do not use these members.</span></div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html"> 46</a></span> <span class="keyword">struct </span><a class="code" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto</a> {</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f"> 48</a></span>  <a class="code" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f">PROTOBUF_SECTION_VARIABLE</a>(protodesc_cold);</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a57e83bcf45762efcecb94544c5069304"> 50</a></span>  <a class="code" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a57e83bcf45762efcecb94544c5069304">PROTOBUF_SECTION_VARIABLE</a>(protodesc_cold);</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[3]</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a662054e6fa26895882c36ee1a37a629e"> 52</a></span>  <a class="code" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a662054e6fa26895882c36ee1a37a629e">PROTOBUF_SECTION_VARIABLE</a>(protodesc_cold);</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689"> 53</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata <a class="code" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689">field_metadata</a>[];</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a807eed5c615caffbff3960079ef76239"> 54</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable <a class="code" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a807eed5c615caffbff3960079ef76239">serialization_table</a>[];</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a345548bf52cc46cc10c6830c03d541ff"> 55</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::uint32 <a class="code" href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">offsets</a>[];</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> };</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">extern</span> const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable <a class="code" href="flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f">descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto</a>;</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="keyword">class </span>Arc;</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="keyword">class </span>ArcDefaultTypeInternal;</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="keyword">extern</span> ArcDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#aa22235731898cbd9e50abc8dfb2fc5b8">_Arc_default_instance_</a>;</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="keyword">class </span>FlowModel;</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">class </span>FlowModelDefaultTypeInternal;</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">extern</span> FlowModelDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a660549b573f43440c90e14578f5950bb">_FlowModel_default_instance_</a>;</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">class </span>Node;</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="keyword">class </span>NodeDefaultTypeInternal;</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="keyword">extern</span> NodeDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a2b73bfb603f4a8921877c01f4dd774af">_Node_default_instance_</a>;</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> } <span class="comment">// namespace operations_research</span></div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> PROTOBUF_NAMESPACE_OPEN</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="flow__problem_8pb_8h.html#adab194b9b0aef45453353c39f7ab1333"> 70</a></span> <span class="keyword">template</span><> ::operations_research::Arc* Arena::CreateMaybeMessage<::operations_research::Arc>(Arena*);</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="flow__problem_8pb_8h.html#aea96a16ac14673d8aef00bf02df3efdf"> 71</a></span> <span class="keyword">template</span><> ::operations_research::FlowModel* Arena::CreateMaybeMessage<::operations_research::FlowModel>(Arena*);</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="flow__problem_8pb_8h.html#a62d9e9746fad56c0e12751c81034961d"> 72</a></span> <span class="keyword">template</span><> ::operations_research::Node* Arena::CreateMaybeMessage<::operations_research::Node>(Arena*);</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> PROTOBUF_NAMESPACE_CLOSE</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c"> 76</a></span> <span class="keyword">enum</span> <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">FlowModel_ProblemType</a> : <span class="keywordtype">int</span> {</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476cadae9b1b24153d3681a075b6531ee0b92"> 77</a></span>  <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476cadae9b1b24153d3681a075b6531ee0b92">FlowModel_ProblemType_LINEAR_SUM_ASSIGNMENT</a> = 0,</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca0ce79649a2d56f0b32763b711a4c6841"> 78</a></span>  <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca0ce79649a2d56f0b32763b711a4c6841">FlowModel_ProblemType_MAX_FLOW</a> = 1,</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca6e4c70501999b698977ecfa8d0d19479">FlowModel_ProblemType_MIN_COST_FLOW</a> = 2</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca6e4c70501999b698977ecfa8d0d19479"> 80</a></span> };</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac206da01730a9479e94e730343a14738"> 81</a></span> <span class="keywordtype">bool</span> <a class="code" href="namespaceoperations__research.html#ac206da01730a9479e94e730343a14738">FlowModel_ProblemType_IsValid</a>(<span class="keywordtype">int</span> value);</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a8f81990e9a7e53ba4956be213beab4fd"> 82</a></span> constexpr <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">FlowModel_ProblemType</a> <a class="code" href="namespaceoperations__research.html#a8f81990e9a7e53ba4956be213beab4fd">FlowModel_ProblemType_ProblemType_MIN</a> = <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476cadae9b1b24153d3681a075b6531ee0b92">FlowModel_ProblemType_LINEAR_SUM_ASSIGNMENT</a>;</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ae5f834d473db3f9dd920b4cfb6f51032"> 83</a></span> constexpr <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">FlowModel_ProblemType</a> <a class="code" href="namespaceoperations__research.html#ae5f834d473db3f9dd920b4cfb6f51032">FlowModel_ProblemType_ProblemType_MAX</a> = <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca6e4c70501999b698977ecfa8d0d19479">FlowModel_ProblemType_MIN_COST_FLOW</a>;</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a96cc196af88d5d4114c8f15d66635ad4"> 84</a></span> constexpr <span class="keywordtype">int</span> <a class="code" href="namespaceoperations__research.html#a96cc196af88d5d4114c8f15d66635ad4">FlowModel_ProblemType_ProblemType_ARRAYSIZE</a> = <a class="code" href="namespaceoperations__research.html#ae5f834d473db3f9dd920b4cfb6f51032">FlowModel_ProblemType_ProblemType_MAX</a> + 1;</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a99c114843f821bc5b3467e00a57a495a"> 86</a></span> const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* <a class="code" href="namespaceoperations__research.html#a99c114843f821bc5b3467e00a57a495a">FlowModel_ProblemType_descriptor</a>();</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="keyword">template</span><<span class="keyword">typename</span> T></div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a25b340cdb4b3f3b27c99e4bff5459b0f"> 88</a></span> <span class="keyword">inline</span> <span class="keyword">const</span> std::string& <a class="code" href="namespaceoperations__research.html#a25b340cdb4b3f3b27c99e4bff5459b0f">FlowModel_ProblemType_Name</a>(T enum_t_value) {</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  static_assert(::std::is_same<T, FlowModel_ProblemType>::value ||</div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  ::std::is_integral<T>::value,</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="stringliteral">"Incorrect type passed to function FlowModel_ProblemType_Name."</span>);</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(</div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <a class="code" href="namespaceoperations__research.html#a99c114843f821bc5b3467e00a57a495a">FlowModel_ProblemType_descriptor</a>(), enum_t_value);</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span> }</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ade67a7afb07d33044226a6fcc55238c9"> 95</a></span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespaceoperations__research.html#ade67a7afb07d33044226a6fcc55238c9">FlowModel_ProblemType_Parse</a>(</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">FlowModel_ProblemType</a>* value) {</div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<FlowModel_ProblemType>(</div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <a class="code" href="namespaceoperations__research.html#a99c114843f821bc5b3467e00a57a495a">FlowModel_ProblemType_descriptor</a>(), name, value);</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> }</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> <span class="comment">// ===================================================================</span></div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html"> 102</a></span> <span class="keyword">class </span>Arc <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html">PROTOBUF_FINAL</a> :</div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::Message <span class="comment">/* @@protoc_insertion_point(class_definition:operations_research.Arc) */</span> {</div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9da2daa646ba83cf05f2911e9b711395"> 105</a></span>  <span class="keyword">inline</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9da2daa646ba83cf05f2911e9b711395">Arc</a>() : Arc(nullptr) {}</div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a01fbe0c6f24242c3f9a96a3e725b2f9b"> 106</a></span>  <span class="keyword">virtual</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a01fbe0c6f24242c3f9a96a3e725b2f9b">~Arc</a>();</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  </div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaa99ebc4cae75f52f3b2940b0691c34d"> 108</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaa99ebc4cae75f52f3b2940b0691c34d">Arc</a>(<span class="keyword">const</span> Arc& from);</div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa201dc6917780fb5e04142d729bb979c"> 109</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa201dc6917780fb5e04142d729bb979c">Arc</a>(Arc&& from) noexcept</div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  : Arc() {</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  *<span class="keyword">this</span> = ::std::move(from);</div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  }</div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  </div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a978b5c98dabb44a27f9fb435062c12ec"> 114</a></span>  <span class="keyword">inline</span> Arc& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a978b5c98dabb44a27f9fb435062c12ec">operator=</a>(<span class="keyword">const</span> Arc& from) {</div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  CopyFrom(from);</div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  }</div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a065de92fb3e4bba028bd3aed6ef4a5ea"> 118</a></span>  <span class="keyword">inline</span> Arc& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a065de92fb3e4bba028bd3aed6ef4a5ea">operator=</a>(Arc&& from) noexcept {</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keywordflow">if</span> (GetArena() == from.GetArena()) {</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keywordflow">if</span> (<span class="keyword">this</span> != &from) InternalSwap(&from);</div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  CopyFrom(from);</div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  }</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  }</div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  </div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af661986d56e934195c0cc57b3e78f1ae"> 127</a></span>  <span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af661986d56e934195c0cc57b3e78f1ae">unknown_fields</a>()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordflow">return</span> _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);</div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  }</div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab6ceb76142ab4957ab265e4a5ca7ec2"> 130</a></span>  inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab6ceb76142ab4957ab265e4a5ca7ec2">mutable_unknown_fields</a>() {</div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <span class="keywordflow">return</span> _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();</div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  }</div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708"> 134</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708">descriptor</a>() {</div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <span class="keywordflow">return</span> GetDescriptor();</div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  }</div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a"> 137</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a">GetDescriptor</a>() {</div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <span class="keywordflow">return</span> GetMetadataStatic().descriptor;</div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  }</div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c"> 140</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Reflection* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c">GetReflection</a>() {</div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="keywordflow">return</span> GetMetadataStatic().reflection;</div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  }</div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a18dfd71c2d6adbd957a36a6b6cb8c0e8"> 143</a></span>  <span class="keyword">static</span> <span class="keyword">const</span> Arc& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a18dfd71c2d6adbd957a36a6b6cb8c0e8">default_instance</a>();</div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  </div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a05cb7c52e2ce1eea2689c26385612b33"> 145</a></span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a05cb7c52e2ce1eea2689c26385612b33">InitAsDefaultInstance</a>(); <span class="comment">// FOR INTERNAL USE ONLY</span></div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1d053cddcd5888c78c6a668f70589270"> 146</a></span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> Arc* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1d053cddcd5888c78c6a668f70589270">internal_default_instance</a>() {</div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span><span class="keyword">const </span>Arc*<span class="keyword">></span>(</div>
|
|
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  &<a class="code" href="namespaceoperations__research.html#aa22235731898cbd9e50abc8dfb2fc5b8">_Arc_default_instance_</a>);</div>
|
|
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  }</div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a85e8396067794ffbc6f47b13e2497821"> 150</a></span>  <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> kIndexInFileMessages =</div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  0;</div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a096e78b5228bfa225d174c4211b8f402"> 153</a></span>  <span class="keyword">friend</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a096e78b5228bfa225d174c4211b8f402">swap</a>(Arc& a, Arc& b) {</div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  a.Swap(&b);</div>
|
|
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  }</div>
|
|
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2b727c571058b0e19c097fdadff70216"> 156</a></span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2b727c571058b0e19c097fdadff70216">Swap</a>(Arc* other) {</div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordflow">if</span> (GetArena() == other->GetArena()) {</div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  InternalSwap(other);</div>
|
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(<span class="keyword">this</span>, other);</div>
|
|
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  }</div>
|
|
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  }</div>
|
|
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a862ac350efc2f275fe67f4f6f500beb9"> 164</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a862ac350efc2f275fe67f4f6f500beb9">UnsafeArenaSwap</a>(Arc* other) {</div>
|
|
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  GOOGLE_DCHECK(GetArena() == other->GetArena());</div>
|
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  InternalSwap(other);</div>
|
|
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  }</div>
|
|
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  </div>
|
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="comment">// implements Message ----------------------------------------------</span></div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f2c51e526f9e9ec86c0c8ae097b4fa8"> 172</a></span>  <span class="keyword">inline</span> Arc* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f2c51e526f9e9ec86c0c8ae097b4fa8">New</a>() const final {</div>
|
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <span class="keywordflow">return</span> CreateMaybeMessage<Arc>(<span class="keyword">nullptr</span>);</div>
|
|
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  }</div>
|
|
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  </div>
|
|
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa523ef7ad1885dc3e9751d0e67048ff1"> 176</a></span>  Arc* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa523ef7ad1885dc3e9751d0e67048ff1">New</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena) <span class="keyword">const</span> <span class="keyword">final</span> {</div>
|
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keywordflow">return</span> CreateMaybeMessage<Arc>(arena);</div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  }</div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7"> 179</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7">CopyFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message& from) <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2"> 180</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message& from) <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a53512c3ead99a8ae676152ae576c76df"> 181</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a53512c3ead99a8ae676152ae576c76df">CopyFrom</a>(<span class="keyword">const</span> Arc& from);</div>
|
|
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2433308ccae05ed50862c2a1b72f3e02"> 182</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2433308ccae05ed50862c2a1b72f3e02">MergeFrom</a>(<span class="keyword">const</span> Arc& from);</div>
|
|
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7"> 183</a></span>  PROTOBUF_ATTRIBUTE_REINITIALIZES <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7">Clear</a>() final;</div>
|
|
<div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a83794439b5a81a507b67b07f09d4f048"> 184</a></span>  <span class="keywordtype">bool</span> IsInitialized() const final;</div>
|
|
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  </div>
|
|
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af1033c8579625eedc97d25696eeca0b1"> 186</a></span>  <span class="keywordtype">size_t</span> ByteSizeLong() const final;</div>
|
|
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a454c67b85b98fe47e87043230d799c2a"> 187</a></span>  const <span class="keywordtype">char</span>* _InternalParse(const <span class="keywordtype">char</span>* ptr, ::PROTOBUF_NAMESPACE_ID::<a class="code" href="namespaceinternal.html">internal</a>::ParseContext* ctx) final;</div>
|
|
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a441b119e474a1202488ec26fa6eed236"> 188</a></span>  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(</div>
|
|
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;</div>
|
|
<div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6"> 190</a></span>  <span class="keywordtype">int</span> GetCachedSize() const final { <span class="keywordflow">return</span> _cached_size_.Get(); }</div>
|
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  </div>
|
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedCtor();</div>
|
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedDtor();</div>
|
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keywordtype">void</span> SetCachedSize(<span class="keywordtype">int</span> size) <span class="keyword">const</span> <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <span class="keywordtype">void</span> InternalSwap(Arc* other);</div>
|
|
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9b35d94da3444084fc3673b7717b6cfe"> 197</a></span>  <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;</div>
|
|
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {</div>
|
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="keywordflow">return</span> <span class="stringliteral">"operations_research.Arc"</span>;</div>
|
|
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  }</div>
|
|
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  <span class="keyword">protected</span>:</div>
|
|
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1040e05051f515040b9f36e7b927f254"> 202</a></span>  <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1040e05051f515040b9f36e7b927f254">Arc</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
|
|
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> ArenaDtor(<span class="keywordtype">void</span>* <span class="keywordtype">object</span>);</div>
|
|
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
|
|
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  </div>
|
|
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80"> 208</a></span>  ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80">GetMetadata</a>() const final;</div>
|
|
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  private:</div>
|
|
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
|
|
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::<a class="code" href="flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f">descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto</a>);</div>
|
|
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  <a class="code" href="flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f">return ::descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto</a>.file_level_metadata[kIndexInFileMessages];</div>
|
|
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  }</div>
|
|
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  </div>
|
|
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  </div>
|
|
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  <span class="comment">// nested types ----------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  </div>
|
|
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>  <span class="comment">// accessors -------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  </div>
|
|
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  enum : <span class="keywordtype">int</span> {</div>
|
|
<div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a227c705f12e74b62d986a994aec4813ba7b88ca7dbfaef6747b3683b7a79d91de"> 222</a></span>  kTailNodeIdFieldNumber = 1,</div>
|
|
<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a227c705f12e74b62d986a994aec4813bab9a0de192a3337fa2f990284e0244f4f"> 223</a></span>  kHeadNodeIdFieldNumber = 2,</div>
|
|
<div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a227c705f12e74b62d986a994aec4813bad2de5f33d6a3549d92e44fe59f40a328"> 224</a></span>  kUnitCostFieldNumber = 4,</div>
|
|
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a227c705f12e74b62d986a994aec4813ba440249ed44d37808cd265d63ddd9fa4c"> 225</a></span>  kCapacityFieldNumber = 3,</div>
|
|
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  };</div>
|
|
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>  <span class="comment">// optional int64 tail_node_id = 1;</span></div>
|
|
<div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a01394236cbfc6f1cf0365a6e2ac4bcd7"> 228</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a01394236cbfc6f1cf0365a6e2ac4bcd7">has_tail_node_id</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>  <span class="keywordtype">bool</span> _internal_has_tail_node_id() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac9fac3af49c8c8f82118fe906c54fe5f"> 232</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac9fac3af49c8c8f82118fe906c54fe5f">clear_tail_node_id</a>();</div>
|
|
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#add5cfbb90101d02a602e332441009892"> 233</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#add5cfbb90101d02a602e332441009892">tail_node_id</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acec2c01840f6c9513e6c33c8c33495f6"> 234</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acec2c01840f6c9513e6c33c8c33495f6">set_tail_node_id</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_tail_node_id() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  <span class="keywordtype">void</span> _internal_set_tail_node_id(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  </div>
|
|
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  <span class="comment">// optional int64 head_node_id = 2;</span></div>
|
|
<div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab7a8ac99579a0457c0255c2b508ab1e3"> 241</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab7a8ac99579a0457c0255c2b508ab1e3">has_head_node_id</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  <span class="keywordtype">bool</span> _internal_has_head_node_id() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a81387c5828ec8b801227f53eb5ec1781"> 245</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a81387c5828ec8b801227f53eb5ec1781">clear_head_node_id</a>();</div>
|
|
<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6cdd01ad501b44fb7afd16e43ad3b5a8"> 246</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6cdd01ad501b44fb7afd16e43ad3b5a8">head_node_id</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0cf782e3863e12d76fac46715ae02e1c"> 247</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0cf782e3863e12d76fac46715ae02e1c">set_head_node_id</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_head_node_id() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="keywordtype">void</span> _internal_set_head_node_id(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  </div>
|
|
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  <span class="comment">// optional int64 unit_cost = 4 [default = 0];</span></div>
|
|
<div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adc8295001ad4d2999cef01c25ec4ad0c"> 254</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adc8295001ad4d2999cef01c25ec4ad0c">has_unit_cost</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  <span class="keywordtype">bool</span> _internal_has_unit_cost() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a606ad4d0fbe863ea6feafbbc1ae92bd4"> 258</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a606ad4d0fbe863ea6feafbbc1ae92bd4">clear_unit_cost</a>();</div>
|
|
<div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acc79ecf8298747b092bfb77d14f297a9"> 259</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acc79ecf8298747b092bfb77d14f297a9">unit_cost</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac5e1a1a27dc51e6e69f9364240e087d6"> 260</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac5e1a1a27dc51e6e69f9364240e087d6">set_unit_cost</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_unit_cost() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  <span class="keywordtype">void</span> _internal_set_unit_cost(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>  </div>
|
|
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="comment">// optional int64 capacity = 3 [default = 1];</span></div>
|
|
<div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa708c56d1a20776baf0b6efccacdaa6b"> 267</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa708c56d1a20776baf0b6efccacdaa6b">has_capacity</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  <span class="keywordtype">bool</span> _internal_has_capacity() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5f7eed65007d1ae5558b58c478f69f12"> 271</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5f7eed65007d1ae5558b58c478f69f12">clear_capacity</a>();</div>
|
|
<div class="line"><a name="l00272"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a867764a43633a7ac2188f3f5aaad3bda"> 272</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a867764a43633a7ac2188f3f5aaad3bda">capacity</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0e67a27682ef608f095d729a417bf379"> 273</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0e67a27682ef608f095d729a417bf379">set_capacity</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_capacity() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  <span class="keywordtype">void</span> _internal_set_capacity(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  </div>
|
|
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  <span class="comment">// @@protoc_insertion_point(class_scope:operations_research.Arc)</span></div>
|
|
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span class="keyword">class </span>_Internal;</div>
|
|
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  </div>
|
|
<div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab618dbbac4a8d749da0d85c32932df36"> 283</a></span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T> <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;</div>
|
|
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  <span class="keyword">typedef</span> <span class="keywordtype">void</span> InternalArenaConstructable_;</div>
|
|
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  <span class="keyword">typedef</span> <span class="keywordtype">void</span> DestructorSkippable_;</div>
|
|
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;</div>
|
|
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;</div>
|
|
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  ::PROTOBUF_NAMESPACE_ID::int64 tail_node_id_;</div>
|
|
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  ::PROTOBUF_NAMESPACE_ID::int64 head_node_id_;</div>
|
|
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>  ::PROTOBUF_NAMESPACE_ID::int64 unit_cost_;</div>
|
|
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>  ::PROTOBUF_NAMESPACE_ID::int64 capacity_;</div>
|
|
<div class="line"><a name="l00292"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2d7fd8369ce911e1514d514079ebed45"> 292</a></span>  <span class="keyword">friend</span> struct ::TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto;</div>
|
|
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span> };</div>
|
|
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span> <span class="comment">// -------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  </div>
|
|
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span> <span class="keyword">class </span>Node <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html">PROTOBUF_FINAL</a> :</div>
|
|
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::Message <span class="comment">/* @@protoc_insertion_point(class_definition:operations_research.Node) */</span> {</div>
|
|
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0d313fac56abd7ebe58a17f1530b879e"> 299</a></span>  <span class="keyword">inline</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0d313fac56abd7ebe58a17f1530b879e">Node</a>() : Node(nullptr) {}</div>
|
|
<div class="line"><a name="l00300"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaaefc7b696b15da7a556d7911735a277"> 300</a></span>  <span class="keyword">virtual</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaaefc7b696b15da7a556d7911735a277">~Node</a>();</div>
|
|
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>  </div>
|
|
<div class="line"><a name="l00302"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a268bd826ae1c30b2be595763abc7137a"> 302</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a268bd826ae1c30b2be595763abc7137a">Node</a>(<span class="keyword">const</span> Node& from);</div>
|
|
<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a067c66d750ea3f178fc4435f108b048f"> 303</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a067c66d750ea3f178fc4435f108b048f">Node</a>(Node&& from) noexcept</div>
|
|
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  : Node() {</div>
|
|
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>  *<span class="keyword">this</span> = ::std::move(from);</div>
|
|
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>  }</div>
|
|
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  </div>
|
|
<div class="line"><a name="l00308"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3b695557e18e72ac4c099fa25e9f28de"> 308</a></span>  <span class="keyword">inline</span> Node& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3b695557e18e72ac4c099fa25e9f28de">operator=</a>(<span class="keyword">const</span> Node& from) {</div>
|
|
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  CopyFrom(from);</div>
|
|
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  }</div>
|
|
<div class="line"><a name="l00312"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1354bce3cd5239dc4fc76b6fbb3e83be"> 312</a></span>  <span class="keyword">inline</span> Node& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1354bce3cd5239dc4fc76b6fbb3e83be">operator=</a>(Node&& from) noexcept {</div>
|
|
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>  <span class="keywordflow">if</span> (GetArena() == from.GetArena()) {</div>
|
|
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>  <span class="keywordflow">if</span> (<span class="keyword">this</span> != &from) InternalSwap(&from);</div>
|
|
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>  CopyFrom(from);</div>
|
|
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>  }</div>
|
|
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  }</div>
|
|
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>  </div>
|
|
<div class="line"><a name="l00321"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af661986d56e934195c0cc57b3e78f1ae"> 321</a></span>  <span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af661986d56e934195c0cc57b3e78f1ae">unknown_fields</a>()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  <span class="keywordflow">return</span> _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);</div>
|
|
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  }</div>
|
|
<div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab6ceb76142ab4957ab265e4a5ca7ec2"> 324</a></span>  inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab6ceb76142ab4957ab265e4a5ca7ec2">mutable_unknown_fields</a>() {</div>
|
|
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  <span class="keywordflow">return</span> _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();</div>
|
|
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  }</div>
|
|
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  </div>
|
|
<div class="line"><a name="l00328"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708"> 328</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708">descriptor</a>() {</div>
|
|
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  <span class="keywordflow">return</span> GetDescriptor();</div>
|
|
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  }</div>
|
|
<div class="line"><a name="l00331"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a"> 331</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a">GetDescriptor</a>() {</div>
|
|
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>  <span class="keywordflow">return</span> GetMetadataStatic().descriptor;</div>
|
|
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>  }</div>
|
|
<div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c"> 334</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Reflection* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c">GetReflection</a>() {</div>
|
|
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  <span class="keywordflow">return</span> GetMetadataStatic().reflection;</div>
|
|
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  }</div>
|
|
<div class="line"><a name="l00337"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a495ff68e3cee89b8622a3481a27c13d1"> 337</a></span>  <span class="keyword">static</span> <span class="keyword">const</span> Node& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a495ff68e3cee89b8622a3481a27c13d1">default_instance</a>();</div>
|
|
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  </div>
|
|
<div class="line"><a name="l00339"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a05cb7c52e2ce1eea2689c26385612b33"> 339</a></span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a05cb7c52e2ce1eea2689c26385612b33">InitAsDefaultInstance</a>(); <span class="comment">// FOR INTERNAL USE ONLY</span></div>
|
|
<div class="line"><a name="l00340"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a977e0407f6306a9539703ef27ffb217f"> 340</a></span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> Node* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a977e0407f6306a9539703ef27ffb217f">internal_default_instance</a>() {</div>
|
|
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span><span class="keyword">const </span>Node*<span class="keyword">></span>(</div>
|
|
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  &<a class="code" href="namespaceoperations__research.html#a2b73bfb603f4a8921877c01f4dd774af">_Node_default_instance_</a>);</div>
|
|
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  }</div>
|
|
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>  <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> kIndexInFileMessages =</div>
|
|
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  1;</div>
|
|
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  </div>
|
|
<div class="line"><a name="l00347"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f0ed51ee0ad21f06f77052852c2dfea"> 347</a></span>  <span class="keyword">friend</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f0ed51ee0ad21f06f77052852c2dfea">swap</a>(Node& a, Node& b) {</div>
|
|
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  a.Swap(&b);</div>
|
|
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  }</div>
|
|
<div class="line"><a name="l00350"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a805880713139f7cfb4f275d81fd9aea2"> 350</a></span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a805880713139f7cfb4f275d81fd9aea2">Swap</a>(Node* other) {</div>
|
|
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  <span class="keywordflow">if</span> (GetArena() == other->GetArena()) {</div>
|
|
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>  InternalSwap(other);</div>
|
|
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(<span class="keyword">this</span>, other);</div>
|
|
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  }</div>
|
|
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  }</div>
|
|
<div class="line"><a name="l00358"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa23383da26807461dbb260f90a18d9ae"> 358</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa23383da26807461dbb260f90a18d9ae">UnsafeArenaSwap</a>(Node* other) {</div>
|
|
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  GOOGLE_DCHECK(GetArena() == other->GetArena());</div>
|
|
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  InternalSwap(other);</div>
|
|
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>  }</div>
|
|
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  </div>
|
|
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>  <span class="comment">// implements Message ----------------------------------------------</span></div>
|
|
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>  </div>
|
|
<div class="line"><a name="l00366"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af198d87ad40d80559459adf25445d34f"> 366</a></span>  <span class="keyword">inline</span> Node* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af198d87ad40d80559459adf25445d34f">New</a>() const final {</div>
|
|
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>  <span class="keywordflow">return</span> CreateMaybeMessage<Node>(<span class="keyword">nullptr</span>);</div>
|
|
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  }</div>
|
|
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  </div>
|
|
<div class="line"><a name="l00370"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7c13cc2b30df811eb220e66fd1fdf371"> 370</a></span>  Node* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7c13cc2b30df811eb220e66fd1fdf371">New</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena) <span class="keyword">const</span> <span class="keyword">final</span> {</div>
|
|
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>  <span class="keywordflow">return</span> CreateMaybeMessage<Node>(arena);</div>
|
|
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  }</div>
|
|
<div class="line"><a name="l00373"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7"> 373</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7">CopyFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message& from) <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00374"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2"> 374</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message& from) <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa76c9620775a54fc71a1b839548a47bf"> 375</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa76c9620775a54fc71a1b839548a47bf">CopyFrom</a>(<span class="keyword">const</span> Node& from);</div>
|
|
<div class="line"><a name="l00376"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adb2b9028fcb5f208047e828e10532735"> 376</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adb2b9028fcb5f208047e828e10532735">MergeFrom</a>(<span class="keyword">const</span> Node& from);</div>
|
|
<div class="line"><a name="l00377"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7"> 377</a></span>  PROTOBUF_ATTRIBUTE_REINITIALIZES <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7">Clear</a>() final;</div>
|
|
<div class="line"><a name="l00378"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a83794439b5a81a507b67b07f09d4f048"> 378</a></span>  <span class="keywordtype">bool</span> IsInitialized() const final;</div>
|
|
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>  </div>
|
|
<div class="line"><a name="l00380"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af1033c8579625eedc97d25696eeca0b1"> 380</a></span>  <span class="keywordtype">size_t</span> ByteSizeLong() const final;</div>
|
|
<div class="line"><a name="l00381"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a454c67b85b98fe47e87043230d799c2a"> 381</a></span>  const <span class="keywordtype">char</span>* _InternalParse(const <span class="keywordtype">char</span>* ptr, ::PROTOBUF_NAMESPACE_ID::<a class="code" href="namespaceinternal.html">internal</a>::ParseContext* ctx) final;</div>
|
|
<div class="line"><a name="l00382"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a441b119e474a1202488ec26fa6eed236"> 382</a></span>  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(</div>
|
|
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;</div>
|
|
<div class="line"><a name="l00384"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6"> 384</a></span>  <span class="keywordtype">int</span> GetCachedSize() const final { <span class="keywordflow">return</span> _cached_size_.Get(); }</div>
|
|
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>  </div>
|
|
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedCtor();</div>
|
|
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedDtor();</div>
|
|
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span>  <span class="keywordtype">void</span> SetCachedSize(<span class="keywordtype">int</span> size) <span class="keyword">const</span> <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span>  <span class="keywordtype">void</span> InternalSwap(Node* other);</div>
|
|
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span>  <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;</div>
|
|
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span>  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {</div>
|
|
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span>  <span class="keywordflow">return</span> <span class="stringliteral">"operations_research.Node"</span>;</div>
|
|
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>  }</div>
|
|
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>  <span class="keyword">protected</span>:</div>
|
|
<div class="line"><a name="l00396"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6de2eab297f0234abd2b5b5f6f791827"> 396</a></span>  <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6de2eab297f0234abd2b5b5f6f791827">Node</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
|
|
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> ArenaDtor(<span class="keywordtype">void</span>* <span class="keywordtype">object</span>);</div>
|
|
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
|
|
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span>  </div>
|
|
<div class="line"><a name="l00402"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80"> 402</a></span>  ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80">GetMetadata</a>() const final;</div>
|
|
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>  private:</div>
|
|
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span>  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
|
|
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::<a class="code" href="flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f">descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto</a>);</div>
|
|
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>  <a class="code" href="flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f">return ::descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto</a>.file_level_metadata[kIndexInFileMessages];</div>
|
|
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>  }</div>
|
|
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>  </div>
|
|
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span>  </div>
|
|
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>  <span class="comment">// nested types ----------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>  </div>
|
|
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>  <span class="comment">// accessors -------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>  </div>
|
|
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>  enum : <span class="keywordtype">int</span> {</div>
|
|
<div class="line"><a name="l00416"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4029f33800c86a70c6257338ef75c3cda58b1dcbdcd83054c89252f3376d0e6ab"> 416</a></span>  kIdFieldNumber = 1,</div>
|
|
<div class="line"><a name="l00417"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4029f33800c86a70c6257338ef75c3cda097dc723fafd4a3d3fd3271a9dd64b04"> 417</a></span>  kSupplyFieldNumber = 2,</div>
|
|
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span>  };</div>
|
|
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>  <span class="comment">// optional int64 id = 1;</span></div>
|
|
<div class="line"><a name="l00420"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aca4a12c9e60aaeba623c9d760f292ccd"> 420</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aca4a12c9e60aaeba623c9d760f292ccd">has_id</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>  <span class="keywordtype">bool</span> _internal_has_id() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00424"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6367f7e976e1ce24ff52cf2958a3bbda"> 424</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6367f7e976e1ce24ff52cf2958a3bbda">clear_id</a>();</div>
|
|
<div class="line"><a name="l00425"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a16e0d814b0e80a72f5a8b3ec00868992"> 425</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a16e0d814b0e80a72f5a8b3ec00868992">id</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00426"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a40a6c0449051760fec781842ca1a5927"> 426</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a40a6c0449051760fec781842ca1a5927">set_id</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_id() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>  <span class="keywordtype">void</span> _internal_set_id(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span>  </div>
|
|
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span>  <span class="comment">// optional int64 supply = 2 [default = 0];</span></div>
|
|
<div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58a5cf047933985f614e6e597711fd4b"> 433</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58a5cf047933985f614e6e597711fd4b">has_supply</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00434"></a><span class="lineno"> 434</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00435"></a><span class="lineno"> 435</span>  <span class="keywordtype">bool</span> _internal_has_supply() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00436"></a><span class="lineno"> 436</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00437"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7b40af5e8ad8689f4f69a225e2473c67"> 437</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7b40af5e8ad8689f4f69a225e2473c67">clear_supply</a>();</div>
|
|
<div class="line"><a name="l00438"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a64d38c897ce65d01940ffb9ebf5d137e"> 438</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a64d38c897ce65d01940ffb9ebf5d137e">supply</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a229b58c98772b2824402b34439ffb3ae"> 439</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a229b58c98772b2824402b34439ffb3ae">set_supply</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_supply() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>  <span class="keywordtype">void</span> _internal_set_supply(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>  </div>
|
|
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>  <span class="comment">// @@protoc_insertion_point(class_scope:operations_research.Node)</span></div>
|
|
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>  <span class="keyword">class </span>_Internal;</div>
|
|
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>  </div>
|
|
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T> <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;</div>
|
|
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>  <span class="keyword">typedef</span> <span class="keywordtype">void</span> InternalArenaConstructable_;</div>
|
|
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>  <span class="keyword">typedef</span> <span class="keywordtype">void</span> DestructorSkippable_;</div>
|
|
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>  ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;</div>
|
|
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;</div>
|
|
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>  ::PROTOBUF_NAMESPACE_ID::int64 id_;</div>
|
|
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>  ::PROTOBUF_NAMESPACE_ID::int64 supply_;</div>
|
|
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>  <span class="keyword">friend</span> struct ::TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto;</div>
|
|
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span> };</div>
|
|
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span> <span class="comment">// -------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>  </div>
|
|
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span> <span class="keyword">class </span>FlowModel <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html">PROTOBUF_FINAL</a> :</div>
|
|
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span>  <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::Message <span class="comment">/* @@protoc_insertion_point(class_definition:operations_research.FlowModel) */</span> {</div>
|
|
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00463"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aba15c36c21952c593469a726e769ad82"> 463</a></span>  <span class="keyword">inline</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aba15c36c21952c593469a726e769ad82">FlowModel</a>() : FlowModel(nullptr) {}</div>
|
|
<div class="line"><a name="l00464"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a446da2feca285f2273e87e8ab7481142"> 464</a></span>  <span class="keyword">virtual</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a446da2feca285f2273e87e8ab7481142">~FlowModel</a>();</div>
|
|
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span>  </div>
|
|
<div class="line"><a name="l00466"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af6c43eaacede98a423520208b3bee8e8"> 466</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af6c43eaacede98a423520208b3bee8e8">FlowModel</a>(<span class="keyword">const</span> FlowModel& from);</div>
|
|
<div class="line"><a name="l00467"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7fc155b18bd8a94075c2dbf9fe3b424d"> 467</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7fc155b18bd8a94075c2dbf9fe3b424d">FlowModel</a>(FlowModel&& from) noexcept</div>
|
|
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>  : FlowModel() {</div>
|
|
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span>  *<span class="keyword">this</span> = ::std::move(from);</div>
|
|
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>  }</div>
|
|
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>  </div>
|
|
<div class="line"><a name="l00472"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af316108fce3dbedfbbc195167677bda7"> 472</a></span>  <span class="keyword">inline</span> FlowModel& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af316108fce3dbedfbbc195167677bda7">operator=</a>(<span class="keyword">const</span> FlowModel& from) {</div>
|
|
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span>  CopyFrom(from);</div>
|
|
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a name="l00475"></a><span class="lineno"> 475</span>  }</div>
|
|
<div class="line"><a name="l00476"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#affa2aefcb846db37716151c0fc4a06bf"> 476</a></span>  <span class="keyword">inline</span> FlowModel& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#affa2aefcb846db37716151c0fc4a06bf">operator=</a>(FlowModel&& from) noexcept {</div>
|
|
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span>  <span class="keywordflow">if</span> (GetArena() == from.GetArena()) {</div>
|
|
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>  <span class="keywordflow">if</span> (<span class="keyword">this</span> != &from) InternalSwap(&from);</div>
|
|
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>  CopyFrom(from);</div>
|
|
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>  }</div>
|
|
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span>  }</div>
|
|
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>  </div>
|
|
<div class="line"><a name="l00485"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af661986d56e934195c0cc57b3e78f1ae"> 485</a></span>  <span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af661986d56e934195c0cc57b3e78f1ae">unknown_fields</a>()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>  <span class="keywordflow">return</span> _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);</div>
|
|
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span>  }</div>
|
|
<div class="line"><a name="l00488"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab6ceb76142ab4957ab265e4a5ca7ec2"> 488</a></span>  inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab6ceb76142ab4957ab265e4a5ca7ec2">mutable_unknown_fields</a>() {</div>
|
|
<div class="line"><a name="l00489"></a><span class="lineno"> 489</span>  <span class="keywordflow">return</span> _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();</div>
|
|
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span>  }</div>
|
|
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span>  </div>
|
|
<div class="line"><a name="l00492"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708"> 492</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708">descriptor</a>() {</div>
|
|
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>  <span class="keywordflow">return</span> GetDescriptor();</div>
|
|
<div class="line"><a name="l00494"></a><span class="lineno"> 494</span>  }</div>
|
|
<div class="line"><a name="l00495"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a"> 495</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a">GetDescriptor</a>() {</div>
|
|
<div class="line"><a name="l00496"></a><span class="lineno"> 496</span>  <span class="keywordflow">return</span> GetMetadataStatic().descriptor;</div>
|
|
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>  }</div>
|
|
<div class="line"><a name="l00498"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c"> 498</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Reflection* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c">GetReflection</a>() {</div>
|
|
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span>  <span class="keywordflow">return</span> GetMetadataStatic().reflection;</div>
|
|
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span>  }</div>
|
|
<div class="line"><a name="l00501"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a36d4b3610adcfd721305cd147ed5b2bb"> 501</a></span>  <span class="keyword">static</span> <span class="keyword">const</span> FlowModel& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a36d4b3610adcfd721305cd147ed5b2bb">default_instance</a>();</div>
|
|
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span>  </div>
|
|
<div class="line"><a name="l00503"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a05cb7c52e2ce1eea2689c26385612b33"> 503</a></span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a05cb7c52e2ce1eea2689c26385612b33">InitAsDefaultInstance</a>(); <span class="comment">// FOR INTERNAL USE ONLY</span></div>
|
|
<div class="line"><a name="l00504"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3bf9baa90fb73135c63de81835497efd"> 504</a></span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> FlowModel* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3bf9baa90fb73135c63de81835497efd">internal_default_instance</a>() {</div>
|
|
<div class="line"><a name="l00505"></a><span class="lineno"> 505</span>  <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span><span class="keyword">const </span>FlowModel*<span class="keyword">></span>(</div>
|
|
<div class="line"><a name="l00506"></a><span class="lineno"> 506</span>  &<a class="code" href="namespaceoperations__research.html#a660549b573f43440c90e14578f5950bb">_FlowModel_default_instance_</a>);</div>
|
|
<div class="line"><a name="l00507"></a><span class="lineno"> 507</span>  }</div>
|
|
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span>  <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> kIndexInFileMessages =</div>
|
|
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>  2;</div>
|
|
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span>  </div>
|
|
<div class="line"><a name="l00511"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a18d1da3dd7794ed5188f3fc21d0e497d"> 511</a></span>  <span class="keyword">friend</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a18d1da3dd7794ed5188f3fc21d0e497d">swap</a>(FlowModel& a, FlowModel& b) {</div>
|
|
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span>  a.Swap(&b);</div>
|
|
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span>  }</div>
|
|
<div class="line"><a name="l00514"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3c55af12a8f3fb93ea46e93510cc9d53"> 514</a></span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3c55af12a8f3fb93ea46e93510cc9d53">Swap</a>(FlowModel* other) {</div>
|
|
<div class="line"><a name="l00515"></a><span class="lineno"> 515</span>  <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span>  <span class="keywordflow">if</span> (GetArena() == other->GetArena()) {</div>
|
|
<div class="line"><a name="l00517"></a><span class="lineno"> 517</span>  InternalSwap(other);</div>
|
|
<div class="line"><a name="l00518"></a><span class="lineno"> 518</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00519"></a><span class="lineno"> 519</span>  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(<span class="keyword">this</span>, other);</div>
|
|
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>  }</div>
|
|
<div class="line"><a name="l00521"></a><span class="lineno"> 521</span>  }</div>
|
|
<div class="line"><a name="l00522"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afcd79821464a82b78448f62cebb09108"> 522</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afcd79821464a82b78448f62cebb09108">UnsafeArenaSwap</a>(FlowModel* other) {</div>
|
|
<div class="line"><a name="l00523"></a><span class="lineno"> 523</span>  <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span>  GOOGLE_DCHECK(GetArena() == other->GetArena());</div>
|
|
<div class="line"><a name="l00525"></a><span class="lineno"> 525</span>  InternalSwap(other);</div>
|
|
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span>  }</div>
|
|
<div class="line"><a name="l00527"></a><span class="lineno"> 527</span>  </div>
|
|
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span>  <span class="comment">// implements Message ----------------------------------------------</span></div>
|
|
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span>  </div>
|
|
<div class="line"><a name="l00530"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7cad2e4dfc753d77ae8c7d664f682083"> 530</a></span>  <span class="keyword">inline</span> FlowModel* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7cad2e4dfc753d77ae8c7d664f682083">New</a>() const final {</div>
|
|
<div class="line"><a name="l00531"></a><span class="lineno"> 531</span>  <span class="keywordflow">return</span> CreateMaybeMessage<FlowModel>(<span class="keyword">nullptr</span>);</div>
|
|
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span>  }</div>
|
|
<div class="line"><a name="l00533"></a><span class="lineno"> 533</span>  </div>
|
|
<div class="line"><a name="l00534"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4f7d548221674270611042e23bbe8375"> 534</a></span>  FlowModel* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4f7d548221674270611042e23bbe8375">New</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena) <span class="keyword">const</span> <span class="keyword">final</span> {</div>
|
|
<div class="line"><a name="l00535"></a><span class="lineno"> 535</span>  <span class="keywordflow">return</span> CreateMaybeMessage<FlowModel>(arena);</div>
|
|
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span>  }</div>
|
|
<div class="line"><a name="l00537"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7"> 537</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7">CopyFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message& from) <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00538"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2"> 538</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message& from) <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00539"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a96fc6023180f6453b7f18000aa837552"> 539</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a96fc6023180f6453b7f18000aa837552">CopyFrom</a>(<span class="keyword">const</span> FlowModel& from);</div>
|
|
<div class="line"><a name="l00540"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aeb97e39bc8170e847aa4b38bab62aa44"> 540</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aeb97e39bc8170e847aa4b38bab62aa44">MergeFrom</a>(<span class="keyword">const</span> FlowModel& from);</div>
|
|
<div class="line"><a name="l00541"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7"> 541</a></span>  PROTOBUF_ATTRIBUTE_REINITIALIZES <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7">Clear</a>() final;</div>
|
|
<div class="line"><a name="l00542"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a83794439b5a81a507b67b07f09d4f048"> 542</a></span>  <span class="keywordtype">bool</span> IsInitialized() const final;</div>
|
|
<div class="line"><a name="l00543"></a><span class="lineno"> 543</span>  </div>
|
|
<div class="line"><a name="l00544"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af1033c8579625eedc97d25696eeca0b1"> 544</a></span>  <span class="keywordtype">size_t</span> ByteSizeLong() const final;</div>
|
|
<div class="line"><a name="l00545"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a454c67b85b98fe47e87043230d799c2a"> 545</a></span>  const <span class="keywordtype">char</span>* _InternalParse(const <span class="keywordtype">char</span>* ptr, ::PROTOBUF_NAMESPACE_ID::<a class="code" href="namespaceinternal.html">internal</a>::ParseContext* ctx) final;</div>
|
|
<div class="line"><a name="l00546"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a441b119e474a1202488ec26fa6eed236"> 546</a></span>  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(</div>
|
|
<div class="line"><a name="l00547"></a><span class="lineno"> 547</span>  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;</div>
|
|
<div class="line"><a name="l00548"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6"> 548</a></span>  <span class="keywordtype">int</span> GetCachedSize() const final { <span class="keywordflow">return</span> _cached_size_.Get(); }</div>
|
|
<div class="line"><a name="l00549"></a><span class="lineno"> 549</span>  </div>
|
|
<div class="line"><a name="l00550"></a><span class="lineno"> 550</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00551"></a><span class="lineno"> 551</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedCtor();</div>
|
|
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedDtor();</div>
|
|
<div class="line"><a name="l00553"></a><span class="lineno"> 553</span>  <span class="keywordtype">void</span> SetCachedSize(<span class="keywordtype">int</span> size) <span class="keyword">const</span> <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>  <span class="keywordtype">void</span> InternalSwap(FlowModel* other);</div>
|
|
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span>  <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;</div>
|
|
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span>  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {</div>
|
|
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span>  <span class="keywordflow">return</span> <span class="stringliteral">"operations_research.FlowModel"</span>;</div>
|
|
<div class="line"><a name="l00558"></a><span class="lineno"> 558</span>  }</div>
|
|
<div class="line"><a name="l00559"></a><span class="lineno"> 559</span>  <span class="keyword">protected</span>:</div>
|
|
<div class="line"><a name="l00560"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9cb67b5ab1316a16faa9a99e4e1ef91e"> 560</a></span>  <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9cb67b5ab1316a16faa9a99e4e1ef91e">FlowModel</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
|
|
<div class="line"><a name="l00561"></a><span class="lineno"> 561</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00562"></a><span class="lineno"> 562</span>  <span class="keyword">static</span> <span class="keywordtype">void</span> ArenaDtor(<span class="keywordtype">void</span>* <span class="keywordtype">object</span>);</div>
|
|
<div class="line"><a name="l00563"></a><span class="lineno"> 563</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
|
|
<div class="line"><a name="l00564"></a><span class="lineno"> 564</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00565"></a><span class="lineno"> 565</span>  </div>
|
|
<div class="line"><a name="l00566"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80"> 566</a></span>  ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80">GetMetadata</a>() const final;</div>
|
|
<div class="line"><a name="l00567"></a><span class="lineno"> 567</span>  private:</div>
|
|
<div class="line"><a name="l00568"></a><span class="lineno"> 568</span>  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
|
|
<div class="line"><a name="l00569"></a><span class="lineno"> 569</span>  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::<a class="code" href="flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f">descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto</a>);</div>
|
|
<div class="line"><a name="l00570"></a><span class="lineno"> 570</span>  <a class="code" href="flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f">return ::descriptor_table_ortools_2fgraph_2fflow_5fproblem_2eproto</a>.file_level_metadata[kIndexInFileMessages];</div>
|
|
<div class="line"><a name="l00571"></a><span class="lineno"> 571</span>  }</div>
|
|
<div class="line"><a name="l00572"></a><span class="lineno"> 572</span>  </div>
|
|
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00574"></a><span class="lineno"> 574</span>  </div>
|
|
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span>  <span class="comment">// nested types ----------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span>  </div>
|
|
<div class="line"><a name="l00577"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ed761696b491f3528169c36ee2eff3c"> 577</a></span>  <span class="keyword">typedef</span> <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">FlowModel_ProblemType</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ed761696b491f3528169c36ee2eff3c">ProblemType</a>;</div>
|
|
<div class="line"><a name="l00578"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1fb340222508d0aede98e2a7ebd35548"> 578</a></span>  <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">ProblemType</a> LINEAR_SUM_ASSIGNMENT =</div>
|
|
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>  <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476cadae9b1b24153d3681a075b6531ee0b92">FlowModel_ProblemType_LINEAR_SUM_ASSIGNMENT</a>;</div>
|
|
<div class="line"><a name="l00580"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a94f7f36a5cb1603e86b23559860ee5ca"> 580</a></span>  <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">ProblemType</a> MAX_FLOW =</div>
|
|
<div class="line"><a name="l00581"></a><span class="lineno"> 581</span>  <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca0ce79649a2d56f0b32763b711a4c6841">FlowModel_ProblemType_MAX_FLOW</a>;</div>
|
|
<div class="line"><a name="l00582"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a72f9f1fa3bec980ac27a1c13a4287baf"> 582</a></span>  <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">ProblemType</a> MIN_COST_FLOW =</div>
|
|
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span>  <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca6e4c70501999b698977ecfa8d0d19479">FlowModel_ProblemType_MIN_COST_FLOW</a>;</div>
|
|
<div class="line"><a name="l00584"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af35bf80efe6fa8fd7c492d4bff2c52c5"> 584</a></span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af35bf80efe6fa8fd7c492d4bff2c52c5">ProblemType_IsValid</a>(<span class="keywordtype">int</span> value) {</div>
|
|
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#ac206da01730a9479e94e730343a14738">FlowModel_ProblemType_IsValid</a>(value);</div>
|
|
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span>  }</div>
|
|
<div class="line"><a name="l00587"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a66ce74386fd760ac35a2f5b2ca40918d"> 587</a></span>  <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">ProblemType</a> ProblemType_MIN =</div>
|
|
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span>  <a class="code" href="namespaceoperations__research.html#a8f81990e9a7e53ba4956be213beab4fd">FlowModel_ProblemType_ProblemType_MIN</a>;</div>
|
|
<div class="line"><a name="l00589"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaccfa0d271467eead8e23e1ae0915b6d"> 589</a></span>  <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">ProblemType</a> ProblemType_MAX =</div>
|
|
<div class="line"><a name="l00590"></a><span class="lineno"> 590</span>  <a class="code" href="namespaceoperations__research.html#ae5f834d473db3f9dd920b4cfb6f51032">FlowModel_ProblemType_ProblemType_MAX</a>;</div>
|
|
<div class="line"><a name="l00591"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a78c247d476f4d6b37dc920ee286953e6"> 591</a></span>  <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> ProblemType_ARRAYSIZE =</div>
|
|
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span>  <a class="code" href="namespaceoperations__research.html#a96cc196af88d5d4114c8f15d66635ad4">FlowModel_ProblemType_ProblemType_ARRAYSIZE</a>;</div>
|
|
<div class="line"><a name="l00593"></a><span class="lineno"> 593</span>  <span class="keyword">static</span> <span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*</div>
|
|
<div class="line"><a name="l00594"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7a3b8efd45171f109a544cfe792aed41"> 594</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7a3b8efd45171f109a544cfe792aed41">ProblemType_descriptor</a>() {</div>
|
|
<div class="line"><a name="l00595"></a><span class="lineno"> 595</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#a99c114843f821bc5b3467e00a57a495a">FlowModel_ProblemType_descriptor</a>();</div>
|
|
<div class="line"><a name="l00596"></a><span class="lineno"> 596</span>  }</div>
|
|
<div class="line"><a name="l00597"></a><span class="lineno"> 597</span>  <span class="keyword">template</span><<span class="keyword">typename</span> T></div>
|
|
<div class="line"><a name="l00598"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac024461aac3641aa5b6d107d86657d42"> 598</a></span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> std::string& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac024461aac3641aa5b6d107d86657d42">ProblemType_Name</a>(T enum_t_value) {</div>
|
|
<div class="line"><a name="l00599"></a><span class="lineno"> 599</span>  static_assert(::std::is_same<T, ProblemType>::value ||</div>
|
|
<div class="line"><a name="l00600"></a><span class="lineno"> 600</span>  ::std::is_integral<T>::value,</div>
|
|
<div class="line"><a name="l00601"></a><span class="lineno"> 601</span>  <span class="stringliteral">"Incorrect type passed to function ProblemType_Name."</span>);</div>
|
|
<div class="line"><a name="l00602"></a><span class="lineno"> 602</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#a25b340cdb4b3f3b27c99e4bff5459b0f">FlowModel_ProblemType_Name</a>(enum_t_value);</div>
|
|
<div class="line"><a name="l00603"></a><span class="lineno"> 603</span>  }</div>
|
|
<div class="line"><a name="l00604"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ac2dda8b2c5319e98736e1af00557e7"> 604</a></span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ac2dda8b2c5319e98736e1af00557e7">ProblemType_Parse</a>(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,</div>
|
|
<div class="line"><a name="l00605"></a><span class="lineno"> 605</span>  <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">ProblemType</a>* value) {</div>
|
|
<div class="line"><a name="l00606"></a><span class="lineno"> 606</span>  <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#ade67a7afb07d33044226a6fcc55238c9">FlowModel_ProblemType_Parse</a>(name, value);</div>
|
|
<div class="line"><a name="l00607"></a><span class="lineno"> 607</span>  }</div>
|
|
<div class="line"><a name="l00608"></a><span class="lineno"> 608</span>  </div>
|
|
<div class="line"><a name="l00609"></a><span class="lineno"> 609</span>  <span class="comment">// accessors -------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00610"></a><span class="lineno"> 610</span>  </div>
|
|
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span>  enum : <span class="keywordtype">int</span> {</div>
|
|
<div class="line"><a name="l00612"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3cf8f3fa94653642c64632b03b9e889ca86c1ee2903078e575ef81af5a421ba34"> 612</a></span>  kNodeFieldNumber = 1,</div>
|
|
<div class="line"><a name="l00613"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3cf8f3fa94653642c64632b03b9e889cae0b3bc18c8f5dd7cea3c795bbf95c8ad"> 613</a></span>  kArcFieldNumber = 2,</div>
|
|
<div class="line"><a name="l00614"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3cf8f3fa94653642c64632b03b9e889ca747dcead3be2e4147507677cec1758b8"> 614</a></span>  kProblemTypeFieldNumber = 3,</div>
|
|
<div class="line"><a name="l00615"></a><span class="lineno"> 615</span>  };</div>
|
|
<div class="line"><a name="l00616"></a><span class="lineno"> 616</span>  <span class="comment">// repeated .operations_research.Node node = 1;</span></div>
|
|
<div class="line"><a name="l00617"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a178538d7947dd076e6d01974d0eed5c7"> 617</a></span>  <span class="keywordtype">int</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a178538d7947dd076e6d01974d0eed5c7">node_size</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00618"></a><span class="lineno"> 618</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00619"></a><span class="lineno"> 619</span>  <span class="keywordtype">int</span> _internal_node_size() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00620"></a><span class="lineno"> 620</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00621"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aed5c697a4ea9159c511459bcaa1cc8e8"> 621</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aed5c697a4ea9159c511459bcaa1cc8e8">clear_node</a>();</div>
|
|
<div class="line"><a name="l00622"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae54ece5e08e2fc3449de75643b367172"> 622</a></span>  ::operations_research::Node* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae54ece5e08e2fc3449de75643b367172">mutable_node</a>(<span class="keywordtype">int</span> index);</div>
|
|
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span>  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Node >*</div>
|
|
<div class="line"><a name="l00624"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a72c386ee2bc5dda5a5c517a55f7039af"> 624</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a72c386ee2bc5dda5a5c517a55f7039af">mutable_node</a>();</div>
|
|
<div class="line"><a name="l00625"></a><span class="lineno"> 625</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00626"></a><span class="lineno"> 626</span>  const ::operations_research::Node& _internal_node(<span class="keywordtype">int</span> index) <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00627"></a><span class="lineno"> 627</span>  ::operations_research::Node* _internal_add_node();</div>
|
|
<div class="line"><a name="l00628"></a><span class="lineno"> 628</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00629"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a62d5bdad9509c545e6b102e84e406d95"> 629</a></span>  const ::operations_research::Node& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a62d5bdad9509c545e6b102e84e406d95">node</a>(<span class="keywordtype">int</span> index) <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00630"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab36a38a6579f8e46de672c1436a0ad4b"> 630</a></span>  ::operations_research::Node* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab36a38a6579f8e46de672c1436a0ad4b">add_node</a>();</div>
|
|
<div class="line"><a name="l00631"></a><span class="lineno"> 631</span>  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Node >&</div>
|
|
<div class="line"><a name="l00632"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a605d081d9c88665f52153fb7ef100bb5"> 632</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a605d081d9c88665f52153fb7ef100bb5">node</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00633"></a><span class="lineno"> 633</span>  </div>
|
|
<div class="line"><a name="l00634"></a><span class="lineno"> 634</span>  <span class="comment">// repeated .operations_research.Arc arc = 2;</span></div>
|
|
<div class="line"><a name="l00635"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7e850e4303c389b01becd59c8264700"> 635</a></span>  <span class="keywordtype">int</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7e850e4303c389b01becd59c8264700">arc_size</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00636"></a><span class="lineno"> 636</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span>  <span class="keywordtype">int</span> _internal_arc_size() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00638"></a><span class="lineno"> 638</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00639"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adf06045109f23e89b21772e682da4399"> 639</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adf06045109f23e89b21772e682da4399">clear_arc</a>();</div>
|
|
<div class="line"><a name="l00640"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2e87a6005ef164c71bc8f039c48e5169"> 640</a></span>  ::operations_research::Arc* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2e87a6005ef164c71bc8f039c48e5169">mutable_arc</a>(<span class="keywordtype">int</span> index);</div>
|
|
<div class="line"><a name="l00641"></a><span class="lineno"> 641</span>  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Arc >*</div>
|
|
<div class="line"><a name="l00642"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afd45cbea45e468bdeb64b7bee156089b"> 642</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afd45cbea45e468bdeb64b7bee156089b">mutable_arc</a>();</div>
|
|
<div class="line"><a name="l00643"></a><span class="lineno"> 643</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span>  const ::operations_research::Arc& _internal_arc(<span class="keywordtype">int</span> index) <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span>  ::operations_research::Arc* _internal_add_arc();</div>
|
|
<div class="line"><a name="l00646"></a><span class="lineno"> 646</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00647"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a79a545e557e428c2c38bcc267317a727"> 647</a></span>  const ::operations_research::Arc& <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a79a545e557e428c2c38bcc267317a727">arc</a>(<span class="keywordtype">int</span> index) <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00648"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8d98f9887eda1353104da8fca32e5245"> 648</a></span>  ::operations_research::Arc* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8d98f9887eda1353104da8fca32e5245">add_arc</a>();</div>
|
|
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span>  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Arc >&</div>
|
|
<div class="line"><a name="l00650"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8e5db729ae07d5d12b72acf301edf991"> 650</a></span>  <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8e5db729ae07d5d12b72acf301edf991">arc</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>  </div>
|
|
<div class="line"><a name="l00652"></a><span class="lineno"> 652</span>  <span class="comment">// optional .operations_research.FlowModel.ProblemType problem_type = 3 [default = MIN_COST_FLOW];</span></div>
|
|
<div class="line"><a name="l00653"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6de56d20feebef28062380dbd3a6f0f6"> 653</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6de56d20feebef28062380dbd3a6f0f6">has_problem_type</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00654"></a><span class="lineno"> 654</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>  <span class="keywordtype">bool</span> _internal_has_problem_type() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00657"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8a1e1d7652b7b8c1c70fb17eaf55f913"> 657</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8a1e1d7652b7b8c1c70fb17eaf55f913">clear_problem_type</a>();</div>
|
|
<div class="line"><a name="l00658"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8b2e4c5099f8bd3ab58f829876f7b43a"> 658</a></span>  <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">::operations_research::FlowModel_ProblemType</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8b2e4c5099f8bd3ab58f829876f7b43a">problem_type</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00659"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ebe20b3527599ad91f1c02006a5cb1f"> 659</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ebe20b3527599ad91f1c02006a5cb1f">set_problem_type</a>(::<a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">operations_research::FlowModel_ProblemType</a> value);</div>
|
|
<div class="line"><a name="l00660"></a><span class="lineno"> 660</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>  <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">::operations_research::FlowModel_ProblemType</a> _internal_problem_type() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00662"></a><span class="lineno"> 662</span>  <span class="keywordtype">void</span> _internal_set_problem_type(::<a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">operations_research::FlowModel_ProblemType</a> value);</div>
|
|
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span>  </div>
|
|
<div class="line"><a name="l00665"></a><span class="lineno"> 665</span>  <span class="comment">// @@protoc_insertion_point(class_scope:operations_research.FlowModel)</span></div>
|
|
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>  <span class="keyword">class </span>_Internal;</div>
|
|
<div class="line"><a name="l00668"></a><span class="lineno"> 668</span>  </div>
|
|
<div class="line"><a name="l00669"></a><span class="lineno"> 669</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> T> <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;</div>
|
|
<div class="line"><a name="l00670"></a><span class="lineno"> 670</span>  <span class="keyword">typedef</span> <span class="keywordtype">void</span> InternalArenaConstructable_;</div>
|
|
<div class="line"><a name="l00671"></a><span class="lineno"> 671</span>  <span class="keyword">typedef</span> <span class="keywordtype">void</span> DestructorSkippable_;</div>
|
|
<div class="line"><a name="l00672"></a><span class="lineno"> 672</span>  ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;</div>
|
|
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span>  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;</div>
|
|
<div class="line"><a name="l00674"></a><span class="lineno"> 674</span>  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Node > node_;</div>
|
|
<div class="line"><a name="l00675"></a><span class="lineno"> 675</span>  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Arc > arc_;</div>
|
|
<div class="line"><a name="l00676"></a><span class="lineno"> 676</span>  <span class="keywordtype">int</span> problem_type_;</div>
|
|
<div class="line"><a name="l00677"></a><span class="lineno"> 677</span>  <span class="keyword">friend</span> struct ::TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto;</div>
|
|
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span> };</div>
|
|
<div class="line"><a name="l00679"></a><span class="lineno"> 679</span> <span class="comment">// ===================================================================</span></div>
|
|
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span>  </div>
|
|
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span>  </div>
|
|
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span> <span class="comment">// ===================================================================</span></div>
|
|
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span>  </div>
|
|
<div class="line"><a name="l00684"></a><span class="lineno"> 684</span> <span class="preprocessor">#ifdef __GNUC__</span></div>
|
|
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span> <span class="preprocessor"> #pragma GCC diagnostic push</span></div>
|
|
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span> <span class="preprocessor"> #pragma GCC diagnostic ignored "-Wstrict-aliasing"</span></div>
|
|
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span> <span class="preprocessor">#endif // __GNUC__</span></div>
|
|
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span> <span class="comment">// Arc</span></div>
|
|
<div class="line"><a name="l00689"></a><span class="lineno"> 689</span>  </div>
|
|
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span> <span class="comment">// optional int64 tail_node_id = 1;</span></div>
|
|
<div class="line"><a name="l00691"></a><span class="lineno"> 691</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Arc::_internal_has_tail_node_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00692"></a><span class="lineno"> 692</span>  <span class="keywordtype">bool</span> value = (_has_bits_[0] & 0x00000001u) != 0;</div>
|
|
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>  <span class="keywordflow">return</span> value;</div>
|
|
<div class="line"><a name="l00694"></a><span class="lineno"> 694</span> }</div>
|
|
<div class="line"><a name="l00695"></a><span class="lineno"> 695</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Arc::has_tail_node_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00696"></a><span class="lineno"> 696</span>  <span class="keywordflow">return</span> _internal_has_tail_node_id();</div>
|
|
<div class="line"><a name="l00697"></a><span class="lineno"> 697</span> }</div>
|
|
<div class="line"><a name="l00698"></a><span class="lineno"> 698</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::clear_tail_node_id() {</div>
|
|
<div class="line"><a name="l00699"></a><span class="lineno"> 699</span>  tail_node_id_ = PROTOBUF_LONGLONG(0);</div>
|
|
<div class="line"><a name="l00700"></a><span class="lineno"> 700</span>  _has_bits_[0] &= ~0x00000001u;</div>
|
|
<div class="line"><a name="l00701"></a><span class="lineno"> 701</span> }</div>
|
|
<div class="line"><a name="l00702"></a><span class="lineno"> 702</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Arc::_internal_tail_node_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00703"></a><span class="lineno"> 703</span>  <span class="keywordflow">return</span> tail_node_id_;</div>
|
|
<div class="line"><a name="l00704"></a><span class="lineno"> 704</span> }</div>
|
|
<div class="line"><a name="l00705"></a><span class="lineno"> 705</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Arc::tail_node_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00706"></a><span class="lineno"> 706</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.Arc.tail_node_id)</span></div>
|
|
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span>  <span class="keywordflow">return</span> _internal_tail_node_id();</div>
|
|
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span> }</div>
|
|
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::_internal_set_tail_node_id(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00710"></a><span class="lineno"> 710</span>  _has_bits_[0] |= 0x00000001u;</div>
|
|
<div class="line"><a name="l00711"></a><span class="lineno"> 711</span>  tail_node_id_ = value;</div>
|
|
<div class="line"><a name="l00712"></a><span class="lineno"> 712</span> }</div>
|
|
<div class="line"><a name="l00713"></a><span class="lineno"> 713</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::set_tail_node_id(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00714"></a><span class="lineno"> 714</span>  _internal_set_tail_node_id(value);</div>
|
|
<div class="line"><a name="l00715"></a><span class="lineno"> 715</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.Arc.tail_node_id)</span></div>
|
|
<div class="line"><a name="l00716"></a><span class="lineno"> 716</span> }</div>
|
|
<div class="line"><a name="l00717"></a><span class="lineno"> 717</span>  </div>
|
|
<div class="line"><a name="l00718"></a><span class="lineno"> 718</span> <span class="comment">// optional int64 head_node_id = 2;</span></div>
|
|
<div class="line"><a name="l00719"></a><span class="lineno"> 719</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Arc::_internal_has_head_node_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00720"></a><span class="lineno"> 720</span>  <span class="keywordtype">bool</span> value = (_has_bits_[0] & 0x00000002u) != 0;</div>
|
|
<div class="line"><a name="l00721"></a><span class="lineno"> 721</span>  <span class="keywordflow">return</span> value;</div>
|
|
<div class="line"><a name="l00722"></a><span class="lineno"> 722</span> }</div>
|
|
<div class="line"><a name="l00723"></a><span class="lineno"> 723</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Arc::has_head_node_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00724"></a><span class="lineno"> 724</span>  <span class="keywordflow">return</span> _internal_has_head_node_id();</div>
|
|
<div class="line"><a name="l00725"></a><span class="lineno"> 725</span> }</div>
|
|
<div class="line"><a name="l00726"></a><span class="lineno"> 726</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::clear_head_node_id() {</div>
|
|
<div class="line"><a name="l00727"></a><span class="lineno"> 727</span>  head_node_id_ = PROTOBUF_LONGLONG(0);</div>
|
|
<div class="line"><a name="l00728"></a><span class="lineno"> 728</span>  _has_bits_[0] &= ~0x00000002u;</div>
|
|
<div class="line"><a name="l00729"></a><span class="lineno"> 729</span> }</div>
|
|
<div class="line"><a name="l00730"></a><span class="lineno"> 730</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Arc::_internal_head_node_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00731"></a><span class="lineno"> 731</span>  <span class="keywordflow">return</span> head_node_id_;</div>
|
|
<div class="line"><a name="l00732"></a><span class="lineno"> 732</span> }</div>
|
|
<div class="line"><a name="l00733"></a><span class="lineno"> 733</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Arc::head_node_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00734"></a><span class="lineno"> 734</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.Arc.head_node_id)</span></div>
|
|
<div class="line"><a name="l00735"></a><span class="lineno"> 735</span>  <span class="keywordflow">return</span> _internal_head_node_id();</div>
|
|
<div class="line"><a name="l00736"></a><span class="lineno"> 736</span> }</div>
|
|
<div class="line"><a name="l00737"></a><span class="lineno"> 737</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::_internal_set_head_node_id(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00738"></a><span class="lineno"> 738</span>  _has_bits_[0] |= 0x00000002u;</div>
|
|
<div class="line"><a name="l00739"></a><span class="lineno"> 739</span>  head_node_id_ = value;</div>
|
|
<div class="line"><a name="l00740"></a><span class="lineno"> 740</span> }</div>
|
|
<div class="line"><a name="l00741"></a><span class="lineno"> 741</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::set_head_node_id(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00742"></a><span class="lineno"> 742</span>  _internal_set_head_node_id(value);</div>
|
|
<div class="line"><a name="l00743"></a><span class="lineno"> 743</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.Arc.head_node_id)</span></div>
|
|
<div class="line"><a name="l00744"></a><span class="lineno"> 744</span> }</div>
|
|
<div class="line"><a name="l00745"></a><span class="lineno"> 745</span>  </div>
|
|
<div class="line"><a name="l00746"></a><span class="lineno"> 746</span> <span class="comment">// optional int64 capacity = 3 [default = 1];</span></div>
|
|
<div class="line"><a name="l00747"></a><span class="lineno"> 747</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Arc::_internal_has_capacity()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00748"></a><span class="lineno"> 748</span>  <span class="keywordtype">bool</span> value = (_has_bits_[0] & 0x00000008u) != 0;</div>
|
|
<div class="line"><a name="l00749"></a><span class="lineno"> 749</span>  <span class="keywordflow">return</span> value;</div>
|
|
<div class="line"><a name="l00750"></a><span class="lineno"> 750</span> }</div>
|
|
<div class="line"><a name="l00751"></a><span class="lineno"> 751</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Arc::has_capacity()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00752"></a><span class="lineno"> 752</span>  <span class="keywordflow">return</span> _internal_has_capacity();</div>
|
|
<div class="line"><a name="l00753"></a><span class="lineno"> 753</span> }</div>
|
|
<div class="line"><a name="l00754"></a><span class="lineno"> 754</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::clear_capacity() {</div>
|
|
<div class="line"><a name="l00755"></a><span class="lineno"> 755</span>  capacity_ = PROTOBUF_LONGLONG(1);</div>
|
|
<div class="line"><a name="l00756"></a><span class="lineno"> 756</span>  _has_bits_[0] &= ~0x00000008u;</div>
|
|
<div class="line"><a name="l00757"></a><span class="lineno"> 757</span> }</div>
|
|
<div class="line"><a name="l00758"></a><span class="lineno"> 758</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Arc::_internal_capacity()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00759"></a><span class="lineno"> 759</span>  <span class="keywordflow">return</span> capacity_;</div>
|
|
<div class="line"><a name="l00760"></a><span class="lineno"> 760</span> }</div>
|
|
<div class="line"><a name="l00761"></a><span class="lineno"> 761</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Arc::capacity()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00762"></a><span class="lineno"> 762</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.Arc.capacity)</span></div>
|
|
<div class="line"><a name="l00763"></a><span class="lineno"> 763</span>  <span class="keywordflow">return</span> _internal_capacity();</div>
|
|
<div class="line"><a name="l00764"></a><span class="lineno"> 764</span> }</div>
|
|
<div class="line"><a name="l00765"></a><span class="lineno"> 765</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::_internal_set_capacity(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00766"></a><span class="lineno"> 766</span>  _has_bits_[0] |= 0x00000008u;</div>
|
|
<div class="line"><a name="l00767"></a><span class="lineno"> 767</span>  capacity_ = value;</div>
|
|
<div class="line"><a name="l00768"></a><span class="lineno"> 768</span> }</div>
|
|
<div class="line"><a name="l00769"></a><span class="lineno"> 769</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::set_capacity(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00770"></a><span class="lineno"> 770</span>  _internal_set_capacity(value);</div>
|
|
<div class="line"><a name="l00771"></a><span class="lineno"> 771</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.Arc.capacity)</span></div>
|
|
<div class="line"><a name="l00772"></a><span class="lineno"> 772</span> }</div>
|
|
<div class="line"><a name="l00773"></a><span class="lineno"> 773</span>  </div>
|
|
<div class="line"><a name="l00774"></a><span class="lineno"> 774</span> <span class="comment">// optional int64 unit_cost = 4 [default = 0];</span></div>
|
|
<div class="line"><a name="l00775"></a><span class="lineno"> 775</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Arc::_internal_has_unit_cost()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00776"></a><span class="lineno"> 776</span>  <span class="keywordtype">bool</span> value = (_has_bits_[0] & 0x00000004u) != 0;</div>
|
|
<div class="line"><a name="l00777"></a><span class="lineno"> 777</span>  <span class="keywordflow">return</span> value;</div>
|
|
<div class="line"><a name="l00778"></a><span class="lineno"> 778</span> }</div>
|
|
<div class="line"><a name="l00779"></a><span class="lineno"> 779</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Arc::has_unit_cost()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00780"></a><span class="lineno"> 780</span>  <span class="keywordflow">return</span> _internal_has_unit_cost();</div>
|
|
<div class="line"><a name="l00781"></a><span class="lineno"> 781</span> }</div>
|
|
<div class="line"><a name="l00782"></a><span class="lineno"> 782</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::clear_unit_cost() {</div>
|
|
<div class="line"><a name="l00783"></a><span class="lineno"> 783</span>  unit_cost_ = PROTOBUF_LONGLONG(0);</div>
|
|
<div class="line"><a name="l00784"></a><span class="lineno"> 784</span>  _has_bits_[0] &= ~0x00000004u;</div>
|
|
<div class="line"><a name="l00785"></a><span class="lineno"> 785</span> }</div>
|
|
<div class="line"><a name="l00786"></a><span class="lineno"> 786</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Arc::_internal_unit_cost()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00787"></a><span class="lineno"> 787</span>  <span class="keywordflow">return</span> unit_cost_;</div>
|
|
<div class="line"><a name="l00788"></a><span class="lineno"> 788</span> }</div>
|
|
<div class="line"><a name="l00789"></a><span class="lineno"> 789</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Arc::unit_cost()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00790"></a><span class="lineno"> 790</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.Arc.unit_cost)</span></div>
|
|
<div class="line"><a name="l00791"></a><span class="lineno"> 791</span>  <span class="keywordflow">return</span> _internal_unit_cost();</div>
|
|
<div class="line"><a name="l00792"></a><span class="lineno"> 792</span> }</div>
|
|
<div class="line"><a name="l00793"></a><span class="lineno"> 793</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::_internal_set_unit_cost(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00794"></a><span class="lineno"> 794</span>  _has_bits_[0] |= 0x00000004u;</div>
|
|
<div class="line"><a name="l00795"></a><span class="lineno"> 795</span>  unit_cost_ = value;</div>
|
|
<div class="line"><a name="l00796"></a><span class="lineno"> 796</span> }</div>
|
|
<div class="line"><a name="l00797"></a><span class="lineno"> 797</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Arc::set_unit_cost(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00798"></a><span class="lineno"> 798</span>  _internal_set_unit_cost(value);</div>
|
|
<div class="line"><a name="l00799"></a><span class="lineno"> 799</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.Arc.unit_cost)</span></div>
|
|
<div class="line"><a name="l00800"></a><span class="lineno"> 800</span> }</div>
|
|
<div class="line"><a name="l00801"></a><span class="lineno"> 801</span>  </div>
|
|
<div class="line"><a name="l00802"></a><span class="lineno"> 802</span> <span class="comment">// -------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00803"></a><span class="lineno"> 803</span>  </div>
|
|
<div class="line"><a name="l00804"></a><span class="lineno"> 804</span> <span class="comment">// Node</span></div>
|
|
<div class="line"><a name="l00805"></a><span class="lineno"> 805</span>  </div>
|
|
<div class="line"><a name="l00806"></a><span class="lineno"> 806</span> <span class="comment">// optional int64 id = 1;</span></div>
|
|
<div class="line"><a name="l00807"></a><span class="lineno"> 807</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Node::_internal_has_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00808"></a><span class="lineno"> 808</span>  <span class="keywordtype">bool</span> value = (_has_bits_[0] & 0x00000001u) != 0;</div>
|
|
<div class="line"><a name="l00809"></a><span class="lineno"> 809</span>  <span class="keywordflow">return</span> value;</div>
|
|
<div class="line"><a name="l00810"></a><span class="lineno"> 810</span> }</div>
|
|
<div class="line"><a name="l00811"></a><span class="lineno"> 811</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Node::has_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00812"></a><span class="lineno"> 812</span>  <span class="keywordflow">return</span> _internal_has_id();</div>
|
|
<div class="line"><a name="l00813"></a><span class="lineno"> 813</span> }</div>
|
|
<div class="line"><a name="l00814"></a><span class="lineno"> 814</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Node::clear_id() {</div>
|
|
<div class="line"><a name="l00815"></a><span class="lineno"> 815</span>  id_ = PROTOBUF_LONGLONG(0);</div>
|
|
<div class="line"><a name="l00816"></a><span class="lineno"> 816</span>  _has_bits_[0] &= ~0x00000001u;</div>
|
|
<div class="line"><a name="l00817"></a><span class="lineno"> 817</span> }</div>
|
|
<div class="line"><a name="l00818"></a><span class="lineno"> 818</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Node::_internal_id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00819"></a><span class="lineno"> 819</span>  <span class="keywordflow">return</span> id_;</div>
|
|
<div class="line"><a name="l00820"></a><span class="lineno"> 820</span> }</div>
|
|
<div class="line"><a name="l00821"></a><span class="lineno"> 821</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Node::id()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00822"></a><span class="lineno"> 822</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.Node.id)</span></div>
|
|
<div class="line"><a name="l00823"></a><span class="lineno"> 823</span>  <span class="keywordflow">return</span> _internal_id();</div>
|
|
<div class="line"><a name="l00824"></a><span class="lineno"> 824</span> }</div>
|
|
<div class="line"><a name="l00825"></a><span class="lineno"> 825</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Node::_internal_set_id(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00826"></a><span class="lineno"> 826</span>  _has_bits_[0] |= 0x00000001u;</div>
|
|
<div class="line"><a name="l00827"></a><span class="lineno"> 827</span>  id_ = value;</div>
|
|
<div class="line"><a name="l00828"></a><span class="lineno"> 828</span> }</div>
|
|
<div class="line"><a name="l00829"></a><span class="lineno"> 829</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Node::set_id(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00830"></a><span class="lineno"> 830</span>  _internal_set_id(value);</div>
|
|
<div class="line"><a name="l00831"></a><span class="lineno"> 831</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.Node.id)</span></div>
|
|
<div class="line"><a name="l00832"></a><span class="lineno"> 832</span> }</div>
|
|
<div class="line"><a name="l00833"></a><span class="lineno"> 833</span>  </div>
|
|
<div class="line"><a name="l00834"></a><span class="lineno"> 834</span> <span class="comment">// optional int64 supply = 2 [default = 0];</span></div>
|
|
<div class="line"><a name="l00835"></a><span class="lineno"> 835</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Node::_internal_has_supply()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00836"></a><span class="lineno"> 836</span>  <span class="keywordtype">bool</span> value = (_has_bits_[0] & 0x00000002u) != 0;</div>
|
|
<div class="line"><a name="l00837"></a><span class="lineno"> 837</span>  <span class="keywordflow">return</span> value;</div>
|
|
<div class="line"><a name="l00838"></a><span class="lineno"> 838</span> }</div>
|
|
<div class="line"><a name="l00839"></a><span class="lineno"> 839</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> Node::has_supply()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00840"></a><span class="lineno"> 840</span>  <span class="keywordflow">return</span> _internal_has_supply();</div>
|
|
<div class="line"><a name="l00841"></a><span class="lineno"> 841</span> }</div>
|
|
<div class="line"><a name="l00842"></a><span class="lineno"> 842</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Node::clear_supply() {</div>
|
|
<div class="line"><a name="l00843"></a><span class="lineno"> 843</span>  supply_ = PROTOBUF_LONGLONG(0);</div>
|
|
<div class="line"><a name="l00844"></a><span class="lineno"> 844</span>  _has_bits_[0] &= ~0x00000002u;</div>
|
|
<div class="line"><a name="l00845"></a><span class="lineno"> 845</span> }</div>
|
|
<div class="line"><a name="l00846"></a><span class="lineno"> 846</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Node::_internal_supply()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00847"></a><span class="lineno"> 847</span>  <span class="keywordflow">return</span> supply_;</div>
|
|
<div class="line"><a name="l00848"></a><span class="lineno"> 848</span> }</div>
|
|
<div class="line"><a name="l00849"></a><span class="lineno"> 849</span> inline ::PROTOBUF_NAMESPACE_ID::int64 Node::supply()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00850"></a><span class="lineno"> 850</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.Node.supply)</span></div>
|
|
<div class="line"><a name="l00851"></a><span class="lineno"> 851</span>  <span class="keywordflow">return</span> _internal_supply();</div>
|
|
<div class="line"><a name="l00852"></a><span class="lineno"> 852</span> }</div>
|
|
<div class="line"><a name="l00853"></a><span class="lineno"> 853</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Node::_internal_set_supply(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00854"></a><span class="lineno"> 854</span>  _has_bits_[0] |= 0x00000002u;</div>
|
|
<div class="line"><a name="l00855"></a><span class="lineno"> 855</span>  supply_ = value;</div>
|
|
<div class="line"><a name="l00856"></a><span class="lineno"> 856</span> }</div>
|
|
<div class="line"><a name="l00857"></a><span class="lineno"> 857</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> Node::set_supply(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00858"></a><span class="lineno"> 858</span>  _internal_set_supply(value);</div>
|
|
<div class="line"><a name="l00859"></a><span class="lineno"> 859</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.Node.supply)</span></div>
|
|
<div class="line"><a name="l00860"></a><span class="lineno"> 860</span> }</div>
|
|
<div class="line"><a name="l00861"></a><span class="lineno"> 861</span>  </div>
|
|
<div class="line"><a name="l00862"></a><span class="lineno"> 862</span> <span class="comment">// -------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00863"></a><span class="lineno"> 863</span>  </div>
|
|
<div class="line"><a name="l00864"></a><span class="lineno"> 864</span> <span class="comment">// FlowModel</span></div>
|
|
<div class="line"><a name="l00865"></a><span class="lineno"> 865</span>  </div>
|
|
<div class="line"><a name="l00866"></a><span class="lineno"> 866</span> <span class="comment">// repeated .operations_research.Node node = 1;</span></div>
|
|
<div class="line"><a name="l00867"></a><span class="lineno"> 867</span> <span class="keyword">inline</span> <span class="keywordtype">int</span> FlowModel::_internal_node_size()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00868"></a><span class="lineno"> 868</span>  <span class="keywordflow">return</span> node_.size();</div>
|
|
<div class="line"><a name="l00869"></a><span class="lineno"> 869</span> }</div>
|
|
<div class="line"><a name="l00870"></a><span class="lineno"> 870</span> <span class="keyword">inline</span> <span class="keywordtype">int</span> FlowModel::node_size()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00871"></a><span class="lineno"> 871</span>  <span class="keywordflow">return</span> _internal_node_size();</div>
|
|
<div class="line"><a name="l00872"></a><span class="lineno"> 872</span> }</div>
|
|
<div class="line"><a name="l00873"></a><span class="lineno"> 873</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> FlowModel::clear_node() {</div>
|
|
<div class="line"><a name="l00874"></a><span class="lineno"> 874</span>  node_.Clear();</div>
|
|
<div class="line"><a name="l00875"></a><span class="lineno"> 875</span> }</div>
|
|
<div class="line"><a name="l00876"></a><span class="lineno"> 876</span> inline ::operations_research::Node* FlowModel::mutable_node(<span class="keywordtype">int</span> index) {</div>
|
|
<div class="line"><a name="l00877"></a><span class="lineno"> 877</span>  <span class="comment">// @@protoc_insertion_point(field_mutable:operations_research.FlowModel.node)</span></div>
|
|
<div class="line"><a name="l00878"></a><span class="lineno"> 878</span>  <span class="keywordflow">return</span> node_.Mutable(index);</div>
|
|
<div class="line"><a name="l00879"></a><span class="lineno"> 879</span> }</div>
|
|
<div class="line"><a name="l00880"></a><span class="lineno"> 880</span> inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Node >*</div>
|
|
<div class="line"><a name="l00881"></a><span class="lineno"> 881</span> FlowModel::mutable_node() {</div>
|
|
<div class="line"><a name="l00882"></a><span class="lineno"> 882</span>  <span class="comment">// @@protoc_insertion_point(field_mutable_list:operations_research.FlowModel.node)</span></div>
|
|
<div class="line"><a name="l00883"></a><span class="lineno"> 883</span>  <span class="keywordflow">return</span> &node_;</div>
|
|
<div class="line"><a name="l00884"></a><span class="lineno"> 884</span> }</div>
|
|
<div class="line"><a name="l00885"></a><span class="lineno"> 885</span> <span class="keyword">inline</span> const ::operations_research::Node& FlowModel::_internal_node(<span class="keywordtype">int</span> index)<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00886"></a><span class="lineno"> 886</span>  <span class="keywordflow">return</span> node_.Get(index);</div>
|
|
<div class="line"><a name="l00887"></a><span class="lineno"> 887</span> }</div>
|
|
<div class="line"><a name="l00888"></a><span class="lineno"> 888</span> <span class="keyword">inline</span> const ::operations_research::Node& FlowModel::node(<span class="keywordtype">int</span> index)<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00889"></a><span class="lineno"> 889</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.FlowModel.node)</span></div>
|
|
<div class="line"><a name="l00890"></a><span class="lineno"> 890</span>  <span class="keywordflow">return</span> _internal_node(index);</div>
|
|
<div class="line"><a name="l00891"></a><span class="lineno"> 891</span> }</div>
|
|
<div class="line"><a name="l00892"></a><span class="lineno"> 892</span> inline ::operations_research::Node* FlowModel::_internal_add_node() {</div>
|
|
<div class="line"><a name="l00893"></a><span class="lineno"> 893</span>  <span class="keywordflow">return</span> node_.Add();</div>
|
|
<div class="line"><a name="l00894"></a><span class="lineno"> 894</span> }</div>
|
|
<div class="line"><a name="l00895"></a><span class="lineno"> 895</span> inline ::operations_research::Node* FlowModel::add_node() {</div>
|
|
<div class="line"><a name="l00896"></a><span class="lineno"> 896</span>  <span class="comment">// @@protoc_insertion_point(field_add:operations_research.FlowModel.node)</span></div>
|
|
<div class="line"><a name="l00897"></a><span class="lineno"> 897</span>  <span class="keywordflow">return</span> _internal_add_node();</div>
|
|
<div class="line"><a name="l00898"></a><span class="lineno"> 898</span> }</div>
|
|
<div class="line"><a name="l00899"></a><span class="lineno"> 899</span> <span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Node >&</div>
|
|
<div class="line"><a name="l00900"></a><span class="lineno"> 900</span> FlowModel::node()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00901"></a><span class="lineno"> 901</span>  <span class="comment">// @@protoc_insertion_point(field_list:operations_research.FlowModel.node)</span></div>
|
|
<div class="line"><a name="l00902"></a><span class="lineno"> 902</span>  <span class="keywordflow">return</span> node_;</div>
|
|
<div class="line"><a name="l00903"></a><span class="lineno"> 903</span> }</div>
|
|
<div class="line"><a name="l00904"></a><span class="lineno"> 904</span>  </div>
|
|
<div class="line"><a name="l00905"></a><span class="lineno"> 905</span> <span class="comment">// repeated .operations_research.Arc arc = 2;</span></div>
|
|
<div class="line"><a name="l00906"></a><span class="lineno"> 906</span> <span class="keyword">inline</span> <span class="keywordtype">int</span> FlowModel::_internal_arc_size()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00907"></a><span class="lineno"> 907</span>  <span class="keywordflow">return</span> arc_.size();</div>
|
|
<div class="line"><a name="l00908"></a><span class="lineno"> 908</span> }</div>
|
|
<div class="line"><a name="l00909"></a><span class="lineno"> 909</span> <span class="keyword">inline</span> <span class="keywordtype">int</span> FlowModel::arc_size()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00910"></a><span class="lineno"> 910</span>  <span class="keywordflow">return</span> _internal_arc_size();</div>
|
|
<div class="line"><a name="l00911"></a><span class="lineno"> 911</span> }</div>
|
|
<div class="line"><a name="l00912"></a><span class="lineno"> 912</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> FlowModel::clear_arc() {</div>
|
|
<div class="line"><a name="l00913"></a><span class="lineno"> 913</span>  arc_.Clear();</div>
|
|
<div class="line"><a name="l00914"></a><span class="lineno"> 914</span> }</div>
|
|
<div class="line"><a name="l00915"></a><span class="lineno"> 915</span> inline ::operations_research::Arc* FlowModel::mutable_arc(<span class="keywordtype">int</span> index) {</div>
|
|
<div class="line"><a name="l00916"></a><span class="lineno"> 916</span>  <span class="comment">// @@protoc_insertion_point(field_mutable:operations_research.FlowModel.arc)</span></div>
|
|
<div class="line"><a name="l00917"></a><span class="lineno"> 917</span>  <span class="keywordflow">return</span> arc_.Mutable(index);</div>
|
|
<div class="line"><a name="l00918"></a><span class="lineno"> 918</span> }</div>
|
|
<div class="line"><a name="l00919"></a><span class="lineno"> 919</span> inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Arc >*</div>
|
|
<div class="line"><a name="l00920"></a><span class="lineno"> 920</span> FlowModel::mutable_arc() {</div>
|
|
<div class="line"><a name="l00921"></a><span class="lineno"> 921</span>  <span class="comment">// @@protoc_insertion_point(field_mutable_list:operations_research.FlowModel.arc)</span></div>
|
|
<div class="line"><a name="l00922"></a><span class="lineno"> 922</span>  <span class="keywordflow">return</span> &arc_;</div>
|
|
<div class="line"><a name="l00923"></a><span class="lineno"> 923</span> }</div>
|
|
<div class="line"><a name="l00924"></a><span class="lineno"> 924</span> <span class="keyword">inline</span> const ::operations_research::Arc& FlowModel::_internal_arc(<span class="keywordtype">int</span> index)<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00925"></a><span class="lineno"> 925</span>  <span class="keywordflow">return</span> arc_.Get(index);</div>
|
|
<div class="line"><a name="l00926"></a><span class="lineno"> 926</span> }</div>
|
|
<div class="line"><a name="l00927"></a><span class="lineno"> 927</span> <span class="keyword">inline</span> const ::operations_research::Arc& FlowModel::arc(<span class="keywordtype">int</span> index)<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00928"></a><span class="lineno"> 928</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.FlowModel.arc)</span></div>
|
|
<div class="line"><a name="l00929"></a><span class="lineno"> 929</span>  <span class="keywordflow">return</span> _internal_arc(index);</div>
|
|
<div class="line"><a name="l00930"></a><span class="lineno"> 930</span> }</div>
|
|
<div class="line"><a name="l00931"></a><span class="lineno"> 931</span> inline ::operations_research::Arc* FlowModel::_internal_add_arc() {</div>
|
|
<div class="line"><a name="l00932"></a><span class="lineno"> 932</span>  <span class="keywordflow">return</span> arc_.Add();</div>
|
|
<div class="line"><a name="l00933"></a><span class="lineno"> 933</span> }</div>
|
|
<div class="line"><a name="l00934"></a><span class="lineno"> 934</span> inline ::operations_research::Arc* FlowModel::add_arc() {</div>
|
|
<div class="line"><a name="l00935"></a><span class="lineno"> 935</span>  <span class="comment">// @@protoc_insertion_point(field_add:operations_research.FlowModel.arc)</span></div>
|
|
<div class="line"><a name="l00936"></a><span class="lineno"> 936</span>  <span class="keywordflow">return</span> _internal_add_arc();</div>
|
|
<div class="line"><a name="l00937"></a><span class="lineno"> 937</span> }</div>
|
|
<div class="line"><a name="l00938"></a><span class="lineno"> 938</span> <span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Arc >&</div>
|
|
<div class="line"><a name="l00939"></a><span class="lineno"> 939</span> FlowModel::arc()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00940"></a><span class="lineno"> 940</span>  <span class="comment">// @@protoc_insertion_point(field_list:operations_research.FlowModel.arc)</span></div>
|
|
<div class="line"><a name="l00941"></a><span class="lineno"> 941</span>  <span class="keywordflow">return</span> arc_;</div>
|
|
<div class="line"><a name="l00942"></a><span class="lineno"> 942</span> }</div>
|
|
<div class="line"><a name="l00943"></a><span class="lineno"> 943</span>  </div>
|
|
<div class="line"><a name="l00944"></a><span class="lineno"> 944</span> <span class="comment">// optional .operations_research.FlowModel.ProblemType problem_type = 3 [default = MIN_COST_FLOW];</span></div>
|
|
<div class="line"><a name="l00945"></a><span class="lineno"> 945</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> FlowModel::_internal_has_problem_type()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00946"></a><span class="lineno"> 946</span>  <span class="keywordtype">bool</span> value = (_has_bits_[0] & 0x00000001u) != 0;</div>
|
|
<div class="line"><a name="l00947"></a><span class="lineno"> 947</span>  <span class="keywordflow">return</span> value;</div>
|
|
<div class="line"><a name="l00948"></a><span class="lineno"> 948</span> }</div>
|
|
<div class="line"><a name="l00949"></a><span class="lineno"> 949</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> FlowModel::has_problem_type()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00950"></a><span class="lineno"> 950</span>  <span class="keywordflow">return</span> _internal_has_problem_type();</div>
|
|
<div class="line"><a name="l00951"></a><span class="lineno"> 951</span> }</div>
|
|
<div class="line"><a name="l00952"></a><span class="lineno"> 952</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> FlowModel::clear_problem_type() {</div>
|
|
<div class="line"><a name="l00953"></a><span class="lineno"> 953</span>  problem_type_ = 2;</div>
|
|
<div class="line"><a name="l00954"></a><span class="lineno"> 954</span>  _has_bits_[0] &= ~0x00000001u;</div>
|
|
<div class="line"><a name="l00955"></a><span class="lineno"> 955</span> }</div>
|
|
<div class="line"><a name="l00956"></a><span class="lineno"> 956</span> <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">inline ::operations_research::FlowModel_ProblemType</a> FlowModel::_internal_problem_type()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00957"></a><span class="lineno"> 957</span>  <span class="keywordflow">return</span> <span class="keyword">static_cast<</span> ::<a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">operations_research::FlowModel_ProblemType</a> <span class="keyword">></span>(problem_type_);</div>
|
|
<div class="line"><a name="l00958"></a><span class="lineno"> 958</span> }</div>
|
|
<div class="line"><a name="l00959"></a><span class="lineno"> 959</span> <a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">inline ::operations_research::FlowModel_ProblemType</a> FlowModel::problem_type()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00960"></a><span class="lineno"> 960</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.FlowModel.problem_type)</span></div>
|
|
<div class="line"><a name="l00961"></a><span class="lineno"> 961</span>  <span class="keywordflow">return</span> _internal_problem_type();</div>
|
|
<div class="line"><a name="l00962"></a><span class="lineno"> 962</span> }</div>
|
|
<div class="line"><a name="l00963"></a><span class="lineno"> 963</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> FlowModel::_internal_set_problem_type(::<a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">operations_research::FlowModel_ProblemType</a> value) {</div>
|
|
<div class="line"><a name="l00964"></a><span class="lineno"> 964</span>  assert(::<a class="code" href="namespaceoperations__research.html#ac206da01730a9479e94e730343a14738">operations_research::FlowModel_ProblemType_IsValid</a>(value));</div>
|
|
<div class="line"><a name="l00965"></a><span class="lineno"> 965</span>  _has_bits_[0] |= 0x00000001u;</div>
|
|
<div class="line"><a name="l00966"></a><span class="lineno"> 966</span>  problem_type_ = value;</div>
|
|
<div class="line"><a name="l00967"></a><span class="lineno"> 967</span> }</div>
|
|
<div class="line"><a name="l00968"></a><span class="lineno"> 968</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> FlowModel::set_problem_type(::<a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">operations_research::FlowModel_ProblemType</a> value) {</div>
|
|
<div class="line"><a name="l00969"></a><span class="lineno"> 969</span>  _internal_set_problem_type(value);</div>
|
|
<div class="line"><a name="l00970"></a><span class="lineno"> 970</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.FlowModel.problem_type)</span></div>
|
|
<div class="line"><a name="l00971"></a><span class="lineno"> 971</span> }</div>
|
|
<div class="line"><a name="l00972"></a><span class="lineno"> 972</span>  </div>
|
|
<div class="line"><a name="l00973"></a><span class="lineno"> 973</span> <span class="preprocessor">#ifdef __GNUC__</span></div>
|
|
<div class="line"><a name="l00974"></a><span class="lineno"> 974</span> <span class="preprocessor"> #pragma GCC diagnostic pop</span></div>
|
|
<div class="line"><a name="l00975"></a><span class="lineno"> 975</span> <span class="preprocessor">#endif // __GNUC__</span></div>
|
|
<div class="line"><a name="l00976"></a><span class="lineno"> 976</span> <span class="comment">// -------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00977"></a><span class="lineno"> 977</span>  </div>
|
|
<div class="line"><a name="l00978"></a><span class="lineno"> 978</span> <span class="comment">// -------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00979"></a><span class="lineno"> 979</span>  </div>
|
|
<div class="line"><a name="l00980"></a><span class="lineno"> 980</span>  </div>
|
|
<div class="line"><a name="l00981"></a><span class="lineno"> 981</span> <span class="comment">// @@protoc_insertion_point(namespace_scope)</span></div>
|
|
<div class="line"><a name="l00982"></a><span class="lineno"> 982</span>  </div>
|
|
<div class="line"><a name="l00983"></a><span class="lineno"> 983</span> } <span class="comment">// namespace operations_research</span></div>
|
|
<div class="line"><a name="l00984"></a><span class="lineno"> 984</span>  </div>
|
|
<div class="line"><a name="l00985"></a><span class="lineno"> 985</span> PROTOBUF_NAMESPACE_OPEN</div>
|
|
<div class="line"><a name="l00986"></a><span class="lineno"> 986</span>  </div>
|
|
<div class="line"><a name="l00987"></a><span class="lineno"><a class="line" href="structis__proto__enum_3_01_1_1operations__research_1_1_flow_model___problem_type_01_4.html"> 987</a></span> <span class="keyword">template</span> <> <span class="keyword">struct </span>is_proto_enum< ::<a class="code" href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476c">operations_research::FlowModel_ProblemType</a>> : ::std::true_type {};</div>
|
|
<div class="line"><a name="l00988"></a><span class="lineno"> 988</span> <span class="keyword">template</span> <></div>
|
|
<div class="line"><a name="l00989"></a><span class="lineno"><a class="line" href="flow__problem_8pb_8h.html#a75eb829f0047b6943b6a2c961a519a0b"> 989</a></span> <span class="keyword">inline</span> <span class="keyword">const</span> EnumDescriptor* GetEnumDescriptor< ::operations_research::FlowModel_ProblemType>() {</div>
|
|
<div class="line"><a name="l00990"></a><span class="lineno"> 990</span>  <a class="code" href="namespaceoperations__research.html#a99c114843f821bc5b3467e00a57a495a">return ::operations_research::FlowModel_ProblemType_descriptor</a>();</div>
|
|
<div class="line"><a name="l00991"></a><span class="lineno"> 991</span> }</div>
|
|
<div class="line"><a name="l00992"></a><span class="lineno"> 992</span>  </div>
|
|
<div class="line"><a name="l00993"></a><span class="lineno"> 993</span> PROTOBUF_NAMESPACE_CLOSE</div>
|
|
<div class="line"><a name="l00994"></a><span class="lineno"> 994</span>  </div>
|
|
<div class="line"><a name="l00995"></a><span class="lineno"> 995</span> <span class="comment">// @@protoc_insertion_point(global_scope)</span></div>
|
|
<div class="line"><a name="l00996"></a><span class="lineno"> 996</span>  </div>
|
|
<div class="line"><a name="l00997"></a><span class="lineno"> 997</span> <span class="preprocessor">#include <google/protobuf/port_undef.inc></span></div>
|
|
<div class="line"><a name="l00998"></a><span class="lineno"> 998</span> <span class="preprocessor">#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ortools_2fgraph_2fflow_5fproblem_2eproto</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ab7a8ac99579a0457c0255c2b508ab1e3"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab7a8ac99579a0457c0255c2b508ab1e3">operations_research::PROTOBUF_FINAL::has_head_node_id</a></div><div class="ttdeci">bool has_head_node_id() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8ac2dda8b2c5319e98736e1af00557e7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ac2dda8b2c5319e98736e1af00557e7">operations_research::PROTOBUF_FINAL::ProblemType_Parse</a></div><div class="ttdeci">static bool ProblemType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ProblemType *value)</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="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aba15c36c21952c593469a726e769ad82"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aba15c36c21952c593469a726e769ad82">operations_research::PROTOBUF_FINAL::FlowModel</a></div><div class="ttdeci">FlowModel()</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="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_afd45cbea45e468bdeb64b7bee156089b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afd45cbea45e468bdeb64b7bee156089b">operations_research::PROTOBUF_FINAL::mutable_arc</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Arc > * mutable_arc()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac9fac3af49c8c8f82118fe906c54fe5f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac9fac3af49c8c8f82118fe906c54fe5f">operations_research::PROTOBUF_FINAL::clear_tail_node_id</a></div><div class="ttdeci">void clear_tail_node_id()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac024461aac3641aa5b6d107d86657d42"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac024461aac3641aa5b6d107d86657d42">operations_research::PROTOBUF_FINAL::ProblemType_Name</a></div><div class="ttdeci">static const std::string & ProblemType_Name(T enum_t_value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00598">flow_problem.pb.h:598</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8d98f9887eda1353104da8fca32e5245"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8d98f9887eda1353104da8fca32e5245">operations_research::PROTOBUF_FINAL::add_arc</a></div><div class="ttdeci">::operations_research::Arc * add_arc()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6cdd01ad501b44fb7afd16e43ad3b5a8"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6cdd01ad501b44fb7afd16e43ad3b5a8">operations_research::PROTOBUF_FINAL::head_node_id</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 head_node_id() const</div></div>
|
|
<div class="ttc" id="anamespaceoperations__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#l00076">flow_problem.pb.h:76</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac3a0363ef4ac7055acd3971d5ccf835a"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a">operations_research::PROTOBUF_FINAL::GetDescriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00137">flow_problem.pb.h:137</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a81387c5828ec8b801227f53eb5ec1781"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a81387c5828ec8b801227f53eb5ec1781">operations_research::PROTOBUF_FINAL::clear_head_node_id</a></div><div class="ttdeci">void clear_head_node_id()</div></div>
|
|
<div class="ttc" id="astruct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html_a807eed5c615caffbff3960079ef76239"><div class="ttname"><a href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a807eed5c615caffbff3960079ef76239">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::serialization_table</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]</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="anamespaceoperations__research_html_a99c114843f821bc5b3467e00a57a495a"><div class="ttname"><a href="namespaceoperations__research.html#a99c114843f821bc5b3467e00a57a495a">operations_research::FlowModel_ProblemType_descriptor</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * FlowModel_ProblemType_descriptor()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a64d38c897ce65d01940ffb9ebf5d137e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a64d38c897ce65d01940ffb9ebf5d137e">operations_research::PROTOBUF_FINAL::supply</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 supply() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aab6ceb76142ab4957ab265e4a5ca7ec2"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab6ceb76142ab4957ab265e4a5ca7ec2">operations_research::PROTOBUF_FINAL::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#l00130">flow_problem.pb.h:130</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a9da2daa646ba83cf05f2911e9b711395"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9da2daa646ba83cf05f2911e9b711395">operations_research::PROTOBUF_FINAL::Arc</a></div><div class="ttdeci">Arc()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00105">flow_problem.pb.h:105</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a2b73bfb603f4a8921877c01f4dd774af"><div class="ttname"><a href="namespaceoperations__research.html#a2b73bfb603f4a8921877c01f4dd774af">operations_research::_Node_default_instance_</a></div><div class="ttdeci">NodeDefaultTypeInternal _Node_default_instance_</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af316108fce3dbedfbbc195167677bda7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af316108fce3dbedfbbc195167677bda7">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">FlowModel & operator=(const FlowModel &from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00472">flow_problem.pb.h:472</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7c13cc2b30df811eb220e66fd1fdf371"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7c13cc2b30df811eb220e66fd1fdf371">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">Node * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00370">flow_problem.pb.h:370</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a0e67a27682ef608f095d729a417bf379"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0e67a27682ef608f095d729a417bf379">operations_research::PROTOBUF_FINAL::set_capacity</a></div><div class="ttdeci">void set_capacity(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af35bf80efe6fa8fd7c492d4bff2c52c5"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af35bf80efe6fa8fd7c492d4bff2c52c5">operations_research::PROTOBUF_FINAL::ProblemType_IsValid</a></div><div class="ttdeci">static bool ProblemType_IsValid(int value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00584">flow_problem.pb.h:584</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_add5cfbb90101d02a602e332441009892"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#add5cfbb90101d02a602e332441009892">operations_research::PROTOBUF_FINAL::tail_node_id</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 tail_node_id() const</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ade67a7afb07d33044226a6fcc55238c9"><div class="ttname"><a href="namespaceoperations__research.html#ade67a7afb07d33044226a6fcc55238c9">operations_research::FlowModel_ProblemType_Parse</a></div><div class="ttdeci">bool FlowModel_ProblemType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FlowModel_ProblemType *value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00095">flow_problem.pb.h:95</a></div></div>
|
|
<div class="ttc" id="astruct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html_a5d4901215454f7f2bea9ec50bc072b7f"><div class="ttname"><a href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::PROTOBUF_SECTION_VARIABLE</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_adc8295001ad4d2999cef01c25ec4ad0c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adc8295001ad4d2999cef01c25ec4ad0c">operations_research::PROTOBUF_FINAL::has_unit_cost</a></div><div class="ttdeci">bool has_unit_cost() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a62d5bdad9509c545e6b102e84e406d95"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a62d5bdad9509c545e6b102e84e406d95">operations_research::PROTOBUF_FINAL::node</a></div><div class="ttdeci">const ::operations_research::Node & node(int index) const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8ed761696b491f3528169c36ee2eff3c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ed761696b491f3528169c36ee2eff3c">operations_research::PROTOBUF_FINAL::ProblemType</a></div><div class="ttdeci">FlowModel_ProblemType ProblemType</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00577">flow_problem.pb.h:577</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a25b340cdb4b3f3b27c99e4bff5459b0f"><div class="ttname"><a href="namespaceoperations__research.html#a25b340cdb4b3f3b27c99e4bff5459b0f">operations_research::FlowModel_ProblemType_Name</a></div><div class="ttdeci">const std::string & FlowModel_ProblemType_Name(T enum_t_value)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00088">flow_problem.pb.h:88</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aca4a12c9e60aaeba623c9d760f292ccd"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aca4a12c9e60aaeba623c9d760f292ccd">operations_research::PROTOBUF_FINAL::has_id</a></div><div class="ttdeci">bool has_id() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a3c55af12a8f3fb93ea46e93510cc9d53"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3c55af12a8f3fb93ea46e93510cc9d53">operations_research::PROTOBUF_FINAL::Swap</a></div><div class="ttdeci">void Swap(FlowModel *other)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00514">flow_problem.pb.h:514</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a660549b573f43440c90e14578f5950bb"><div class="ttname"><a href="namespaceoperations__research.html#a660549b573f43440c90e14578f5950bb">operations_research::_FlowModel_default_instance_</a></div><div class="ttdeci">FlowModelDefaultTypeInternal _FlowModel_default_instance_</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_acec2c01840f6c9513e6c33c8c33495f6"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acec2c01840f6c9513e6c33c8c33495f6">operations_research::PROTOBUF_FINAL::set_tail_node_id</a></div><div class="ttdeci">void set_tail_node_id(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a96fc6023180f6453b7f18000aa837552"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a96fc6023180f6453b7f18000aa837552">operations_research::PROTOBUF_FINAL::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const FlowModel &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a862ac350efc2f275fe67f4f6f500beb9"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a862ac350efc2f275fe67f4f6f500beb9">operations_research::PROTOBUF_FINAL::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(Arc *other)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00164">flow_problem.pb.h:164</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a72c386ee2bc5dda5a5c517a55f7039af"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a72c386ee2bc5dda5a5c517a55f7039af">operations_research::PROTOBUF_FINAL::mutable_node</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Node > * mutable_node()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1f0ed51ee0ad21f06f77052852c2dfea"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f0ed51ee0ad21f06f77052852c2dfea">operations_research::PROTOBUF_FINAL::swap</a></div><div class="ttdeci">friend void swap(Node &a, Node &b)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00347">flow_problem.pb.h:347</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a268bd826ae1c30b2be595763abc7137a"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a268bd826ae1c30b2be595763abc7137a">operations_research::PROTOBUF_FINAL::Node</a></div><div class="ttdeci">Node(const Node &from)</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html"><div class="ttname"><a href="namespaceoperations__research.html">operations_research</a></div><div class="ttdef"><b>Definition:</b> <a href="christofides_8h_source.html#l00033">christofides.h:33</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a96cc196af88d5d4114c8f15d66635ad4"><div class="ttname"><a href="namespaceoperations__research.html#a96cc196af88d5d4114c8f15d66635ad4">operations_research::FlowModel_ProblemType_ProblemType_ARRAYSIZE</a></div><div class="ttdeci">constexpr int FlowModel_ProblemType_ProblemType_ARRAYSIZE</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00084">flow_problem.pb.h:84</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a4f683c5103a92e63d9df46f2652d476ca6e4c70501999b698977ecfa8d0d19479"><div class="ttname"><a href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca6e4c70501999b698977ecfa8d0d19479">operations_research::FlowModel_ProblemType_MIN_COST_FLOW</a></div><div class="ttdeci">@ FlowModel_ProblemType_MIN_COST_FLOW</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00080">flow_problem.pb.h:79</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a867764a43633a7ac2188f3f5aaad3bda"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a867764a43633a7ac2188f3f5aaad3bda">operations_research::PROTOBUF_FINAL::capacity</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 capacity() const</div></div>
|
|
<div class="ttc" id="aflow__problem_8pb_8h_html_a5f3ef20daefa3e8fa5ed9bc1550bde3f"><div class="ttname"><a href="flow__problem_8pb_8h.html#a5f3ef20daefa3e8fa5ed9bc1550bde3f">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>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a01394236cbfc6f1cf0365a6e2ac4bcd7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a01394236cbfc6f1cf0365a6e2ac4bcd7">operations_research::PROTOBUF_FINAL::has_tail_node_id</a></div><div class="ttdeci">bool has_tail_node_id() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a229b58c98772b2824402b34439ffb3ae"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a229b58c98772b2824402b34439ffb3ae">operations_research::PROTOBUF_FINAL::set_supply</a></div><div class="ttdeci">void set_supply(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aaa99ebc4cae75f52f3b2940b0691c34d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaa99ebc4cae75f52f3b2940b0691c34d">operations_research::PROTOBUF_FINAL::Arc</a></div><div class="ttdeci">Arc(const Arc &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1040e05051f515040b9f36e7b927f254"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1040e05051f515040b9f36e7b927f254">operations_research::PROTOBUF_FINAL::Arc</a></div><div class="ttdeci">Arc(::PROTOBUF_NAMESPACE_ID::Arena *arena)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1e436b607da362266ed7e00d18cd6ac7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7">operations_research::PROTOBUF_FINAL::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div></div>
|
|
<div class="ttc" id="astruct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html_a662054e6fa26895882c36ee1a37a629e"><div class="ttname"><a href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a662054e6fa26895882c36ee1a37a629e">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::PROTOBUF_SECTION_VARIABLE</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[3] PROTOBUF_SECTION_VARIABLE(protodesc_cold)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a495ff68e3cee89b8622a3481a27c13d1"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a495ff68e3cee89b8622a3481a27c13d1">operations_research::PROTOBUF_FINAL::default_instance</a></div><div class="ttdeci">static const Node & default_instance()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_acc79ecf8298747b092bfb77d14f297a9"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acc79ecf8298747b092bfb77d14f297a9">operations_research::PROTOBUF_FINAL::unit_cost</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 unit_cost() const</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_aa22235731898cbd9e50abc8dfb2fc5b8"><div class="ttname"><a href="namespaceoperations__research.html#aa22235731898cbd9e50abc8dfb2fc5b8">operations_research::_Arc_default_instance_</a></div><div class="ttdeci">ArcDefaultTypeInternal _Arc_default_instance_</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a446da2feca285f2273e87e8ab7481142"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a446da2feca285f2273e87e8ab7481142">operations_research::PROTOBUF_FINAL::~FlowModel</a></div><div class="ttdeci">virtual ~FlowModel()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af198d87ad40d80559459adf25445d34f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af198d87ad40d80559459adf25445d34f">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">Node * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00366">flow_problem.pb.h:366</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7a3b8efd45171f109a544cfe792aed41"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7a3b8efd45171f109a544cfe792aed41">operations_research::PROTOBUF_FINAL::ProblemType_descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ProblemType_descriptor()</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="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a53512c3ead99a8ae676152ae576c76df"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a53512c3ead99a8ae676152ae576c76df">operations_research::PROTOBUF_FINAL::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const Arc &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a978b5c98dabb44a27f9fb435062c12ec"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a978b5c98dabb44a27f9fb435062c12ec">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">Arc & operator=(const Arc &from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00114">flow_problem.pb.h:114</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a0cf782e3863e12d76fac46715ae02e1c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0cf782e3863e12d76fac46715ae02e1c">operations_research::PROTOBUF_FINAL::set_head_node_id</a></div><div class="ttdeci">void set_head_node_id(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a05cb7c52e2ce1eea2689c26385612b33"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a05cb7c52e2ce1eea2689c26385612b33">operations_research::PROTOBUF_FINAL::InitAsDefaultInstance</a></div><div class="ttdeci">static void InitAsDefaultInstance()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a3b695557e18e72ac4c099fa25e9f28de"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3b695557e18e72ac4c099fa25e9f28de">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">Node & operator=(const Node &from)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00308">flow_problem.pb.h:308</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a4f683c5103a92e63d9df46f2652d476cadae9b1b24153d3681a075b6531ee0b92"><div class="ttname"><a href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476cadae9b1b24153d3681a075b6531ee0b92">operations_research::FlowModel_ProblemType_LINEAR_SUM_ASSIGNMENT</a></div><div class="ttdeci">@ FlowModel_ProblemType_LINEAR_SUM_ASSIGNMENT</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00077">flow_problem.pb.h:77</a></div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ae5f834d473db3f9dd920b4cfb6f51032"><div class="ttname"><a href="namespaceoperations__research.html#ae5f834d473db3f9dd920b4cfb6f51032">operations_research::FlowModel_ProblemType_ProblemType_MAX</a></div><div class="ttdeci">constexpr FlowModel_ProblemType FlowModel_ProblemType_ProblemType_MAX</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00083">flow_problem.pb.h:83</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa523ef7ad1885dc3e9751d0e67048ff1"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa523ef7ad1885dc3e9751d0e67048ff1">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">Arc * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00176">flow_problem.pb.h:176</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a977e0407f6306a9539703ef27ffb217f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a977e0407f6306a9539703ef27ffb217f">operations_research::PROTOBUF_FINAL::internal_default_instance</a></div><div class="ttdeci">static const Node * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00340">flow_problem.pb.h:340</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8b2e4c5099f8bd3ab58f829876f7b43a"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8b2e4c5099f8bd3ab58f829876f7b43a">operations_research::PROTOBUF_FINAL::problem_type</a></div><div class="ttdeci">::operations_research::FlowModel_ProblemType problem_type() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a605d081d9c88665f52153fb7ef100bb5"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a605d081d9c88665f52153fb7ef100bb5">operations_research::PROTOBUF_FINAL::node</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Node > & node() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6367f7e976e1ce24ff52cf2958a3bbda"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6367f7e976e1ce24ff52cf2958a3bbda">operations_research::PROTOBUF_FINAL::clear_id</a></div><div class="ttdeci">void clear_id()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae54ece5e08e2fc3449de75643b367172"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae54ece5e08e2fc3449de75643b367172">operations_research::PROTOBUF_FINAL::mutable_node</a></div><div class="ttdeci">::operations_research::Node * mutable_node(int index)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8ebe20b3527599ad91f1c02006a5cb1f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ebe20b3527599ad91f1c02006a5cb1f">operations_research::PROTOBUF_FINAL::set_problem_type</a></div><div class="ttdeci">void set_problem_type(::operations_research::FlowModel_ProblemType value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a606ad4d0fbe863ea6feafbbc1ae92bd4"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a606ad4d0fbe863ea6feafbbc1ae92bd4">operations_research::PROTOBUF_FINAL::clear_unit_cost</a></div><div class="ttdeci">void clear_unit_cost()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a40a6c0449051760fec781842ca1a5927"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a40a6c0449051760fec781842ca1a5927">operations_research::PROTOBUF_FINAL::set_id</a></div><div class="ttdeci">void set_id(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aed5c697a4ea9159c511459bcaa1cc8e8"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aed5c697a4ea9159c511459bcaa1cc8e8">operations_research::PROTOBUF_FINAL::clear_node</a></div><div class="ttdeci">void clear_node()</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_ac206da01730a9479e94e730343a14738"><div class="ttname"><a href="namespaceoperations__research.html#ac206da01730a9479e94e730343a14738">operations_research::FlowModel_ProblemType_IsValid</a></div><div class="ttdeci">bool FlowModel_ProblemType_IsValid(int value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a18d1da3dd7794ed5188f3fc21d0e497d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a18d1da3dd7794ed5188f3fc21d0e497d">operations_research::PROTOBUF_FINAL::swap</a></div><div class="ttdeci">friend void swap(FlowModel &a, FlowModel &b)</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="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8e5db729ae07d5d12b72acf301edf991"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8e5db729ae07d5d12b72acf301edf991">operations_research::PROTOBUF_FINAL::arc</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::operations_research::Arc > & arc() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1f2c51e526f9e9ec86c0c8ae097b4fa8"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f2c51e526f9e9ec86c0c8ae097b4fa8">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">Arc * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00172">flow_problem.pb.h:172</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a067c66d750ea3f178fc4435f108b048f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a067c66d750ea3f178fc4435f108b048f">operations_research::PROTOBUF_FINAL::Node</a></div><div class="ttdeci">Node(Node &&from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00303">flow_problem.pb.h:303</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af7e850e4303c389b01becd59c8264700"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7e850e4303c389b01becd59c8264700">operations_research::PROTOBUF_FINAL::arc_size</a></div><div class="ttdeci">int arc_size() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a065de92fb3e4bba028bd3aed6ef4a5ea"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a065de92fb3e4bba028bd3aed6ef4a5ea">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">Arc & operator=(Arc &&from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00118">flow_problem.pb.h:118</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af661986d56e934195c0cc57b3e78f1ae"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af661986d56e934195c0cc57b3e78f1ae">operations_research::PROTOBUF_FINAL::unknown_fields</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00127">flow_problem.pb.h:127</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa708c56d1a20776baf0b6efccacdaa6b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa708c56d1a20776baf0b6efccacdaa6b">operations_research::PROTOBUF_FINAL::has_capacity</a></div><div class="ttdeci">bool has_capacity() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_abee10a388b53df255f15fbec07e1ac80"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80">operations_research::PROTOBUF_FINAL::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aaaefc7b696b15da7a556d7911735a277"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaaefc7b696b15da7a556d7911735a277">operations_research::PROTOBUF_FINAL::~Node</a></div><div class="ttdeci">virtual ~Node()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa23383da26807461dbb260f90a18d9ae"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa23383da26807461dbb260f90a18d9ae">operations_research::PROTOBUF_FINAL::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(Node *other)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00358">flow_problem.pb.h:358</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7b40af5e8ad8689f4f69a225e2473c67"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7b40af5e8ad8689f4f69a225e2473c67">operations_research::PROTOBUF_FINAL::clear_supply</a></div><div class="ttdeci">void clear_supply()</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a4f683c5103a92e63d9df46f2652d476ca0ce79649a2d56f0b32763b711a4c6841"><div class="ttname"><a href="namespaceoperations__research.html#a4f683c5103a92e63d9df46f2652d476ca0ce79649a2d56f0b32763b711a4c6841">operations_research::FlowModel_ProblemType_MAX_FLOW</a></div><div class="ttdeci">@ FlowModel_ProblemType_MAX_FLOW</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00078">flow_problem.pb.h:78</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7fc155b18bd8a94075c2dbf9fe3b424d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7fc155b18bd8a94075c2dbf9fe3b424d">operations_research::PROTOBUF_FINAL::FlowModel</a></div><div class="ttdeci">FlowModel(FlowModel &&from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00467">flow_problem.pb.h:467</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html">operations_research::PROTOBUF_FINAL</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00102">flow_problem.pb.h:103</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa76c9620775a54fc71a1b839548a47bf"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa76c9620775a54fc71a1b839548a47bf">operations_research::PROTOBUF_FINAL::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const Node &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a58a5cf047933985f614e6e597711fd4b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58a5cf047933985f614e6e597711fd4b">operations_research::PROTOBUF_FINAL::has_supply</a></div><div class="ttdeci">bool has_supply() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a16e0d814b0e80a72f5a8b3ec00868992"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a16e0d814b0e80a72f5a8b3ec00868992">operations_research::PROTOBUF_FINAL::id</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 id() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aeb97e39bc8170e847aa4b38bab62aa44"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aeb97e39bc8170e847aa4b38bab62aa44">operations_research::PROTOBUF_FINAL::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const FlowModel &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a36d4b3610adcfd721305cd147ed5b2bb"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a36d4b3610adcfd721305cd147ed5b2bb">operations_research::PROTOBUF_FINAL::default_instance</a></div><div class="ttdeci">static const FlowModel & default_instance()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ab36a38a6579f8e46de672c1436a0ad4b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab36a38a6579f8e46de672c1436a0ad4b">operations_research::PROTOBUF_FINAL::add_node</a></div><div class="ttdeci">::operations_research::Node * add_node()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a01fbe0c6f24242c3f9a96a3e725b2f9b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a01fbe0c6f24242c3f9a96a3e725b2f9b">operations_research::PROTOBUF_FINAL::~Arc</a></div><div class="ttdeci">virtual ~Arc()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a2b727c571058b0e19c097fdadff70216"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2b727c571058b0e19c097fdadff70216">operations_research::PROTOBUF_FINAL::Swap</a></div><div class="ttdeci">void Swap(Arc *other)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00156">flow_problem.pb.h:156</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa201dc6917780fb5e04142d729bb979c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa201dc6917780fb5e04142d729bb979c">operations_research::PROTOBUF_FINAL::Arc</a></div><div class="ttdeci">Arc(Arc &&from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00109">flow_problem.pb.h:109</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_afcd79821464a82b78448f62cebb09108"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afcd79821464a82b78448f62cebb09108">operations_research::PROTOBUF_FINAL::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(FlowModel *other)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00522">flow_problem.pb.h:522</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a79a545e557e428c2c38bcc267317a727"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a79a545e557e428c2c38bcc267317a727">operations_research::PROTOBUF_FINAL::arc</a></div><div class="ttdeci">const ::operations_research::Arc & arc(int index) const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8a1e1d7652b7b8c1c70fb17eaf55f913"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8a1e1d7652b7b8c1c70fb17eaf55f913">operations_research::PROTOBUF_FINAL::clear_problem_type</a></div><div class="ttdeci">void clear_problem_type()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a3bf9baa90fb73135c63de81835497efd"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3bf9baa90fb73135c63de81835497efd">operations_research::PROTOBUF_FINAL::internal_default_instance</a></div><div class="ttdeci">static const FlowModel * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00504">flow_problem.pb.h:504</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a3093b30aa99ebf483676b451adbd5708"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708">operations_research::PROTOBUF_FINAL::descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00134">flow_problem.pb.h:134</a></div></div>
|
|
<div class="ttc" id="astruct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html_a57e83bcf45762efcecb94544c5069304"><div class="ttname"><a href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#a57e83bcf45762efcecb94544c5069304">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::PROTOBUF_SECTION_VARIABLE</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a2433308ccae05ed50862c2a1b72f3e02"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2433308ccae05ed50862c2a1b72f3e02">operations_research::PROTOBUF_FINAL::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const Arc &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af6c43eaacede98a423520208b3bee8e8"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af6c43eaacede98a423520208b3bee8e8">operations_research::PROTOBUF_FINAL::FlowModel</a></div><div class="ttdeci">FlowModel(const FlowModel &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6de56d20feebef28062380dbd3a6f0f6"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6de56d20feebef28062380dbd3a6f0f6">operations_research::PROTOBUF_FINAL::has_problem_type</a></div><div class="ttdeci">bool has_problem_type() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a178538d7947dd076e6d01974d0eed5c7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a178538d7947dd076e6d01974d0eed5c7">operations_research::PROTOBUF_FINAL::node_size</a></div><div class="ttdeci">int node_size() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1d053cddcd5888c78c6a668f70589270"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1d053cddcd5888c78c6a668f70589270">operations_research::PROTOBUF_FINAL::internal_default_instance</a></div><div class="ttdeci">static const Arc * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00146">flow_problem.pb.h:146</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4f7d548221674270611042e23bbe8375"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4f7d548221674270611042e23bbe8375">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">FlowModel * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</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="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a2e87a6005ef164c71bc8f039c48e5169"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2e87a6005ef164c71bc8f039c48e5169">operations_research::PROTOBUF_FINAL::mutable_arc</a></div><div class="ttdeci">::operations_research::Arc * mutable_arc(int index)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_adb2b9028fcb5f208047e828e10532735"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adb2b9028fcb5f208047e828e10532735">operations_research::PROTOBUF_FINAL::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const Node &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac5e1a1a27dc51e6e69f9364240e087d6"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac5e1a1a27dc51e6e69f9364240e087d6">operations_research::PROTOBUF_FINAL::set_unit_cost</a></div><div class="ttdeci">void set_unit_cost(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="anamespaceinternal_html"><div class="ttname"><a href="namespaceinternal.html">internal</a></div><div class="ttdef"><b>Definition:</b> <a href="connected__components_8h_source.html#l00125">connected_components.h:125</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a18dfd71c2d6adbd957a36a6b6cb8c0e8"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a18dfd71c2d6adbd957a36a6b6cb8c0e8">operations_research::PROTOBUF_FINAL::default_instance</a></div><div class="ttdeci">static const Arc & default_instance()</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html_a8f81990e9a7e53ba4956be213beab4fd"><div class="ttname"><a href="namespaceoperations__research.html#a8f81990e9a7e53ba4956be213beab4fd">operations_research::FlowModel_ProblemType_ProblemType_MIN</a></div><div class="ttdeci">constexpr FlowModel_ProblemType FlowModel_ProblemType_ProblemType_MIN</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00082">flow_problem.pb.h:82</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8833e075ef8f8090c75efbe0ada224f7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7">operations_research::PROTOBUF_FINAL::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a0d313fac56abd7ebe58a17f1530b879e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0d313fac56abd7ebe58a17f1530b879e">operations_research::PROTOBUF_FINAL::Node</a></div><div class="ttdeci">Node()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00299">flow_problem.pb.h:299</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a805880713139f7cfb4f275d81fd9aea2"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a805880713139f7cfb4f275d81fd9aea2">operations_research::PROTOBUF_FINAL::Swap</a></div><div class="ttdeci">void Swap(Node *other)</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="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1354bce3cd5239dc4fc76b6fbb3e83be"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1354bce3cd5239dc4fc76b6fbb3e83be">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">Node & operator=(Node &&from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00312">flow_problem.pb.h:312</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4422e344178071198054eff604eea3d2"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2">operations_research::PROTOBUF_FINAL::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6de2eab297f0234abd2b5b5f6f791827"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6de2eab297f0234abd2b5b5f6f791827">operations_research::PROTOBUF_FINAL::Node</a></div><div class="ttdeci">Node(::PROTOBUF_NAMESPACE_ID::Arena *arena)</div></div>
|
|
<div class="ttc" id="astruct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html"><div class="ttname"><a href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto</a></div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00046">flow_problem.pb.h:46</a></div></div>
|
|
<div class="ttc" id="astruct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto_html_ad113941c4b3e90b40bd45b59bb0e4689"><div class="ttname"><a href="struct_table_struct__ortools__2fgraph__2fflow__5fproblem__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689">TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto::field_metadata</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00053">flow_problem.pb.h:53</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_adf06045109f23e89b21772e682da4399"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adf06045109f23e89b21772e682da4399">operations_research::PROTOBUF_FINAL::clear_arc</a></div><div class="ttdeci">void clear_arc()</div></div>
|
|
<div class="ttc" id="astruct_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#l00055">flow_problem.pb.h:55</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7cad2e4dfc753d77ae8c7d664f682083"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7cad2e4dfc753d77ae8c7d664f682083">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">FlowModel * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00530">flow_problem.pb.h:530</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_affa2aefcb846db37716151c0fc4a06bf"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#affa2aefcb846db37716151c0fc4a06bf">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">FlowModel & operator=(FlowModel &&from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00476">flow_problem.pb.h:476</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a096e78b5228bfa225d174c4211b8f402"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a096e78b5228bfa225d174c4211b8f402">operations_research::PROTOBUF_FINAL::swap</a></div><div class="ttdeci">friend void swap(Arc &a, Arc &b)</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00153">flow_problem.pb.h:153</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1357c96fb88e28af1b115542dcc00a0c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c">operations_research::PROTOBUF_FINAL::GetReflection</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()</div><div class="ttdef"><b>Definition:</b> <a href="flow__problem_8pb_8h_source.html#l00140">flow_problem.pb.h:140</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5f7eed65007d1ae5558b58c478f69f12"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5f7eed65007d1ae5558b58c478f69f12">operations_research::PROTOBUF_FINAL::clear_capacity</a></div><div class="ttdeci">void clear_capacity()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a9cb67b5ab1316a16faa9a99e4e1ef91e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9cb67b5ab1316a16faa9a99e4e1ef91e">operations_research::PROTOBUF_FINAL::FlowModel</a></div><div class="ttdeci">FlowModel(::PROTOBUF_NAMESPACE_ID::Arena *arena)</div></div>
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|