550 lines
97 KiB
HTML
550 lines
97 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: Routing</h1>
|
|
</div>
|
|
<!-- Generated by Doxygen 1.8.18 -->
|
|
<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('search__limit_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">search_limit.pb.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="search__limit_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/constraint_solver/search_limit.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_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#define GOOGLE_PROTOBUF_INCLUDED_ortools_2fconstraint_5fsolver_2fsearch_5flimit_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/unknown_field_set.h></span></div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="comment">// @@protoc_insertion_point(includes)</span></div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#include <google/protobuf/port_def.inc></span></div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#define PROTOBUF_INTERNAL_EXPORT_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</span></div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="search__limit_8pb_8h.html#a2c150162f6caee0b58b10e540622d545"> 38</a></span> PROTOBUF_NAMESPACE_OPEN</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">namespace </span><a class="code" href="namespaceinternal.html">internal</a> {</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">class </span>AnyMetadata;</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> } <span class="comment">// namespace internal</span></div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> PROTOBUF_NAMESPACE_CLOSE</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment">// Internal implementation detail -- do not use these members.</span></div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html"> 45</a></span> <span class="keyword">struct </span><a class="code" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html">TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</a> {</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f"> 47</a></span>  <a class="code" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f">PROTOBUF_SECTION_VARIABLE</a>(protodesc_cold);</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a57e83bcf45762efcecb94544c5069304"> 49</a></span>  <a class="code" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a57e83bcf45762efcecb94544c5069304">PROTOBUF_SECTION_VARIABLE</a>(protodesc_cold);</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a6724f6aef157bf57a29bd58026097c39"> 51</a></span>  <a class="code" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a6724f6aef157bf57a29bd58026097c39">PROTOBUF_SECTION_VARIABLE</a>(protodesc_cold);</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689"> 52</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata <a class="code" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689">field_metadata</a>[];</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a807eed5c615caffbff3960079ef76239"> 53</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable <a class="code" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a807eed5c615caffbff3960079ef76239">serialization_table</a>[];</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a345548bf52cc46cc10c6830c03d541ff"> 54</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::uint32 <a class="code" href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">offsets</a>[];</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> };</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="keyword">extern</span> const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable <a class="code" href="search__limit_8pb_8h.html#a3508751555ce51a5bbea693e90ef5fb7">descriptor_table_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</a>;</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="keyword">class </span>RegularLimitParameters;</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="keyword">class </span>RegularLimitParametersDefaultTypeInternal;</div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="keyword">extern</span> RegularLimitParametersDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a93afbd5ed51fecb51d674cf50bf32160">_RegularLimitParameters_default_instance_</a>;</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> } <span class="comment">// namespace operations_research</span></div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> PROTOBUF_NAMESPACE_OPEN</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="search__limit_8pb_8h.html#a1f62dec894c30065a4db024560e715df"> 63</a></span> <span class="keyword">template</span><> ::operations_research::RegularLimitParameters* Arena::CreateMaybeMessage<::operations_research::RegularLimitParameters>(Arena*);</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> PROTOBUF_NAMESPACE_CLOSE</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="comment">// ===================================================================</span></div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="keyword">class </span>RegularLimitParameters PROTOBUF_FINAL :</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::Message <span class="comment">/* @@protoc_insertion_point(class_definition:operations_research.RegularLimitParameters) */</span> {</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a007f8f624dc427ef496d1449c4bb9658"> 72</a></span>  <span class="keyword">inline</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a007f8f624dc427ef496d1449c4bb9658">RegularLimitParameters</a>() : RegularLimitParameters(nullptr) {}</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a3433352c5526bdf994b8eea6b610067d"> 73</a></span>  <span class="keyword">virtual</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a3433352c5526bdf994b8eea6b610067d">~RegularLimitParameters</a>();</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a23261b2c990e832772d9766ccb2d0093"> 75</a></span>  <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a23261b2c990e832772d9766ccb2d0093">RegularLimitParameters</a>(<span class="keyword">const</span> RegularLimitParameters& from);</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a8c120efbfb22d489101bbd13cbb6a884"> 76</a></span>  <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a8c120efbfb22d489101bbd13cbb6a884">RegularLimitParameters</a>(RegularLimitParameters&& from) noexcept</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  : RegularLimitParameters() {</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  *<span class="keyword">this</span> = ::std::move(from);</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  }</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#aec88705a5ac00fe565eea935a6651f17"> 81</a></span>  <span class="keyword">inline</span> RegularLimitParameters& <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#aec88705a5ac00fe565eea935a6651f17">operator=</a>(<span class="keyword">const</span> RegularLimitParameters& from) {</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  CopyFrom(from);</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  }</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#acfe2b1e8974a5dfe4ae935f8009cbeba"> 85</a></span>  <span class="keyword">inline</span> RegularLimitParameters& <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#acfe2b1e8974a5dfe4ae935f8009cbeba">operator=</a>(RegularLimitParameters&& from) noexcept {</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keywordflow">if</span> (GetArena() == from.GetArena()) {</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordflow">if</span> (<span class="keyword">this</span> != &from) InternalSwap(&from);</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  CopyFrom(from);</div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  }</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  }</div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  </div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a3093b30aa99ebf483676b451adbd5708"> 94</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a3093b30aa99ebf483676b451adbd5708">descriptor</a>() {</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keywordflow">return</span> GetDescriptor();</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  }</div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#ac3a0363ef4ac7055acd3971d5ccf835a"> 97</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#ac3a0363ef4ac7055acd3971d5ccf835a">GetDescriptor</a>() {</div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">return</span> GetMetadataStatic().descriptor;</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  }</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a1357c96fb88e28af1b115542dcc00a0c"> 100</a></span>  <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Reflection* <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a1357c96fb88e28af1b115542dcc00a0c">GetReflection</a>() {</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="keywordflow">return</span> GetMetadataStatic().reflection;</div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  }</div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab1e3223d698350de1326f0f4a5a1200c"> 103</a></span>  <span class="keyword">static</span> <span class="keyword">const</span> RegularLimitParameters& <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab1e3223d698350de1326f0f4a5a1200c">default_instance</a>();</div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  </div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a05cb7c52e2ce1eea2689c26385612b33"> 105</a></span>  <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a05cb7c52e2ce1eea2689c26385612b33">InitAsDefaultInstance</a>(); <span class="comment">// FOR INTERNAL USE ONLY</span></div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a2932f425668478d12de6daf9c5671397"> 106</a></span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> RegularLimitParameters* <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a2932f425668478d12de6daf9c5671397">internal_default_instance</a>() {</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span><span class="keyword">const </span>RegularLimitParameters*<span class="keyword">></span>(</div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  &<a class="code" href="namespaceoperations__research.html#a93afbd5ed51fecb51d674cf50bf32160">_RegularLimitParameters_default_instance_</a>);</div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  }</div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> kIndexInFileMessages =</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  0;</div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  </div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a99bcbc10338fe3f8de33c868d980bd18"> 113</a></span>  <span class="keyword">friend</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a99bcbc10338fe3f8de33c868d980bd18">swap</a>(RegularLimitParameters& a, RegularLimitParameters& b) {</div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  a.Swap(&b);</div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  }</div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a1f1cbaf6d5bbb55032f0fd6cbb0272f3"> 116</a></span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a1f1cbaf6d5bbb55032f0fd6cbb0272f3">Swap</a>(RegularLimitParameters* other) {</div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="keywordflow">if</span> (GetArena() == other->GetArena()) {</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  InternalSwap(other);</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  } <span class="keywordflow">else</span> {</div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(<span class="keyword">this</span>, other);</div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  }</div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  }</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a820d63a610a6ec75961fe92fd6c9baa6"> 124</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a820d63a610a6ec75961fe92fd6c9baa6">UnsafeArenaSwap</a>(RegularLimitParameters* other) {</div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  GOOGLE_DCHECK(GetArena() == other->GetArena());</div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  InternalSwap(other);</div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  }</div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  </div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="comment">// implements Message ----------------------------------------------</span></div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  </div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a27d8c62e0873b4b80c943514ac974c6f"> 132</a></span>  <span class="keyword">inline</span> RegularLimitParameters* <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a27d8c62e0873b4b80c943514ac974c6f">New</a>() const final {</div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordflow">return</span> CreateMaybeMessage<RegularLimitParameters>(<span class="keyword">nullptr</span>);</div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  }</div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  </div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a37e544f52508cb13a93cbd23a8ddf34b"> 136</a></span>  RegularLimitParameters* <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a37e544f52508cb13a93cbd23a8ddf34b">New</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena) <span class="keyword">const</span> <span class="keyword">final</span> {</div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keywordflow">return</span> CreateMaybeMessage<RegularLimitParameters>(arena);</div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  }</div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a8833e075ef8f8090c75efbe0ada224f7"> 139</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a8833e075ef8f8090c75efbe0ada224f7">CopyFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message& from) <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a4422e344178071198054eff604eea3d2"> 140</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a4422e344178071198054eff604eea3d2">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message& from) <span class="keyword">final</span>;</div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#ad363af7bef0766971d144bacf14730f1"> 141</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#ad363af7bef0766971d144bacf14730f1">CopyFrom</a>(<span class="keyword">const</span> RegularLimitParameters& from);</div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#acb5de557b365a8edf7c2b93d7f1f7949"> 142</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#acb5de557b365a8edf7c2b93d7f1f7949">MergeFrom</a>(<span class="keyword">const</span> RegularLimitParameters& from);</div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a1e436b607da362266ed7e00d18cd6ac7"> 143</a></span>  PROTOBUF_ATTRIBUTE_REINITIALIZES <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a1e436b607da362266ed7e00d18cd6ac7">Clear</a>() final;</div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a83794439b5a81a507b67b07f09d4f048"> 144</a></span>  <span class="keywordtype">bool</span> IsInitialized() const final;</div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  </div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#af1033c8579625eedc97d25696eeca0b1"> 146</a></span>  <span class="keywordtype">size_t</span> ByteSizeLong() const final;</div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a454c67b85b98fe47e87043230d799c2a"> 147</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="l00148"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a441b119e474a1202488ec26fa6eed236"> 148</a></span>  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(</div>
|
|
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;</div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6"> 150</a></span>  <span class="keywordtype">int</span> GetCachedSize() const final { <span class="keywordflow">return</span> _cached_size_.Get(); }</div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  </div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedCtor();</div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedDtor();</div>
|
|
<div class="line"><a name="l00155"></a><span class="lineno"> 155</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="l00156"></a><span class="lineno"> 156</span>  <span class="keywordtype">void</span> InternalSwap(RegularLimitParameters* other);</div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;</div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {</div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  <span class="keywordflow">return</span> <span class="stringliteral">"operations_research.RegularLimitParameters"</span>;</div>
|
|
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  }</div>
|
|
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  <span class="keyword">protected</span>:</div>
|
|
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a682356b8c34fc8ab54bd3a22a22df178"> 162</a></span>  <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a682356b8c34fc8ab54bd3a22a22df178">RegularLimitParameters</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
|
|
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00164"></a><span class="lineno"> 164</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="l00165"></a><span class="lineno"> 165</span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
|
|
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  </div>
|
|
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#abee10a388b53df255f15fbec07e1ac80"> 168</a></span>  ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#abee10a388b53df255f15fbec07e1ac80">GetMetadata</a>() const final;</div>
|
|
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  private:</div>
|
|
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::<a class="code" href="search__limit_8pb_8h.html#a3508751555ce51a5bbea693e90ef5fb7">descriptor_table_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</a>);</div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  <a class="code" href="search__limit_8pb_8h.html#a3508751555ce51a5bbea693e90ef5fb7">return ::descriptor_table_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</a>.file_level_metadata[kIndexInFileMessages];</div>
|
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</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>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div>
|
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="comment">// nested types ----------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  </div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  <span class="comment">// accessors -------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  </div>
|
|
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  enum : <span class="keywordtype">int</span> {</div>
|
|
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#aaafc3906427cbcc13df89e9e2d468ac4adbd76af2e800ab0a35a286589cf8b9b9"> 182</a></span>  kTimeFieldNumber = 1,</div>
|
|
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#aaafc3906427cbcc13df89e9e2d468ac4ab351c3757ecc9b9e28f1e03a3e373702"> 183</a></span>  kBranchesFieldNumber = 2,</div>
|
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  kFailuresFieldNumber = 3,</div>
|
|
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#aaafc3906427cbcc13df89e9e2d468ac4a0346dc4841b08ecbb80968ca9b5c74b1"> 185</a></span>  kSolutionsFieldNumber = 4,</div>
|
|
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#aaafc3906427cbcc13df89e9e2d468ac4a8f5540fc82ca8aa8a6ae994b30a49df2"> 186</a></span>  kSmartTimeCheckFieldNumber = 5,</div>
|
|
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#aaafc3906427cbcc13df89e9e2d468ac4a7088ab2be6c9c54afb649fcd0697f78f"> 187</a></span>  kCumulativeFieldNumber = 6,</div>
|
|
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  };</div>
|
|
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  <span class="comment">// int64 time = 1;</span></div>
|
|
<div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#abd4f82a50141870b9f07494ba959a2e3"> 190</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#abd4f82a50141870b9f07494ba959a2e3">clear_time</a>();</div>
|
|
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a2112b3fc2e505a8289e2fc65d42a06b7"> 191</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a2112b3fc2e505a8289e2fc65d42a06b7">time</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a2c51cae9d714e81687dbfe7e253cb963"> 192</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a2c51cae9d714e81687dbfe7e253cb963">set_time</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_time() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <span class="keywordtype">void</span> _internal_set_time(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  </div>
|
|
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  <span class="comment">// int64 branches = 2;</span></div>
|
|
<div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a597f8e66d208b1733ce375dc5fed1e5e"> 199</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a597f8e66d208b1733ce375dc5fed1e5e">clear_branches</a>();</div>
|
|
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a13954b49839e26e27887e8f31f20baaa"> 200</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a13954b49839e26e27887e8f31f20baaa">branches</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00201"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#afd20c29e59dacb3b9011f724f1644f80"> 201</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#afd20c29e59dacb3b9011f724f1644f80">set_branches</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_branches() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  <span class="keywordtype">void</span> _internal_set_branches(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  </div>
|
|
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  <span class="comment">// int64 failures = 3;</span></div>
|
|
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a0a9a09ca01a95c779e1fce5140664423"> 208</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a0a9a09ca01a95c779e1fce5140664423">clear_failures</a>();</div>
|
|
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#afe11325a956c2fac77c9474d907e2a43"> 209</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#afe11325a956c2fac77c9474d907e2a43">failures</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#ae5dfc9155f9f1fead32f080ae0ae64de"> 210</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#ae5dfc9155f9f1fead32f080ae0ae64de">set_failures</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_failures() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  <span class="keywordtype">void</span> _internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  </div>
|
|
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  <span class="comment">// int64 solutions = 4;</span></div>
|
|
<div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a8a263fb188877daaa59ff25361ae780b"> 217</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a8a263fb188877daaa59ff25361ae780b">clear_solutions</a>();</div>
|
|
<div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a60e87cac0fd6ab1d4c0dccefd80994ce"> 218</a></span>  ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a60e87cac0fd6ab1d4c0dccefd80994ce">solutions</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a96f9cc52123f5e941b3525c5a7c3439c"> 219</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a96f9cc52123f5e941b3525c5a7c3439c">set_solutions</a>(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  ::PROTOBUF_NAMESPACE_ID::int64 _internal_solutions() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  <span class="keywordtype">void</span> _internal_set_solutions(::PROTOBUF_NAMESPACE_ID::int64 value);</div>
|
|
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  </div>
|
|
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  <span class="comment">// bool smart_time_check = 5;</span></div>
|
|
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a492e8b01d865a532d588cf10c716b148"> 226</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a492e8b01d865a532d588cf10c716b148">clear_smart_time_check</a>();</div>
|
|
<div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab18213d5ff91cd99c7d7af3a51c57aff"> 227</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab18213d5ff91cd99c7d7af3a51c57aff">smart_time_check</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a31fa9e98095631f867674531b0da7abd"> 228</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a31fa9e98095631f867674531b0da7abd">set_smart_time_check</a>(<span class="keywordtype">bool</span> value);</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_smart_time_check() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>  <span class="keywordtype">void</span> _internal_set_smart_time_check(<span class="keywordtype">bool</span> value);</div>
|
|
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>  </div>
|
|
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>  <span class="comment">// bool cumulative = 6;</span></div>
|
|
<div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a50e29927c000e76c054ce0661fd0569e"> 235</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a50e29927c000e76c054ce0661fd0569e">clear_cumulative</a>();</div>
|
|
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a4ff4f27eeee9cbc0518f9216d7f9b9c9"> 236</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#a4ff4f27eeee9cbc0518f9216d7f9b9c9">cumulative</a>() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab16f5261af75890c6a68df46c25e4955"> 237</a></span>  <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab16f5261af75890c6a68df46c25e4955">set_cumulative</a>(<span class="keywordtype">bool</span> value);</div>
|
|
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  <span class="keywordtype">bool</span> _internal_cumulative() <span class="keyword">const</span>;</div>
|
|
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  <span class="keywordtype">void</span> _internal_set_cumulative(<span class="keywordtype">bool</span> value);</div>
|
|
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  </div>
|
|
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  <span class="comment">// @@protoc_insertion_point(class_scope:operations_research.RegularLimitParameters)</span></div>
|
|
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>  <span class="keyword">class </span>_Internal;</div>
|
|
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>  </div>
|
|
<div class="line"><a name="l00247"></a><span class="lineno"> 247</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="l00248"></a><span class="lineno"> 248</span>  <span class="keyword">typedef</span> <span class="keywordtype">void</span> InternalArenaConstructable_;</div>
|
|
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  <span class="keyword">typedef</span> <span class="keywordtype">void</span> DestructorSkippable_;</div>
|
|
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  ::PROTOBUF_NAMESPACE_ID::int64 time_;</div>
|
|
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  ::PROTOBUF_NAMESPACE_ID::int64 branches_;</div>
|
|
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  ::PROTOBUF_NAMESPACE_ID::int64 failures_;</div>
|
|
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  ::PROTOBUF_NAMESPACE_ID::int64 solutions_;</div>
|
|
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  <span class="keywordtype">bool</span> smart_time_check_;</div>
|
|
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  <span class="keywordtype">bool</span> cumulative_;</div>
|
|
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;</div>
|
|
<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="classoperations__research_1_1PROTOBUF__FINAL.html#a0a43070e014de5e17f863498060c0dea"> 257</a></span>  <span class="keyword">friend</span> struct ::TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto;</div>
|
|
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span> };</div>
|
|
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span> <span class="comment">// ===================================================================</span></div>
|
|
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  </div>
|
|
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  </div>
|
|
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span> <span class="comment">// ===================================================================</span></div>
|
|
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  </div>
|
|
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span> <span class="preprocessor">#ifdef __GNUC__</span></div>
|
|
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span> <span class="preprocessor"> #pragma GCC diagnostic push</span></div>
|
|
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span> <span class="preprocessor"> #pragma GCC diagnostic ignored "-Wstrict-aliasing"</span></div>
|
|
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span> <span class="preprocessor">#endif // __GNUC__</span></div>
|
|
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span> <span class="comment">// RegularLimitParameters</span></div>
|
|
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  </div>
|
|
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span> <span class="comment">// int64 time = 1;</span></div>
|
|
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::clear_time() {</div>
|
|
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  time_ = PROTOBUF_LONGLONG(0);</div>
|
|
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span> }</div>
|
|
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span> inline ::PROTOBUF_NAMESPACE_ID::int64 RegularLimitParameters::_internal_time()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  <span class="keywordflow">return</span> time_;</div>
|
|
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span> }</div>
|
|
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span> inline ::PROTOBUF_NAMESPACE_ID::int64 RegularLimitParameters::time()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.time)</span></div>
|
|
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  <span class="keywordflow">return</span> _internal_time();</div>
|
|
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span> }</div>
|
|
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::_internal_set_time(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  </div>
|
|
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  time_ = value;</div>
|
|
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span> }</div>
|
|
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::set_time(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  _internal_set_time(value);</div>
|
|
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.time)</span></div>
|
|
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span> }</div>
|
|
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  </div>
|
|
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span> <span class="comment">// int64 branches = 2;</span></div>
|
|
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::clear_branches() {</div>
|
|
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  branches_ = PROTOBUF_LONGLONG(0);</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> inline ::PROTOBUF_NAMESPACE_ID::int64 RegularLimitParameters::_internal_branches()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  <span class="keywordflow">return</span> branches_;</div>
|
|
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span> }</div>
|
|
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span> inline ::PROTOBUF_NAMESPACE_ID::int64 RegularLimitParameters::branches()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.branches)</span></div>
|
|
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  <span class="keywordflow">return</span> _internal_branches();</div>
|
|
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span> }</div>
|
|
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::_internal_set_branches(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>  </div>
|
|
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>  branches_ = value;</div>
|
|
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span> }</div>
|
|
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::set_branches(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>  _internal_set_branches(value);</div>
|
|
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.branches)</span></div>
|
|
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span> }</div>
|
|
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  </div>
|
|
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span> <span class="comment">// int64 failures = 3;</span></div>
|
|
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::clear_failures() {</div>
|
|
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>  failures_ = PROTOBUF_LONGLONG(0);</div>
|
|
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span> }</div>
|
|
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span> inline ::PROTOBUF_NAMESPACE_ID::int64 RegularLimitParameters::_internal_failures()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>  <span class="keywordflow">return</span> failures_;</div>
|
|
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span> }</div>
|
|
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span> inline ::PROTOBUF_NAMESPACE_ID::int64 RegularLimitParameters::failures()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.failures)</span></div>
|
|
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  <span class="keywordflow">return</span> _internal_failures();</div>
|
|
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span> }</div>
|
|
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::_internal_set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  </div>
|
|
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  failures_ = value;</div>
|
|
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span> }</div>
|
|
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::set_failures(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  _internal_set_failures(value);</div>
|
|
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.failures)</span></div>
|
|
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span> }</div>
|
|
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  </div>
|
|
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span> <span class="comment">// int64 solutions = 4;</span></div>
|
|
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::clear_solutions() {</div>
|
|
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>  solutions_ = PROTOBUF_LONGLONG(0);</div>
|
|
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span> }</div>
|
|
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span> inline ::PROTOBUF_NAMESPACE_ID::int64 RegularLimitParameters::_internal_solutions()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  <span class="keywordflow">return</span> solutions_;</div>
|
|
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span> }</div>
|
|
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span> inline ::PROTOBUF_NAMESPACE_ID::int64 RegularLimitParameters::solutions()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.solutions)</span></div>
|
|
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>  <span class="keywordflow">return</span> _internal_solutions();</div>
|
|
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span> }</div>
|
|
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::_internal_set_solutions(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  </div>
|
|
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  solutions_ = value;</div>
|
|
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span> }</div>
|
|
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::set_solutions(::PROTOBUF_NAMESPACE_ID::int64 value) {</div>
|
|
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  _internal_set_solutions(value);</div>
|
|
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.solutions)</span></div>
|
|
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span> }</div>
|
|
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  </div>
|
|
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span> <span class="comment">// bool smart_time_check = 5;</span></div>
|
|
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::clear_smart_time_check() {</div>
|
|
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  smart_time_check_ = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span> }</div>
|
|
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> RegularLimitParameters::_internal_smart_time_check()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  <span class="keywordflow">return</span> smart_time_check_;</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> <span class="keyword">inline</span> <span class="keywordtype">bool</span> RegularLimitParameters::smart_time_check()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.smart_time_check)</span></div>
|
|
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  <span class="keywordflow">return</span> _internal_smart_time_check();</div>
|
|
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span> }</div>
|
|
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::_internal_set_smart_time_check(<span class="keywordtype">bool</span> value) {</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>  smart_time_check_ = value;</div>
|
|
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span> }</div>
|
|
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::set_smart_time_check(<span class="keywordtype">bool</span> value) {</div>
|
|
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>  _internal_set_smart_time_check(value);</div>
|
|
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.smart_time_check)</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"> 370</span> <span class="comment">// bool cumulative = 6;</span></div>
|
|
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::clear_cumulative() {</div>
|
|
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  cumulative_ = <span class="keyword">false</span>;</div>
|
|
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span> }</div>
|
|
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> RegularLimitParameters::_internal_cumulative()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>  <span class="keywordflow">return</span> cumulative_;</div>
|
|
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span> }</div>
|
|
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> RegularLimitParameters::cumulative()<span class="keyword"> const </span>{</div>
|
|
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span>  <span class="comment">// @@protoc_insertion_point(field_get:operations_research.RegularLimitParameters.cumulative)</span></div>
|
|
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>  <span class="keywordflow">return</span> _internal_cumulative();</div>
|
|
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span> }</div>
|
|
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::_internal_set_cumulative(<span class="keywordtype">bool</span> value) {</div>
|
|
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span>  </div>
|
|
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>  cumulative_ = value;</div>
|
|
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span> }</div>
|
|
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span> <span class="keyword">inline</span> <span class="keywordtype">void</span> RegularLimitParameters::set_cumulative(<span class="keywordtype">bool</span> value) {</div>
|
|
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>  _internal_set_cumulative(value);</div>
|
|
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>  <span class="comment">// @@protoc_insertion_point(field_set:operations_research.RegularLimitParameters.cumulative)</span></div>
|
|
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span> }</div>
|
|
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span>  </div>
|
|
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span> <span class="preprocessor">#ifdef __GNUC__</span></div>
|
|
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span> <span class="preprocessor"> #pragma GCC diagnostic pop</span></div>
|
|
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span> <span class="preprocessor">#endif // __GNUC__</span></div>
|
|
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span>  </div>
|
|
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span> <span class="comment">// @@protoc_insertion_point(namespace_scope)</span></div>
|
|
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>  </div>
|
|
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span> } <span class="comment">// namespace operations_research</span></div>
|
|
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>  </div>
|
|
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span> <span class="comment">// @@protoc_insertion_point(global_scope)</span></div>
|
|
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>  </div>
|
|
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span> <span class="preprocessor">#include <google/protobuf/port_undef.inc></span></div>
|
|
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span> <span class="preprocessor">#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a2932f425668478d12de6daf9c5671397"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a2932f425668478d12de6daf9c5671397">operations_research::PROTOBUF_FINAL::internal_default_instance</a></div><div class="ttdeci">static const RegularLimitParameters * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00106">search_limit.pb.h:106</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a1f1cbaf6d5bbb55032f0fd6cbb0272f3"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a1f1cbaf6d5bbb55032f0fd6cbb0272f3">operations_research::PROTOBUF_FINAL::Swap</a></div><div class="ttdeci">void Swap(RegularLimitParameters *other)</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00116">search_limit.pb.h:116</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a4422e344178071198054eff604eea3d2"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.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="astructTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto_html_a5d4901215454f7f2bea9ec50bc072b7f"><div class="ttname"><a href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f">TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_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_1PROTOBUF__FINAL_html_aec88705a5ac00fe565eea935a6651f17"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#aec88705a5ac00fe565eea935a6651f17">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">RegularLimitParameters & operator=(const RegularLimitParameters &from)</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00081">search_limit.pb.h:81</a></div></div>
|
|
<div class="ttc" id="astructTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto_html_ad113941c4b3e90b40bd45b59bb0e4689"><div class="ttname"><a href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689">TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_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="search__limit_8pb_8h_source.html#l00052">search_limit.pb.h:52</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a23261b2c990e832772d9766ccb2d0093"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a23261b2c990e832772d9766ccb2d0093">operations_research::PROTOBUF_FINAL::RegularLimitParameters</a></div><div class="ttdeci">RegularLimitParameters(const RegularLimitParameters &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a3433352c5526bdf994b8eea6b610067d"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a3433352c5526bdf994b8eea6b610067d">operations_research::PROTOBUF_FINAL::~RegularLimitParameters</a></div><div class="ttdeci">virtual ~RegularLimitParameters()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_afd20c29e59dacb3b9011f724f1644f80"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#afd20c29e59dacb3b9011f724f1644f80">operations_research::PROTOBUF_FINAL::set_branches</a></div><div class="ttdeci">void set_branches(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a0a9a09ca01a95c779e1fce5140664423"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a0a9a09ca01a95c779e1fce5140664423">operations_research::PROTOBUF_FINAL::clear_failures</a></div><div class="ttdeci">void clear_failures()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a1e436b607da362266ed7e00d18cd6ac7"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a1e436b607da362266ed7e00d18cd6ac7">operations_research::PROTOBUF_FINAL::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_ad363af7bef0766971d144bacf14730f1"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#ad363af7bef0766971d144bacf14730f1">operations_research::PROTOBUF_FINAL::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const RegularLimitParameters &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a4ff4f27eeee9cbc0518f9216d7f9b9c9"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a4ff4f27eeee9cbc0518f9216d7f9b9c9">operations_research::PROTOBUF_FINAL::cumulative</a></div><div class="ttdeci">bool cumulative() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_ab18213d5ff91cd99c7d7af3a51c57aff"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#ab18213d5ff91cd99c7d7af3a51c57aff">operations_research::PROTOBUF_FINAL::smart_time_check</a></div><div class="ttdeci">bool smart_time_check() const</div></div>
|
|
<div class="ttc" id="anamespaceoperations__research_html"><div class="ttname"><a href="namespaceoperations__research.html">operations_research</a></div><div class="ttdoc">The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solveri_8h_source.html#l00078">constraint_solveri.h:78</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_ae5dfc9155f9f1fead32f080ae0ae64de"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#ae5dfc9155f9f1fead32f080ae0ae64de">operations_research::PROTOBUF_FINAL::set_failures</a></div><div class="ttdeci">void set_failures(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a27d8c62e0873b4b80c943514ac974c6f"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a27d8c62e0873b4b80c943514ac974c6f">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">RegularLimitParameters * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00132">search_limit.pb.h:132</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a2112b3fc2e505a8289e2fc65d42a06b7"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a2112b3fc2e505a8289e2fc65d42a06b7">operations_research::PROTOBUF_FINAL::time</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 time() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a3093b30aa99ebf483676b451adbd5708"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.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="search__limit_8pb_8h_source.html#l00094">search_limit.pb.h:94</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a2c51cae9d714e81687dbfe7e253cb963"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a2c51cae9d714e81687dbfe7e253cb963">operations_research::PROTOBUF_FINAL::set_time</a></div><div class="ttdeci">void set_time(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_afe11325a956c2fac77c9474d907e2a43"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#afe11325a956c2fac77c9474d907e2a43">operations_research::PROTOBUF_FINAL::failures</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 failures() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a31fa9e98095631f867674531b0da7abd"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a31fa9e98095631f867674531b0da7abd">operations_research::PROTOBUF_FINAL::set_smart_time_check</a></div><div class="ttdeci">void set_smart_time_check(bool value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a37e544f52508cb13a93cbd23a8ddf34b"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a37e544f52508cb13a93cbd23a8ddf34b">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">RegularLimitParameters * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00136">search_limit.pb.h:136</a></div></div>
|
|
<div class="ttc" id="astructTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto_html"><div class="ttname"><a href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html">TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</a></div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00045">search_limit.pb.h:45</a></div></div>
|
|
<div class="ttc" id="astructTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto_html_a6724f6aef157bf57a29bd58026097c39"><div class="ttname"><a href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a6724f6aef157bf57a29bd58026097c39">TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto::PROTOBUF_SECTION_VARIABLE</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a96f9cc52123f5e941b3525c5a7c3439c"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a96f9cc52123f5e941b3525c5a7c3439c">operations_research::PROTOBUF_FINAL::set_solutions</a></div><div class="ttdeci">void set_solutions(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a007f8f624dc427ef496d1449c4bb9658"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a007f8f624dc427ef496d1449c4bb9658">operations_research::PROTOBUF_FINAL::RegularLimitParameters</a></div><div class="ttdeci">RegularLimitParameters()</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00072">search_limit.pb.h:72</a></div></div>
|
|
<div class="ttc" id="asearch__limit_8pb_8h_html_a3508751555ce51a5bbea693e90ef5fb7"><div class="ttname"><a href="search__limit_8pb_8h.html#a3508751555ce51a5bbea693e90ef5fb7">descriptor_table_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a8a263fb188877daaa59ff25361ae780b"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a8a263fb188877daaa59ff25361ae780b">operations_research::PROTOBUF_FINAL::clear_solutions</a></div><div class="ttdeci">void clear_solutions()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_abd4f82a50141870b9f07494ba959a2e3"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#abd4f82a50141870b9f07494ba959a2e3">operations_research::PROTOBUF_FINAL::clear_time</a></div><div class="ttdeci">void clear_time()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_ab16f5261af75890c6a68df46c25e4955"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#ab16f5261af75890c6a68df46c25e4955">operations_research::PROTOBUF_FINAL::set_cumulative</a></div><div class="ttdeci">void set_cumulative(bool value)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_acfe2b1e8974a5dfe4ae935f8009cbeba"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#acfe2b1e8974a5dfe4ae935f8009cbeba">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">RegularLimitParameters & operator=(RegularLimitParameters &&from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00085">search_limit.pb.h:85</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_abee10a388b53df255f15fbec07e1ac80"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.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_1PROTOBUF__FINAL_html_a8c120efbfb22d489101bbd13cbb6a884"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a8c120efbfb22d489101bbd13cbb6a884">operations_research::PROTOBUF_FINAL::RegularLimitParameters</a></div><div class="ttdeci">RegularLimitParameters(RegularLimitParameters &&from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00076">search_limit.pb.h:76</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a13954b49839e26e27887e8f31f20baaa"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a13954b49839e26e27887e8f31f20baaa">operations_research::PROTOBUF_FINAL::branches</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 branches() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a682356b8c34fc8ab54bd3a22a22df178"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a682356b8c34fc8ab54bd3a22a22df178">operations_research::PROTOBUF_FINAL::RegularLimitParameters</a></div><div class="ttdeci">RegularLimitParameters(::PROTOBUF_NAMESPACE_ID::Arena *arena)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_acb5de557b365a8edf7c2b93d7f1f7949"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#acb5de557b365a8edf7c2b93d7f1f7949">operations_research::PROTOBUF_FINAL::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const RegularLimitParameters &from)</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a597f8e66d208b1733ce375dc5fed1e5e"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a597f8e66d208b1733ce375dc5fed1e5e">operations_research::PROTOBUF_FINAL::clear_branches</a></div><div class="ttdeci">void clear_branches()</div></div>
|
|
<div class="ttc" id="astructTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto_html_a345548bf52cc46cc10c6830c03d541ff"><div class="ttname"><a href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_2eproto::offsets</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00054">search_limit.pb.h:54</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_ac3a0363ef4ac7055acd3971d5ccf835a"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.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="search__limit_8pb_8h_source.html#l00097">search_limit.pb.h:97</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a1357c96fb88e28af1b115542dcc00a0c"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.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="search__limit_8pb_8h_source.html#l00100">search_limit.pb.h:100</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a820d63a610a6ec75961fe92fd6c9baa6"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a820d63a610a6ec75961fe92fd6c9baa6">operations_research::PROTOBUF_FINAL::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(RegularLimitParameters *other)</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00124">search_limit.pb.h:124</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a05cb7c52e2ce1eea2689c26385612b33"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a05cb7c52e2ce1eea2689c26385612b33">operations_research::PROTOBUF_FINAL::InitAsDefaultInstance</a></div><div class="ttdeci">static void InitAsDefaultInstance()</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="assignment_8pb_8h_source.html#l00039">assignment.pb.h:39</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a50e29927c000e76c054ce0661fd0569e"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a50e29927c000e76c054ce0661fd0569e">operations_research::PROTOBUF_FINAL::clear_cumulative</a></div><div class="ttdeci">void clear_cumulative()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a8833e075ef8f8090c75efbe0ada224f7"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.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="astructTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto_html_a57e83bcf45762efcecb94544c5069304"><div class="ttname"><a href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a57e83bcf45762efcecb94544c5069304">TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_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="anamespaceoperations__research_html_a93afbd5ed51fecb51d674cf50bf32160"><div class="ttname"><a href="namespaceoperations__research.html#a93afbd5ed51fecb51d674cf50bf32160">operations_research::_RegularLimitParameters_default_instance_</a></div><div class="ttdeci">RegularLimitParametersDefaultTypeInternal _RegularLimitParameters_default_instance_</div></div>
|
|
<div class="ttc" id="astructTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto_html_a807eed5c615caffbff3960079ef76239"><div class="ttname"><a href="structTableStruct__ortools__2fconstraint__5fsolver__2fsearch__5flimit__2eproto.html#a807eed5c615caffbff3960079ef76239">TableStruct_ortools_2fconstraint_5fsolver_2fsearch_5flimit_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="search__limit_8pb_8h_source.html#l00053">search_limit.pb.h:53</a></div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a60e87cac0fd6ab1d4c0dccefd80994ce"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a60e87cac0fd6ab1d4c0dccefd80994ce">operations_research::PROTOBUF_FINAL::solutions</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 solutions() const</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a492e8b01d865a532d588cf10c716b148"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a492e8b01d865a532d588cf10c716b148">operations_research::PROTOBUF_FINAL::clear_smart_time_check</a></div><div class="ttdeci">void clear_smart_time_check()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_ab1e3223d698350de1326f0f4a5a1200c"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#ab1e3223d698350de1326f0f4a5a1200c">operations_research::PROTOBUF_FINAL::default_instance</a></div><div class="ttdeci">static const RegularLimitParameters & default_instance()</div></div>
|
|
<div class="ttc" id="aclassoperations__research_1_1PROTOBUF__FINAL_html_a99bcbc10338fe3f8de33c868d980bd18"><div class="ttname"><a href="classoperations__research_1_1PROTOBUF__FINAL.html#a99bcbc10338fe3f8de33c868d980bd18">operations_research::PROTOBUF_FINAL::swap</a></div><div class="ttdeci">friend void swap(RegularLimitParameters &a, RegularLimitParameters &b)</div><div class="ttdef"><b>Definition:</b> <a href="search__limit_8pb_8h_source.html#l00113">search_limit.pb.h:113</a></div></div>
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|