Files
ortools-clone/docs/cpp/gscip_8pb_8h_source.html
2021-04-27 23:00:03 +02:00

2791 lines
647 KiB
HTML

<!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: gscip.pb.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
&#160;<span id="projectnumber">9.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('gscip_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">gscip.pb.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="gscip_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>&#160;<span class="comment">// Generated by the protocol buffer compiler. DO NOT EDIT!</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// source: ortools/gscip/gscip.proto</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160; </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#ifndef GOOGLE_PROTOBUF_INCLUDED_ortools_2fgscip_2fgscip_2eproto</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#define GOOGLE_PROTOBUF_INCLUDED_ortools_2fgscip_2fgscip_2eproto</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160; </div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &lt;limits&gt;</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/port_def.inc&gt;</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#if PROTOBUF_VERSION &lt; 3015000</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<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>&#160;<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>&#160;<span class="preprocessor">#error your headers.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#if 3015008 &lt; PROTOBUF_MIN_PROTOC_VERSION</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<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>&#160;<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>&#160;<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>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/port_undef.inc&gt;</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/io/coded_stream.h&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/arena.h&gt;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/arenastring.h&gt;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/generated_message_table_driven.h&gt;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/generated_message_util.h&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/metadata_lite.h&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/generated_message_reflection.h&gt;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/message.h&gt;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/repeated_field.h&gt;</span> <span class="comment">// IWYU pragma: export</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/extension_set.h&gt;</span> <span class="comment">// IWYU pragma: export</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/map.h&gt;</span> <span class="comment">// IWYU pragma: export</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/map_entry.h&gt;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/map_field_inl.h&gt;</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/generated_enum_reflection.h&gt;</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/unknown_field_set.h&gt;</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="comment">// @@protoc_insertion_point(includes)</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/port_def.inc&gt;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#a6e98db56b2acfc4cb103f9bf5b15e358"> 40</a></span>&#160;<span class="preprocessor">#define PROTOBUF_INTERNAL_EXPORT_ortools_2fgscip_2fgscip_2eproto</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;PROTOBUF_NAMESPACE_OPEN</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceinternal.html">internal</a> {</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="keyword">class </span>AnyMetadata;</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;} <span class="comment">// namespace internal</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;PROTOBUF_NAMESPACE_CLOSE</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="comment">// Internal implementation detail -- do not use these members.</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html"> 48</a></span>&#160;<span class="keyword">struct </span><a class="code" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html">TableStruct_ortools_2fgscip_2fgscip_2eproto</a> {</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]</div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f"> 50</a></span>&#160; <a class="code" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f">PROTOBUF_SECTION_VARIABLE</a>(protodesc_cold);</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a57e83bcf45762efcecb94544c5069304"> 52</a></span>&#160; <a class="code" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a57e83bcf45762efcecb94544c5069304">PROTOBUF_SECTION_VARIABLE</a>(protodesc_cold);</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[9]</div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a08722da0482d74f973a3c6b2b9e9b001"> 54</a></span>&#160; <a class="code" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a08722da0482d74f973a3c6b2b9e9b001">PROTOBUF_SECTION_VARIABLE</a>(protodesc_cold);</div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689"> 55</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata <a class="code" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689">field_metadata</a>[];</div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a807eed5c615caffbff3960079ef76239"> 56</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable <a class="code" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a807eed5c615caffbff3960079ef76239">serialization_table</a>[];</div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a345548bf52cc46cc10c6830c03d541ff"> 57</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::uint32 <a class="code" href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">offsets</a>[];</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;};</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="keyword">extern</span> const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable <a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="gscip_8pb_8h.html#a9e7b35fe77c8a5e244f95cd2319c3034">descriptor_table_ortools_2fgscip_2fgscip_2eproto_metadata_getter</a>(<span class="keywordtype">int</span> <a class="code" href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a>);</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="keyword">class </span>GScipOutput;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="keyword">struct </span>GScipOutputDefaultTypeInternal;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="keyword">extern</span> GScipOutputDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a47b7d39d0f3deaeeb1610e22aabf991c">_GScipOutput_default_instance_</a>;</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="keyword">class </span>GScipParameters;</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="keyword">struct </span>GScipParametersDefaultTypeInternal;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="keyword">extern</span> GScipParametersDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a20192a64eb3f171def1e5153876a1098">_GScipParameters_default_instance_</a>;</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="keyword">class </span>GScipParameters_BoolParamsEntry_DoNotUse;</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="keyword">struct </span>GScipParameters_BoolParamsEntry_DoNotUseDefaultTypeInternal;</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="keyword">extern</span> GScipParameters_BoolParamsEntry_DoNotUseDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#ac85da619437fec6ad176b4e740ec0d9f">_GScipParameters_BoolParamsEntry_DoNotUse_default_instance_</a>;</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="keyword">class </span>GScipParameters_CharParamsEntry_DoNotUse;</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="keyword">struct </span>GScipParameters_CharParamsEntry_DoNotUseDefaultTypeInternal;</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="keyword">extern</span> GScipParameters_CharParamsEntry_DoNotUseDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a906060842a1b69a6f43bb1735aa0418c">_GScipParameters_CharParamsEntry_DoNotUse_default_instance_</a>;</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="keyword">class </span>GScipParameters_IntParamsEntry_DoNotUse;</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="keyword">struct </span>GScipParameters_IntParamsEntry_DoNotUseDefaultTypeInternal;</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="keyword">extern</span> GScipParameters_IntParamsEntry_DoNotUseDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a1dbf8456b43b192f0efbd7d93749d154">_GScipParameters_IntParamsEntry_DoNotUse_default_instance_</a>;</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="keyword">class </span>GScipParameters_LongParamsEntry_DoNotUse;</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="keyword">struct </span>GScipParameters_LongParamsEntry_DoNotUseDefaultTypeInternal;</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="keyword">extern</span> GScipParameters_LongParamsEntry_DoNotUseDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a95efbb750354f17fa91c3506501eb458">_GScipParameters_LongParamsEntry_DoNotUse_default_instance_</a>;</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="keyword">class </span>GScipParameters_RealParamsEntry_DoNotUse;</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="keyword">struct </span>GScipParameters_RealParamsEntry_DoNotUseDefaultTypeInternal;</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="keyword">extern</span> GScipParameters_RealParamsEntry_DoNotUseDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#ade593dc91adda1b076bdbaa37850e8a0">_GScipParameters_RealParamsEntry_DoNotUse_default_instance_</a>;</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="keyword">class </span>GScipParameters_StringParamsEntry_DoNotUse;</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="keyword">struct </span>GScipParameters_StringParamsEntry_DoNotUseDefaultTypeInternal;</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="keyword">extern</span> GScipParameters_StringParamsEntry_DoNotUseDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a955a179847467a0b56c98ab42d0f31f4">_GScipParameters_StringParamsEntry_DoNotUse_default_instance_</a>;</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="keyword">class </span>GScipSolvingStats;</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="keyword">struct </span>GScipSolvingStatsDefaultTypeInternal;</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="keyword">extern</span> GScipSolvingStatsDefaultTypeInternal <a class="code" href="namespaceoperations__research.html#a08782ae063a2c2f3b4e5a0de613b927b">_GScipSolvingStats_default_instance_</a>;</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;} <span class="comment">// namespace operations_research</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;PROTOBUF_NAMESPACE_OPEN</div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#ad3209c5a67ce4c53bd8dfa10b62b5292"> 91</a></span>&#160;<span class="keyword">template</span>&lt;&gt; ::operations_research::GScipOutput* Arena::CreateMaybeMessage&lt;::operations_research::GScipOutput&gt;(Arena*);</div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#a8f9349153119bdb3160feec8702b3204"> 92</a></span>&#160;<span class="keyword">template</span>&lt;&gt; ::operations_research::GScipParameters* Arena::CreateMaybeMessage&lt;::operations_research::GScipParameters&gt;(Arena*);</div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#aca0cdea3b74ce5631988bd6e9298c6bc"> 93</a></span>&#160;<span class="keyword">template</span>&lt;&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html">::operations_research::GScipParameters_BoolParamsEntry_DoNotUse</a>* Arena::CreateMaybeMessage&lt;::operations_research::GScipParameters_BoolParamsEntry_DoNotUse&gt;(Arena*);</div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#af69537b8550b1a96d5f1361ea22d3338"> 94</a></span>&#160;<span class="keyword">template</span>&lt;&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html">::operations_research::GScipParameters_CharParamsEntry_DoNotUse</a>* Arena::CreateMaybeMessage&lt;::operations_research::GScipParameters_CharParamsEntry_DoNotUse&gt;(Arena*);</div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#a6e23fecfca3f7db153c6afa64a948ce5"> 95</a></span>&#160;<span class="keyword">template</span>&lt;&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html">::operations_research::GScipParameters_IntParamsEntry_DoNotUse</a>* Arena::CreateMaybeMessage&lt;::operations_research::GScipParameters_IntParamsEntry_DoNotUse&gt;(Arena*);</div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#ae13528ee86c77ecb6b150af1bfe72a6c"> 96</a></span>&#160;<span class="keyword">template</span>&lt;&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html">::operations_research::GScipParameters_LongParamsEntry_DoNotUse</a>* Arena::CreateMaybeMessage&lt;::operations_research::GScipParameters_LongParamsEntry_DoNotUse&gt;(Arena*);</div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#abc49a3aaf24016a7fe0d8985776c7907"> 97</a></span>&#160;<span class="keyword">template</span>&lt;&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html">::operations_research::GScipParameters_RealParamsEntry_DoNotUse</a>* Arena::CreateMaybeMessage&lt;::operations_research::GScipParameters_RealParamsEntry_DoNotUse&gt;(Arena*);</div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#a6054e7a0a8c24127b66c03133c58f8cf"> 98</a></span>&#160;<span class="keyword">template</span>&lt;&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html">::operations_research::GScipParameters_StringParamsEntry_DoNotUse</a>* Arena::CreateMaybeMessage&lt;::operations_research::GScipParameters_StringParamsEntry_DoNotUse&gt;(Arena*);</div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#a561854b6815180a20f4a363b0f24529b"> 99</a></span>&#160;<span class="keyword">template</span>&lt;&gt; ::operations_research::GScipSolvingStats* Arena::CreateMaybeMessage&lt;::operations_research::GScipSolvingStats&gt;(Arena*);</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;PROTOBUF_NAMESPACE_CLOSE</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; </div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70"> 103</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">GScipParameters_Emphasis</a> : <span class="keywordtype">int</span> {</div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a78bd5fc79869cc8b43b326234a8db85d"> 104</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a78bd5fc79869cc8b43b326234a8db85d">GScipParameters_Emphasis_DEFAULT_EMPHASIS</a> = 0,</div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a0689993b7e05a7b53228000b7ca27bea"> 105</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a0689993b7e05a7b53228000b7ca27bea">GScipParameters_Emphasis_COUNTER</a> = 1,</div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a81e75d6b11b912f908d11bc78270ab68"> 106</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a81e75d6b11b912f908d11bc78270ab68">GScipParameters_Emphasis_CP_SOLVER</a> = 2,</div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ae98dd292271c91d473e47315d7d1fdef"> 107</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ae98dd292271c91d473e47315d7d1fdef">GScipParameters_Emphasis_EASY_CIP</a> = 3,</div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a4f84db35d63853c3faea5e787d87d3a7"> 108</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a4f84db35d63853c3faea5e787d87d3a7">GScipParameters_Emphasis_FEASIBILITY</a> = 4,</div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a4d8dbed78ecdd43cdf4a3b51928d2fe8"> 109</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a4d8dbed78ecdd43cdf4a3b51928d2fe8">GScipParameters_Emphasis_HARD_LP</a> = 5,</div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70aab1e09c0d26017c9a6c89d90acb8473c"> 110</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70aab1e09c0d26017c9a6c89d90acb8473c">GScipParameters_Emphasis_OPTIMALITY</a> = 6,</div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ab86e3f9fec481ccd95fc3c3388922974"> 111</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ab86e3f9fec481ccd95fc3c3388922974">GScipParameters_Emphasis_PHASE_FEAS</a> = 7,</div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70acd6defb984b5159cbc88e7729986a9b3"> 112</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70acd6defb984b5159cbc88e7729986a9b3">GScipParameters_Emphasis_PHASE_IMPROVE</a> = 8,</div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a97256de13469fa693d254e8c315e7b7b"> 113</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a97256de13469fa693d254e8c315e7b7b">GScipParameters_Emphasis_PHASE_PROOF</a> = 9,</div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70aab1d320a79525ad61c07405e3af7f961"> 114</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70aab1d320a79525ad61c07405e3af7f961">GScipParameters_Emphasis_GScipParameters_Emphasis_INT_MIN_SENTINEL_DO_NOT_USE_</a> = <a class="code" href="alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045">std::numeric_limits&lt;::PROTOBUF_NAMESPACE_ID::int32&gt;::min</a>(),</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ab151875140ab1b50bb5380e87e3dd17b">GScipParameters_Emphasis_GScipParameters_Emphasis_INT_MAX_SENTINEL_DO_NOT_USE_</a> = <a class="code" href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">std::numeric_limits&lt;::PROTOBUF_NAMESPACE_ID::int32&gt;::max</a>()</div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ab151875140ab1b50bb5380e87e3dd17b"> 116</a></span>&#160;};</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="keywordtype">bool</span> <a class="code" href="namespaceoperations__research.html#a4f5b1df8f6fb37becc6df1089319ac51">GScipParameters_Emphasis_IsValid</a>(<span class="keywordtype">int</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a76d1900f7fe79ef478b5c0a146f617dd"> 118</a></span>&#160;constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">GScipParameters_Emphasis</a> <a class="code" href="namespaceoperations__research.html#a76d1900f7fe79ef478b5c0a146f617dd">GScipParameters_Emphasis_Emphasis_MIN</a> = <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a78bd5fc79869cc8b43b326234a8db85d">GScipParameters_Emphasis_DEFAULT_EMPHASIS</a>;</div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ac1cdf2b5e2f031d082a9eb055f1e4059"> 119</a></span>&#160;constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">GScipParameters_Emphasis</a> <a class="code" href="namespaceoperations__research.html#ac1cdf2b5e2f031d082a9eb055f1e4059">GScipParameters_Emphasis_Emphasis_MAX</a> = <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a97256de13469fa693d254e8c315e7b7b">GScipParameters_Emphasis_PHASE_PROOF</a>;</div>
<div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aed0e92f119349eab1ef2ce24d7276d92"> 120</a></span>&#160;constexpr <span class="keywordtype">int</span> <a class="code" href="namespaceoperations__research.html#aed0e92f119349eab1ef2ce24d7276d92">GScipParameters_Emphasis_Emphasis_ARRAYSIZE</a> = <a class="code" href="namespaceoperations__research.html#ac1cdf2b5e2f031d082a9eb055f1e4059">GScipParameters_Emphasis_Emphasis_MAX</a> + 1;</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; </div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* <a class="code" href="namespaceoperations__research.html#a463ede459707ecd7897a84154712ee78">GScipParameters_Emphasis_descriptor</a>();</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ada2e2f66ecdfa470b4fe927dc7e2774a"> 124</a></span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; <a class="code" href="namespaceoperations__research.html#ada2e2f66ecdfa470b4fe927dc7e2774a">GScipParameters_Emphasis_Name</a>(T enum_t_value) {</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; static_assert(::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_same&lt;T, GScipParameters_Emphasis&gt;::value</a> ||</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; ::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_integral&lt;T&gt;::value</a>,</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="stringliteral">&quot;Incorrect type passed to function GScipParameters_Emphasis_Name.&quot;</span>);</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <a class="code" href="namespaceoperations__research.html#a463ede459707ecd7897a84154712ee78">GScipParameters_Emphasis_descriptor</a>(), enum_t_value);</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;}</div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a186e6cb902741796de70ba7c77a0438d"> 131</a></span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespaceoperations__research.html#a186e6cb902741796de70ba7c77a0438d">GScipParameters_Emphasis_Parse</a>(</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; ::PROTOBUF_NAMESPACE_ID::ConstStringParam <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">GScipParameters_Emphasis</a>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum&lt;GScipParameters_Emphasis&gt;(</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; <a class="code" href="namespaceoperations__research.html#a463ede459707ecd7897a84154712ee78">GScipParameters_Emphasis_descriptor</a>(), <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;}</div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622"> 136</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">GScipParameters_MetaParamValue</a> : <span class="keywordtype">int</span> {</div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a56cab76ac5b32fe09ee95394699dbe99"> 137</a></span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a56cab76ac5b32fe09ee95394699dbe99">GScipParameters_MetaParamValue_DEFAULT_META_PARAM_VALUE</a> = 0,</div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a8576ae305710f9eabbd97db8f2fd4016"> 138</a></span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a8576ae305710f9eabbd97db8f2fd4016">GScipParameters_MetaParamValue_AGGRESSIVE</a> = 1,</div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622ac6435a46b65461666eeaaa45950bc5f1"> 139</a></span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622ac6435a46b65461666eeaaa45950bc5f1">GScipParameters_MetaParamValue_FAST</a> = 2,</div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a4599ab0ab1540d7933b52d7d05e086ac"> 140</a></span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a4599ab0ab1540d7933b52d7d05e086ac">GScipParameters_MetaParamValue_OFF</a> = 3,</div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a07a499656702f1bde0a73d6732f51fc3"> 141</a></span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a07a499656702f1bde0a73d6732f51fc3">GScipParameters_MetaParamValue_GScipParameters_MetaParamValue_INT_MIN_SENTINEL_DO_NOT_USE_</a> = <a class="code" href="alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045">std::numeric_limits&lt;::PROTOBUF_NAMESPACE_ID::int32&gt;::min</a>(),</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a4c1ebf4be63dcdb1837c6c8f3ddc92a8">GScipParameters_MetaParamValue_GScipParameters_MetaParamValue_INT_MAX_SENTINEL_DO_NOT_USE_</a> = <a class="code" href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">std::numeric_limits&lt;::PROTOBUF_NAMESPACE_ID::int32&gt;::max</a>()</div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a4c1ebf4be63dcdb1837c6c8f3ddc92a8"> 143</a></span>&#160;};</div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;<span class="keywordtype">bool</span> <a class="code" href="namespaceoperations__research.html#a5adb97f25e9d4289b1dd953c0873621f">GScipParameters_MetaParamValue_IsValid</a>(<span class="keywordtype">int</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#ace3edc0fcc155dc02683ef08d754a93c"> 145</a></span>&#160;constexpr <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">GScipParameters_MetaParamValue</a> <a class="code" href="namespaceoperations__research.html#ace3edc0fcc155dc02683ef08d754a93c">GScipParameters_MetaParamValue_MetaParamValue_MIN</a> = <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a56cab76ac5b32fe09ee95394699dbe99">GScipParameters_MetaParamValue_DEFAULT_META_PARAM_VALUE</a>;</div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a78a7b7a8624da10816b5f6d3af9bb7c1"> 146</a></span>&#160;constexpr <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">GScipParameters_MetaParamValue</a> <a class="code" href="namespaceoperations__research.html#a78a7b7a8624da10816b5f6d3af9bb7c1">GScipParameters_MetaParamValue_MetaParamValue_MAX</a> = <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a4599ab0ab1540d7933b52d7d05e086ac">GScipParameters_MetaParamValue_OFF</a>;</div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a0f9a9f5de7fc9239a1a3c2253f826a7d"> 147</a></span>&#160;constexpr <span class="keywordtype">int</span> <a class="code" href="namespaceoperations__research.html#a0f9a9f5de7fc9239a1a3c2253f826a7d">GScipParameters_MetaParamValue_MetaParamValue_ARRAYSIZE</a> = <a class="code" href="namespaceoperations__research.html#a78a7b7a8624da10816b5f6d3af9bb7c1">GScipParameters_MetaParamValue_MetaParamValue_MAX</a> + 1;</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; </div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* <a class="code" href="namespaceoperations__research.html#a090d4688475b4279a9df9931215c5d61">GScipParameters_MetaParamValue_descriptor</a>();</div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa6e8b2d9d690aea1a88d4e7dfe9ddd82"> 151</a></span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; <a class="code" href="namespaceoperations__research.html#aa6e8b2d9d690aea1a88d4e7dfe9ddd82">GScipParameters_MetaParamValue_Name</a>(T enum_t_value) {</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; static_assert(::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_same&lt;T, GScipParameters_MetaParamValue&gt;::value</a> ||</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; ::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_integral&lt;T&gt;::value</a>,</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <span class="stringliteral">&quot;Incorrect type passed to function GScipParameters_MetaParamValue_Name.&quot;</span>);</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <a class="code" href="namespaceoperations__research.html#a090d4688475b4279a9df9931215c5d61">GScipParameters_MetaParamValue_descriptor</a>(), enum_t_value);</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;}</div>
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#aa7f944f712d427f379db51efd5465582"> 158</a></span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespaceoperations__research.html#aa7f944f712d427f379db51efd5465582">GScipParameters_MetaParamValue_Parse</a>(</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; ::PROTOBUF_NAMESPACE_ID::ConstStringParam <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">GScipParameters_MetaParamValue</a>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum&lt;GScipParameters_MetaParamValue&gt;(</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; <a class="code" href="namespaceoperations__research.html#a090d4688475b4279a9df9931215c5d61">GScipParameters_MetaParamValue_descriptor</a>(), <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;}</div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee"> 163</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">GScipOutput_Status</a> : <span class="keywordtype">int</span> {</div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eead7f8d464bdd93ffcc791b8542b55bb16"> 164</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eead7f8d464bdd93ffcc791b8542b55bb16">GScipOutput_Status_UNKNOWN</a> = 0,</div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeade95ea537ad194f297d102e814886bb9"> 165</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeade95ea537ad194f297d102e814886bb9">GScipOutput_Status_USER_INTERRUPT</a> = 1,</div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea1a9eeb595fd72c59708eab1de7be1139"> 166</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea1a9eeb595fd72c59708eab1de7be1139">GScipOutput_Status_NODE_LIMIT</a> = 2,</div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea9fe9ef59e070ae09b334968c73ecc151"> 167</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea9fe9ef59e070ae09b334968c73ecc151">GScipOutput_Status_TOTAL_NODE_LIMIT</a> = 3,</div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaac4256727a3829911e4baed251c23a57"> 168</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaac4256727a3829911e4baed251c23a57">GScipOutput_Status_STALL_NODE_LIMIT</a> = 4,</div>
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeabff993c603d7645806daf7d10da220fe"> 169</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeabff993c603d7645806daf7d10da220fe">GScipOutput_Status_TIME_LIMIT</a> = 5,</div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaa3d4cf37d3a894a79b75affeb68f4f65"> 170</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaa3d4cf37d3a894a79b75affeb68f4f65">GScipOutput_Status_MEM_LIMIT</a> = 6,</div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea3b03dd3a7d8b2e0c363a66b71ef9e4ab"> 171</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea3b03dd3a7d8b2e0c363a66b71ef9e4ab">GScipOutput_Status_GAP_LIMIT</a> = 7,</div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea14af85f2b3f2b2bdfec2aca539a26d7f"> 172</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea14af85f2b3f2b2bdfec2aca539a26d7f">GScipOutput_Status_SOL_LIMIT</a> = 8,</div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaf8546e1213c3d47b8ce6a4e1a734baf4"> 173</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaf8546e1213c3d47b8ce6a4e1a734baf4">GScipOutput_Status_BEST_SOL_LIMIT</a> = 9,</div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeac7313b108227582d3402f5812922860c"> 174</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeac7313b108227582d3402f5812922860c">GScipOutput_Status_RESTART_LIMIT</a> = 10,</div>
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea96c194a30461479c64adb2fb91e8948b"> 175</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea96c194a30461479c64adb2fb91e8948b">GScipOutput_Status_OPTIMAL</a> = 11,</div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea6f0547f93b3eb747f403e26a0ad46917"> 176</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea6f0547f93b3eb747f403e26a0ad46917">GScipOutput_Status_INFEASIBLE</a> = 12,</div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeacd7d1e20b9f1b4dceac60df1410c8295"> 177</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeacd7d1e20b9f1b4dceac60df1410c8295">GScipOutput_Status_UNBOUNDED</a> = 13,</div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaed7e95d1746abbdf4b44a1f6d617889a"> 178</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaed7e95d1746abbdf4b44a1f6d617889a">GScipOutput_Status_INF_OR_UNBD</a> = 14,</div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaf5914e8f0708a35a7a864c481f12a417"> 179</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaf5914e8f0708a35a7a864c481f12a417">GScipOutput_Status_TERMINATE</a> = 15,</div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeac29717505f3291e043e4f018ffbd2fc8"> 180</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeac29717505f3291e043e4f018ffbd2fc8">GScipOutput_Status_INVALID_SOLVER_PARAMETERS</a> = 16,</div>
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea1986fccbee3d108cd467478728a0d8aa"> 181</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea1986fccbee3d108cd467478728a0d8aa">GScipOutput_Status_GScipOutput_Status_INT_MIN_SENTINEL_DO_NOT_USE_</a> = <a class="code" href="alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045">std::numeric_limits&lt;::PROTOBUF_NAMESPACE_ID::int32&gt;::min</a>(),</div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeae20d417f34dd5f662e63037c4e9e6075">GScipOutput_Status_GScipOutput_Status_INT_MAX_SENTINEL_DO_NOT_USE_</a> = <a class="code" href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">std::numeric_limits&lt;::PROTOBUF_NAMESPACE_ID::int32&gt;::max</a>()</div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeae20d417f34dd5f662e63037c4e9e6075"> 183</a></span>&#160;};</div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;<span class="keywordtype">bool</span> <a class="code" href="namespaceoperations__research.html#ab346a9f1ead5d1332f7a755e9c90315b">GScipOutput_Status_IsValid</a>(<span class="keywordtype">int</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a94d261de39743e3aab6f25f3c8b33a8f"> 185</a></span>&#160;constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">GScipOutput_Status</a> <a class="code" href="namespaceoperations__research.html#a94d261de39743e3aab6f25f3c8b33a8f">GScipOutput_Status_Status_MIN</a> = <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eead7f8d464bdd93ffcc791b8542b55bb16">GScipOutput_Status_UNKNOWN</a>;</div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a5358596856b014dc6027e04aa09939ba"> 186</a></span>&#160;constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">GScipOutput_Status</a> <a class="code" href="namespaceoperations__research.html#a5358596856b014dc6027e04aa09939ba">GScipOutput_Status_Status_MAX</a> = <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeac29717505f3291e043e4f018ffbd2fc8">GScipOutput_Status_INVALID_SOLVER_PARAMETERS</a>;</div>
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a86fd142dcac02d1ada019a02acb4b759"> 187</a></span>&#160;constexpr <span class="keywordtype">int</span> <a class="code" href="namespaceoperations__research.html#a86fd142dcac02d1ada019a02acb4b759">GScipOutput_Status_Status_ARRAYSIZE</a> = <a class="code" href="namespaceoperations__research.html#a5358596856b014dc6027e04aa09939ba">GScipOutput_Status_Status_MAX</a> + 1;</div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; </div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* <a class="code" href="namespaceoperations__research.html#a667d67dfe1cdcbcc5a27d698c6211037">GScipOutput_Status_descriptor</a>();</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#a6aba8eb9bfb39f3640af75b0384fc8b8"> 191</a></span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; <a class="code" href="namespaceoperations__research.html#a6aba8eb9bfb39f3640af75b0384fc8b8">GScipOutput_Status_Name</a>(T enum_t_value) {</div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; static_assert(::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_same&lt;T, GScipOutput_Status&gt;::value</a> ||</div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160; ::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_integral&lt;T&gt;::value</a>,</div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160; <span class="stringliteral">&quot;Incorrect type passed to function GScipOutput_Status_Name.&quot;</span>);</div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(</div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; <a class="code" href="namespaceoperations__research.html#a667d67dfe1cdcbcc5a27d698c6211037">GScipOutput_Status_descriptor</a>(), enum_t_value);</div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;}</div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="namespaceoperations__research.html#afcda7585ad759df2e04503be6d8c9f42"> 198</a></span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespaceoperations__research.html#afcda7585ad759df2e04503be6d8c9f42">GScipOutput_Status_Parse</a>(</div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; ::PROTOBUF_NAMESPACE_ID::ConstStringParam <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">GScipOutput_Status</a>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum&lt;GScipOutput_Status&gt;(</div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; <a class="code" href="namespaceoperations__research.html#a667d67dfe1cdcbcc5a27d698c6211037">GScipOutput_Status_descriptor</a>(), <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;}</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160;<span class="comment">// ===================================================================</span></div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; </div>
<div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html"> 205</a></span>&#160;<span class="keyword">class </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html">GScipParameters_BoolParamsEntry_DoNotUse</a> : <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;GScipParameters_BoolParamsEntry_DoNotUse, </div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; std::string, bool,</div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL&gt; {</div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; typedef ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;<a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ae45f4fb6959da9702d1a12bc5954a780">GScipParameters_BoolParamsEntry_DoNotUse</a>, </div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; std::string, bool,</div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ac19af38a443411be7bdca4cc2f9e9f4c"> 213</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ac19af38a443411be7bdca4cc2f9e9f4c">SuperType</a>;</div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ae45f4fb6959da9702d1a12bc5954a780">GScipParameters_BoolParamsEntry_DoNotUse</a>();</div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; <span class="keyword">explicit</span> constexpr <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ae45f4fb6959da9702d1a12bc5954a780">GScipParameters_BoolParamsEntry_DoNotUse</a>(</div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ae45f4fb6959da9702d1a12bc5954a780">GScipParameters_BoolParamsEntry_DoNotUse</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#a2d4654c7050c0bfe6658570b0d6cb36e">MergeFrom</a>(<span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html">GScipParameters_BoolParamsEntry_DoNotUse</a>&amp; other);</div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#affb7625ff7d2903dc857c553395ac39e"> 219</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html">GScipParameters_BoolParamsEntry_DoNotUse</a>* <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#affb7625ff7d2903dc857c553395ac39e">internal_default_instance</a>() { <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html">GScipParameters_BoolParamsEntry_DoNotUse</a>*<span class="keyword">&gt;</span>(&amp;<a class="code" href="namespaceoperations__research.html#ac85da619437fec6ad176b4e740ec0d9f">_GScipParameters_BoolParamsEntry_DoNotUse_default_instance_</a>); }</div>
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07"> 220</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">ValidateKey</a>(std::string* s) {</div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s-&gt;data(), <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(s-&gt;size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, <span class="stringliteral">&quot;operations_research.GScipParameters.BoolParamsEntry.key&quot;</span>);</div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160; }</div>
<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8"> 223</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8">ValidateValue</a>(<span class="keywordtype">void</span>*) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#a2d4654c7050c0bfe6658570b0d6cb36e">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; other) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">GetMetadata</a>() const final;</div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; private:</div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&amp;::<a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>);</div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; <a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">return ::descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>.file_level_metadata[0];</div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; }</div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; </div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160;};</div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; </div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; </div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html"> 237</a></span>&#160;<span class="keyword">class </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html">GScipParameters_IntParamsEntry_DoNotUse</a> : <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;GScipParameters_IntParamsEntry_DoNotUse, </div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; std::string, ::PROTOBUF_NAMESPACE_ID::int32,</div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32&gt; {</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; typedef ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;<a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a1da1b08322fafef39417be30912cb3df">GScipParameters_IntParamsEntry_DoNotUse</a>, </div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; std::string, ::PROTOBUF_NAMESPACE_ID::int32,</div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a2aa0400bcbff35032c9f0fca5361fcaa"> 245</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a2aa0400bcbff35032c9f0fca5361fcaa">SuperType</a>;</div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a1da1b08322fafef39417be30912cb3df">GScipParameters_IntParamsEntry_DoNotUse</a>();</div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; <span class="keyword">explicit</span> constexpr <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a1da1b08322fafef39417be30912cb3df">GScipParameters_IntParamsEntry_DoNotUse</a>(</div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);</div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a1da1b08322fafef39417be30912cb3df">GScipParameters_IntParamsEntry_DoNotUse</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#ab88b4b53c87fef6c6a5d004af2ea0f85">MergeFrom</a>(<span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html">GScipParameters_IntParamsEntry_DoNotUse</a>&amp; other);</div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a4dd8f01d0a0c91f22625372cbe4222e8"> 251</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html">GScipParameters_IntParamsEntry_DoNotUse</a>* <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a4dd8f01d0a0c91f22625372cbe4222e8">internal_default_instance</a>() { <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html">GScipParameters_IntParamsEntry_DoNotUse</a>*<span class="keyword">&gt;</span>(&amp;<a class="code" href="namespaceoperations__research.html#a1dbf8456b43b192f0efbd7d93749d154">_GScipParameters_IntParamsEntry_DoNotUse_default_instance_</a>); }</div>
<div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07"> 252</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">ValidateKey</a>(std::string* s) {</div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s-&gt;data(), <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(s-&gt;size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, <span class="stringliteral">&quot;operations_research.GScipParameters.IntParamsEntry.key&quot;</span>);</div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; }</div>
<div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8"> 255</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8">ValidateValue</a>(<span class="keywordtype">void</span>*) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#ab88b4b53c87fef6c6a5d004af2ea0f85">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; other) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">GetMetadata</a>() const final;</div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; private:</div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&amp;::<a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>);</div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; <a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">return ::descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>.file_level_metadata[1];</div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; }</div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; </div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160;};</div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; </div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; </div>
<div class="line"><a name="l00269"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html"> 269</a></span>&#160;<span class="keyword">class </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html">GScipParameters_LongParamsEntry_DoNotUse</a> : <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;GScipParameters_LongParamsEntry_DoNotUse, </div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; std::string, ::PROTOBUF_NAMESPACE_ID::int64,</div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64&gt; {</div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160; typedef ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;<a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#aa19e34a3a5fef6596c9dd947da355e7b">GScipParameters_LongParamsEntry_DoNotUse</a>, </div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160; std::string, ::PROTOBUF_NAMESPACE_ID::int64,</div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#acd81fdce6b9edf1615a55e254dd0ef1e"> 277</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#acd81fdce6b9edf1615a55e254dd0ef1e">SuperType</a>;</div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#aa19e34a3a5fef6596c9dd947da355e7b">GScipParameters_LongParamsEntry_DoNotUse</a>();</div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160; <span class="keyword">explicit</span> constexpr <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#aa19e34a3a5fef6596c9dd947da355e7b">GScipParameters_LongParamsEntry_DoNotUse</a>(</div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);</div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#aa19e34a3a5fef6596c9dd947da355e7b">GScipParameters_LongParamsEntry_DoNotUse</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#a6ee1cbac5fc8895ff36e7e412cab2dba">MergeFrom</a>(<span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html">GScipParameters_LongParamsEntry_DoNotUse</a>&amp; other);</div>
<div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#a99493133d1c95683b55ed4430d87a49f"> 283</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html">GScipParameters_LongParamsEntry_DoNotUse</a>* <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#a99493133d1c95683b55ed4430d87a49f">internal_default_instance</a>() { <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html">GScipParameters_LongParamsEntry_DoNotUse</a>*<span class="keyword">&gt;</span>(&amp;<a class="code" href="namespaceoperations__research.html#a95efbb750354f17fa91c3506501eb458">_GScipParameters_LongParamsEntry_DoNotUse_default_instance_</a>); }</div>
<div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07"> 284</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">ValidateKey</a>(std::string* s) {</div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s-&gt;data(), <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(s-&gt;size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, <span class="stringliteral">&quot;operations_research.GScipParameters.LongParamsEntry.key&quot;</span>);</div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160; }</div>
<div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8"> 287</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8">ValidateValue</a>(<span class="keywordtype">void</span>*) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#a6ee1cbac5fc8895ff36e7e412cab2dba">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; other) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">GetMetadata</a>() const final;</div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; private:</div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160; static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&amp;::<a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>);</div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; <a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">return ::descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>.file_level_metadata[2];</div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; }</div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160; </div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160;};</div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160; </div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; </div>
<div class="line"><a name="l00301"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html"> 301</a></span>&#160;<span class="keyword">class </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html">GScipParameters_RealParamsEntry_DoNotUse</a> : <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;GScipParameters_RealParamsEntry_DoNotUse, </div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160; std::string, double,</div>
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_DOUBLE&gt; {</div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160; typedef ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;<a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a2c64ee5732274126358dcee65965a942">GScipParameters_RealParamsEntry_DoNotUse</a>, </div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160; std::string, double,</div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00309"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#af0dfaf8049ec667ca4001d659a9e28a4"> 309</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_DOUBLE&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#af0dfaf8049ec667ca4001d659a9e28a4">SuperType</a>;</div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a2c64ee5732274126358dcee65965a942">GScipParameters_RealParamsEntry_DoNotUse</a>();</div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; <span class="keyword">explicit</span> constexpr <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a2c64ee5732274126358dcee65965a942">GScipParameters_RealParamsEntry_DoNotUse</a>(</div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);</div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a2c64ee5732274126358dcee65965a942">GScipParameters_RealParamsEntry_DoNotUse</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a53abc9f5b3929510766bb164d358caad">MergeFrom</a>(<span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html">GScipParameters_RealParamsEntry_DoNotUse</a>&amp; other);</div>
<div class="line"><a name="l00315"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a0cc4e841b65ae50ab240372921cf1b88"> 315</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html">GScipParameters_RealParamsEntry_DoNotUse</a>* <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a0cc4e841b65ae50ab240372921cf1b88">internal_default_instance</a>() { <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html">GScipParameters_RealParamsEntry_DoNotUse</a>*<span class="keyword">&gt;</span>(&amp;<a class="code" href="namespaceoperations__research.html#ade593dc91adda1b076bdbaa37850e8a0">_GScipParameters_RealParamsEntry_DoNotUse_default_instance_</a>); }</div>
<div class="line"><a name="l00316"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07"> 316</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">ValidateKey</a>(std::string* s) {</div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s-&gt;data(), <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(s-&gt;size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, <span class="stringliteral">&quot;operations_research.GScipParameters.RealParamsEntry.key&quot;</span>);</div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; }</div>
<div class="line"><a name="l00319"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8"> 319</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8">ValidateValue</a>(<span class="keywordtype">void</span>*) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a53abc9f5b3929510766bb164d358caad">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; other) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">GetMetadata</a>() const final;</div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; private:</div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160; static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&amp;::<a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>);</div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160; <a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">return ::descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>.file_level_metadata[3];</div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160; }</div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160; </div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160;};</div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; </div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160; </div>
<div class="line"><a name="l00333"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html"> 333</a></span>&#160;<span class="keyword">class </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html">GScipParameters_CharParamsEntry_DoNotUse</a> : <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;GScipParameters_CharParamsEntry_DoNotUse, </div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160; std::string, std::string,</div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING&gt; {</div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160; typedef ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;<a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a6b4dd75b2d70c9f65ffb80a84e3e1edc">GScipParameters_CharParamsEntry_DoNotUse</a>, </div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160; std::string, std::string,</div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00341"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#aef9b25a25ef21f78dfe2f1c95d2a8ffb"> 341</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#aef9b25a25ef21f78dfe2f1c95d2a8ffb">SuperType</a>;</div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a6b4dd75b2d70c9f65ffb80a84e3e1edc">GScipParameters_CharParamsEntry_DoNotUse</a>();</div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160; <span class="keyword">explicit</span> constexpr <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a6b4dd75b2d70c9f65ffb80a84e3e1edc">GScipParameters_CharParamsEntry_DoNotUse</a>(</div>
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);</div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a6b4dd75b2d70c9f65ffb80a84e3e1edc">GScipParameters_CharParamsEntry_DoNotUse</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a4630c84e1242ba2323d62b1ca365c5fc">MergeFrom</a>(<span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html">GScipParameters_CharParamsEntry_DoNotUse</a>&amp; other);</div>
<div class="line"><a name="l00347"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#ae09d7100b6c74c4f91476cdca258ad07"> 347</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html">GScipParameters_CharParamsEntry_DoNotUse</a>* <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#ae09d7100b6c74c4f91476cdca258ad07">internal_default_instance</a>() { <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html">GScipParameters_CharParamsEntry_DoNotUse</a>*<span class="keyword">&gt;</span>(&amp;<a class="code" href="namespaceoperations__research.html#a906060842a1b69a6f43bb1735aa0418c">_GScipParameters_CharParamsEntry_DoNotUse_default_instance_</a>); }</div>
<div class="line"><a name="l00348"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07"> 348</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">ValidateKey</a>(std::string* s) {</div>
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s-&gt;data(), <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(s-&gt;size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, <span class="stringliteral">&quot;operations_research.GScipParameters.CharParamsEntry.key&quot;</span>);</div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160; }</div>
<div class="line"><a name="l00351"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#af29b248b934ad970c53c94f9d29c0aac"> 351</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#af29b248b934ad970c53c94f9d29c0aac">ValidateValue</a>(std::string* s) {</div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s-&gt;data(), <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(s-&gt;size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, <span class="stringliteral">&quot;operations_research.GScipParameters.CharParamsEntry.value&quot;</span>);</div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160; }</div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a4630c84e1242ba2323d62b1ca365c5fc">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; other) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160; ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">GetMetadata</a>() const final;</div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160; private:</div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>&#160; static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&amp;::<a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>);</div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160; <a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">return ::descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>.file_level_metadata[4];</div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160; }</div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160; </div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>&#160;};</div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160; </div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160; </div>
<div class="line"><a name="l00367"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html"> 367</a></span>&#160;<span class="keyword">class </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html">GScipParameters_StringParamsEntry_DoNotUse</a> : <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;GScipParameters_StringParamsEntry_DoNotUse, </div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160; std::string, std::string,</div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING&gt; {</div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160; typedef ::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt;<a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a931ff9aa3610740a4316ebae5b0e8739">GScipParameters_StringParamsEntry_DoNotUse</a>, </div>
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160; std::string, std::string,</div>
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00375"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a8bce48be202c6423f25879a8592efc3c"> 375</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING&gt; <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a8bce48be202c6423f25879a8592efc3c">SuperType</a>;</div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a931ff9aa3610740a4316ebae5b0e8739">GScipParameters_StringParamsEntry_DoNotUse</a>();</div>
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160; <span class="keyword">explicit</span> constexpr <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a931ff9aa3610740a4316ebae5b0e8739">GScipParameters_StringParamsEntry_DoNotUse</a>(</div>
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);</div>
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a931ff9aa3610740a4316ebae5b0e8739">GScipParameters_StringParamsEntry_DoNotUse</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a434d42d6a9d5e48da890b5364e149988">MergeFrom</a>(<span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html">GScipParameters_StringParamsEntry_DoNotUse</a>&amp; other);</div>
<div class="line"><a name="l00381"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#aa88785530e8febf60716ea07d4b1f16b"> 381</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html">GScipParameters_StringParamsEntry_DoNotUse</a>* <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#aa88785530e8febf60716ea07d4b1f16b">internal_default_instance</a>() { <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html">GScipParameters_StringParamsEntry_DoNotUse</a>*<span class="keyword">&gt;</span>(&amp;<a class="code" href="namespaceoperations__research.html#a955a179847467a0b56c98ab42d0f31f4">_GScipParameters_StringParamsEntry_DoNotUse_default_instance_</a>); }</div>
<div class="line"><a name="l00382"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07"> 382</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">ValidateKey</a>(std::string* s) {</div>
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s-&gt;data(), <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(s-&gt;size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, <span class="stringliteral">&quot;operations_research.GScipParameters.StringParamsEntry.key&quot;</span>);</div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160; }</div>
<div class="line"><a name="l00385"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#af29b248b934ad970c53c94f9d29c0aac"> 385</a></span>&#160; <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#af29b248b934ad970c53c94f9d29c0aac">ValidateValue</a>(std::string* s) {</div>
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160; return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s-&gt;data(), <span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(s-&gt;size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, <span class="stringliteral">&quot;operations_research.GScipParameters.StringParamsEntry.value&quot;</span>);</div>
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160; }</div>
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a434d42d6a9d5e48da890b5364e149988">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; other) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span>&#160; ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">GetMetadata</a>() const final;</div>
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span>&#160; private:</div>
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span>&#160; static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&amp;::<a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>);</div>
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160; <a class="code" href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">return ::descriptor_table_ortools_2fgscip_2fgscip_2eproto</a>.file_level_metadata[5];</div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160; }</div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160; </div>
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160;};</div>
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160; </div>
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160; </div>
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160;<span class="keyword">class </span>GScipParameters PROTOBUF_FINAL :</div>
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160; <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::Message <span class="comment">/* @@protoc_insertion_point(class_definition:operations_research.GScipParameters) */</span> {</div>
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00404"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0d808b978f19a897f0c13517f51292fa"> 404</a></span>&#160; <span class="keyword">inline</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0d808b978f19a897f0c13517f51292fa">GScipParameters</a>() : GScipParameters(nullptr) {}</div>
<div class="line"><a name="l00405"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa858a5c2d34e7cb033149a9df89ff9c1"> 405</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa858a5c2d34e7cb033149a9df89ff9c1">~GScipParameters</a>();</div>
<div class="line"><a name="l00406"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa4cb0ae03278775192f36a4db149e6e2"> 406</a></span>&#160; <span class="keyword">explicit</span> constexpr <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa4cb0ae03278775192f36a4db149e6e2">GScipParameters</a>(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);</div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160; </div>
<div class="line"><a name="l00408"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aedf7b14468231e974eb725905d652725"> 408</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aedf7b14468231e974eb725905d652725">GScipParameters</a>(<span class="keyword">const</span> GScipParameters&amp; from);</div>
<div class="line"><a name="l00409"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af5e14a3d0aeb5af0a5b27c00a73fe61e"> 409</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af5e14a3d0aeb5af0a5b27c00a73fe61e">GScipParameters</a>(GScipParameters&amp;&amp; from) noexcept</div>
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160; : GScipParameters() {</div>
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160; *<span class="keyword">this</span> = ::std::move(from);</div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160; }</div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160; </div>
<div class="line"><a name="l00414"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a19ee9b122472e74adda16c679052d5c5"> 414</a></span>&#160; <span class="keyword">inline</span> GScipParameters&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a19ee9b122472e74adda16c679052d5c5">operator=</a>(<span class="keyword">const</span> GScipParameters&amp; from) {</div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160; CopyFrom(from);</div>
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160; }</div>
<div class="line"><a name="l00418"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa81a71a4fd5fc77e27ddd0b5e9f82dcb"> 418</a></span>&#160; <span class="keyword">inline</span> GScipParameters&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa81a71a4fd5fc77e27ddd0b5e9f82dcb">operator=</a>(GScipParameters&amp;&amp; from) noexcept {</div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160; <span class="keywordflow">if</span> (GetArena() == from.GetArena()) {</div>
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160; <span class="keywordflow">if</span> (<span class="keyword">this</span> != &amp;from) InternalSwap(&amp;from);</div>
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160; CopyFrom(from);</div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160; }</div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160; }</div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160; </div>
<div class="line"><a name="l00427"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708"> 427</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708">descriptor</a>() {</div>
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160; <span class="keywordflow">return</span> GetDescriptor();</div>
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160; }</div>
<div class="line"><a name="l00430"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a"> 430</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a">GetDescriptor</a>() {</div>
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160; <span class="keywordflow">return</span> GetMetadataStatic().descriptor;</div>
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160; }</div>
<div class="line"><a name="l00433"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c"> 433</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Reflection* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c">GetReflection</a>() {</div>
<div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160; <span class="keywordflow">return</span> GetMetadataStatic().reflection;</div>
<div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160; }</div>
<div class="line"><a name="l00436"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adf9d84e9518bc7a1771b3d28b34621db"> 436</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> GScipParameters&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adf9d84e9518bc7a1771b3d28b34621db">default_instance</a>() {</div>
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160; <span class="keywordflow">return</span> *internal_default_instance();</div>
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160; }</div>
<div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a87c86d34cd43e58f4fc8fd418b71738b"> 439</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> GScipParameters* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a87c86d34cd43e58f4fc8fd418b71738b">internal_default_instance</a>() {</div>
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span>GScipParameters*<span class="keyword">&gt;</span>(</div>
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160; &amp;<a class="code" href="namespaceoperations__research.html#a20192a64eb3f171def1e5153876a1098">_GScipParameters_default_instance_</a>);</div>
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>&#160; }</div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> kIndexInFileMessages =</div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160; 6;</div>
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160; </div>
<div class="line"><a name="l00446"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7732e3d925553ea66bc3b5296969cb8e"> 446</a></span>&#160; <span class="keyword">friend</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7732e3d925553ea66bc3b5296969cb8e">swap</a>(GScipParameters&amp; <a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>, GScipParameters&amp; <a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>) {</div>
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160; <a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>.Swap(&amp;<a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>);</div>
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160; }</div>
<div class="line"><a name="l00449"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa08009b1f38d5cddc18f3e7145f44268"> 449</a></span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa08009b1f38d5cddc18f3e7145f44268">Swap</a>(GScipParameters* other) {</div>
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160; <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160; <span class="keywordflow">if</span> (GetArena() == other-&gt;GetArena()) {</div>
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160; InternalSwap(other);</div>
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(<span class="keyword">this</span>, other);</div>
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>&#160; }</div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160; }</div>
<div class="line"><a name="l00457"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a86e0b60e2e3d51cd663a08c91788f04f"> 457</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a86e0b60e2e3d51cd663a08c91788f04f">UnsafeArenaSwap</a>(GScipParameters* other) {</div>
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span>&#160; <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160; GOOGLE_DCHECK(GetArena() == other-&gt;GetArena());</div>
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160; InternalSwap(other);</div>
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span>&#160; }</div>
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160; </div>
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160; <span class="comment">// implements Message ----------------------------------------------</span></div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160; </div>
<div class="line"><a name="l00465"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a711b060ebd344ad8974e18a1350cc292"> 465</a></span>&#160; <span class="keyword">inline</span> GScipParameters* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a711b060ebd344ad8974e18a1350cc292">New</a>() const final {</div>
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160; <span class="keywordflow">return</span> CreateMaybeMessage&lt;GScipParameters&gt;(<span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160; }</div>
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160; </div>
<div class="line"><a name="l00469"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4b88101d58920cff60329afe33a7fa30"> 469</a></span>&#160; GScipParameters* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4b88101d58920cff60329afe33a7fa30">New</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena) <span class="keyword">const</span> <span class="keyword">final</span> {</div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160; <span class="keywordflow">return</span> CreateMaybeMessage&lt;GScipParameters&gt;(arena);</div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160; }</div>
<div class="line"><a name="l00472"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7"> 472</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7">CopyFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; from) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00473"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2"> 473</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; from) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00474"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5bf8fefa5ad850bf4995638bb35c4af3"> 474</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5bf8fefa5ad850bf4995638bb35c4af3">CopyFrom</a>(<span class="keyword">const</span> GScipParameters&amp; from);</div>
<div class="line"><a name="l00475"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a75b15197e5a1a47cae0b9ba5cb5e1515"> 475</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a75b15197e5a1a47cae0b9ba5cb5e1515">MergeFrom</a>(<span class="keyword">const</span> GScipParameters&amp; from);</div>
<div class="line"><a name="l00476"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7"> 476</a></span>&#160; PROTOBUF_ATTRIBUTE_REINITIALIZES <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7">Clear</a>() final;</div>
<div class="line"><a name="l00477"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a83794439b5a81a507b67b07f09d4f048"> 477</a></span>&#160; <span class="keywordtype">bool</span> IsInitialized() const final;</div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160; </div>
<div class="line"><a name="l00479"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af1033c8579625eedc97d25696eeca0b1"> 479</a></span>&#160; <span class="keywordtype">size_t</span> ByteSizeLong() const final;</div>
<div class="line"><a name="l00480"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a454c67b85b98fe47e87043230d799c2a"> 480</a></span>&#160; 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="l00481"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a441b119e474a1202488ec26fa6eed236"> 481</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(</div>
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>&#160; ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;</div>
<div class="line"><a name="l00483"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6"> 483</a></span>&#160; <span class="keywordtype">int</span> GetCachedSize() const final { <span class="keywordflow">return</span> _cached_size_.Get(); }</div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160; </div>
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedCtor();</div>
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedDtor();</div>
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span>&#160; <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="l00489"></a><span class="lineno"> 489</span>&#160; <span class="keywordtype">void</span> InternalSwap(GScipParameters* other);</div>
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span>&#160; <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;</div>
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span>&#160; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {</div>
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160; <span class="keywordflow">return</span> <span class="stringliteral">&quot;operations_research.GScipParameters&quot;</span>;</div>
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>&#160; }</div>
<div class="line"><a name="l00494"></a><span class="lineno"> 494</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00495"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6304bd8136ec59afefc462d34e8da86f"> 495</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6304bd8136ec59afefc462d34e8da86f">GScipParameters</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l00496"></a><span class="lineno"> 496</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>&#160; <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="l00498"></a><span class="lineno"> 498</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span>&#160; </div>
<div class="line"><a name="l00501"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80"> 501</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80">GetMetadata</a>() const final;</div>
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span>&#160; private:</div>
<div class="line"><a name="l00503"></a><span class="lineno"> 503</span>&#160; static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
<div class="line"><a name="l00504"></a><span class="lineno"> 504</span>&#160; <a class="code" href="gscip_8pb_8h.html#a9e7b35fe77c8a5e244f95cd2319c3034">return ::descriptor_table_ortools_2fgscip_2fgscip_2eproto_metadata_getter</a>(kIndexInFileMessages);</div>
<div class="line"><a name="l00505"></a><span class="lineno"> 505</span>&#160; }</div>
<div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160; </div>
<div class="line"><a name="l00507"></a><span class="lineno"> 507</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160; </div>
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160; <span class="comment">// nested types ----------------------------------------------------</span></div>
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160; </div>
<div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160; </div>
<div class="line"><a name="l00512"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af59126302fb22c3ab4c4775c20b7c2bd"> 512</a></span>&#160; <span class="keyword">typedef</span> <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">GScipParameters_Emphasis</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af59126302fb22c3ab4c4775c20b7c2bd">Emphasis</a>;</div>
<div class="line"><a name="l00513"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4cf61082f28a3d8aaeb621fcdf701a0a"> 513</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> DEFAULT_EMPHASIS =</div>
<div class="line"><a name="l00514"></a><span class="lineno"> 514</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a78bd5fc79869cc8b43b326234a8db85d">GScipParameters_Emphasis_DEFAULT_EMPHASIS</a>;</div>
<div class="line"><a name="l00515"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a39ce4063a923e8e1ef6a81c22a3871e8"> 515</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> <a class="code" href="namespacegoogle.html#aa739a176bcc5230a3536ef27a860c1a8a7b5e9804203d4b1300aad76e5f9a3302">COUNTER</a> =</div>
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a0689993b7e05a7b53228000b7ca27bea">GScipParameters_Emphasis_COUNTER</a>;</div>
<div class="line"><a name="l00517"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af74acb28bce9aa771932fad108785bc5"> 517</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> CP_SOLVER =</div>
<div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a81e75d6b11b912f908d11bc78270ab68">GScipParameters_Emphasis_CP_SOLVER</a>;</div>
<div class="line"><a name="l00519"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2eba2fa4202f3e37b990e49fc26e7e71"> 519</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> EASY_CIP =</div>
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ae98dd292271c91d473e47315d7d1fdef">GScipParameters_Emphasis_EASY_CIP</a>;</div>
<div class="line"><a name="l00521"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a677ac842ca940e401286c5a32547f49c"> 521</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> FEASIBILITY =</div>
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a4f84db35d63853c3faea5e787d87d3a7">GScipParameters_Emphasis_FEASIBILITY</a>;</div>
<div class="line"><a name="l00523"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a811b9d8c11a2a759b10ef96a57567797"> 523</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> HARD_LP =</div>
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a4d8dbed78ecdd43cdf4a3b51928d2fe8">GScipParameters_Emphasis_HARD_LP</a>;</div>
<div class="line"><a name="l00525"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6c99b1e9df68e18e84de9ab640659083"> 525</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> OPTIMALITY =</div>
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70aab1e09c0d26017c9a6c89d90acb8473c">GScipParameters_Emphasis_OPTIMALITY</a>;</div>
<div class="line"><a name="l00527"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0895c4a905391ac9f0b59654a2cdd61c"> 527</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> PHASE_FEAS =</div>
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ab86e3f9fec481ccd95fc3c3388922974">GScipParameters_Emphasis_PHASE_FEAS</a>;</div>
<div class="line"><a name="l00529"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9f9cf1bd30e63406e878d1f71d363968"> 529</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> PHASE_IMPROVE =</div>
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70acd6defb984b5159cbc88e7729986a9b3">GScipParameters_Emphasis_PHASE_IMPROVE</a>;</div>
<div class="line"><a name="l00531"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a628bf1d9464159e31d06186b9ac91ca0"> 531</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> PHASE_PROOF =</div>
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a97256de13469fa693d254e8c315e7b7b">GScipParameters_Emphasis_PHASE_PROOF</a>;</div>
<div class="line"><a name="l00533"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58b1aed872dc94ce5dd2b8fb6ecca75f"> 533</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58b1aed872dc94ce5dd2b8fb6ecca75f">Emphasis_IsValid</a>(<span class="keywordtype">int</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#a4f5b1df8f6fb37becc6df1089319ac51">GScipParameters_Emphasis_IsValid</a>(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00535"></a><span class="lineno"> 535</span>&#160; }</div>
<div class="line"><a name="l00536"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6aef49ddacbf44482427ab6b6ab33b6c"> 536</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> Emphasis_MIN =</div>
<div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160; <a class="code" href="namespaceoperations__research.html#a76d1900f7fe79ef478b5c0a146f617dd">GScipParameters_Emphasis_Emphasis_MIN</a>;</div>
<div class="line"><a name="l00538"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5e9c8e598ce41e88aa3598f1756a45f4"> 538</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a> Emphasis_MAX =</div>
<div class="line"><a name="l00539"></a><span class="lineno"> 539</span>&#160; <a class="code" href="namespaceoperations__research.html#ac1cdf2b5e2f031d082a9eb055f1e4059">GScipParameters_Emphasis_Emphasis_MAX</a>;</div>
<div class="line"><a name="l00540"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a119eb4d5d6034136c1cacef76fed19db"> 540</a></span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> Emphasis_ARRAYSIZE =</div>
<div class="line"><a name="l00541"></a><span class="lineno"> 541</span>&#160; <a class="code" href="namespaceoperations__research.html#aed0e92f119349eab1ef2ce24d7276d92">GScipParameters_Emphasis_Emphasis_ARRAYSIZE</a>;</div>
<div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*</div>
<div class="line"><a name="l00543"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9b7c0ceb8536c5e0a6c6e1606cc797a5"> 543</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9b7c0ceb8536c5e0a6c6e1606cc797a5">Emphasis_descriptor</a>() {</div>
<div class="line"><a name="l00544"></a><span class="lineno"> 544</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#a463ede459707ecd7897a84154712ee78">GScipParameters_Emphasis_descriptor</a>();</div>
<div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160; }</div>
<div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><a name="l00547"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8afa8d19c833fc0dde73ac2ec20bc05b"> 547</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8afa8d19c833fc0dde73ac2ec20bc05b">Emphasis_Name</a>(T enum_t_value) {</div>
<div class="line"><a name="l00548"></a><span class="lineno"> 548</span>&#160; static_assert(::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_same&lt;T, Emphasis&gt;::value</a> ||</div>
<div class="line"><a name="l00549"></a><span class="lineno"> 549</span>&#160; ::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_integral&lt;T&gt;::value</a>,</div>
<div class="line"><a name="l00550"></a><span class="lineno"> 550</span>&#160; <span class="stringliteral">&quot;Incorrect type passed to function Emphasis_Name.&quot;</span>);</div>
<div class="line"><a name="l00551"></a><span class="lineno"> 551</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#ada2e2f66ecdfa470b4fe927dc7e2774a">GScipParameters_Emphasis_Name</a>(enum_t_value);</div>
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160; }</div>
<div class="line"><a name="l00553"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aff6b2306c93cfab0f27cb5c0d54c9d11"> 553</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aff6b2306c93cfab0f27cb5c0d54c9d11">Emphasis_Parse</a>(::PROTOBUF_NAMESPACE_ID::ConstStringParam <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>,</div>
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">Emphasis</a>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#a186e6cb902741796de70ba7c77a0438d">GScipParameters_Emphasis_Parse</a>(<a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160; }</div>
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160; </div>
<div class="line"><a name="l00558"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab8d6de94e1bf22776d60fbf69e8c71c"> 558</a></span>&#160; <span class="keyword">typedef</span> <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">GScipParameters_MetaParamValue</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab8d6de94e1bf22776d60fbf69e8c71c">MetaParamValue</a>;</div>
<div class="line"><a name="l00559"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aef1c2c873c2343962f755f4bb0826672"> 559</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">MetaParamValue</a> DEFAULT_META_PARAM_VALUE =</div>
<div class="line"><a name="l00560"></a><span class="lineno"> 560</span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a56cab76ac5b32fe09ee95394699dbe99">GScipParameters_MetaParamValue_DEFAULT_META_PARAM_VALUE</a>;</div>
<div class="line"><a name="l00561"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a13e7be7b1a61fa8ee704a497ea2a76e4"> 561</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">MetaParamValue</a> AGGRESSIVE =</div>
<div class="line"><a name="l00562"></a><span class="lineno"> 562</span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a8576ae305710f9eabbd97db8f2fd4016">GScipParameters_MetaParamValue_AGGRESSIVE</a>;</div>
<div class="line"><a name="l00563"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad15c96e0ed3c2744acba30c5754d29ad"> 563</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">MetaParamValue</a> FAST =</div>
<div class="line"><a name="l00564"></a><span class="lineno"> 564</span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622ac6435a46b65461666eeaaa45950bc5f1">GScipParameters_MetaParamValue_FAST</a>;</div>
<div class="line"><a name="l00565"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a50d5615734ad27ae857ea917a8842b51"> 565</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">MetaParamValue</a> OFF =</div>
<div class="line"><a name="l00566"></a><span class="lineno"> 566</span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a4599ab0ab1540d7933b52d7d05e086ac">GScipParameters_MetaParamValue_OFF</a>;</div>
<div class="line"><a name="l00567"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3e721d9a35bd7d8bed01276095a84f27"> 567</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3e721d9a35bd7d8bed01276095a84f27">MetaParamValue_IsValid</a>(<span class="keywordtype">int</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#a5adb97f25e9d4289b1dd953c0873621f">GScipParameters_MetaParamValue_IsValid</a>(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00569"></a><span class="lineno"> 569</span>&#160; }</div>
<div class="line"><a name="l00570"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac59eec31a233debb8288610f35b67040"> 570</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">MetaParamValue</a> MetaParamValue_MIN =</div>
<div class="line"><a name="l00571"></a><span class="lineno"> 571</span>&#160; <a class="code" href="namespaceoperations__research.html#ace3edc0fcc155dc02683ef08d754a93c">GScipParameters_MetaParamValue_MetaParamValue_MIN</a>;</div>
<div class="line"><a name="l00572"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a29aee0f821b71a2cc9c776408e930767"> 572</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">MetaParamValue</a> MetaParamValue_MAX =</div>
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>&#160; <a class="code" href="namespaceoperations__research.html#a78a7b7a8624da10816b5f6d3af9bb7c1">GScipParameters_MetaParamValue_MetaParamValue_MAX</a>;</div>
<div class="line"><a name="l00574"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a30d58b35bcb3cc1bd3534c6aacea652d"> 574</a></span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> MetaParamValue_ARRAYSIZE =</div>
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span>&#160; <a class="code" href="namespaceoperations__research.html#a0f9a9f5de7fc9239a1a3c2253f826a7d">GScipParameters_MetaParamValue_MetaParamValue_ARRAYSIZE</a>;</div>
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*</div>
<div class="line"><a name="l00577"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0f5f43fa4f91f8eb399039e7b196028c"> 577</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0f5f43fa4f91f8eb399039e7b196028c">MetaParamValue_descriptor</a>() {</div>
<div class="line"><a name="l00578"></a><span class="lineno"> 578</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#a090d4688475b4279a9df9931215c5d61">GScipParameters_MetaParamValue_descriptor</a>();</div>
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160; }</div>
<div class="line"><a name="l00580"></a><span class="lineno"> 580</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><a name="l00581"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaf84e7964f95c9088aaa5308a69de650"> 581</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaf84e7964f95c9088aaa5308a69de650">MetaParamValue_Name</a>(T enum_t_value) {</div>
<div class="line"><a name="l00582"></a><span class="lineno"> 582</span>&#160; static_assert(::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_same&lt;T, MetaParamValue&gt;::value</a> ||</div>
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span>&#160; ::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_integral&lt;T&gt;::value</a>,</div>
<div class="line"><a name="l00584"></a><span class="lineno"> 584</span>&#160; <span class="stringliteral">&quot;Incorrect type passed to function MetaParamValue_Name.&quot;</span>);</div>
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#aa6e8b2d9d690aea1a88d4e7dfe9ddd82">GScipParameters_MetaParamValue_Name</a>(enum_t_value);</div>
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span>&#160; }</div>
<div class="line"><a name="l00587"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae5461c8b0bf294dcfb3cc6daad8b528a"> 587</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae5461c8b0bf294dcfb3cc6daad8b528a">MetaParamValue_Parse</a>(::PROTOBUF_NAMESPACE_ID::ConstStringParam <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>,</div>
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">MetaParamValue</a>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l00589"></a><span class="lineno"> 589</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#aa7f944f712d427f379db51efd5465582">GScipParameters_MetaParamValue_Parse</a>(<a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00590"></a><span class="lineno"> 590</span>&#160; }</div>
<div class="line"><a name="l00591"></a><span class="lineno"> 591</span>&#160; </div>
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160; <span class="comment">// accessors -------------------------------------------------------</span></div>
<div class="line"><a name="l00593"></a><span class="lineno"> 593</span>&#160; </div>
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160; enum : <span class="keywordtype">int</span> {</div>
<div class="line"><a name="l00595"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a761550ef3a63dfbd58fca87102eb95a3"> 595</a></span>&#160; kBoolParamsFieldNumber = 5,</div>
<div class="line"><a name="l00596"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a9c42166c113b0a0a5219872c05216e94"> 596</a></span>&#160; kIntParamsFieldNumber = 6,</div>
<div class="line"><a name="l00597"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a9b0af2dea9d0a02d38d432918386c22f"> 597</a></span>&#160; kLongParamsFieldNumber = 7,</div>
<div class="line"><a name="l00598"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4ac683be386a59972ad3ec33d386570fbc"> 598</a></span>&#160; kRealParamsFieldNumber = 8,</div>
<div class="line"><a name="l00599"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4ab5c466d2def906b0b0238c87f2066329"> 599</a></span>&#160; kCharParamsFieldNumber = 9,</div>
<div class="line"><a name="l00600"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a46e2caf85214f729b4006259e22eabda"> 600</a></span>&#160; kStringParamsFieldNumber = 10,</div>
<div class="line"><a name="l00601"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a440e3b939264c119e926f3ecac6ee0a7"> 601</a></span>&#160; kSearchLogsFilenameFieldNumber = 14,</div>
<div class="line"><a name="l00602"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4ae64bc6096377bd3e029f04557c96a558"> 602</a></span>&#160; kDetailedSolvingStatsFilenameFieldNumber = 15,</div>
<div class="line"><a name="l00603"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4aef232734745e4dd3742125b6b5b4282e"> 603</a></span>&#160; kScipModelFilenameFieldNumber = 16,</div>
<div class="line"><a name="l00604"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a9b128eb967cc4c6e8ca47500ff64e556"> 604</a></span>&#160; kEmphasisFieldNumber = 1,</div>
<div class="line"><a name="l00605"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a82b0f7d33d13ac93e3043db25430df43"> 605</a></span>&#160; kHeuristicsFieldNumber = 2,</div>
<div class="line"><a name="l00606"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa08626c35c45f35e64780a646817840eab617fc31e7e674577e5c4785e6ef6b63"> 606</a></span>&#160; kPresolveFieldNumber = 3,</div>
<div class="line"><a name="l00607"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4afdb2765bb67cf569bbebc9d8d4b699fb"> 607</a></span>&#160; kSeparatingFieldNumber = 4,</div>
<div class="line"><a name="l00608"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a4ba582dc65b1af1a7a5e98ac7af0da96"> 608</a></span>&#160; kSilenceOutputFieldNumber = 11,</div>
<div class="line"><a name="l00609"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a91ae7c28b8bf1187a93dc91821b042b6"> 609</a></span>&#160; kPrintDetailedSolvingStatsFieldNumber = 12,</div>
<div class="line"><a name="l00610"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac53afd6718374dd361d54ff87f36cfc4a2cabf02d323ebcaf5624ddded5f0e448"> 610</a></span>&#160; kPrintScipModelFieldNumber = 13,</div>
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span>&#160; kNumSolutionsFieldNumber = 17,</div>
<div class="line"><a name="l00612"></a><span class="lineno"> 612</span>&#160; };</div>
<div class="line"><a name="l00613"></a><span class="lineno"> 613</span>&#160; <span class="comment">// map&lt;string, bool&gt; bool_params = 5;</span></div>
<div class="line"><a name="l00614"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad2b239f32f40db5254fe8bd9abe49510"> 614</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad2b239f32f40db5254fe8bd9abe49510">bool_params_size</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00615"></a><span class="lineno"> 615</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00616"></a><span class="lineno"> 616</span>&#160; <span class="keywordtype">int</span> _internal_bool_params_size() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00617"></a><span class="lineno"> 617</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00618"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a672c8129c4c610baaaacaac861b004c1"> 618</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a672c8129c4c610baaaacaac861b004c1">clear_bool_params</a>();</div>
<div class="line"><a name="l00619"></a><span class="lineno"> 619</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00620"></a><span class="lineno"> 620</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt;&amp;</div>
<div class="line"><a name="l00621"></a><span class="lineno"> 621</span>&#160; _internal_bool_params() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt;*</div>
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span>&#160; _internal_mutable_bool_params();</div>
<div class="line"><a name="l00624"></a><span class="lineno"> 624</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00625"></a><span class="lineno"> 625</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt;&amp;</div>
<div class="line"><a name="l00626"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9a3f9584963462cff33492d28e3bd635"> 626</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9a3f9584963462cff33492d28e3bd635">bool_params</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00627"></a><span class="lineno"> 627</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt;*</div>
<div class="line"><a name="l00628"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a43e9c88da40d07a8caccb2ba0f70e6da"> 628</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a43e9c88da40d07a8caccb2ba0f70e6da">mutable_bool_params</a>();</div>
<div class="line"><a name="l00629"></a><span class="lineno"> 629</span>&#160; </div>
<div class="line"><a name="l00630"></a><span class="lineno"> 630</span>&#160; <span class="comment">// map&lt;string, int32&gt; int_params = 6;</span></div>
<div class="line"><a name="l00631"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a39a1e1e031fff699c93579b11bf05d29"> 631</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a39a1e1e031fff699c93579b11bf05d29">int_params_size</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00632"></a><span class="lineno"> 632</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00633"></a><span class="lineno"> 633</span>&#160; <span class="keywordtype">int</span> _internal_int_params_size() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00634"></a><span class="lineno"> 634</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00635"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abbe910c240d1f7f96027b40bf20aa93c"> 635</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abbe910c240d1f7f96027b40bf20aa93c">clear_int_params</a>();</div>
<div class="line"><a name="l00636"></a><span class="lineno"> 636</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt;&amp;</div>
<div class="line"><a name="l00638"></a><span class="lineno"> 638</span>&#160; _internal_int_params() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00639"></a><span class="lineno"> 639</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt;*</div>
<div class="line"><a name="l00640"></a><span class="lineno"> 640</span>&#160; _internal_mutable_int_params();</div>
<div class="line"><a name="l00641"></a><span class="lineno"> 641</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00642"></a><span class="lineno"> 642</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt;&amp;</div>
<div class="line"><a name="l00643"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a83f2bbb706918509877679fd9bdee46d"> 643</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a83f2bbb706918509877679fd9bdee46d">int_params</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt;*</div>
<div class="line"><a name="l00645"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a37dbc78f519c7251f8b9aa8db7ccf104"> 645</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a37dbc78f519c7251f8b9aa8db7ccf104">mutable_int_params</a>();</div>
<div class="line"><a name="l00646"></a><span class="lineno"> 646</span>&#160; </div>
<div class="line"><a name="l00647"></a><span class="lineno"> 647</span>&#160; <span class="comment">// map&lt;string, int64&gt; long_params = 7;</span></div>
<div class="line"><a name="l00648"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4ac02d296a3042692a6c2624444614ae"> 648</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4ac02d296a3042692a6c2624444614ae">long_params_size</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00650"></a><span class="lineno"> 650</span>&#160; <span class="keywordtype">int</span> _internal_long_params_size() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00652"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a739e54c4e71e7c18fb1cfc1f071fc651"> 652</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a739e54c4e71e7c18fb1cfc1f071fc651">clear_long_params</a>();</div>
<div class="line"><a name="l00653"></a><span class="lineno"> 653</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00654"></a><span class="lineno"> 654</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt;&amp;</div>
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160; _internal_long_params() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt;*</div>
<div class="line"><a name="l00657"></a><span class="lineno"> 657</span>&#160; _internal_mutable_long_params();</div>
<div class="line"><a name="l00658"></a><span class="lineno"> 658</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00659"></a><span class="lineno"> 659</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt;&amp;</div>
<div class="line"><a name="l00660"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af0af2b7d16bbb728a51bd43a62c8129c"> 660</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af0af2b7d16bbb728a51bd43a62c8129c">long_params</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt;*</div>
<div class="line"><a name="l00662"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a673a81a3490b39341ee3a6d1505ece37"> 662</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a673a81a3490b39341ee3a6d1505ece37">mutable_long_params</a>();</div>
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>&#160; </div>
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span>&#160; <span class="comment">// map&lt;string, double&gt; real_params = 8;</span></div>
<div class="line"><a name="l00665"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad373e363aa641d44efd6a484868bb462"> 665</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad373e363aa641d44efd6a484868bb462">real_params_size</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160; <span class="keywordtype">int</span> _internal_real_params_size() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00668"></a><span class="lineno"> 668</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00669"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a32d527fd3c26bc4c67a01b2fc4ad082d"> 669</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a32d527fd3c26bc4c67a01b2fc4ad082d">clear_real_params</a>();</div>
<div class="line"><a name="l00670"></a><span class="lineno"> 670</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00671"></a><span class="lineno"> 671</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt;&amp;</div>
<div class="line"><a name="l00672"></a><span class="lineno"> 672</span>&#160; _internal_real_params() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt;*</div>
<div class="line"><a name="l00674"></a><span class="lineno"> 674</span>&#160; _internal_mutable_real_params();</div>
<div class="line"><a name="l00675"></a><span class="lineno"> 675</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00676"></a><span class="lineno"> 676</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt;&amp;</div>
<div class="line"><a name="l00677"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8b240e4bbf3ff7038c1b38833f2fc78c"> 677</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8b240e4bbf3ff7038c1b38833f2fc78c">real_params</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt;*</div>
<div class="line"><a name="l00679"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6af0a3f84be88c1329023eed16c72fa"> 679</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6af0a3f84be88c1329023eed16c72fa">mutable_real_params</a>();</div>
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span>&#160; </div>
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160; <span class="comment">// map&lt;string, string&gt; char_params = 9;</span></div>
<div class="line"><a name="l00682"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a593c79ddb551977045ee3d068346c555"> 682</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a593c79ddb551977045ee3d068346c555">char_params_size</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00684"></a><span class="lineno"> 684</span>&#160; <span class="keywordtype">int</span> _internal_char_params_size() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00686"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a639fd37a1f5b99e615e77af9c3f1f3d0"> 686</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a639fd37a1f5b99e615e77af9c3f1f3d0">clear_char_params</a>();</div>
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;&amp;</div>
<div class="line"><a name="l00689"></a><span class="lineno"> 689</span>&#160; _internal_char_params() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;*</div>
<div class="line"><a name="l00691"></a><span class="lineno"> 691</span>&#160; _internal_mutable_char_params();</div>
<div class="line"><a name="l00692"></a><span class="lineno"> 692</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;&amp;</div>
<div class="line"><a name="l00694"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6a4aa8c5cd779dab0e066e1d8b2f5100"> 694</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6a4aa8c5cd779dab0e066e1d8b2f5100">char_params</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00695"></a><span class="lineno"> 695</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;*</div>
<div class="line"><a name="l00696"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6243698a03037422a26e294e15f090f"> 696</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6243698a03037422a26e294e15f090f">mutable_char_params</a>();</div>
<div class="line"><a name="l00697"></a><span class="lineno"> 697</span>&#160; </div>
<div class="line"><a name="l00698"></a><span class="lineno"> 698</span>&#160; <span class="comment">// map&lt;string, string&gt; string_params = 10;</span></div>
<div class="line"><a name="l00699"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaec74ab99e8b6278b13d53fe6c82cedb"> 699</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaec74ab99e8b6278b13d53fe6c82cedb">string_params_size</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00700"></a><span class="lineno"> 700</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00701"></a><span class="lineno"> 701</span>&#160; <span class="keywordtype">int</span> _internal_string_params_size() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00702"></a><span class="lineno"> 702</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00703"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3f440de9e687d4b9664db39f5e5cffab"> 703</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3f440de9e687d4b9664db39f5e5cffab">clear_string_params</a>();</div>
<div class="line"><a name="l00704"></a><span class="lineno"> 704</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00705"></a><span class="lineno"> 705</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;&amp;</div>
<div class="line"><a name="l00706"></a><span class="lineno"> 706</span>&#160; _internal_string_params() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;*</div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>&#160; _internal_mutable_string_params();</div>
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00710"></a><span class="lineno"> 710</span>&#160; const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;&amp;</div>
<div class="line"><a name="l00711"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a752916d3c6abd6983b2e0f5441de5001"> 711</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a752916d3c6abd6983b2e0f5441de5001">string_params</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00712"></a><span class="lineno"> 712</span>&#160; ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;*</div>
<div class="line"><a name="l00713"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a42ecefce23aa96a6ab8ec7f0c74bc2e9"> 713</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a42ecefce23aa96a6ab8ec7f0c74bc2e9">mutable_string_params</a>();</div>
<div class="line"><a name="l00714"></a><span class="lineno"> 714</span>&#160; </div>
<div class="line"><a name="l00715"></a><span class="lineno"> 715</span>&#160; <span class="comment">// string search_logs_filename = 14;</span></div>
<div class="line"><a name="l00716"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a511dfa7f93d6fafd9261e3f5a905108a"> 716</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a511dfa7f93d6fafd9261e3f5a905108a">clear_search_logs_filename</a>();</div>
<div class="line"><a name="l00717"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5ce91f0b6fdd1160aed0f37ec7de7035"> 717</a></span>&#160; <span class="keyword">const</span> std::string&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5ce91f0b6fdd1160aed0f37ec7de7035">search_logs_filename</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00718"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7f5d44675d8e546c098f52cfbf94e953"> 718</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7f5d44675d8e546c098f52cfbf94e953">set_search_logs_filename</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00719"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afed4dbb180d809041f3797aa8dd3b400"> 719</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afed4dbb180d809041f3797aa8dd3b400">set_search_logs_filename</a>(std::string&amp;&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00720"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa66ea2ab8bacb54c59c10ac1e3af915e"> 720</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa66ea2ab8bacb54c59c10ac1e3af915e">set_search_logs_filename</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00721"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad05d2041c418ee9c078effd7dc9b1371"> 721</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad05d2041c418ee9c078effd7dc9b1371">set_search_logs_filename</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>, <span class="keywordtype">size_t</span> size);</div>
<div class="line"><a name="l00722"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5825d9f0be4d7ad6fec000f211b86187"> 722</a></span>&#160; std::string* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5825d9f0be4d7ad6fec000f211b86187">mutable_search_logs_filename</a>();</div>
<div class="line"><a name="l00723"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a103a523012f4e8d7669df551c3ae08d8"> 723</a></span>&#160; std::string* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a103a523012f4e8d7669df551c3ae08d8">release_search_logs_filename</a>();</div>
<div class="line"><a name="l00724"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a67ba4f1eb5d8dbe5b2f17acc6b161634"> 724</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a67ba4f1eb5d8dbe5b2f17acc6b161634">set_allocated_search_logs_filename</a>(std::string* search_logs_filename);</div>
<div class="line"><a name="l00725"></a><span class="lineno"> 725</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00726"></a><span class="lineno"> 726</span>&#160; <span class="keyword">const</span> std::string&amp; _internal_search_logs_filename() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00727"></a><span class="lineno"> 727</span>&#160; <span class="keywordtype">void</span> _internal_set_search_logs_filename(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00728"></a><span class="lineno"> 728</span>&#160; std::string* _internal_mutable_search_logs_filename();</div>
<div class="line"><a name="l00729"></a><span class="lineno"> 729</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00730"></a><span class="lineno"> 730</span>&#160; </div>
<div class="line"><a name="l00731"></a><span class="lineno"> 731</span>&#160; <span class="comment">// string detailed_solving_stats_filename = 15;</span></div>
<div class="line"><a name="l00732"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7ff02ced6c41cb5e9919613bc840b8cd"> 732</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7ff02ced6c41cb5e9919613bc840b8cd">clear_detailed_solving_stats_filename</a>();</div>
<div class="line"><a name="l00733"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f7fb9f1b0bee8d0bc74aae0a588aa45"> 733</a></span>&#160; <span class="keyword">const</span> std::string&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f7fb9f1b0bee8d0bc74aae0a588aa45">detailed_solving_stats_filename</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00734"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae1794177298101e46e74dace534cd589"> 734</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae1794177298101e46e74dace534cd589">set_detailed_solving_stats_filename</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00735"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1660527f0e1bed514dfeb88b3794dd2f"> 735</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1660527f0e1bed514dfeb88b3794dd2f">set_detailed_solving_stats_filename</a>(std::string&amp;&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00736"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab814fd54954925b921e452ca4c1c3674"> 736</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab814fd54954925b921e452ca4c1c3674">set_detailed_solving_stats_filename</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00737"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a813381d8cd7259173cea0ad672c9d176"> 737</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a813381d8cd7259173cea0ad672c9d176">set_detailed_solving_stats_filename</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>, <span class="keywordtype">size_t</span> size);</div>
<div class="line"><a name="l00738"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad4953af91412840d9a84e10cb878ad42"> 738</a></span>&#160; std::string* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad4953af91412840d9a84e10cb878ad42">mutable_detailed_solving_stats_filename</a>();</div>
<div class="line"><a name="l00739"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a92a8edc9770d76f006f6e24d6c9a08d7"> 739</a></span>&#160; std::string* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a92a8edc9770d76f006f6e24d6c9a08d7">release_detailed_solving_stats_filename</a>();</div>
<div class="line"><a name="l00740"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad208e55b9c3d62739f2a3488bf22dc91"> 740</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad208e55b9c3d62739f2a3488bf22dc91">set_allocated_detailed_solving_stats_filename</a>(std::string* detailed_solving_stats_filename);</div>
<div class="line"><a name="l00741"></a><span class="lineno"> 741</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00742"></a><span class="lineno"> 742</span>&#160; <span class="keyword">const</span> std::string&amp; _internal_detailed_solving_stats_filename() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00743"></a><span class="lineno"> 743</span>&#160; <span class="keywordtype">void</span> _internal_set_detailed_solving_stats_filename(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00744"></a><span class="lineno"> 744</span>&#160; std::string* _internal_mutable_detailed_solving_stats_filename();</div>
<div class="line"><a name="l00745"></a><span class="lineno"> 745</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00746"></a><span class="lineno"> 746</span>&#160; </div>
<div class="line"><a name="l00747"></a><span class="lineno"> 747</span>&#160; <span class="comment">// string scip_model_filename = 16;</span></div>
<div class="line"><a name="l00748"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac71581ab5c2a99ec7c9e1868c481234f"> 748</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac71581ab5c2a99ec7c9e1868c481234f">clear_scip_model_filename</a>();</div>
<div class="line"><a name="l00749"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a45792df6bf104e676c392d743e3227e3"> 749</a></span>&#160; <span class="keyword">const</span> std::string&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a45792df6bf104e676c392d743e3227e3">scip_model_filename</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00750"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a62e39a30c4d23a2d0fb362ba29ad866e"> 750</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a62e39a30c4d23a2d0fb362ba29ad866e">set_scip_model_filename</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00751"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a28451f9f8cf83a379efadba973f84695"> 751</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a28451f9f8cf83a379efadba973f84695">set_scip_model_filename</a>(std::string&amp;&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00752"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a93fb67f0587524b005ae101370ca31be"> 752</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a93fb67f0587524b005ae101370ca31be">set_scip_model_filename</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00753"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae001340d037ed359f37e84ab3abdaa2e"> 753</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae001340d037ed359f37e84ab3abdaa2e">set_scip_model_filename</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>, <span class="keywordtype">size_t</span> size);</div>
<div class="line"><a name="l00754"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a21afb5a610c3cee475ee87e62eefefc0"> 754</a></span>&#160; std::string* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a21afb5a610c3cee475ee87e62eefefc0">mutable_scip_model_filename</a>();</div>
<div class="line"><a name="l00755"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7afdee4db0cedfc55cdd9612b3c46934"> 755</a></span>&#160; std::string* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7afdee4db0cedfc55cdd9612b3c46934">release_scip_model_filename</a>();</div>
<div class="line"><a name="l00756"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4e4b77c794b2b7fbbd98310940bc1a91"> 756</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4e4b77c794b2b7fbbd98310940bc1a91">set_allocated_scip_model_filename</a>(std::string* scip_model_filename);</div>
<div class="line"><a name="l00757"></a><span class="lineno"> 757</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00758"></a><span class="lineno"> 758</span>&#160; <span class="keyword">const</span> std::string&amp; _internal_scip_model_filename() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00759"></a><span class="lineno"> 759</span>&#160; <span class="keywordtype">void</span> _internal_set_scip_model_filename(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00760"></a><span class="lineno"> 760</span>&#160; std::string* _internal_mutable_scip_model_filename();</div>
<div class="line"><a name="l00761"></a><span class="lineno"> 761</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00762"></a><span class="lineno"> 762</span>&#160; </div>
<div class="line"><a name="l00763"></a><span class="lineno"> 763</span>&#160; <span class="comment">// .operations_research.GScipParameters.Emphasis emphasis = 1;</span></div>
<div class="line"><a name="l00764"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a411fbc88050728d30a02c9bb003989b9"> 764</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a411fbc88050728d30a02c9bb003989b9">clear_emphasis</a>();</div>
<div class="line"><a name="l00765"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5f3521fe4bd29643756e74722bbf0339"> 765</a></span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">::operations_research::GScipParameters_Emphasis</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5f3521fe4bd29643756e74722bbf0339">emphasis</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00766"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a91e7e4da60f1e00998fa5d6d629bf1b3"> 766</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a91e7e4da60f1e00998fa5d6d629bf1b3">set_emphasis</a>(::<a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">operations_research::GScipParameters_Emphasis</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00767"></a><span class="lineno"> 767</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00768"></a><span class="lineno"> 768</span>&#160; <a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">::operations_research::GScipParameters_Emphasis</a> _internal_emphasis() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00769"></a><span class="lineno"> 769</span>&#160; <span class="keywordtype">void</span> _internal_set_emphasis(::<a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">operations_research::GScipParameters_Emphasis</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00770"></a><span class="lineno"> 770</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00771"></a><span class="lineno"> 771</span>&#160; </div>
<div class="line"><a name="l00772"></a><span class="lineno"> 772</span>&#160; <span class="comment">// .operations_research.GScipParameters.MetaParamValue heuristics = 2;</span></div>
<div class="line"><a name="l00773"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3c4aa4dc5cbcc1ecd4f263c5759f650"> 773</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3c4aa4dc5cbcc1ecd4f263c5759f650">has_heuristics</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00774"></a><span class="lineno"> 774</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00775"></a><span class="lineno"> 775</span>&#160; <span class="keywordtype">bool</span> _internal_has_heuristics() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00776"></a><span class="lineno"> 776</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00777"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad6f4781ca15da20ffe5251c295f98e3f"> 777</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad6f4781ca15da20ffe5251c295f98e3f">clear_heuristics</a>();</div>
<div class="line"><a name="l00778"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2fd28cb551c6c3edda3123459fb76e7e"> 778</a></span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">::operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2fd28cb551c6c3edda3123459fb76e7e">heuristics</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00779"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa1232749a7dcb0e7e1d92d19757d0f29"> 779</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa1232749a7dcb0e7e1d92d19757d0f29">set_heuristics</a>(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00780"></a><span class="lineno"> 780</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00781"></a><span class="lineno"> 781</span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">::operations_research::GScipParameters_MetaParamValue</a> _internal_heuristics() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00782"></a><span class="lineno"> 782</span>&#160; <span class="keywordtype">void</span> _internal_set_heuristics(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00783"></a><span class="lineno"> 783</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00784"></a><span class="lineno"> 784</span>&#160; </div>
<div class="line"><a name="l00785"></a><span class="lineno"> 785</span>&#160; <span class="comment">// .operations_research.GScipParameters.MetaParamValue presolve = 3;</span></div>
<div class="line"><a name="l00786"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a31eaa8cbc57692feb96545237158712d"> 786</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a31eaa8cbc57692feb96545237158712d">has_presolve</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00787"></a><span class="lineno"> 787</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00788"></a><span class="lineno"> 788</span>&#160; <span class="keywordtype">bool</span> _internal_has_presolve() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00789"></a><span class="lineno"> 789</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00790"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a78073ef35edd67b00be5af65fbab39fb"> 790</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a78073ef35edd67b00be5af65fbab39fb">clear_presolve</a>();</div>
<div class="line"><a name="l00791"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6c20123b63b0fc63b9d7bd7b5f0ae7c"> 791</a></span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">::operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6c20123b63b0fc63b9d7bd7b5f0ae7c">presolve</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00792"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a61e6200ab8f9f757e12859ef98c09b03"> 792</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a61e6200ab8f9f757e12859ef98c09b03">set_presolve</a>(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00793"></a><span class="lineno"> 793</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00794"></a><span class="lineno"> 794</span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">::operations_research::GScipParameters_MetaParamValue</a> _internal_presolve() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00795"></a><span class="lineno"> 795</span>&#160; <span class="keywordtype">void</span> _internal_set_presolve(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00796"></a><span class="lineno"> 796</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00797"></a><span class="lineno"> 797</span>&#160; </div>
<div class="line"><a name="l00798"></a><span class="lineno"> 798</span>&#160; <span class="comment">// .operations_research.GScipParameters.MetaParamValue separating = 4;</span></div>
<div class="line"><a name="l00799"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afadec7798917121e23e23f4a0da7093f"> 799</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afadec7798917121e23e23f4a0da7093f">has_separating</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00800"></a><span class="lineno"> 800</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00801"></a><span class="lineno"> 801</span>&#160; <span class="keywordtype">bool</span> _internal_has_separating() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00802"></a><span class="lineno"> 802</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00803"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1c0a3ffd9b40187ef19ed2f1f947417e"> 803</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1c0a3ffd9b40187ef19ed2f1f947417e">clear_separating</a>();</div>
<div class="line"><a name="l00804"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abb995e91a504cac8993fa1a9f4275555"> 804</a></span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">::operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abb995e91a504cac8993fa1a9f4275555">separating</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00805"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad27ff5837e51990416b471fa7c3ca2d4"> 805</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad27ff5837e51990416b471fa7c3ca2d4">set_separating</a>(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00806"></a><span class="lineno"> 806</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00807"></a><span class="lineno"> 807</span>&#160; <a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">::operations_research::GScipParameters_MetaParamValue</a> _internal_separating() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00808"></a><span class="lineno"> 808</span>&#160; <span class="keywordtype">void</span> _internal_set_separating(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00809"></a><span class="lineno"> 809</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00810"></a><span class="lineno"> 810</span>&#160; </div>
<div class="line"><a name="l00811"></a><span class="lineno"> 811</span>&#160; <span class="comment">// bool silence_output = 11;</span></div>
<div class="line"><a name="l00812"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4fe4b475dd817d5f8afc1051e30aabf3"> 812</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4fe4b475dd817d5f8afc1051e30aabf3">has_silence_output</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00813"></a><span class="lineno"> 813</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00814"></a><span class="lineno"> 814</span>&#160; <span class="keywordtype">bool</span> _internal_has_silence_output() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00815"></a><span class="lineno"> 815</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00816"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab75e8718a8c264e3e9eebc333c54fe0"> 816</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab75e8718a8c264e3e9eebc333c54fe0">clear_silence_output</a>();</div>
<div class="line"><a name="l00817"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a008ec941f46c5b72667b9cb63868e1c3"> 817</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a008ec941f46c5b72667b9cb63868e1c3">silence_output</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00818"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4295c6fd3f151110d27b0bb503b4ec6f"> 818</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4295c6fd3f151110d27b0bb503b4ec6f">set_silence_output</a>(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00819"></a><span class="lineno"> 819</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00820"></a><span class="lineno"> 820</span>&#160; <span class="keywordtype">bool</span> _internal_silence_output() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00821"></a><span class="lineno"> 821</span>&#160; <span class="keywordtype">void</span> _internal_set_silence_output(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00822"></a><span class="lineno"> 822</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00823"></a><span class="lineno"> 823</span>&#160; </div>
<div class="line"><a name="l00824"></a><span class="lineno"> 824</span>&#160; <span class="comment">// bool print_detailed_solving_stats = 12;</span></div>
<div class="line"><a name="l00825"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a663c301cb96827ee8ee447e51cdf0020"> 825</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a663c301cb96827ee8ee447e51cdf0020">clear_print_detailed_solving_stats</a>();</div>
<div class="line"><a name="l00826"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a19999c9ca0e4de0db4bbfbb4e8df08a7"> 826</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a19999c9ca0e4de0db4bbfbb4e8df08a7">print_detailed_solving_stats</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00827"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aae05a06be864ee88cf009c4202ff604a"> 827</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aae05a06be864ee88cf009c4202ff604a">set_print_detailed_solving_stats</a>(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00828"></a><span class="lineno"> 828</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00829"></a><span class="lineno"> 829</span>&#160; <span class="keywordtype">bool</span> _internal_print_detailed_solving_stats() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00830"></a><span class="lineno"> 830</span>&#160; <span class="keywordtype">void</span> _internal_set_print_detailed_solving_stats(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00831"></a><span class="lineno"> 831</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00832"></a><span class="lineno"> 832</span>&#160; </div>
<div class="line"><a name="l00833"></a><span class="lineno"> 833</span>&#160; <span class="comment">// bool print_scip_model = 13;</span></div>
<div class="line"><a name="l00834"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a767c4d2f43bc75339adb87d9dce0730e"> 834</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a767c4d2f43bc75339adb87d9dce0730e">clear_print_scip_model</a>();</div>
<div class="line"><a name="l00835"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa97e489653df4898451d841c9c9fa177"> 835</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa97e489653df4898451d841c9c9fa177">print_scip_model</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00836"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad9a90ca5216612694da9d800c025a834"> 836</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad9a90ca5216612694da9d800c025a834">set_print_scip_model</a>(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00837"></a><span class="lineno"> 837</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00838"></a><span class="lineno"> 838</span>&#160; <span class="keywordtype">bool</span> _internal_print_scip_model() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00839"></a><span class="lineno"> 839</span>&#160; <span class="keywordtype">void</span> _internal_set_print_scip_model(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00840"></a><span class="lineno"> 840</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00841"></a><span class="lineno"> 841</span>&#160; </div>
<div class="line"><a name="l00842"></a><span class="lineno"> 842</span>&#160; <span class="comment">// int32 num_solutions = 17;</span></div>
<div class="line"><a name="l00843"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a16abb16ebbf4cc8ba3c0db876b165231"> 843</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a16abb16ebbf4cc8ba3c0db876b165231">has_num_solutions</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00844"></a><span class="lineno"> 844</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00845"></a><span class="lineno"> 845</span>&#160; <span class="keywordtype">bool</span> _internal_has_num_solutions() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00846"></a><span class="lineno"> 846</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00847"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a47e71f381c0fc95d12fcbddefcb13452"> 847</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a47e71f381c0fc95d12fcbddefcb13452">clear_num_solutions</a>();</div>
<div class="line"><a name="l00848"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9aae1df96538f05303cb030049f537db"> 848</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::int32 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9aae1df96538f05303cb030049f537db">num_solutions</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00849"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9e44918090891f6bc57e93f5ae3abfc2"> 849</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9e44918090891f6bc57e93f5ae3abfc2">set_num_solutions</a>(::PROTOBUF_NAMESPACE_ID::int32 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00850"></a><span class="lineno"> 850</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00851"></a><span class="lineno"> 851</span>&#160; ::PROTOBUF_NAMESPACE_ID::int32 _internal_num_solutions() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00852"></a><span class="lineno"> 852</span>&#160; <span class="keywordtype">void</span> _internal_set_num_solutions(::PROTOBUF_NAMESPACE_ID::int32 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l00853"></a><span class="lineno"> 853</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00854"></a><span class="lineno"> 854</span>&#160; </div>
<div class="line"><a name="l00855"></a><span class="lineno"> 855</span>&#160; <span class="comment">// @@protoc_insertion_point(class_scope:operations_research.GScipParameters)</span></div>
<div class="line"><a name="l00856"></a><span class="lineno"> 856</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00857"></a><span class="lineno"> 857</span>&#160; <span class="keyword">class </span>_Internal;</div>
<div class="line"><a name="l00858"></a><span class="lineno"> 858</span>&#160; </div>
<div class="line"><a name="l00859"></a><span class="lineno"> 859</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt; <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;</div>
<div class="line"><a name="l00860"></a><span class="lineno"> 860</span>&#160; <span class="keyword">typedef</span> <span class="keywordtype">void</span> InternalArenaConstructable_;</div>
<div class="line"><a name="l00861"></a><span class="lineno"> 861</span>&#160; <span class="keyword">typedef</span> <span class="keywordtype">void</span> DestructorSkippable_;</div>
<div class="line"><a name="l00862"></a><span class="lineno"> 862</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::HasBits&lt;1&gt; _has_bits_;</div>
<div class="line"><a name="l00863"></a><span class="lineno"> 863</span>&#160; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;</div>
<div class="line"><a name="l00864"></a><span class="lineno"> 864</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::MapField&lt;</div>
<div class="line"><a name="l00865"></a><span class="lineno"> 865</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html">GScipParameters_BoolParamsEntry_DoNotUse</a>,</div>
<div class="line"><a name="l00866"></a><span class="lineno"> 866</span>&#160; std::string, bool,</div>
<div class="line"><a name="l00867"></a><span class="lineno"> 867</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00868"></a><span class="lineno"> 868</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL&gt; bool_params_;</div>
<div class="line"><a name="l00869"></a><span class="lineno"> 869</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::MapField&lt;</div>
<div class="line"><a name="l00870"></a><span class="lineno"> 870</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html">GScipParameters_IntParamsEntry_DoNotUse</a>,</div>
<div class="line"><a name="l00871"></a><span class="lineno"> 871</span>&#160; std::string, ::PROTOBUF_NAMESPACE_ID::int32,</div>
<div class="line"><a name="l00872"></a><span class="lineno"> 872</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00873"></a><span class="lineno"> 873</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32&gt; int_params_;</div>
<div class="line"><a name="l00874"></a><span class="lineno"> 874</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::MapField&lt;</div>
<div class="line"><a name="l00875"></a><span class="lineno"> 875</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html">GScipParameters_LongParamsEntry_DoNotUse</a>,</div>
<div class="line"><a name="l00876"></a><span class="lineno"> 876</span>&#160; std::string, ::PROTOBUF_NAMESPACE_ID::int64,</div>
<div class="line"><a name="l00877"></a><span class="lineno"> 877</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00878"></a><span class="lineno"> 878</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64&gt; long_params_;</div>
<div class="line"><a name="l00879"></a><span class="lineno"> 879</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::MapField&lt;</div>
<div class="line"><a name="l00880"></a><span class="lineno"> 880</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html">GScipParameters_RealParamsEntry_DoNotUse</a>,</div>
<div class="line"><a name="l00881"></a><span class="lineno"> 881</span>&#160; std::string, double,</div>
<div class="line"><a name="l00882"></a><span class="lineno"> 882</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00883"></a><span class="lineno"> 883</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_DOUBLE&gt; real_params_;</div>
<div class="line"><a name="l00884"></a><span class="lineno"> 884</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::MapField&lt;</div>
<div class="line"><a name="l00885"></a><span class="lineno"> 885</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html">GScipParameters_CharParamsEntry_DoNotUse</a>,</div>
<div class="line"><a name="l00886"></a><span class="lineno"> 886</span>&#160; std::string, std::string,</div>
<div class="line"><a name="l00887"></a><span class="lineno"> 887</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00888"></a><span class="lineno"> 888</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING&gt; char_params_;</div>
<div class="line"><a name="l00889"></a><span class="lineno"> 889</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::MapField&lt;</div>
<div class="line"><a name="l00890"></a><span class="lineno"> 890</span>&#160; <a class="code" href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html">GScipParameters_StringParamsEntry_DoNotUse</a>,</div>
<div class="line"><a name="l00891"></a><span class="lineno"> 891</span>&#160; std::string, std::string,</div>
<div class="line"><a name="l00892"></a><span class="lineno"> 892</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING,</div>
<div class="line"><a name="l00893"></a><span class="lineno"> 893</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING&gt; string_params_;</div>
<div class="line"><a name="l00894"></a><span class="lineno"> 894</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr search_logs_filename_;</div>
<div class="line"><a name="l00895"></a><span class="lineno"> 895</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr detailed_solving_stats_filename_;</div>
<div class="line"><a name="l00896"></a><span class="lineno"> 896</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr scip_model_filename_;</div>
<div class="line"><a name="l00897"></a><span class="lineno"> 897</span>&#160; <span class="keywordtype">int</span> emphasis_;</div>
<div class="line"><a name="l00898"></a><span class="lineno"> 898</span>&#160; <span class="keywordtype">int</span> heuristics_;</div>
<div class="line"><a name="l00899"></a><span class="lineno"> 899</span>&#160; <span class="keywordtype">int</span> presolve_;</div>
<div class="line"><a name="l00900"></a><span class="lineno"> 900</span>&#160; <span class="keywordtype">int</span> separating_;</div>
<div class="line"><a name="l00901"></a><span class="lineno"> 901</span>&#160; <span class="keywordtype">bool</span> silence_output_;</div>
<div class="line"><a name="l00902"></a><span class="lineno"> 902</span>&#160; <span class="keywordtype">bool</span> print_detailed_solving_stats_;</div>
<div class="line"><a name="l00903"></a><span class="lineno"> 903</span>&#160; <span class="keywordtype">bool</span> print_scip_model_;</div>
<div class="line"><a name="l00904"></a><span class="lineno"> 904</span>&#160; ::PROTOBUF_NAMESPACE_ID::int32 num_solutions_;</div>
<div class="line"><a name="l00905"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8d1c945470a9411a0ec0c3c2a270fa0e"> 905</a></span>&#160; <span class="keyword">friend</span> struct ::TableStruct_ortools_2fgscip_2fgscip_2eproto;</div>
<div class="line"><a name="l00906"></a><span class="lineno"> 906</span>&#160;};</div>
<div class="line"><a name="l00907"></a><span class="lineno"> 907</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l00908"></a><span class="lineno"> 908</span>&#160; </div>
<div class="line"><a name="l00909"></a><span class="lineno"> 909</span>&#160;<span class="keyword">class </span>GScipSolvingStats <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html">PROTOBUF_FINAL</a> :</div>
<div class="line"><a name="l00910"></a><span class="lineno"> 910</span>&#160; <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::Message <span class="comment">/* @@protoc_insertion_point(class_definition:operations_research.GScipSolvingStats) */</span> {</div>
<div class="line"><a name="l00911"></a><span class="lineno"> 911</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00912"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad9ebf4b87f262398d2aa0b7f3e96b853"> 912</a></span>&#160; <span class="keyword">inline</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad9ebf4b87f262398d2aa0b7f3e96b853">GScipSolvingStats</a>() : GScipSolvingStats(nullptr) {}</div>
<div class="line"><a name="l00913"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae78e5cab28e5feb705c774cdc858efec"> 913</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae78e5cab28e5feb705c774cdc858efec">~GScipSolvingStats</a>();</div>
<div class="line"><a name="l00914"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2cc19866f48ad49b5b830745df12ba4d"> 914</a></span>&#160; <span class="keyword">explicit</span> constexpr <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2cc19866f48ad49b5b830745df12ba4d">GScipSolvingStats</a>(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);</div>
<div class="line"><a name="l00915"></a><span class="lineno"> 915</span>&#160; </div>
<div class="line"><a name="l00916"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0bb35e3eddbdcd9ceeaf7a7e10f0a7ef"> 916</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0bb35e3eddbdcd9ceeaf7a7e10f0a7ef">GScipSolvingStats</a>(<span class="keyword">const</span> GScipSolvingStats&amp; from);</div>
<div class="line"><a name="l00917"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaa9149b6c006db40f2436b9ac05f8392"> 917</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaa9149b6c006db40f2436b9ac05f8392">GScipSolvingStats</a>(GScipSolvingStats&amp;&amp; from) noexcept</div>
<div class="line"><a name="l00918"></a><span class="lineno"> 918</span>&#160; : GScipSolvingStats() {</div>
<div class="line"><a name="l00919"></a><span class="lineno"> 919</span>&#160; *<span class="keyword">this</span> = ::std::move(from);</div>
<div class="line"><a name="l00920"></a><span class="lineno"> 920</span>&#160; }</div>
<div class="line"><a name="l00921"></a><span class="lineno"> 921</span>&#160; </div>
<div class="line"><a name="l00922"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5e8d480e63dea48c58c536f279650ed6"> 922</a></span>&#160; <span class="keyword">inline</span> GScipSolvingStats&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5e8d480e63dea48c58c536f279650ed6">operator=</a>(<span class="keyword">const</span> GScipSolvingStats&amp; from) {</div>
<div class="line"><a name="l00923"></a><span class="lineno"> 923</span>&#160; CopyFrom(from);</div>
<div class="line"><a name="l00924"></a><span class="lineno"> 924</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00925"></a><span class="lineno"> 925</span>&#160; }</div>
<div class="line"><a name="l00926"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a07b413733ecf92ed716206e41271dd28"> 926</a></span>&#160; <span class="keyword">inline</span> GScipSolvingStats&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a07b413733ecf92ed716206e41271dd28">operator=</a>(GScipSolvingStats&amp;&amp; from) noexcept {</div>
<div class="line"><a name="l00927"></a><span class="lineno"> 927</span>&#160; <span class="keywordflow">if</span> (GetArena() == from.GetArena()) {</div>
<div class="line"><a name="l00928"></a><span class="lineno"> 928</span>&#160; <span class="keywordflow">if</span> (<span class="keyword">this</span> != &amp;from) InternalSwap(&amp;from);</div>
<div class="line"><a name="l00929"></a><span class="lineno"> 929</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l00930"></a><span class="lineno"> 930</span>&#160; CopyFrom(from);</div>
<div class="line"><a name="l00931"></a><span class="lineno"> 931</span>&#160; }</div>
<div class="line"><a name="l00932"></a><span class="lineno"> 932</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00933"></a><span class="lineno"> 933</span>&#160; }</div>
<div class="line"><a name="l00934"></a><span class="lineno"> 934</span>&#160; </div>
<div class="line"><a name="l00935"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708"> 935</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708">descriptor</a>() {</div>
<div class="line"><a name="l00936"></a><span class="lineno"> 936</span>&#160; <span class="keywordflow">return</span> GetDescriptor();</div>
<div class="line"><a name="l00937"></a><span class="lineno"> 937</span>&#160; }</div>
<div class="line"><a name="l00938"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a"> 938</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a">GetDescriptor</a>() {</div>
<div class="line"><a name="l00939"></a><span class="lineno"> 939</span>&#160; <span class="keywordflow">return</span> GetMetadataStatic().descriptor;</div>
<div class="line"><a name="l00940"></a><span class="lineno"> 940</span>&#160; }</div>
<div class="line"><a name="l00941"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c"> 941</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Reflection* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c">GetReflection</a>() {</div>
<div class="line"><a name="l00942"></a><span class="lineno"> 942</span>&#160; <span class="keywordflow">return</span> GetMetadataStatic().reflection;</div>
<div class="line"><a name="l00943"></a><span class="lineno"> 943</span>&#160; }</div>
<div class="line"><a name="l00944"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a678bf9842e59989cb95fbfd6e4be9aa6"> 944</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> GScipSolvingStats&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a678bf9842e59989cb95fbfd6e4be9aa6">default_instance</a>() {</div>
<div class="line"><a name="l00945"></a><span class="lineno"> 945</span>&#160; <span class="keywordflow">return</span> *internal_default_instance();</div>
<div class="line"><a name="l00946"></a><span class="lineno"> 946</span>&#160; }</div>
<div class="line"><a name="l00947"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac634e3a5d34997b52afa79e15ee4ab42"> 947</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> GScipSolvingStats* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac634e3a5d34997b52afa79e15ee4ab42">internal_default_instance</a>() {</div>
<div class="line"><a name="l00948"></a><span class="lineno"> 948</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span>GScipSolvingStats*<span class="keyword">&gt;</span>(</div>
<div class="line"><a name="l00949"></a><span class="lineno"> 949</span>&#160; &amp;<a class="code" href="namespaceoperations__research.html#a08782ae063a2c2f3b4e5a0de613b927b">_GScipSolvingStats_default_instance_</a>);</div>
<div class="line"><a name="l00950"></a><span class="lineno"> 950</span>&#160; }</div>
<div class="line"><a name="l00951"></a><span class="lineno"> 951</span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> kIndexInFileMessages =</div>
<div class="line"><a name="l00952"></a><span class="lineno"> 952</span>&#160; 7;</div>
<div class="line"><a name="l00953"></a><span class="lineno"> 953</span>&#160; </div>
<div class="line"><a name="l00954"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58178f7c7ca76795f7af2fbe6033fbe0"> 954</a></span>&#160; <span class="keyword">friend</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58178f7c7ca76795f7af2fbe6033fbe0">swap</a>(GScipSolvingStats&amp; <a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>, GScipSolvingStats&amp; <a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>) {</div>
<div class="line"><a name="l00955"></a><span class="lineno"> 955</span>&#160; <a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>.Swap(&amp;<a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>);</div>
<div class="line"><a name="l00956"></a><span class="lineno"> 956</span>&#160; }</div>
<div class="line"><a name="l00957"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac696a920f3ab9997720d81579af96bcf"> 957</a></span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac696a920f3ab9997720d81579af96bcf">Swap</a>(GScipSolvingStats* other) {</div>
<div class="line"><a name="l00958"></a><span class="lineno"> 958</span>&#160; <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00959"></a><span class="lineno"> 959</span>&#160; <span class="keywordflow">if</span> (GetArena() == other-&gt;GetArena()) {</div>
<div class="line"><a name="l00960"></a><span class="lineno"> 960</span>&#160; InternalSwap(other);</div>
<div class="line"><a name="l00961"></a><span class="lineno"> 961</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l00962"></a><span class="lineno"> 962</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(<span class="keyword">this</span>, other);</div>
<div class="line"><a name="l00963"></a><span class="lineno"> 963</span>&#160; }</div>
<div class="line"><a name="l00964"></a><span class="lineno"> 964</span>&#160; }</div>
<div class="line"><a name="l00965"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7a3e65c5c9ae53600ebc2a1dcb8925f9"> 965</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7a3e65c5c9ae53600ebc2a1dcb8925f9">UnsafeArenaSwap</a>(GScipSolvingStats* other) {</div>
<div class="line"><a name="l00966"></a><span class="lineno"> 966</span>&#160; <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00967"></a><span class="lineno"> 967</span>&#160; GOOGLE_DCHECK(GetArena() == other-&gt;GetArena());</div>
<div class="line"><a name="l00968"></a><span class="lineno"> 968</span>&#160; InternalSwap(other);</div>
<div class="line"><a name="l00969"></a><span class="lineno"> 969</span>&#160; }</div>
<div class="line"><a name="l00970"></a><span class="lineno"> 970</span>&#160; </div>
<div class="line"><a name="l00971"></a><span class="lineno"> 971</span>&#160; <span class="comment">// implements Message ----------------------------------------------</span></div>
<div class="line"><a name="l00972"></a><span class="lineno"> 972</span>&#160; </div>
<div class="line"><a name="l00973"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a13007a4fff057ecf14c186b7de141cc1"> 973</a></span>&#160; <span class="keyword">inline</span> GScipSolvingStats* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a13007a4fff057ecf14c186b7de141cc1">New</a>() const final {</div>
<div class="line"><a name="l00974"></a><span class="lineno"> 974</span>&#160; <span class="keywordflow">return</span> CreateMaybeMessage&lt;GScipSolvingStats&gt;(<span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l00975"></a><span class="lineno"> 975</span>&#160; }</div>
<div class="line"><a name="l00976"></a><span class="lineno"> 976</span>&#160; </div>
<div class="line"><a name="l00977"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a09e15290b2f4d57ac96215787ed11f1b"> 977</a></span>&#160; GScipSolvingStats* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a09e15290b2f4d57ac96215787ed11f1b">New</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena) <span class="keyword">const</span> <span class="keyword">final</span> {</div>
<div class="line"><a name="l00978"></a><span class="lineno"> 978</span>&#160; <span class="keywordflow">return</span> CreateMaybeMessage&lt;GScipSolvingStats&gt;(arena);</div>
<div class="line"><a name="l00979"></a><span class="lineno"> 979</span>&#160; }</div>
<div class="line"><a name="l00980"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7"> 980</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7">CopyFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; from) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00981"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2"> 981</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; from) <span class="keyword">final</span>;</div>
<div class="line"><a name="l00982"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a92cf1a3ea9081b779a0880338f769456"> 982</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a92cf1a3ea9081b779a0880338f769456">CopyFrom</a>(<span class="keyword">const</span> GScipSolvingStats&amp; from);</div>
<div class="line"><a name="l00983"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5287d4f08d4c14c754e2da7170c8700e"> 983</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5287d4f08d4c14c754e2da7170c8700e">MergeFrom</a>(<span class="keyword">const</span> GScipSolvingStats&amp; from);</div>
<div class="line"><a name="l00984"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7"> 984</a></span>&#160; PROTOBUF_ATTRIBUTE_REINITIALIZES <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7">Clear</a>() final;</div>
<div class="line"><a name="l00985"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a83794439b5a81a507b67b07f09d4f048"> 985</a></span>&#160; <span class="keywordtype">bool</span> IsInitialized() const final;</div>
<div class="line"><a name="l00986"></a><span class="lineno"> 986</span>&#160; </div>
<div class="line"><a name="l00987"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af1033c8579625eedc97d25696eeca0b1"> 987</a></span>&#160; <span class="keywordtype">size_t</span> ByteSizeLong() const final;</div>
<div class="line"><a name="l00988"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a454c67b85b98fe47e87043230d799c2a"> 988</a></span>&#160; 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="l00989"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a441b119e474a1202488ec26fa6eed236"> 989</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(</div>
<div class="line"><a name="l00990"></a><span class="lineno"> 990</span>&#160; ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;</div>
<div class="line"><a name="l00991"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6"> 991</a></span>&#160; <span class="keywordtype">int</span> GetCachedSize() const final { <span class="keywordflow">return</span> _cached_size_.Get(); }</div>
<div class="line"><a name="l00992"></a><span class="lineno"> 992</span>&#160; </div>
<div class="line"><a name="l00993"></a><span class="lineno"> 993</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00994"></a><span class="lineno"> 994</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedCtor();</div>
<div class="line"><a name="l00995"></a><span class="lineno"> 995</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedDtor();</div>
<div class="line"><a name="l00996"></a><span class="lineno"> 996</span>&#160; <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="l00997"></a><span class="lineno"> 997</span>&#160; <span class="keywordtype">void</span> InternalSwap(GScipSolvingStats* other);</div>
<div class="line"><a name="l00998"></a><span class="lineno"> 998</span>&#160; <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;</div>
<div class="line"><a name="l00999"></a><span class="lineno"> 999</span>&#160; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {</div>
<div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160; <span class="keywordflow">return</span> <span class="stringliteral">&quot;operations_research.GScipSolvingStats&quot;</span>;</div>
<div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160; }</div>
<div class="line"><a name="l01002"></a><span class="lineno"> 1002</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l01003"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a722b8b57b08725bc95789338196b11e4"> 1003</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a722b8b57b08725bc95789338196b11e4">GScipSolvingStats</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l01004"></a><span class="lineno"> 1004</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160; <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="l01006"></a><span class="lineno"> 1006</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l01007"></a><span class="lineno"> 1007</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01008"></a><span class="lineno"> 1008</span>&#160; </div>
<div class="line"><a name="l01009"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80"> 1009</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80">GetMetadata</a>() const final;</div>
<div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>&#160; private:</div>
<div class="line"><a name="l01011"></a><span class="lineno"> 1011</span>&#160; static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
<div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160; <a class="code" href="gscip_8pb_8h.html#a9e7b35fe77c8a5e244f95cd2319c3034">return ::descriptor_table_ortools_2fgscip_2fgscip_2eproto_metadata_getter</a>(kIndexInFileMessages);</div>
<div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160; }</div>
<div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160; </div>
<div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160; </div>
<div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160; <span class="comment">// nested types ----------------------------------------------------</span></div>
<div class="line"><a name="l01018"></a><span class="lineno"> 1018</span>&#160; </div>
<div class="line"><a name="l01019"></a><span class="lineno"> 1019</span>&#160; <span class="comment">// accessors -------------------------------------------------------</span></div>
<div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160; </div>
<div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160; enum : <span class="keywordtype">int</span> {</div>
<div class="line"><a name="l01022"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3be29ce92b170d75865edcb64e8540d8a12db91c447042209b02a2955b0ccd3e2"> 1022</a></span>&#160; kBestObjectiveFieldNumber = 1,</div>
<div class="line"><a name="l01023"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3be29ce92b170d75865edcb64e8540d8a20b1151ba525c30c8e45d7bee6eb09cd"> 1023</a></span>&#160; kBestBoundFieldNumber = 2,</div>
<div class="line"><a name="l01024"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3be29ce92b170d75865edcb64e8540d8aa3689d44b50f377d960ed6e88c292262"> 1024</a></span>&#160; kPrimalSimplexIterationsFieldNumber = 3,</div>
<div class="line"><a name="l01025"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3be29ce92b170d75865edcb64e8540d8a4813feac41b37aaa8835d0be9307b125"> 1025</a></span>&#160; kDualSimplexIterationsFieldNumber = 4,</div>
<div class="line"><a name="l01026"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3be29ce92b170d75865edcb64e8540d8ae144268896523c9aa1f5d5b56c251bb5"> 1026</a></span>&#160; kTotalLpIterationsFieldNumber = 5,</div>
<div class="line"><a name="l01027"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3be29ce92b170d75865edcb64e8540d8afc12b53b0911730ad711e90ae4649f29"> 1027</a></span>&#160; kNodeCountFieldNumber = 6,</div>
<div class="line"><a name="l01028"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3be29ce92b170d75865edcb64e8540d8a319e5943cea6dc82b0a4e50a2dc1c398"> 1028</a></span>&#160; kFirstLpRelaxationBoundFieldNumber = 7,</div>
<div class="line"><a name="l01029"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3be29ce92b170d75865edcb64e8540d8a792471d90f2b532a57641a3964fb208d"> 1029</a></span>&#160; kRootNodeBoundFieldNumber = 8,</div>
<div class="line"><a name="l01030"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3be29ce92b170d75865edcb64e8540d8a106b8f0ad2bae9c7995ebd3b51fbc329"> 1030</a></span>&#160; kDeterministicTimeFieldNumber = 9,</div>
<div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160; };</div>
<div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160; <span class="comment">// double best_objective = 1;</span></div>
<div class="line"><a name="l01033"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a85f6e74f5c738619791d1fab0333f913"> 1033</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a85f6e74f5c738619791d1fab0333f913">clear_best_objective</a>();</div>
<div class="line"><a name="l01034"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aac4839c9c1887196ad00ecbb215dff0a"> 1034</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aac4839c9c1887196ad00ecbb215dff0a">best_objective</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01035"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6e60e24968936a977e65f7d6211155e4"> 1035</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6e60e24968936a977e65f7d6211155e4">set_best_objective</a>(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160; <span class="keywordtype">double</span> _internal_best_objective() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160; <span class="keywordtype">void</span> _internal_set_best_objective(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160; </div>
<div class="line"><a name="l01041"></a><span class="lineno"> 1041</span>&#160; <span class="comment">// double best_bound = 2;</span></div>
<div class="line"><a name="l01042"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aefbd84ce31900d1cd6da62ac978b5750"> 1042</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aefbd84ce31900d1cd6da62ac978b5750">clear_best_bound</a>();</div>
<div class="line"><a name="l01043"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58db5fa2d1b7a01cb1935f57f5f23e54"> 1043</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58db5fa2d1b7a01cb1935f57f5f23e54">best_bound</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01044"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a20a0cc82048a1d2ae73a39c1542806b5"> 1044</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a20a0cc82048a1d2ae73a39c1542806b5">set_best_bound</a>(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01045"></a><span class="lineno"> 1045</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01046"></a><span class="lineno"> 1046</span>&#160; <span class="keywordtype">double</span> _internal_best_bound() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01047"></a><span class="lineno"> 1047</span>&#160; <span class="keywordtype">void</span> _internal_set_best_bound(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01048"></a><span class="lineno"> 1048</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01049"></a><span class="lineno"> 1049</span>&#160; </div>
<div class="line"><a name="l01050"></a><span class="lineno"> 1050</span>&#160; <span class="comment">// int64 primal_simplex_iterations = 3;</span></div>
<div class="line"><a name="l01051"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2ca195d9478745b8004541b7e27c79c6"> 1051</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2ca195d9478745b8004541b7e27c79c6">clear_primal_simplex_iterations</a>();</div>
<div class="line"><a name="l01052"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa11bed33e83f86090813cce9fb9a5f27"> 1052</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa11bed33e83f86090813cce9fb9a5f27">primal_simplex_iterations</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01053"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a467671edfc8a7b5d74fc5c2519a3a721"> 1053</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a467671edfc8a7b5d74fc5c2519a3a721">set_primal_simplex_iterations</a>(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01054"></a><span class="lineno"> 1054</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 _internal_primal_simplex_iterations() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01056"></a><span class="lineno"> 1056</span>&#160; <span class="keywordtype">void</span> _internal_set_primal_simplex_iterations(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01058"></a><span class="lineno"> 1058</span>&#160; </div>
<div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160; <span class="comment">// int64 dual_simplex_iterations = 4;</span></div>
<div class="line"><a name="l01060"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f32d5e91dd7f3d1f59d0c9db1af9980"> 1060</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f32d5e91dd7f3d1f59d0c9db1af9980">clear_dual_simplex_iterations</a>();</div>
<div class="line"><a name="l01061"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7172260c83af291df418459a99c7a0af"> 1061</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7172260c83af291df418459a99c7a0af">dual_simplex_iterations</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01062"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7b2ce4df47c9db054226a5031fab59d3"> 1062</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7b2ce4df47c9db054226a5031fab59d3">set_dual_simplex_iterations</a>(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01063"></a><span class="lineno"> 1063</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01064"></a><span class="lineno"> 1064</span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 _internal_dual_simplex_iterations() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01065"></a><span class="lineno"> 1065</span>&#160; <span class="keywordtype">void</span> _internal_set_dual_simplex_iterations(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160; </div>
<div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160; <span class="comment">// int64 total_lp_iterations = 5;</span></div>
<div class="line"><a name="l01069"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a27d91c8decc724c758e711c0407939b5"> 1069</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a27d91c8decc724c758e711c0407939b5">clear_total_lp_iterations</a>();</div>
<div class="line"><a name="l01070"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac9315488432949903eda6b710ffebfd0"> 1070</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac9315488432949903eda6b710ffebfd0">total_lp_iterations</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01071"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a68c621cfd7c8c9f8477965dcf4536798"> 1071</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a68c621cfd7c8c9f8477965dcf4536798">set_total_lp_iterations</a>(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 _internal_total_lp_iterations() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01074"></a><span class="lineno"> 1074</span>&#160; <span class="keywordtype">void</span> _internal_set_total_lp_iterations(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01075"></a><span class="lineno"> 1075</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01076"></a><span class="lineno"> 1076</span>&#160; </div>
<div class="line"><a name="l01077"></a><span class="lineno"> 1077</span>&#160; <span class="comment">// int64 node_count = 6;</span></div>
<div class="line"><a name="l01078"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4281f629d14dff33bba1349d378741fc"> 1078</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4281f629d14dff33bba1349d378741fc">clear_node_count</a>();</div>
<div class="line"><a name="l01079"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a40e1ef9823e1b38679477c4e6507a99c"> 1079</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a40e1ef9823e1b38679477c4e6507a99c">node_count</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01080"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a002ec715d68a67c367e30f9f29eea832"> 1080</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a002ec715d68a67c367e30f9f29eea832">set_node_count</a>(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01081"></a><span class="lineno"> 1081</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 _internal_node_count() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01083"></a><span class="lineno"> 1083</span>&#160; <span class="keywordtype">void</span> _internal_set_node_count(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160; </div>
<div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160; <span class="comment">// double first_lp_relaxation_bound = 7;</span></div>
<div class="line"><a name="l01087"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaf6a172f76aaf3ad7a0578bef50f3e90"> 1087</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaf6a172f76aaf3ad7a0578bef50f3e90">clear_first_lp_relaxation_bound</a>();</div>
<div class="line"><a name="l01088"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5b7181f680a7832e03a02c69027539cb"> 1088</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5b7181f680a7832e03a02c69027539cb">first_lp_relaxation_bound</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01089"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a82a32b875ff3979625e3bd0016f627e4"> 1089</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a82a32b875ff3979625e3bd0016f627e4">set_first_lp_relaxation_bound</a>(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160; <span class="keywordtype">double</span> _internal_first_lp_relaxation_bound() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>&#160; <span class="keywordtype">void</span> _internal_set_first_lp_relaxation_bound(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01093"></a><span class="lineno"> 1093</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160; </div>
<div class="line"><a name="l01095"></a><span class="lineno"> 1095</span>&#160; <span class="comment">// double root_node_bound = 8;</span></div>
<div class="line"><a name="l01096"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae044819672482b3d0d39d60e57e709fc"> 1096</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae044819672482b3d0d39d60e57e709fc">clear_root_node_bound</a>();</div>
<div class="line"><a name="l01097"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a185ebe833a701b350d6b229ee34d1e6c"> 1097</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a185ebe833a701b350d6b229ee34d1e6c">root_node_bound</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01098"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5394c50d3bbb5a1697276c8e6742094e"> 1098</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5394c50d3bbb5a1697276c8e6742094e">set_root_node_bound</a>(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01099"></a><span class="lineno"> 1099</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01100"></a><span class="lineno"> 1100</span>&#160; <span class="keywordtype">double</span> _internal_root_node_bound() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01101"></a><span class="lineno"> 1101</span>&#160; <span class="keywordtype">void</span> _internal_set_root_node_bound(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01102"></a><span class="lineno"> 1102</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01103"></a><span class="lineno"> 1103</span>&#160; </div>
<div class="line"><a name="l01104"></a><span class="lineno"> 1104</span>&#160; <span class="comment">// double deterministic_time = 9;</span></div>
<div class="line"><a name="l01105"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7993b6578277f2a5cb166704460ef09"> 1105</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7993b6578277f2a5cb166704460ef09">clear_deterministic_time</a>();</div>
<div class="line"><a name="l01106"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae525d235b02bcfc962d845e28f5f0125"> 1106</a></span>&#160; <span class="keywordtype">double</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae525d235b02bcfc962d845e28f5f0125">deterministic_time</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01107"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aec3907e50cb04959e80ad40ee0d154ac"> 1107</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aec3907e50cb04959e80ad40ee0d154ac">set_deterministic_time</a>(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01108"></a><span class="lineno"> 1108</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01109"></a><span class="lineno"> 1109</span>&#160; <span class="keywordtype">double</span> _internal_deterministic_time() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01110"></a><span class="lineno"> 1110</span>&#160; <span class="keywordtype">void</span> _internal_set_deterministic_time(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01111"></a><span class="lineno"> 1111</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01112"></a><span class="lineno"> 1112</span>&#160; </div>
<div class="line"><a name="l01113"></a><span class="lineno"> 1113</span>&#160; <span class="comment">// @@protoc_insertion_point(class_scope:operations_research.GScipSolvingStats)</span></div>
<div class="line"><a name="l01114"></a><span class="lineno"> 1114</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01115"></a><span class="lineno"> 1115</span>&#160; <span class="keyword">class </span>_Internal;</div>
<div class="line"><a name="l01116"></a><span class="lineno"> 1116</span>&#160; </div>
<div class="line"><a name="l01117"></a><span class="lineno"> 1117</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt; <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;</div>
<div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160; <span class="keyword">typedef</span> <span class="keywordtype">void</span> InternalArenaConstructable_;</div>
<div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>&#160; <span class="keyword">typedef</span> <span class="keywordtype">void</span> DestructorSkippable_;</div>
<div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>&#160; <span class="keywordtype">double</span> best_objective_;</div>
<div class="line"><a name="l01121"></a><span class="lineno"> 1121</span>&#160; <span class="keywordtype">double</span> best_bound_;</div>
<div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 primal_simplex_iterations_;</div>
<div class="line"><a name="l01123"></a><span class="lineno"> 1123</span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 dual_simplex_iterations_;</div>
<div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 total_lp_iterations_;</div>
<div class="line"><a name="l01125"></a><span class="lineno"> 1125</span>&#160; ::PROTOBUF_NAMESPACE_ID::int64 node_count_;</div>
<div class="line"><a name="l01126"></a><span class="lineno"> 1126</span>&#160; <span class="keywordtype">double</span> first_lp_relaxation_bound_;</div>
<div class="line"><a name="l01127"></a><span class="lineno"> 1127</span>&#160; <span class="keywordtype">double</span> root_node_bound_;</div>
<div class="line"><a name="l01128"></a><span class="lineno"> 1128</span>&#160; <span class="keywordtype">double</span> deterministic_time_;</div>
<div class="line"><a name="l01129"></a><span class="lineno"> 1129</span>&#160; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;</div>
<div class="line"><a name="l01130"></a><span class="lineno"> 1130</span>&#160; <span class="keyword">friend</span> struct ::TableStruct_ortools_2fgscip_2fgscip_2eproto;</div>
<div class="line"><a name="l01131"></a><span class="lineno"> 1131</span>&#160;};</div>
<div class="line"><a name="l01132"></a><span class="lineno"> 1132</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l01133"></a><span class="lineno"> 1133</span>&#160; </div>
<div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>&#160;<span class="keyword">class </span>GScipOutput <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html">PROTOBUF_FINAL</a> :</div>
<div class="line"><a name="l01135"></a><span class="lineno"> 1135</span>&#160; <span class="keyword">public</span> ::PROTOBUF_NAMESPACE_ID::Message <span class="comment">/* @@protoc_insertion_point(class_definition:operations_research.GScipOutput) */</span> {</div>
<div class="line"><a name="l01136"></a><span class="lineno"> 1136</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01137"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5d082e0d7da85d9b3211f04a45731a01"> 1137</a></span>&#160; <span class="keyword">inline</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5d082e0d7da85d9b3211f04a45731a01">GScipOutput</a>() : GScipOutput(nullptr) {}</div>
<div class="line"><a name="l01138"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7be73a4d3473998812008712e675271"> 1138</a></span>&#160; <span class="keyword">virtual</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7be73a4d3473998812008712e675271">~GScipOutput</a>();</div>
<div class="line"><a name="l01139"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5032f49d730b04d2cf335671bec7fa97"> 1139</a></span>&#160; <span class="keyword">explicit</span> constexpr <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5032f49d730b04d2cf335671bec7fa97">GScipOutput</a>(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);</div>
<div class="line"><a name="l01140"></a><span class="lineno"> 1140</span>&#160; </div>
<div class="line"><a name="l01141"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af60d1bb06015dc5da39951d30724a28d"> 1141</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af60d1bb06015dc5da39951d30724a28d">GScipOutput</a>(<span class="keyword">const</span> GScipOutput&amp; from);</div>
<div class="line"><a name="l01142"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad69ca74f6ab4460a53fca5007ceb4984"> 1142</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad69ca74f6ab4460a53fca5007ceb4984">GScipOutput</a>(GScipOutput&amp;&amp; from) noexcept</div>
<div class="line"><a name="l01143"></a><span class="lineno"> 1143</span>&#160; : GScipOutput() {</div>
<div class="line"><a name="l01144"></a><span class="lineno"> 1144</span>&#160; *<span class="keyword">this</span> = ::std::move(from);</div>
<div class="line"><a name="l01145"></a><span class="lineno"> 1145</span>&#160; }</div>
<div class="line"><a name="l01146"></a><span class="lineno"> 1146</span>&#160; </div>
<div class="line"><a name="l01147"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a076cb3fb676384e5ee220eb6d38708a3"> 1147</a></span>&#160; <span class="keyword">inline</span> GScipOutput&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a076cb3fb676384e5ee220eb6d38708a3">operator=</a>(<span class="keyword">const</span> GScipOutput&amp; from) {</div>
<div class="line"><a name="l01148"></a><span class="lineno"> 1148</span>&#160; CopyFrom(from);</div>
<div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160; }</div>
<div class="line"><a name="l01151"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1544c8e460736b05fb8f57e7d716c9c8"> 1151</a></span>&#160; <span class="keyword">inline</span> GScipOutput&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1544c8e460736b05fb8f57e7d716c9c8">operator=</a>(GScipOutput&amp;&amp; from) noexcept {</div>
<div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>&#160; <span class="keywordflow">if</span> (GetArena() == from.GetArena()) {</div>
<div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>&#160; <span class="keywordflow">if</span> (<span class="keyword">this</span> != &amp;from) InternalSwap(&amp;from);</div>
<div class="line"><a name="l01154"></a><span class="lineno"> 1154</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l01155"></a><span class="lineno"> 1155</span>&#160; CopyFrom(from);</div>
<div class="line"><a name="l01156"></a><span class="lineno"> 1156</span>&#160; }</div>
<div class="line"><a name="l01157"></a><span class="lineno"> 1157</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l01158"></a><span class="lineno"> 1158</span>&#160; }</div>
<div class="line"><a name="l01159"></a><span class="lineno"> 1159</span>&#160; </div>
<div class="line"><a name="l01160"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708"> 1160</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708">descriptor</a>() {</div>
<div class="line"><a name="l01161"></a><span class="lineno"> 1161</span>&#160; <span class="keywordflow">return</span> GetDescriptor();</div>
<div class="line"><a name="l01162"></a><span class="lineno"> 1162</span>&#160; }</div>
<div class="line"><a name="l01163"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a"> 1163</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Descriptor* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a">GetDescriptor</a>() {</div>
<div class="line"><a name="l01164"></a><span class="lineno"> 1164</span>&#160; <span class="keywordflow">return</span> GetMetadataStatic().descriptor;</div>
<div class="line"><a name="l01165"></a><span class="lineno"> 1165</span>&#160; }</div>
<div class="line"><a name="l01166"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c"> 1166</a></span>&#160; <span class="keyword">static</span> const ::PROTOBUF_NAMESPACE_ID::Reflection* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c">GetReflection</a>() {</div>
<div class="line"><a name="l01167"></a><span class="lineno"> 1167</span>&#160; <span class="keywordflow">return</span> GetMetadataStatic().reflection;</div>
<div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>&#160; }</div>
<div class="line"><a name="l01169"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#addd71da90748db6b3836502d9e19225e"> 1169</a></span>&#160; <span class="keyword">static</span> <span class="keyword">const</span> GScipOutput&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#addd71da90748db6b3836502d9e19225e">default_instance</a>() {</div>
<div class="line"><a name="l01170"></a><span class="lineno"> 1170</span>&#160; <span class="keywordflow">return</span> *internal_default_instance();</div>
<div class="line"><a name="l01171"></a><span class="lineno"> 1171</span>&#160; }</div>
<div class="line"><a name="l01172"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6c568ca7984b83c0b791c3a84043603f"> 1172</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> GScipOutput* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6c568ca7984b83c0b791c3a84043603f">internal_default_instance</a>() {</div>
<div class="line"><a name="l01173"></a><span class="lineno"> 1173</span>&#160; <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span>GScipOutput*<span class="keyword">&gt;</span>(</div>
<div class="line"><a name="l01174"></a><span class="lineno"> 1174</span>&#160; &amp;<a class="code" href="namespaceoperations__research.html#a47b7d39d0f3deaeeb1610e22aabf991c">_GScipOutput_default_instance_</a>);</div>
<div class="line"><a name="l01175"></a><span class="lineno"> 1175</span>&#160; }</div>
<div class="line"><a name="l01176"></a><span class="lineno"> 1176</span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> kIndexInFileMessages =</div>
<div class="line"><a name="l01177"></a><span class="lineno"> 1177</span>&#160; 8;</div>
<div class="line"><a name="l01178"></a><span class="lineno"> 1178</span>&#160; </div>
<div class="line"><a name="l01179"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a94c2dcc48aadedd1e4b3c7a0e8eef96e"> 1179</a></span>&#160; <span class="keyword">friend</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a94c2dcc48aadedd1e4b3c7a0e8eef96e">swap</a>(GScipOutput&amp; <a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>, GScipOutput&amp; <a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>) {</div>
<div class="line"><a name="l01180"></a><span class="lineno"> 1180</span>&#160; <a class="code" href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a>.Swap(&amp;<a class="code" href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a>);</div>
<div class="line"><a name="l01181"></a><span class="lineno"> 1181</span>&#160; }</div>
<div class="line"><a name="l01182"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a099e3255cc0b7da42f432dfd852f1c4b"> 1182</a></span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a099e3255cc0b7da42f432dfd852f1c4b">Swap</a>(GScipOutput* other) {</div>
<div class="line"><a name="l01183"></a><span class="lineno"> 1183</span>&#160; <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l01184"></a><span class="lineno"> 1184</span>&#160; <span class="keywordflow">if</span> (GetArena() == other-&gt;GetArena()) {</div>
<div class="line"><a name="l01185"></a><span class="lineno"> 1185</span>&#160; InternalSwap(other);</div>
<div class="line"><a name="l01186"></a><span class="lineno"> 1186</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l01187"></a><span class="lineno"> 1187</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(<span class="keyword">this</span>, other);</div>
<div class="line"><a name="l01188"></a><span class="lineno"> 1188</span>&#160; }</div>
<div class="line"><a name="l01189"></a><span class="lineno"> 1189</span>&#160; }</div>
<div class="line"><a name="l01190"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6fb356d39251cb02b6af778963d78e3b"> 1190</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6fb356d39251cb02b6af778963d78e3b">UnsafeArenaSwap</a>(GScipOutput* other) {</div>
<div class="line"><a name="l01191"></a><span class="lineno"> 1191</span>&#160; <span class="keywordflow">if</span> (other == <span class="keyword">this</span>) <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l01192"></a><span class="lineno"> 1192</span>&#160; GOOGLE_DCHECK(GetArena() == other-&gt;GetArena());</div>
<div class="line"><a name="l01193"></a><span class="lineno"> 1193</span>&#160; InternalSwap(other);</div>
<div class="line"><a name="l01194"></a><span class="lineno"> 1194</span>&#160; }</div>
<div class="line"><a name="l01195"></a><span class="lineno"> 1195</span>&#160; </div>
<div class="line"><a name="l01196"></a><span class="lineno"> 1196</span>&#160; <span class="comment">// implements Message ----------------------------------------------</span></div>
<div class="line"><a name="l01197"></a><span class="lineno"> 1197</span>&#160; </div>
<div class="line"><a name="l01198"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4e0e8fbc1aa1e70f7e16927e260de641"> 1198</a></span>&#160; <span class="keyword">inline</span> GScipOutput* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4e0e8fbc1aa1e70f7e16927e260de641">New</a>() const final {</div>
<div class="line"><a name="l01199"></a><span class="lineno"> 1199</span>&#160; <span class="keywordflow">return</span> CreateMaybeMessage&lt;GScipOutput&gt;(<span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l01200"></a><span class="lineno"> 1200</span>&#160; }</div>
<div class="line"><a name="l01201"></a><span class="lineno"> 1201</span>&#160; </div>
<div class="line"><a name="l01202"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9750e02e5bc02391152d71ebb17521ce"> 1202</a></span>&#160; GScipOutput* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9750e02e5bc02391152d71ebb17521ce">New</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena) <span class="keyword">const</span> <span class="keyword">final</span> {</div>
<div class="line"><a name="l01203"></a><span class="lineno"> 1203</span>&#160; <span class="keywordflow">return</span> CreateMaybeMessage&lt;GScipOutput&gt;(arena);</div>
<div class="line"><a name="l01204"></a><span class="lineno"> 1204</span>&#160; }</div>
<div class="line"><a name="l01205"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7"> 1205</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7">CopyFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; from) <span class="keyword">final</span>;</div>
<div class="line"><a name="l01206"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2"> 1206</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2">MergeFrom</a>(const ::PROTOBUF_NAMESPACE_ID::Message&amp; from) <span class="keyword">final</span>;</div>
<div class="line"><a name="l01207"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acb686f23efb4c090a69100a33b0c9968"> 1207</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acb686f23efb4c090a69100a33b0c9968">CopyFrom</a>(<span class="keyword">const</span> GScipOutput&amp; from);</div>
<div class="line"><a name="l01208"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abf4002d9470386f3b16d92e56e799b7b"> 1208</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abf4002d9470386f3b16d92e56e799b7b">MergeFrom</a>(<span class="keyword">const</span> GScipOutput&amp; from);</div>
<div class="line"><a name="l01209"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7"> 1209</a></span>&#160; PROTOBUF_ATTRIBUTE_REINITIALIZES <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7">Clear</a>() final;</div>
<div class="line"><a name="l01210"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a83794439b5a81a507b67b07f09d4f048"> 1210</a></span>&#160; <span class="keywordtype">bool</span> IsInitialized() const final;</div>
<div class="line"><a name="l01211"></a><span class="lineno"> 1211</span>&#160; </div>
<div class="line"><a name="l01212"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af1033c8579625eedc97d25696eeca0b1"> 1212</a></span>&#160; <span class="keywordtype">size_t</span> ByteSizeLong() const final;</div>
<div class="line"><a name="l01213"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a454c67b85b98fe47e87043230d799c2a"> 1213</a></span>&#160; 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="l01214"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a441b119e474a1202488ec26fa6eed236"> 1214</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(</div>
<div class="line"><a name="l01215"></a><span class="lineno"> 1215</span>&#160; ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;</div>
<div class="line"><a name="l01216"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6"> 1216</a></span>&#160; <span class="keywordtype">int</span> GetCachedSize() const final { <span class="keywordflow">return</span> _cached_size_.Get(); }</div>
<div class="line"><a name="l01217"></a><span class="lineno"> 1217</span>&#160; </div>
<div class="line"><a name="l01218"></a><span class="lineno"> 1218</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedCtor();</div>
<div class="line"><a name="l01220"></a><span class="lineno"> 1220</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> SharedDtor();</div>
<div class="line"><a name="l01221"></a><span class="lineno"> 1221</span>&#160; <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="l01222"></a><span class="lineno"> 1222</span>&#160; <span class="keywordtype">void</span> InternalSwap(GScipOutput* other);</div>
<div class="line"><a name="l01223"></a><span class="lineno"> 1223</span>&#160; <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;</div>
<div class="line"><a name="l01224"></a><span class="lineno"> 1224</span>&#160; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {</div>
<div class="line"><a name="l01225"></a><span class="lineno"> 1225</span>&#160; <span class="keywordflow">return</span> <span class="stringliteral">&quot;operations_research.GScipOutput&quot;</span>;</div>
<div class="line"><a name="l01226"></a><span class="lineno"> 1226</span>&#160; }</div>
<div class="line"><a name="l01227"></a><span class="lineno"> 1227</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l01228"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab5f0cc6ccdcd6620570ae54fcd721166"> 1228</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab5f0cc6ccdcd6620570ae54fcd721166">GScipOutput</a>(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l01229"></a><span class="lineno"> 1229</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01230"></a><span class="lineno"> 1230</span>&#160; <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="l01231"></a><span class="lineno"> 1231</span>&#160; <span class="keyword">inline</span> <span class="keywordtype">void</span> RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);</div>
<div class="line"><a name="l01232"></a><span class="lineno"> 1232</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01233"></a><span class="lineno"> 1233</span>&#160; </div>
<div class="line"><a name="l01234"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80"> 1234</a></span>&#160; ::PROTOBUF_NAMESPACE_ID::Metadata <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80">GetMetadata</a>() const final;</div>
<div class="line"><a name="l01235"></a><span class="lineno"> 1235</span>&#160; private:</div>
<div class="line"><a name="l01236"></a><span class="lineno"> 1236</span>&#160; static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {</div>
<div class="line"><a name="l01237"></a><span class="lineno"> 1237</span>&#160; <a class="code" href="gscip_8pb_8h.html#a9e7b35fe77c8a5e244f95cd2319c3034">return ::descriptor_table_ortools_2fgscip_2fgscip_2eproto_metadata_getter</a>(kIndexInFileMessages);</div>
<div class="line"><a name="l01238"></a><span class="lineno"> 1238</span>&#160; }</div>
<div class="line"><a name="l01239"></a><span class="lineno"> 1239</span>&#160; </div>
<div class="line"><a name="l01240"></a><span class="lineno"> 1240</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01241"></a><span class="lineno"> 1241</span>&#160; </div>
<div class="line"><a name="l01242"></a><span class="lineno"> 1242</span>&#160; <span class="comment">// nested types ----------------------------------------------------</span></div>
<div class="line"><a name="l01243"></a><span class="lineno"> 1243</span>&#160; </div>
<div class="line"><a name="l01244"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae64fe14bb28d42326f9f661749e1c2a9"> 1244</a></span>&#160; <span class="keyword">typedef</span> <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">GScipOutput_Status</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae64fe14bb28d42326f9f661749e1c2a9">Status</a>;</div>
<div class="line"><a name="l01245"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a43f0e1da522a295f5259046a35936bbc"> 1245</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> <a class="code" href="namespaceoperations__research_1_1sat.html#aedc4ddb96acc28481c09828d2e016815a6ce26a62afab55d7606ad4e92428b30c">UNKNOWN</a> =</div>
<div class="line"><a name="l01246"></a><span class="lineno"> 1246</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eead7f8d464bdd93ffcc791b8542b55bb16">GScipOutput_Status_UNKNOWN</a>;</div>
<div class="line"><a name="l01247"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0c6583bfa4ba0c63f677288f703d10c5"> 1247</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> USER_INTERRUPT =</div>
<div class="line"><a name="l01248"></a><span class="lineno"> 1248</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeade95ea537ad194f297d102e814886bb9">GScipOutput_Status_USER_INTERRUPT</a>;</div>
<div class="line"><a name="l01249"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af68b456b6d79488c219eb1e24d188db2"> 1249</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> NODE_LIMIT =</div>
<div class="line"><a name="l01250"></a><span class="lineno"> 1250</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea1a9eeb595fd72c59708eab1de7be1139">GScipOutput_Status_NODE_LIMIT</a>;</div>
<div class="line"><a name="l01251"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aee3ba4d657d690c6bab65dbc415f770e"> 1251</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> TOTAL_NODE_LIMIT =</div>
<div class="line"><a name="l01252"></a><span class="lineno"> 1252</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea9fe9ef59e070ae09b334968c73ecc151">GScipOutput_Status_TOTAL_NODE_LIMIT</a>;</div>
<div class="line"><a name="l01253"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aba25f9134a343a77c3e9efc57f13babf"> 1253</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> STALL_NODE_LIMIT =</div>
<div class="line"><a name="l01254"></a><span class="lineno"> 1254</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaac4256727a3829911e4baed251c23a57">GScipOutput_Status_STALL_NODE_LIMIT</a>;</div>
<div class="line"><a name="l01255"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af07e36fd8a775900b4d74e291392be05"> 1255</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> TIME_LIMIT =</div>
<div class="line"><a name="l01256"></a><span class="lineno"> 1256</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeabff993c603d7645806daf7d10da220fe">GScipOutput_Status_TIME_LIMIT</a>;</div>
<div class="line"><a name="l01257"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4da1eef3bec00bc45d1debb9414bd3d5"> 1257</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> MEM_LIMIT =</div>
<div class="line"><a name="l01258"></a><span class="lineno"> 1258</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaa3d4cf37d3a894a79b75affeb68f4f65">GScipOutput_Status_MEM_LIMIT</a>;</div>
<div class="line"><a name="l01259"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aed4dd6f7bdbd6f183085fd43e8e3d563"> 1259</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> GAP_LIMIT =</div>
<div class="line"><a name="l01260"></a><span class="lineno"> 1260</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea3b03dd3a7d8b2e0c363a66b71ef9e4ab">GScipOutput_Status_GAP_LIMIT</a>;</div>
<div class="line"><a name="l01261"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaf3f27ebf254f0fcbcc3df9eaafaba2e"> 1261</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> SOL_LIMIT =</div>
<div class="line"><a name="l01262"></a><span class="lineno"> 1262</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea14af85f2b3f2b2bdfec2aca539a26d7f">GScipOutput_Status_SOL_LIMIT</a>;</div>
<div class="line"><a name="l01263"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a71dde18dd57a4985bf751949e5f4ab70"> 1263</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> BEST_SOL_LIMIT =</div>
<div class="line"><a name="l01264"></a><span class="lineno"> 1264</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaf8546e1213c3d47b8ce6a4e1a734baf4">GScipOutput_Status_BEST_SOL_LIMIT</a>;</div>
<div class="line"><a name="l01265"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a471c3f7ea4c36a5206c1d04feeba8aad"> 1265</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> RESTART_LIMIT =</div>
<div class="line"><a name="l01266"></a><span class="lineno"> 1266</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeac7313b108227582d3402f5812922860c">GScipOutput_Status_RESTART_LIMIT</a>;</div>
<div class="line"><a name="l01267"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2eb64e216b06cac1dd766c9f320dfac3"> 1267</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> OPTIMAL =</div>
<div class="line"><a name="l01268"></a><span class="lineno"> 1268</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea96c194a30461479c64adb2fb91e8948b">GScipOutput_Status_OPTIMAL</a>;</div>
<div class="line"><a name="l01269"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8dca87b3b223ddeeeecb0dc4e6fa4cae"> 1269</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> INFEASIBLE =</div>
<div class="line"><a name="l01270"></a><span class="lineno"> 1270</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea6f0547f93b3eb747f403e26a0ad46917">GScipOutput_Status_INFEASIBLE</a>;</div>
<div class="line"><a name="l01271"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a78bd788c67845e20051fa2b1145b3993"> 1271</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> UNBOUNDED =</div>
<div class="line"><a name="l01272"></a><span class="lineno"> 1272</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeacd7d1e20b9f1b4dceac60df1410c8295">GScipOutput_Status_UNBOUNDED</a>;</div>
<div class="line"><a name="l01273"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a062a50afa6653a9e11dcc2d3ad2ee9d0"> 1273</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> INF_OR_UNBD =</div>
<div class="line"><a name="l01274"></a><span class="lineno"> 1274</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaed7e95d1746abbdf4b44a1f6d617889a">GScipOutput_Status_INF_OR_UNBD</a>;</div>
<div class="line"><a name="l01275"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a133951a318ba4c4371ec1d8f3d493274"> 1275</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> TERMINATE =</div>
<div class="line"><a name="l01276"></a><span class="lineno"> 1276</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaf5914e8f0708a35a7a864c481f12a417">GScipOutput_Status_TERMINATE</a>;</div>
<div class="line"><a name="l01277"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a858bbaa98b3136c84175c7e4ce86929c"> 1277</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> INVALID_SOLVER_PARAMETERS =</div>
<div class="line"><a name="l01278"></a><span class="lineno"> 1278</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeac29717505f3291e043e4f018ffbd2fc8">GScipOutput_Status_INVALID_SOLVER_PARAMETERS</a>;</div>
<div class="line"><a name="l01279"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a68e7d00b1ff051b3303cc6be02efb8a1"> 1279</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a68e7d00b1ff051b3303cc6be02efb8a1">Status_IsValid</a>(<span class="keywordtype">int</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01280"></a><span class="lineno"> 1280</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#ab346a9f1ead5d1332f7a755e9c90315b">GScipOutput_Status_IsValid</a>(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01281"></a><span class="lineno"> 1281</span>&#160; }</div>
<div class="line"><a name="l01282"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a68acdb0c9bd4c6fb9415c99eca3a71f7"> 1282</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> Status_MIN =</div>
<div class="line"><a name="l01283"></a><span class="lineno"> 1283</span>&#160; <a class="code" href="namespaceoperations__research.html#a94d261de39743e3aab6f25f3c8b33a8f">GScipOutput_Status_Status_MIN</a>;</div>
<div class="line"><a name="l01284"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9df457c494b4ad5a152e88687c847fde"> 1284</a></span>&#160; <span class="keyword">static</span> constexpr <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a> Status_MAX =</div>
<div class="line"><a name="l01285"></a><span class="lineno"> 1285</span>&#160; <a class="code" href="namespaceoperations__research.html#a5358596856b014dc6027e04aa09939ba">GScipOutput_Status_Status_MAX</a>;</div>
<div class="line"><a name="l01286"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab5cf14ac4e67981f6dfbe998148b5aaf"> 1286</a></span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">int</span> Status_ARRAYSIZE =</div>
<div class="line"><a name="l01287"></a><span class="lineno"> 1287</span>&#160; <a class="code" href="namespaceoperations__research.html#a86fd142dcac02d1ada019a02acb4b759">GScipOutput_Status_Status_ARRAYSIZE</a>;</div>
<div class="line"><a name="l01288"></a><span class="lineno"> 1288</span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*</div>
<div class="line"><a name="l01289"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a08750ceeff62d9d18c81b2ca12223839"> 1289</a></span>&#160; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a08750ceeff62d9d18c81b2ca12223839">Status_descriptor</a>() {</div>
<div class="line"><a name="l01290"></a><span class="lineno"> 1290</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#a667d67dfe1cdcbcc5a27d698c6211037">GScipOutput_Status_descriptor</a>();</div>
<div class="line"><a name="l01291"></a><span class="lineno"> 1291</span>&#160; }</div>
<div class="line"><a name="l01292"></a><span class="lineno"> 1292</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><a name="l01293"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aae0b5874265007fadd1d7a8999732c1d"> 1293</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aae0b5874265007fadd1d7a8999732c1d">Status_Name</a>(T enum_t_value) {</div>
<div class="line"><a name="l01294"></a><span class="lineno"> 1294</span>&#160; static_assert(::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_same&lt;T, Status&gt;::value</a> ||</div>
<div class="line"><a name="l01295"></a><span class="lineno"> 1295</span>&#160; ::<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">std::is_integral&lt;T&gt;::value</a>,</div>
<div class="line"><a name="l01296"></a><span class="lineno"> 1296</span>&#160; <span class="stringliteral">&quot;Incorrect type passed to function Status_Name.&quot;</span>);</div>
<div class="line"><a name="l01297"></a><span class="lineno"> 1297</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#a6aba8eb9bfb39f3640af75b0384fc8b8">GScipOutput_Status_Name</a>(enum_t_value);</div>
<div class="line"><a name="l01298"></a><span class="lineno"> 1298</span>&#160; }</div>
<div class="line"><a name="l01299"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6b4fb53817a1272bb3cc3fa6859699f"> 1299</a></span>&#160; <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6b4fb53817a1272bb3cc3fa6859699f">Status_Parse</a>(::PROTOBUF_NAMESPACE_ID::ConstStringParam <a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>,</div>
<div class="line"><a name="l01300"></a><span class="lineno"> 1300</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">Status</a>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01301"></a><span class="lineno"> 1301</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespaceoperations__research.html#afcda7585ad759df2e04503be6d8c9f42">GScipOutput_Status_Parse</a>(<a class="code" href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a>, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01302"></a><span class="lineno"> 1302</span>&#160; }</div>
<div class="line"><a name="l01303"></a><span class="lineno"> 1303</span>&#160; </div>
<div class="line"><a name="l01304"></a><span class="lineno"> 1304</span>&#160; <span class="comment">// accessors -------------------------------------------------------</span></div>
<div class="line"><a name="l01305"></a><span class="lineno"> 1305</span>&#160; </div>
<div class="line"><a name="l01306"></a><span class="lineno"> 1306</span>&#160; enum : <span class="keywordtype">int</span> {</div>
<div class="line"><a name="l01307"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a243d90ecb2fc26f561e7b9242bffbef8ade515ad70d1303400d885dc44ac2b962"> 1307</a></span>&#160; kStatusDetailFieldNumber = 2,</div>
<div class="line"><a name="l01308"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a243d90ecb2fc26f561e7b9242bffbef8a8072b62afb30665e28845dabfa46638c"> 1308</a></span>&#160; kStatsFieldNumber = 3,</div>
<div class="line"><a name="l01309"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#add63a5b5db7c4a5b566f75f006360e73a0938fb256011a2f6b0fdf2a7b7ba6e5b"> 1309</a></span>&#160; kStatusFieldNumber = 1,</div>
<div class="line"><a name="l01310"></a><span class="lineno"> 1310</span>&#160; };</div>
<div class="line"><a name="l01311"></a><span class="lineno"> 1311</span>&#160; <span class="comment">// string status_detail = 2;</span></div>
<div class="line"><a name="l01312"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab949b625f8268480eb78c0fe53602f50"> 1312</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab949b625f8268480eb78c0fe53602f50">clear_status_detail</a>();</div>
<div class="line"><a name="l01313"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1ff668afd5c0e308e7e759951c08162e"> 1313</a></span>&#160; <span class="keyword">const</span> std::string&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1ff668afd5c0e308e7e759951c08162e">status_detail</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01314"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aec832872bc94d11dd4cf86fa526923ca"> 1314</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aec832872bc94d11dd4cf86fa526923ca">set_status_detail</a>(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01315"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6215fb33443f4140b0a115af6f98e738"> 1315</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6215fb33443f4140b0a115af6f98e738">set_status_detail</a>(std::string&amp;&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01316"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ace50e96027b4191037feb93be4c9a9bb"> 1316</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ace50e96027b4191037feb93be4c9a9bb">set_status_detail</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01317"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a949cf7e5abdb486a271de2b8ec5cc9e7"> 1317</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a949cf7e5abdb486a271de2b8ec5cc9e7">set_status_detail</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>, <span class="keywordtype">size_t</span> size);</div>
<div class="line"><a name="l01318"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af56e5ef6e8ed614ef29f409025c6bbf6"> 1318</a></span>&#160; std::string* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af56e5ef6e8ed614ef29f409025c6bbf6">mutable_status_detail</a>();</div>
<div class="line"><a name="l01319"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1b58ec8569f293ab3b6810457888ee2d"> 1319</a></span>&#160; std::string* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1b58ec8569f293ab3b6810457888ee2d">release_status_detail</a>();</div>
<div class="line"><a name="l01320"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8740d9061921e91e01b95cce51885ca3"> 1320</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8740d9061921e91e01b95cce51885ca3">set_allocated_status_detail</a>(std::string* status_detail);</div>
<div class="line"><a name="l01321"></a><span class="lineno"> 1321</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01322"></a><span class="lineno"> 1322</span>&#160; <span class="keyword">const</span> std::string&amp; _internal_status_detail() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01323"></a><span class="lineno"> 1323</span>&#160; <span class="keywordtype">void</span> _internal_set_status_detail(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01324"></a><span class="lineno"> 1324</span>&#160; std::string* _internal_mutable_status_detail();</div>
<div class="line"><a name="l01325"></a><span class="lineno"> 1325</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01326"></a><span class="lineno"> 1326</span>&#160; </div>
<div class="line"><a name="l01327"></a><span class="lineno"> 1327</span>&#160; <span class="comment">// .operations_research.GScipSolvingStats stats = 3;</span></div>
<div class="line"><a name="l01328"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2a4101d4b0a932bf3985608508da0d67"> 1328</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2a4101d4b0a932bf3985608508da0d67">has_stats</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01329"></a><span class="lineno"> 1329</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01330"></a><span class="lineno"> 1330</span>&#160; <span class="keywordtype">bool</span> _internal_has_stats() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01331"></a><span class="lineno"> 1331</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01332"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa8700e2f127d459adb25e1de33e2d7da"> 1332</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa8700e2f127d459adb25e1de33e2d7da">clear_stats</a>();</div>
<div class="line"><a name="l01333"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3fa98782ae73065f08b164b67cb16927"> 1333</a></span>&#160; const ::operations_research::GScipSolvingStats&amp; <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3fa98782ae73065f08b164b67cb16927">stats</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01334"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa7840c38b4eba9bd1b89c471d0cd5565"> 1334</a></span>&#160; ::operations_research::GScipSolvingStats* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa7840c38b4eba9bd1b89c471d0cd5565">release_stats</a>();</div>
<div class="line"><a name="l01335"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a570f62f73a79c9269b6128b28f9a79cb"> 1335</a></span>&#160; ::operations_research::GScipSolvingStats* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a570f62f73a79c9269b6128b28f9a79cb">mutable_stats</a>();</div>
<div class="line"><a name="l01336"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a946e6250cb42586671a6e810a762ba32"> 1336</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a946e6250cb42586671a6e810a762ba32">set_allocated_stats</a>(::operations_research::GScipSolvingStats* stats);</div>
<div class="line"><a name="l01337"></a><span class="lineno"> 1337</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01338"></a><span class="lineno"> 1338</span>&#160; const ::operations_research::GScipSolvingStats&amp; _internal_stats() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01339"></a><span class="lineno"> 1339</span>&#160; ::operations_research::GScipSolvingStats* _internal_mutable_stats();</div>
<div class="line"><a name="l01340"></a><span class="lineno"> 1340</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01341"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae064ff98df810132caec94b280829547"> 1341</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae064ff98df810132caec94b280829547">unsafe_arena_set_allocated_stats</a>(</div>
<div class="line"><a name="l01342"></a><span class="lineno"> 1342</span>&#160; ::operations_research::GScipSolvingStats* stats);</div>
<div class="line"><a name="l01343"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa76b821505c576576a8f5c3d361fb846"> 1343</a></span>&#160; ::operations_research::GScipSolvingStats* <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa76b821505c576576a8f5c3d361fb846">unsafe_arena_release_stats</a>();</div>
<div class="line"><a name="l01344"></a><span class="lineno"> 1344</span>&#160; </div>
<div class="line"><a name="l01345"></a><span class="lineno"> 1345</span>&#160; <span class="comment">// .operations_research.GScipOutput.Status status = 1;</span></div>
<div class="line"><a name="l01346"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac5b45785286d1161eb772146a1311c5a"> 1346</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac5b45785286d1161eb772146a1311c5a">clear_status</a>();</div>
<div class="line"><a name="l01347"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6e98ec8261cf7a11129c09b552ea6b83"> 1347</a></span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">::operations_research::GScipOutput_Status</a> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6e98ec8261cf7a11129c09b552ea6b83">status</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01348"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ab3edd3934e98bbc8b8ab75ecb187be"> 1348</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ab3edd3934e98bbc8b8ab75ecb187be">set_status</a>(::<a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">operations_research::GScipOutput_Status</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01349"></a><span class="lineno"> 1349</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01350"></a><span class="lineno"> 1350</span>&#160; <a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">::operations_research::GScipOutput_Status</a> _internal_status() <span class="keyword">const</span>;</div>
<div class="line"><a name="l01351"></a><span class="lineno"> 1351</span>&#160; <span class="keywordtype">void</span> _internal_set_status(::<a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">operations_research::GScipOutput_Status</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01352"></a><span class="lineno"> 1352</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l01353"></a><span class="lineno"> 1353</span>&#160; </div>
<div class="line"><a name="l01354"></a><span class="lineno"> 1354</span>&#160; <span class="comment">// @@protoc_insertion_point(class_scope:operations_research.GScipOutput)</span></div>
<div class="line"><a name="l01355"></a><span class="lineno"> 1355</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l01356"></a><span class="lineno"> 1356</span>&#160; <span class="keyword">class </span>_Internal;</div>
<div class="line"><a name="l01357"></a><span class="lineno"> 1357</span>&#160; </div>
<div class="line"><a name="l01358"></a><span class="lineno"> 1358</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt; <span class="keyword">friend</span> class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;</div>
<div class="line"><a name="l01359"></a><span class="lineno"> 1359</span>&#160; <span class="keyword">typedef</span> <span class="keywordtype">void</span> InternalArenaConstructable_;</div>
<div class="line"><a name="l01360"></a><span class="lineno"> 1360</span>&#160; <span class="keyword">typedef</span> <span class="keywordtype">void</span> DestructorSkippable_;</div>
<div class="line"><a name="l01361"></a><span class="lineno"> 1361</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr status_detail_;</div>
<div class="line"><a name="l01362"></a><span class="lineno"> 1362</span>&#160; ::operations_research::GScipSolvingStats* stats_;</div>
<div class="line"><a name="l01363"></a><span class="lineno"> 1363</span>&#160; <span class="keywordtype">int</span> status_;</div>
<div class="line"><a name="l01364"></a><span class="lineno"> 1364</span>&#160; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;</div>
<div class="line"><a name="l01365"></a><span class="lineno"> 1365</span>&#160; <span class="keyword">friend</span> struct ::TableStruct_ortools_2fgscip_2fgscip_2eproto;</div>
<div class="line"><a name="l01366"></a><span class="lineno"> 1366</span>&#160;};</div>
<div class="line"><a name="l01367"></a><span class="lineno"> 1367</span>&#160;<span class="comment">// ===================================================================</span></div>
<div class="line"><a name="l01368"></a><span class="lineno"> 1368</span>&#160; </div>
<div class="line"><a name="l01369"></a><span class="lineno"> 1369</span>&#160; </div>
<div class="line"><a name="l01370"></a><span class="lineno"> 1370</span>&#160;<span class="comment">// ===================================================================</span></div>
<div class="line"><a name="l01371"></a><span class="lineno"> 1371</span>&#160; </div>
<div class="line"><a name="l01372"></a><span class="lineno"> 1372</span>&#160;<span class="preprocessor">#ifdef __GNUC__</span></div>
<div class="line"><a name="l01373"></a><span class="lineno"> 1373</span>&#160;<span class="preprocessor"> #pragma GCC diagnostic push</span></div>
<div class="line"><a name="l01374"></a><span class="lineno"> 1374</span>&#160;<span class="preprocessor"> #pragma GCC diagnostic ignored &quot;-Wstrict-aliasing&quot;</span></div>
<div class="line"><a name="l01375"></a><span class="lineno"> 1375</span>&#160;<span class="preprocessor">#endif </span><span class="comment">// __GNUC__</span></div>
<div class="line"><a name="l01376"></a><span class="lineno"> 1376</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l01377"></a><span class="lineno"> 1377</span>&#160; </div>
<div class="line"><a name="l01378"></a><span class="lineno"> 1378</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l01379"></a><span class="lineno"> 1379</span>&#160; </div>
<div class="line"><a name="l01380"></a><span class="lineno"> 1380</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l01381"></a><span class="lineno"> 1381</span>&#160; </div>
<div class="line"><a name="l01382"></a><span class="lineno"> 1382</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l01383"></a><span class="lineno"> 1383</span>&#160; </div>
<div class="line"><a name="l01384"></a><span class="lineno"> 1384</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l01385"></a><span class="lineno"> 1385</span>&#160; </div>
<div class="line"><a name="l01386"></a><span class="lineno"> 1386</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l01387"></a><span class="lineno"> 1387</span>&#160; </div>
<div class="line"><a name="l01388"></a><span class="lineno"> 1388</span>&#160;<span class="comment">// GScipParameters</span></div>
<div class="line"><a name="l01389"></a><span class="lineno"> 1389</span>&#160; </div>
<div class="line"><a name="l01390"></a><span class="lineno"> 1390</span>&#160;<span class="comment">// .operations_research.GScipParameters.Emphasis emphasis = 1;</span></div>
<div class="line"><a name="l01391"></a><span class="lineno"> 1391</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_emphasis() {</div>
<div class="line"><a name="l01392"></a><span class="lineno"> 1392</span>&#160; emphasis_ = 0;</div>
<div class="line"><a name="l01393"></a><span class="lineno"> 1393</span>&#160;}</div>
<div class="line"><a name="l01394"></a><span class="lineno"> 1394</span>&#160;<a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">inline ::operations_research::GScipParameters_Emphasis</a> GScipParameters::_internal_emphasis()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01395"></a><span class="lineno"> 1395</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span> ::<a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">operations_research::GScipParameters_Emphasis</a> <span class="keyword">&gt;</span>(emphasis_);</div>
<div class="line"><a name="l01396"></a><span class="lineno"> 1396</span>&#160;}</div>
<div class="line"><a name="l01397"></a><span class="lineno"> 1397</span>&#160;<a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">inline ::operations_research::GScipParameters_Emphasis</a> GScipParameters::emphasis()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01398"></a><span class="lineno"> 1398</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.emphasis)</span></div>
<div class="line"><a name="l01399"></a><span class="lineno"> 1399</span>&#160; <span class="keywordflow">return</span> _internal_emphasis();</div>
<div class="line"><a name="l01400"></a><span class="lineno"> 1400</span>&#160;}</div>
<div class="line"><a name="l01401"></a><span class="lineno"> 1401</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_emphasis(::<a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">operations_research::GScipParameters_Emphasis</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01402"></a><span class="lineno"> 1402</span>&#160; </div>
<div class="line"><a name="l01403"></a><span class="lineno"> 1403</span>&#160; emphasis_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01404"></a><span class="lineno"> 1404</span>&#160;}</div>
<div class="line"><a name="l01405"></a><span class="lineno"> 1405</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_emphasis(::<a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">operations_research::GScipParameters_Emphasis</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01406"></a><span class="lineno"> 1406</span>&#160; _internal_set_emphasis(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01407"></a><span class="lineno"> 1407</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.emphasis)</span></div>
<div class="line"><a name="l01408"></a><span class="lineno"> 1408</span>&#160;}</div>
<div class="line"><a name="l01409"></a><span class="lineno"> 1409</span>&#160; </div>
<div class="line"><a name="l01410"></a><span class="lineno"> 1410</span>&#160;<span class="comment">// .operations_research.GScipParameters.MetaParamValue heuristics = 2;</span></div>
<div class="line"><a name="l01411"></a><span class="lineno"> 1411</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::_internal_has_heuristics()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01412"></a><span class="lineno"> 1412</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> = (_has_bits_[0] &amp; 0x00000001u) != 0;</div>
<div class="line"><a name="l01413"></a><span class="lineno"> 1413</span>&#160; <span class="keywordflow">return</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01414"></a><span class="lineno"> 1414</span>&#160;}</div>
<div class="line"><a name="l01415"></a><span class="lineno"> 1415</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::has_heuristics()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01416"></a><span class="lineno"> 1416</span>&#160; <span class="keywordflow">return</span> _internal_has_heuristics();</div>
<div class="line"><a name="l01417"></a><span class="lineno"> 1417</span>&#160;}</div>
<div class="line"><a name="l01418"></a><span class="lineno"> 1418</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_heuristics() {</div>
<div class="line"><a name="l01419"></a><span class="lineno"> 1419</span>&#160; heuristics_ = 0;</div>
<div class="line"><a name="l01420"></a><span class="lineno"> 1420</span>&#160; _has_bits_[0] &amp;= ~0x00000001u;</div>
<div class="line"><a name="l01421"></a><span class="lineno"> 1421</span>&#160;}</div>
<div class="line"><a name="l01422"></a><span class="lineno"> 1422</span>&#160;<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">inline ::operations_research::GScipParameters_MetaParamValue</a> GScipParameters::_internal_heuristics()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01423"></a><span class="lineno"> 1423</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span> ::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <span class="keyword">&gt;</span>(heuristics_);</div>
<div class="line"><a name="l01424"></a><span class="lineno"> 1424</span>&#160;}</div>
<div class="line"><a name="l01425"></a><span class="lineno"> 1425</span>&#160;<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">inline ::operations_research::GScipParameters_MetaParamValue</a> GScipParameters::heuristics()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01426"></a><span class="lineno"> 1426</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.heuristics)</span></div>
<div class="line"><a name="l01427"></a><span class="lineno"> 1427</span>&#160; <span class="keywordflow">return</span> _internal_heuristics();</div>
<div class="line"><a name="l01428"></a><span class="lineno"> 1428</span>&#160;}</div>
<div class="line"><a name="l01429"></a><span class="lineno"> 1429</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_heuristics(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01430"></a><span class="lineno"> 1430</span>&#160; _has_bits_[0] |= 0x00000001u;</div>
<div class="line"><a name="l01431"></a><span class="lineno"> 1431</span>&#160; heuristics_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01432"></a><span class="lineno"> 1432</span>&#160;}</div>
<div class="line"><a name="l01433"></a><span class="lineno"> 1433</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_heuristics(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01434"></a><span class="lineno"> 1434</span>&#160; _internal_set_heuristics(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01435"></a><span class="lineno"> 1435</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.heuristics)</span></div>
<div class="line"><a name="l01436"></a><span class="lineno"> 1436</span>&#160;}</div>
<div class="line"><a name="l01437"></a><span class="lineno"> 1437</span>&#160; </div>
<div class="line"><a name="l01438"></a><span class="lineno"> 1438</span>&#160;<span class="comment">// .operations_research.GScipParameters.MetaParamValue presolve = 3;</span></div>
<div class="line"><a name="l01439"></a><span class="lineno"> 1439</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::_internal_has_presolve()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01440"></a><span class="lineno"> 1440</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> = (_has_bits_[0] &amp; 0x00000002u) != 0;</div>
<div class="line"><a name="l01441"></a><span class="lineno"> 1441</span>&#160; <span class="keywordflow">return</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01442"></a><span class="lineno"> 1442</span>&#160;}</div>
<div class="line"><a name="l01443"></a><span class="lineno"> 1443</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::has_presolve()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01444"></a><span class="lineno"> 1444</span>&#160; <span class="keywordflow">return</span> _internal_has_presolve();</div>
<div class="line"><a name="l01445"></a><span class="lineno"> 1445</span>&#160;}</div>
<div class="line"><a name="l01446"></a><span class="lineno"> 1446</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_presolve() {</div>
<div class="line"><a name="l01447"></a><span class="lineno"> 1447</span>&#160; presolve_ = 0;</div>
<div class="line"><a name="l01448"></a><span class="lineno"> 1448</span>&#160; _has_bits_[0] &amp;= ~0x00000002u;</div>
<div class="line"><a name="l01449"></a><span class="lineno"> 1449</span>&#160;}</div>
<div class="line"><a name="l01450"></a><span class="lineno"> 1450</span>&#160;<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">inline ::operations_research::GScipParameters_MetaParamValue</a> GScipParameters::_internal_presolve()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01451"></a><span class="lineno"> 1451</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span> ::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <span class="keyword">&gt;</span>(presolve_);</div>
<div class="line"><a name="l01452"></a><span class="lineno"> 1452</span>&#160;}</div>
<div class="line"><a name="l01453"></a><span class="lineno"> 1453</span>&#160;<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">inline ::operations_research::GScipParameters_MetaParamValue</a> GScipParameters::presolve()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01454"></a><span class="lineno"> 1454</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.presolve)</span></div>
<div class="line"><a name="l01455"></a><span class="lineno"> 1455</span>&#160; <span class="keywordflow">return</span> _internal_presolve();</div>
<div class="line"><a name="l01456"></a><span class="lineno"> 1456</span>&#160;}</div>
<div class="line"><a name="l01457"></a><span class="lineno"> 1457</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_presolve(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01458"></a><span class="lineno"> 1458</span>&#160; _has_bits_[0] |= 0x00000002u;</div>
<div class="line"><a name="l01459"></a><span class="lineno"> 1459</span>&#160; presolve_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01460"></a><span class="lineno"> 1460</span>&#160;}</div>
<div class="line"><a name="l01461"></a><span class="lineno"> 1461</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_presolve(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01462"></a><span class="lineno"> 1462</span>&#160; _internal_set_presolve(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01463"></a><span class="lineno"> 1463</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.presolve)</span></div>
<div class="line"><a name="l01464"></a><span class="lineno"> 1464</span>&#160;}</div>
<div class="line"><a name="l01465"></a><span class="lineno"> 1465</span>&#160; </div>
<div class="line"><a name="l01466"></a><span class="lineno"> 1466</span>&#160;<span class="comment">// .operations_research.GScipParameters.MetaParamValue separating = 4;</span></div>
<div class="line"><a name="l01467"></a><span class="lineno"> 1467</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::_internal_has_separating()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01468"></a><span class="lineno"> 1468</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> = (_has_bits_[0] &amp; 0x00000004u) != 0;</div>
<div class="line"><a name="l01469"></a><span class="lineno"> 1469</span>&#160; <span class="keywordflow">return</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01470"></a><span class="lineno"> 1470</span>&#160;}</div>
<div class="line"><a name="l01471"></a><span class="lineno"> 1471</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::has_separating()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01472"></a><span class="lineno"> 1472</span>&#160; <span class="keywordflow">return</span> _internal_has_separating();</div>
<div class="line"><a name="l01473"></a><span class="lineno"> 1473</span>&#160;}</div>
<div class="line"><a name="l01474"></a><span class="lineno"> 1474</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_separating() {</div>
<div class="line"><a name="l01475"></a><span class="lineno"> 1475</span>&#160; separating_ = 0;</div>
<div class="line"><a name="l01476"></a><span class="lineno"> 1476</span>&#160; _has_bits_[0] &amp;= ~0x00000004u;</div>
<div class="line"><a name="l01477"></a><span class="lineno"> 1477</span>&#160;}</div>
<div class="line"><a name="l01478"></a><span class="lineno"> 1478</span>&#160;<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">inline ::operations_research::GScipParameters_MetaParamValue</a> GScipParameters::_internal_separating()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01479"></a><span class="lineno"> 1479</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span> ::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <span class="keyword">&gt;</span>(separating_);</div>
<div class="line"><a name="l01480"></a><span class="lineno"> 1480</span>&#160;}</div>
<div class="line"><a name="l01481"></a><span class="lineno"> 1481</span>&#160;<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">inline ::operations_research::GScipParameters_MetaParamValue</a> GScipParameters::separating()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01482"></a><span class="lineno"> 1482</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.separating)</span></div>
<div class="line"><a name="l01483"></a><span class="lineno"> 1483</span>&#160; <span class="keywordflow">return</span> _internal_separating();</div>
<div class="line"><a name="l01484"></a><span class="lineno"> 1484</span>&#160;}</div>
<div class="line"><a name="l01485"></a><span class="lineno"> 1485</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_separating(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01486"></a><span class="lineno"> 1486</span>&#160; _has_bits_[0] |= 0x00000004u;</div>
<div class="line"><a name="l01487"></a><span class="lineno"> 1487</span>&#160; separating_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01488"></a><span class="lineno"> 1488</span>&#160;}</div>
<div class="line"><a name="l01489"></a><span class="lineno"> 1489</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_separating(::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01490"></a><span class="lineno"> 1490</span>&#160; _internal_set_separating(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01491"></a><span class="lineno"> 1491</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.separating)</span></div>
<div class="line"><a name="l01492"></a><span class="lineno"> 1492</span>&#160;}</div>
<div class="line"><a name="l01493"></a><span class="lineno"> 1493</span>&#160; </div>
<div class="line"><a name="l01494"></a><span class="lineno"> 1494</span>&#160;<span class="comment">// map&lt;string, bool&gt; bool_params = 5;</span></div>
<div class="line"><a name="l01495"></a><span class="lineno"> 1495</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::_internal_bool_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01496"></a><span class="lineno"> 1496</span>&#160; <span class="keywordflow">return</span> bool_params_.size();</div>
<div class="line"><a name="l01497"></a><span class="lineno"> 1497</span>&#160;}</div>
<div class="line"><a name="l01498"></a><span class="lineno"> 1498</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::bool_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01499"></a><span class="lineno"> 1499</span>&#160; <span class="keywordflow">return</span> _internal_bool_params_size();</div>
<div class="line"><a name="l01500"></a><span class="lineno"> 1500</span>&#160;}</div>
<div class="line"><a name="l01501"></a><span class="lineno"> 1501</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_bool_params() {</div>
<div class="line"><a name="l01502"></a><span class="lineno"> 1502</span>&#160; bool_params_.Clear();</div>
<div class="line"><a name="l01503"></a><span class="lineno"> 1503</span>&#160;}</div>
<div class="line"><a name="l01504"></a><span class="lineno"> 1504</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt;&amp;</div>
<div class="line"><a name="l01505"></a><span class="lineno"> 1505</span>&#160;GScipParameters::_internal_bool_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01506"></a><span class="lineno"> 1506</span>&#160; <span class="keywordflow">return</span> bool_params_.GetMap();</div>
<div class="line"><a name="l01507"></a><span class="lineno"> 1507</span>&#160;}</div>
<div class="line"><a name="l01508"></a><span class="lineno"> 1508</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt;&amp;</div>
<div class="line"><a name="l01509"></a><span class="lineno"> 1509</span>&#160;GScipParameters::bool_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01510"></a><span class="lineno"> 1510</span>&#160; <span class="comment">// @@protoc_insertion_point(field_map:operations_research.GScipParameters.bool_params)</span></div>
<div class="line"><a name="l01511"></a><span class="lineno"> 1511</span>&#160; <span class="keywordflow">return</span> _internal_bool_params();</div>
<div class="line"><a name="l01512"></a><span class="lineno"> 1512</span>&#160;}</div>
<div class="line"><a name="l01513"></a><span class="lineno"> 1513</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt;*</div>
<div class="line"><a name="l01514"></a><span class="lineno"> 1514</span>&#160;GScipParameters::_internal_mutable_bool_params() {</div>
<div class="line"><a name="l01515"></a><span class="lineno"> 1515</span>&#160; <span class="keywordflow">return</span> bool_params_.MutableMap();</div>
<div class="line"><a name="l01516"></a><span class="lineno"> 1516</span>&#160;}</div>
<div class="line"><a name="l01517"></a><span class="lineno"> 1517</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt;*</div>
<div class="line"><a name="l01518"></a><span class="lineno"> 1518</span>&#160;GScipParameters::mutable_bool_params() {</div>
<div class="line"><a name="l01519"></a><span class="lineno"> 1519</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable_map:operations_research.GScipParameters.bool_params)</span></div>
<div class="line"><a name="l01520"></a><span class="lineno"> 1520</span>&#160; <span class="keywordflow">return</span> _internal_mutable_bool_params();</div>
<div class="line"><a name="l01521"></a><span class="lineno"> 1521</span>&#160;}</div>
<div class="line"><a name="l01522"></a><span class="lineno"> 1522</span>&#160; </div>
<div class="line"><a name="l01523"></a><span class="lineno"> 1523</span>&#160;<span class="comment">// map&lt;string, int32&gt; int_params = 6;</span></div>
<div class="line"><a name="l01524"></a><span class="lineno"> 1524</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::_internal_int_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01525"></a><span class="lineno"> 1525</span>&#160; <span class="keywordflow">return</span> int_params_.size();</div>
<div class="line"><a name="l01526"></a><span class="lineno"> 1526</span>&#160;}</div>
<div class="line"><a name="l01527"></a><span class="lineno"> 1527</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::int_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01528"></a><span class="lineno"> 1528</span>&#160; <span class="keywordflow">return</span> _internal_int_params_size();</div>
<div class="line"><a name="l01529"></a><span class="lineno"> 1529</span>&#160;}</div>
<div class="line"><a name="l01530"></a><span class="lineno"> 1530</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_int_params() {</div>
<div class="line"><a name="l01531"></a><span class="lineno"> 1531</span>&#160; int_params_.Clear();</div>
<div class="line"><a name="l01532"></a><span class="lineno"> 1532</span>&#160;}</div>
<div class="line"><a name="l01533"></a><span class="lineno"> 1533</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt;&amp;</div>
<div class="line"><a name="l01534"></a><span class="lineno"> 1534</span>&#160;GScipParameters::_internal_int_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01535"></a><span class="lineno"> 1535</span>&#160; <span class="keywordflow">return</span> int_params_.GetMap();</div>
<div class="line"><a name="l01536"></a><span class="lineno"> 1536</span>&#160;}</div>
<div class="line"><a name="l01537"></a><span class="lineno"> 1537</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt;&amp;</div>
<div class="line"><a name="l01538"></a><span class="lineno"> 1538</span>&#160;GScipParameters::int_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01539"></a><span class="lineno"> 1539</span>&#160; <span class="comment">// @@protoc_insertion_point(field_map:operations_research.GScipParameters.int_params)</span></div>
<div class="line"><a name="l01540"></a><span class="lineno"> 1540</span>&#160; <span class="keywordflow">return</span> _internal_int_params();</div>
<div class="line"><a name="l01541"></a><span class="lineno"> 1541</span>&#160;}</div>
<div class="line"><a name="l01542"></a><span class="lineno"> 1542</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt;*</div>
<div class="line"><a name="l01543"></a><span class="lineno"> 1543</span>&#160;GScipParameters::_internal_mutable_int_params() {</div>
<div class="line"><a name="l01544"></a><span class="lineno"> 1544</span>&#160; <span class="keywordflow">return</span> int_params_.MutableMap();</div>
<div class="line"><a name="l01545"></a><span class="lineno"> 1545</span>&#160;}</div>
<div class="line"><a name="l01546"></a><span class="lineno"> 1546</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt;*</div>
<div class="line"><a name="l01547"></a><span class="lineno"> 1547</span>&#160;GScipParameters::mutable_int_params() {</div>
<div class="line"><a name="l01548"></a><span class="lineno"> 1548</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable_map:operations_research.GScipParameters.int_params)</span></div>
<div class="line"><a name="l01549"></a><span class="lineno"> 1549</span>&#160; <span class="keywordflow">return</span> _internal_mutable_int_params();</div>
<div class="line"><a name="l01550"></a><span class="lineno"> 1550</span>&#160;}</div>
<div class="line"><a name="l01551"></a><span class="lineno"> 1551</span>&#160; </div>
<div class="line"><a name="l01552"></a><span class="lineno"> 1552</span>&#160;<span class="comment">// map&lt;string, int64&gt; long_params = 7;</span></div>
<div class="line"><a name="l01553"></a><span class="lineno"> 1553</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::_internal_long_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01554"></a><span class="lineno"> 1554</span>&#160; <span class="keywordflow">return</span> long_params_.size();</div>
<div class="line"><a name="l01555"></a><span class="lineno"> 1555</span>&#160;}</div>
<div class="line"><a name="l01556"></a><span class="lineno"> 1556</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::long_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01557"></a><span class="lineno"> 1557</span>&#160; <span class="keywordflow">return</span> _internal_long_params_size();</div>
<div class="line"><a name="l01558"></a><span class="lineno"> 1558</span>&#160;}</div>
<div class="line"><a name="l01559"></a><span class="lineno"> 1559</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_long_params() {</div>
<div class="line"><a name="l01560"></a><span class="lineno"> 1560</span>&#160; long_params_.Clear();</div>
<div class="line"><a name="l01561"></a><span class="lineno"> 1561</span>&#160;}</div>
<div class="line"><a name="l01562"></a><span class="lineno"> 1562</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt;&amp;</div>
<div class="line"><a name="l01563"></a><span class="lineno"> 1563</span>&#160;GScipParameters::_internal_long_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01564"></a><span class="lineno"> 1564</span>&#160; <span class="keywordflow">return</span> long_params_.GetMap();</div>
<div class="line"><a name="l01565"></a><span class="lineno"> 1565</span>&#160;}</div>
<div class="line"><a name="l01566"></a><span class="lineno"> 1566</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt;&amp;</div>
<div class="line"><a name="l01567"></a><span class="lineno"> 1567</span>&#160;GScipParameters::long_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01568"></a><span class="lineno"> 1568</span>&#160; <span class="comment">// @@protoc_insertion_point(field_map:operations_research.GScipParameters.long_params)</span></div>
<div class="line"><a name="l01569"></a><span class="lineno"> 1569</span>&#160; <span class="keywordflow">return</span> _internal_long_params();</div>
<div class="line"><a name="l01570"></a><span class="lineno"> 1570</span>&#160;}</div>
<div class="line"><a name="l01571"></a><span class="lineno"> 1571</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt;*</div>
<div class="line"><a name="l01572"></a><span class="lineno"> 1572</span>&#160;GScipParameters::_internal_mutable_long_params() {</div>
<div class="line"><a name="l01573"></a><span class="lineno"> 1573</span>&#160; <span class="keywordflow">return</span> long_params_.MutableMap();</div>
<div class="line"><a name="l01574"></a><span class="lineno"> 1574</span>&#160;}</div>
<div class="line"><a name="l01575"></a><span class="lineno"> 1575</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt;*</div>
<div class="line"><a name="l01576"></a><span class="lineno"> 1576</span>&#160;GScipParameters::mutable_long_params() {</div>
<div class="line"><a name="l01577"></a><span class="lineno"> 1577</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable_map:operations_research.GScipParameters.long_params)</span></div>
<div class="line"><a name="l01578"></a><span class="lineno"> 1578</span>&#160; <span class="keywordflow">return</span> _internal_mutable_long_params();</div>
<div class="line"><a name="l01579"></a><span class="lineno"> 1579</span>&#160;}</div>
<div class="line"><a name="l01580"></a><span class="lineno"> 1580</span>&#160; </div>
<div class="line"><a name="l01581"></a><span class="lineno"> 1581</span>&#160;<span class="comment">// map&lt;string, double&gt; real_params = 8;</span></div>
<div class="line"><a name="l01582"></a><span class="lineno"> 1582</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::_internal_real_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01583"></a><span class="lineno"> 1583</span>&#160; <span class="keywordflow">return</span> real_params_.size();</div>
<div class="line"><a name="l01584"></a><span class="lineno"> 1584</span>&#160;}</div>
<div class="line"><a name="l01585"></a><span class="lineno"> 1585</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::real_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01586"></a><span class="lineno"> 1586</span>&#160; <span class="keywordflow">return</span> _internal_real_params_size();</div>
<div class="line"><a name="l01587"></a><span class="lineno"> 1587</span>&#160;}</div>
<div class="line"><a name="l01588"></a><span class="lineno"> 1588</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_real_params() {</div>
<div class="line"><a name="l01589"></a><span class="lineno"> 1589</span>&#160; real_params_.Clear();</div>
<div class="line"><a name="l01590"></a><span class="lineno"> 1590</span>&#160;}</div>
<div class="line"><a name="l01591"></a><span class="lineno"> 1591</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt;&amp;</div>
<div class="line"><a name="l01592"></a><span class="lineno"> 1592</span>&#160;GScipParameters::_internal_real_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01593"></a><span class="lineno"> 1593</span>&#160; <span class="keywordflow">return</span> real_params_.GetMap();</div>
<div class="line"><a name="l01594"></a><span class="lineno"> 1594</span>&#160;}</div>
<div class="line"><a name="l01595"></a><span class="lineno"> 1595</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt;&amp;</div>
<div class="line"><a name="l01596"></a><span class="lineno"> 1596</span>&#160;GScipParameters::real_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01597"></a><span class="lineno"> 1597</span>&#160; <span class="comment">// @@protoc_insertion_point(field_map:operations_research.GScipParameters.real_params)</span></div>
<div class="line"><a name="l01598"></a><span class="lineno"> 1598</span>&#160; <span class="keywordflow">return</span> _internal_real_params();</div>
<div class="line"><a name="l01599"></a><span class="lineno"> 1599</span>&#160;}</div>
<div class="line"><a name="l01600"></a><span class="lineno"> 1600</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt;*</div>
<div class="line"><a name="l01601"></a><span class="lineno"> 1601</span>&#160;GScipParameters::_internal_mutable_real_params() {</div>
<div class="line"><a name="l01602"></a><span class="lineno"> 1602</span>&#160; <span class="keywordflow">return</span> real_params_.MutableMap();</div>
<div class="line"><a name="l01603"></a><span class="lineno"> 1603</span>&#160;}</div>
<div class="line"><a name="l01604"></a><span class="lineno"> 1604</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt;*</div>
<div class="line"><a name="l01605"></a><span class="lineno"> 1605</span>&#160;GScipParameters::mutable_real_params() {</div>
<div class="line"><a name="l01606"></a><span class="lineno"> 1606</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable_map:operations_research.GScipParameters.real_params)</span></div>
<div class="line"><a name="l01607"></a><span class="lineno"> 1607</span>&#160; <span class="keywordflow">return</span> _internal_mutable_real_params();</div>
<div class="line"><a name="l01608"></a><span class="lineno"> 1608</span>&#160;}</div>
<div class="line"><a name="l01609"></a><span class="lineno"> 1609</span>&#160; </div>
<div class="line"><a name="l01610"></a><span class="lineno"> 1610</span>&#160;<span class="comment">// map&lt;string, string&gt; char_params = 9;</span></div>
<div class="line"><a name="l01611"></a><span class="lineno"> 1611</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::_internal_char_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01612"></a><span class="lineno"> 1612</span>&#160; <span class="keywordflow">return</span> char_params_.size();</div>
<div class="line"><a name="l01613"></a><span class="lineno"> 1613</span>&#160;}</div>
<div class="line"><a name="l01614"></a><span class="lineno"> 1614</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::char_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01615"></a><span class="lineno"> 1615</span>&#160; <span class="keywordflow">return</span> _internal_char_params_size();</div>
<div class="line"><a name="l01616"></a><span class="lineno"> 1616</span>&#160;}</div>
<div class="line"><a name="l01617"></a><span class="lineno"> 1617</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_char_params() {</div>
<div class="line"><a name="l01618"></a><span class="lineno"> 1618</span>&#160; char_params_.Clear();</div>
<div class="line"><a name="l01619"></a><span class="lineno"> 1619</span>&#160;}</div>
<div class="line"><a name="l01620"></a><span class="lineno"> 1620</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;&amp;</div>
<div class="line"><a name="l01621"></a><span class="lineno"> 1621</span>&#160;GScipParameters::_internal_char_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01622"></a><span class="lineno"> 1622</span>&#160; <span class="keywordflow">return</span> char_params_.GetMap();</div>
<div class="line"><a name="l01623"></a><span class="lineno"> 1623</span>&#160;}</div>
<div class="line"><a name="l01624"></a><span class="lineno"> 1624</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;&amp;</div>
<div class="line"><a name="l01625"></a><span class="lineno"> 1625</span>&#160;GScipParameters::char_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01626"></a><span class="lineno"> 1626</span>&#160; <span class="comment">// @@protoc_insertion_point(field_map:operations_research.GScipParameters.char_params)</span></div>
<div class="line"><a name="l01627"></a><span class="lineno"> 1627</span>&#160; <span class="keywordflow">return</span> _internal_char_params();</div>
<div class="line"><a name="l01628"></a><span class="lineno"> 1628</span>&#160;}</div>
<div class="line"><a name="l01629"></a><span class="lineno"> 1629</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;*</div>
<div class="line"><a name="l01630"></a><span class="lineno"> 1630</span>&#160;GScipParameters::_internal_mutable_char_params() {</div>
<div class="line"><a name="l01631"></a><span class="lineno"> 1631</span>&#160; <span class="keywordflow">return</span> char_params_.MutableMap();</div>
<div class="line"><a name="l01632"></a><span class="lineno"> 1632</span>&#160;}</div>
<div class="line"><a name="l01633"></a><span class="lineno"> 1633</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;*</div>
<div class="line"><a name="l01634"></a><span class="lineno"> 1634</span>&#160;GScipParameters::mutable_char_params() {</div>
<div class="line"><a name="l01635"></a><span class="lineno"> 1635</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable_map:operations_research.GScipParameters.char_params)</span></div>
<div class="line"><a name="l01636"></a><span class="lineno"> 1636</span>&#160; <span class="keywordflow">return</span> _internal_mutable_char_params();</div>
<div class="line"><a name="l01637"></a><span class="lineno"> 1637</span>&#160;}</div>
<div class="line"><a name="l01638"></a><span class="lineno"> 1638</span>&#160; </div>
<div class="line"><a name="l01639"></a><span class="lineno"> 1639</span>&#160;<span class="comment">// map&lt;string, string&gt; string_params = 10;</span></div>
<div class="line"><a name="l01640"></a><span class="lineno"> 1640</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::_internal_string_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01641"></a><span class="lineno"> 1641</span>&#160; <span class="keywordflow">return</span> string_params_.size();</div>
<div class="line"><a name="l01642"></a><span class="lineno"> 1642</span>&#160;}</div>
<div class="line"><a name="l01643"></a><span class="lineno"> 1643</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">int</span> GScipParameters::string_params_size()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01644"></a><span class="lineno"> 1644</span>&#160; <span class="keywordflow">return</span> _internal_string_params_size();</div>
<div class="line"><a name="l01645"></a><span class="lineno"> 1645</span>&#160;}</div>
<div class="line"><a name="l01646"></a><span class="lineno"> 1646</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_string_params() {</div>
<div class="line"><a name="l01647"></a><span class="lineno"> 1647</span>&#160; string_params_.Clear();</div>
<div class="line"><a name="l01648"></a><span class="lineno"> 1648</span>&#160;}</div>
<div class="line"><a name="l01649"></a><span class="lineno"> 1649</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;&amp;</div>
<div class="line"><a name="l01650"></a><span class="lineno"> 1650</span>&#160;GScipParameters::_internal_string_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01651"></a><span class="lineno"> 1651</span>&#160; <span class="keywordflow">return</span> string_params_.GetMap();</div>
<div class="line"><a name="l01652"></a><span class="lineno"> 1652</span>&#160;}</div>
<div class="line"><a name="l01653"></a><span class="lineno"> 1653</span>&#160;<span class="keyword">inline</span> const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;&amp;</div>
<div class="line"><a name="l01654"></a><span class="lineno"> 1654</span>&#160;GScipParameters::string_params()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01655"></a><span class="lineno"> 1655</span>&#160; <span class="comment">// @@protoc_insertion_point(field_map:operations_research.GScipParameters.string_params)</span></div>
<div class="line"><a name="l01656"></a><span class="lineno"> 1656</span>&#160; <span class="keywordflow">return</span> _internal_string_params();</div>
<div class="line"><a name="l01657"></a><span class="lineno"> 1657</span>&#160;}</div>
<div class="line"><a name="l01658"></a><span class="lineno"> 1658</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;*</div>
<div class="line"><a name="l01659"></a><span class="lineno"> 1659</span>&#160;GScipParameters::_internal_mutable_string_params() {</div>
<div class="line"><a name="l01660"></a><span class="lineno"> 1660</span>&#160; <span class="keywordflow">return</span> string_params_.MutableMap();</div>
<div class="line"><a name="l01661"></a><span class="lineno"> 1661</span>&#160;}</div>
<div class="line"><a name="l01662"></a><span class="lineno"> 1662</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt;*</div>
<div class="line"><a name="l01663"></a><span class="lineno"> 1663</span>&#160;GScipParameters::mutable_string_params() {</div>
<div class="line"><a name="l01664"></a><span class="lineno"> 1664</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable_map:operations_research.GScipParameters.string_params)</span></div>
<div class="line"><a name="l01665"></a><span class="lineno"> 1665</span>&#160; <span class="keywordflow">return</span> _internal_mutable_string_params();</div>
<div class="line"><a name="l01666"></a><span class="lineno"> 1666</span>&#160;}</div>
<div class="line"><a name="l01667"></a><span class="lineno"> 1667</span>&#160; </div>
<div class="line"><a name="l01668"></a><span class="lineno"> 1668</span>&#160;<span class="comment">// bool silence_output = 11;</span></div>
<div class="line"><a name="l01669"></a><span class="lineno"> 1669</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::_internal_has_silence_output()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01670"></a><span class="lineno"> 1670</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> = (_has_bits_[0] &amp; 0x00000008u) != 0;</div>
<div class="line"><a name="l01671"></a><span class="lineno"> 1671</span>&#160; <span class="keywordflow">return</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01672"></a><span class="lineno"> 1672</span>&#160;}</div>
<div class="line"><a name="l01673"></a><span class="lineno"> 1673</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::has_silence_output()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01674"></a><span class="lineno"> 1674</span>&#160; <span class="keywordflow">return</span> _internal_has_silence_output();</div>
<div class="line"><a name="l01675"></a><span class="lineno"> 1675</span>&#160;}</div>
<div class="line"><a name="l01676"></a><span class="lineno"> 1676</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_silence_output() {</div>
<div class="line"><a name="l01677"></a><span class="lineno"> 1677</span>&#160; silence_output_ = <span class="keyword">false</span>;</div>
<div class="line"><a name="l01678"></a><span class="lineno"> 1678</span>&#160; _has_bits_[0] &amp;= ~0x00000008u;</div>
<div class="line"><a name="l01679"></a><span class="lineno"> 1679</span>&#160;}</div>
<div class="line"><a name="l01680"></a><span class="lineno"> 1680</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::_internal_silence_output()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01681"></a><span class="lineno"> 1681</span>&#160; <span class="keywordflow">return</span> silence_output_;</div>
<div class="line"><a name="l01682"></a><span class="lineno"> 1682</span>&#160;}</div>
<div class="line"><a name="l01683"></a><span class="lineno"> 1683</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::silence_output()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01684"></a><span class="lineno"> 1684</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.silence_output)</span></div>
<div class="line"><a name="l01685"></a><span class="lineno"> 1685</span>&#160; <span class="keywordflow">return</span> _internal_silence_output();</div>
<div class="line"><a name="l01686"></a><span class="lineno"> 1686</span>&#160;}</div>
<div class="line"><a name="l01687"></a><span class="lineno"> 1687</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_silence_output(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01688"></a><span class="lineno"> 1688</span>&#160; _has_bits_[0] |= 0x00000008u;</div>
<div class="line"><a name="l01689"></a><span class="lineno"> 1689</span>&#160; silence_output_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01690"></a><span class="lineno"> 1690</span>&#160;}</div>
<div class="line"><a name="l01691"></a><span class="lineno"> 1691</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_silence_output(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01692"></a><span class="lineno"> 1692</span>&#160; _internal_set_silence_output(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01693"></a><span class="lineno"> 1693</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.silence_output)</span></div>
<div class="line"><a name="l01694"></a><span class="lineno"> 1694</span>&#160;}</div>
<div class="line"><a name="l01695"></a><span class="lineno"> 1695</span>&#160; </div>
<div class="line"><a name="l01696"></a><span class="lineno"> 1696</span>&#160;<span class="comment">// bool print_detailed_solving_stats = 12;</span></div>
<div class="line"><a name="l01697"></a><span class="lineno"> 1697</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_print_detailed_solving_stats() {</div>
<div class="line"><a name="l01698"></a><span class="lineno"> 1698</span>&#160; print_detailed_solving_stats_ = <span class="keyword">false</span>;</div>
<div class="line"><a name="l01699"></a><span class="lineno"> 1699</span>&#160;}</div>
<div class="line"><a name="l01700"></a><span class="lineno"> 1700</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::_internal_print_detailed_solving_stats()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01701"></a><span class="lineno"> 1701</span>&#160; <span class="keywordflow">return</span> print_detailed_solving_stats_;</div>
<div class="line"><a name="l01702"></a><span class="lineno"> 1702</span>&#160;}</div>
<div class="line"><a name="l01703"></a><span class="lineno"> 1703</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::print_detailed_solving_stats()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01704"></a><span class="lineno"> 1704</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.print_detailed_solving_stats)</span></div>
<div class="line"><a name="l01705"></a><span class="lineno"> 1705</span>&#160; <span class="keywordflow">return</span> _internal_print_detailed_solving_stats();</div>
<div class="line"><a name="l01706"></a><span class="lineno"> 1706</span>&#160;}</div>
<div class="line"><a name="l01707"></a><span class="lineno"> 1707</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_print_detailed_solving_stats(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01708"></a><span class="lineno"> 1708</span>&#160; </div>
<div class="line"><a name="l01709"></a><span class="lineno"> 1709</span>&#160; print_detailed_solving_stats_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01710"></a><span class="lineno"> 1710</span>&#160;}</div>
<div class="line"><a name="l01711"></a><span class="lineno"> 1711</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_print_detailed_solving_stats(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01712"></a><span class="lineno"> 1712</span>&#160; _internal_set_print_detailed_solving_stats(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01713"></a><span class="lineno"> 1713</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.print_detailed_solving_stats)</span></div>
<div class="line"><a name="l01714"></a><span class="lineno"> 1714</span>&#160;}</div>
<div class="line"><a name="l01715"></a><span class="lineno"> 1715</span>&#160; </div>
<div class="line"><a name="l01716"></a><span class="lineno"> 1716</span>&#160;<span class="comment">// bool print_scip_model = 13;</span></div>
<div class="line"><a name="l01717"></a><span class="lineno"> 1717</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_print_scip_model() {</div>
<div class="line"><a name="l01718"></a><span class="lineno"> 1718</span>&#160; print_scip_model_ = <span class="keyword">false</span>;</div>
<div class="line"><a name="l01719"></a><span class="lineno"> 1719</span>&#160;}</div>
<div class="line"><a name="l01720"></a><span class="lineno"> 1720</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::_internal_print_scip_model()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01721"></a><span class="lineno"> 1721</span>&#160; <span class="keywordflow">return</span> print_scip_model_;</div>
<div class="line"><a name="l01722"></a><span class="lineno"> 1722</span>&#160;}</div>
<div class="line"><a name="l01723"></a><span class="lineno"> 1723</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::print_scip_model()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01724"></a><span class="lineno"> 1724</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.print_scip_model)</span></div>
<div class="line"><a name="l01725"></a><span class="lineno"> 1725</span>&#160; <span class="keywordflow">return</span> _internal_print_scip_model();</div>
<div class="line"><a name="l01726"></a><span class="lineno"> 1726</span>&#160;}</div>
<div class="line"><a name="l01727"></a><span class="lineno"> 1727</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_print_scip_model(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01728"></a><span class="lineno"> 1728</span>&#160; </div>
<div class="line"><a name="l01729"></a><span class="lineno"> 1729</span>&#160; print_scip_model_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01730"></a><span class="lineno"> 1730</span>&#160;}</div>
<div class="line"><a name="l01731"></a><span class="lineno"> 1731</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_print_scip_model(<span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01732"></a><span class="lineno"> 1732</span>&#160; _internal_set_print_scip_model(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01733"></a><span class="lineno"> 1733</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.print_scip_model)</span></div>
<div class="line"><a name="l01734"></a><span class="lineno"> 1734</span>&#160;}</div>
<div class="line"><a name="l01735"></a><span class="lineno"> 1735</span>&#160; </div>
<div class="line"><a name="l01736"></a><span class="lineno"> 1736</span>&#160;<span class="comment">// string search_logs_filename = 14;</span></div>
<div class="line"><a name="l01737"></a><span class="lineno"> 1737</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_search_logs_filename() {</div>
<div class="line"><a name="l01738"></a><span class="lineno"> 1738</span>&#160; search_logs_filename_.ClearToEmpty();</div>
<div class="line"><a name="l01739"></a><span class="lineno"> 1739</span>&#160;}</div>
<div class="line"><a name="l01740"></a><span class="lineno"> 1740</span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; GScipParameters::search_logs_filename()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01741"></a><span class="lineno"> 1741</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.search_logs_filename)</span></div>
<div class="line"><a name="l01742"></a><span class="lineno"> 1742</span>&#160; <span class="keywordflow">return</span> _internal_search_logs_filename();</div>
<div class="line"><a name="l01743"></a><span class="lineno"> 1743</span>&#160;}</div>
<div class="line"><a name="l01744"></a><span class="lineno"> 1744</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_search_logs_filename(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01745"></a><span class="lineno"> 1745</span>&#160; _internal_set_search_logs_filename(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01746"></a><span class="lineno"> 1746</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.search_logs_filename)</span></div>
<div class="line"><a name="l01747"></a><span class="lineno"> 1747</span>&#160;}</div>
<div class="line"><a name="l01748"></a><span class="lineno"> 1748</span>&#160;<span class="keyword">inline</span> std::string* GScipParameters::mutable_search_logs_filename() {</div>
<div class="line"><a name="l01749"></a><span class="lineno"> 1749</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable:operations_research.GScipParameters.search_logs_filename)</span></div>
<div class="line"><a name="l01750"></a><span class="lineno"> 1750</span>&#160; <span class="keywordflow">return</span> _internal_mutable_search_logs_filename();</div>
<div class="line"><a name="l01751"></a><span class="lineno"> 1751</span>&#160;}</div>
<div class="line"><a name="l01752"></a><span class="lineno"> 1752</span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; GScipParameters::_internal_search_logs_filename()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01753"></a><span class="lineno"> 1753</span>&#160; <span class="keywordflow">return</span> search_logs_filename_.Get();</div>
<div class="line"><a name="l01754"></a><span class="lineno"> 1754</span>&#160;}</div>
<div class="line"><a name="l01755"></a><span class="lineno"> 1755</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_search_logs_filename(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01756"></a><span class="lineno"> 1756</span>&#160; </div>
<div class="line"><a name="l01757"></a><span class="lineno"> 1757</span>&#160; search_logs_filename_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>, GetArena());</div>
<div class="line"><a name="l01758"></a><span class="lineno"> 1758</span>&#160;}</div>
<div class="line"><a name="l01759"></a><span class="lineno"> 1759</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_search_logs_filename(std::string&amp;&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01760"></a><span class="lineno"> 1760</span>&#160; </div>
<div class="line"><a name="l01761"></a><span class="lineno"> 1761</span>&#160; search_logs_filename_.Set(</div>
<div class="line"><a name="l01762"></a><span class="lineno"> 1762</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), GetArena());</div>
<div class="line"><a name="l01763"></a><span class="lineno"> 1763</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_rvalue:operations_research.GScipParameters.search_logs_filename)</span></div>
<div class="line"><a name="l01764"></a><span class="lineno"> 1764</span>&#160;}</div>
<div class="line"><a name="l01765"></a><span class="lineno"> 1765</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_search_logs_filename(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01766"></a><span class="lineno"> 1766</span>&#160; GOOGLE_DCHECK(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> != <span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l01767"></a><span class="lineno"> 1767</span>&#160; </div>
<div class="line"><a name="l01768"></a><span class="lineno"> 1768</span>&#160; search_logs_filename_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), GetArena());</div>
<div class="line"><a name="l01769"></a><span class="lineno"> 1769</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_char:operations_research.GScipParameters.search_logs_filename)</span></div>
<div class="line"><a name="l01770"></a><span class="lineno"> 1770</span>&#160;}</div>
<div class="line"><a name="l01771"></a><span class="lineno"> 1771</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_search_logs_filename(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>,</div>
<div class="line"><a name="l01772"></a><span class="lineno"> 1772</span>&#160; <span class="keywordtype">size_t</span> size) {</div>
<div class="line"><a name="l01773"></a><span class="lineno"> 1773</span>&#160; </div>
<div class="line"><a name="l01774"></a><span class="lineno"> 1774</span>&#160; search_logs_filename_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(</div>
<div class="line"><a name="l01775"></a><span class="lineno"> 1775</span>&#160; <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><span class="keywordtype">char</span>*<span class="keyword">&gt;</span>(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), size), GetArena());</div>
<div class="line"><a name="l01776"></a><span class="lineno"> 1776</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_pointer:operations_research.GScipParameters.search_logs_filename)</span></div>
<div class="line"><a name="l01777"></a><span class="lineno"> 1777</span>&#160;}</div>
<div class="line"><a name="l01778"></a><span class="lineno"> 1778</span>&#160;<span class="keyword">inline</span> std::string* GScipParameters::_internal_mutable_search_logs_filename() {</div>
<div class="line"><a name="l01779"></a><span class="lineno"> 1779</span>&#160; </div>
<div class="line"><a name="l01780"></a><span class="lineno"> 1780</span>&#160; <span class="keywordflow">return</span> search_logs_filename_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());</div>
<div class="line"><a name="l01781"></a><span class="lineno"> 1781</span>&#160;}</div>
<div class="line"><a name="l01782"></a><span class="lineno"> 1782</span>&#160;<span class="keyword">inline</span> std::string* GScipParameters::release_search_logs_filename() {</div>
<div class="line"><a name="l01783"></a><span class="lineno"> 1783</span>&#160; <span class="comment">// @@protoc_insertion_point(field_release:operations_research.GScipParameters.search_logs_filename)</span></div>
<div class="line"><a name="l01784"></a><span class="lineno"> 1784</span>&#160; <span class="keywordflow">return</span> search_logs_filename_.Release(&amp;::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());</div>
<div class="line"><a name="l01785"></a><span class="lineno"> 1785</span>&#160;}</div>
<div class="line"><a name="l01786"></a><span class="lineno"> 1786</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_allocated_search_logs_filename(std::string* search_logs_filename) {</div>
<div class="line"><a name="l01787"></a><span class="lineno"> 1787</span>&#160; <span class="keywordflow">if</span> (search_logs_filename != <span class="keyword">nullptr</span>) {</div>
<div class="line"><a name="l01788"></a><span class="lineno"> 1788</span>&#160; </div>
<div class="line"><a name="l01789"></a><span class="lineno"> 1789</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l01790"></a><span class="lineno"> 1790</span>&#160; </div>
<div class="line"><a name="l01791"></a><span class="lineno"> 1791</span>&#160; }</div>
<div class="line"><a name="l01792"></a><span class="lineno"> 1792</span>&#160; search_logs_filename_.SetAllocated(&amp;::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), search_logs_filename,</div>
<div class="line"><a name="l01793"></a><span class="lineno"> 1793</span>&#160; GetArena());</div>
<div class="line"><a name="l01794"></a><span class="lineno"> 1794</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_allocated:operations_research.GScipParameters.search_logs_filename)</span></div>
<div class="line"><a name="l01795"></a><span class="lineno"> 1795</span>&#160;}</div>
<div class="line"><a name="l01796"></a><span class="lineno"> 1796</span>&#160; </div>
<div class="line"><a name="l01797"></a><span class="lineno"> 1797</span>&#160;<span class="comment">// string detailed_solving_stats_filename = 15;</span></div>
<div class="line"><a name="l01798"></a><span class="lineno"> 1798</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_detailed_solving_stats_filename() {</div>
<div class="line"><a name="l01799"></a><span class="lineno"> 1799</span>&#160; detailed_solving_stats_filename_.ClearToEmpty();</div>
<div class="line"><a name="l01800"></a><span class="lineno"> 1800</span>&#160;}</div>
<div class="line"><a name="l01801"></a><span class="lineno"> 1801</span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; GScipParameters::detailed_solving_stats_filename()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01802"></a><span class="lineno"> 1802</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.detailed_solving_stats_filename)</span></div>
<div class="line"><a name="l01803"></a><span class="lineno"> 1803</span>&#160; <span class="keywordflow">return</span> _internal_detailed_solving_stats_filename();</div>
<div class="line"><a name="l01804"></a><span class="lineno"> 1804</span>&#160;}</div>
<div class="line"><a name="l01805"></a><span class="lineno"> 1805</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_detailed_solving_stats_filename(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01806"></a><span class="lineno"> 1806</span>&#160; _internal_set_detailed_solving_stats_filename(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01807"></a><span class="lineno"> 1807</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.detailed_solving_stats_filename)</span></div>
<div class="line"><a name="l01808"></a><span class="lineno"> 1808</span>&#160;}</div>
<div class="line"><a name="l01809"></a><span class="lineno"> 1809</span>&#160;<span class="keyword">inline</span> std::string* GScipParameters::mutable_detailed_solving_stats_filename() {</div>
<div class="line"><a name="l01810"></a><span class="lineno"> 1810</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable:operations_research.GScipParameters.detailed_solving_stats_filename)</span></div>
<div class="line"><a name="l01811"></a><span class="lineno"> 1811</span>&#160; <span class="keywordflow">return</span> _internal_mutable_detailed_solving_stats_filename();</div>
<div class="line"><a name="l01812"></a><span class="lineno"> 1812</span>&#160;}</div>
<div class="line"><a name="l01813"></a><span class="lineno"> 1813</span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; GScipParameters::_internal_detailed_solving_stats_filename()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01814"></a><span class="lineno"> 1814</span>&#160; <span class="keywordflow">return</span> detailed_solving_stats_filename_.Get();</div>
<div class="line"><a name="l01815"></a><span class="lineno"> 1815</span>&#160;}</div>
<div class="line"><a name="l01816"></a><span class="lineno"> 1816</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_detailed_solving_stats_filename(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01817"></a><span class="lineno"> 1817</span>&#160; </div>
<div class="line"><a name="l01818"></a><span class="lineno"> 1818</span>&#160; detailed_solving_stats_filename_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>, GetArena());</div>
<div class="line"><a name="l01819"></a><span class="lineno"> 1819</span>&#160;}</div>
<div class="line"><a name="l01820"></a><span class="lineno"> 1820</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_detailed_solving_stats_filename(std::string&amp;&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01821"></a><span class="lineno"> 1821</span>&#160; </div>
<div class="line"><a name="l01822"></a><span class="lineno"> 1822</span>&#160; detailed_solving_stats_filename_.Set(</div>
<div class="line"><a name="l01823"></a><span class="lineno"> 1823</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), GetArena());</div>
<div class="line"><a name="l01824"></a><span class="lineno"> 1824</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_rvalue:operations_research.GScipParameters.detailed_solving_stats_filename)</span></div>
<div class="line"><a name="l01825"></a><span class="lineno"> 1825</span>&#160;}</div>
<div class="line"><a name="l01826"></a><span class="lineno"> 1826</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_detailed_solving_stats_filename(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01827"></a><span class="lineno"> 1827</span>&#160; GOOGLE_DCHECK(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> != <span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l01828"></a><span class="lineno"> 1828</span>&#160; </div>
<div class="line"><a name="l01829"></a><span class="lineno"> 1829</span>&#160; detailed_solving_stats_filename_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), GetArena());</div>
<div class="line"><a name="l01830"></a><span class="lineno"> 1830</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_char:operations_research.GScipParameters.detailed_solving_stats_filename)</span></div>
<div class="line"><a name="l01831"></a><span class="lineno"> 1831</span>&#160;}</div>
<div class="line"><a name="l01832"></a><span class="lineno"> 1832</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_detailed_solving_stats_filename(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>,</div>
<div class="line"><a name="l01833"></a><span class="lineno"> 1833</span>&#160; <span class="keywordtype">size_t</span> size) {</div>
<div class="line"><a name="l01834"></a><span class="lineno"> 1834</span>&#160; </div>
<div class="line"><a name="l01835"></a><span class="lineno"> 1835</span>&#160; detailed_solving_stats_filename_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(</div>
<div class="line"><a name="l01836"></a><span class="lineno"> 1836</span>&#160; <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><span class="keywordtype">char</span>*<span class="keyword">&gt;</span>(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), size), GetArena());</div>
<div class="line"><a name="l01837"></a><span class="lineno"> 1837</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_pointer:operations_research.GScipParameters.detailed_solving_stats_filename)</span></div>
<div class="line"><a name="l01838"></a><span class="lineno"> 1838</span>&#160;}</div>
<div class="line"><a name="l01839"></a><span class="lineno"> 1839</span>&#160;<span class="keyword">inline</span> std::string* GScipParameters::_internal_mutable_detailed_solving_stats_filename() {</div>
<div class="line"><a name="l01840"></a><span class="lineno"> 1840</span>&#160; </div>
<div class="line"><a name="l01841"></a><span class="lineno"> 1841</span>&#160; <span class="keywordflow">return</span> detailed_solving_stats_filename_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());</div>
<div class="line"><a name="l01842"></a><span class="lineno"> 1842</span>&#160;}</div>
<div class="line"><a name="l01843"></a><span class="lineno"> 1843</span>&#160;<span class="keyword">inline</span> std::string* GScipParameters::release_detailed_solving_stats_filename() {</div>
<div class="line"><a name="l01844"></a><span class="lineno"> 1844</span>&#160; <span class="comment">// @@protoc_insertion_point(field_release:operations_research.GScipParameters.detailed_solving_stats_filename)</span></div>
<div class="line"><a name="l01845"></a><span class="lineno"> 1845</span>&#160; <span class="keywordflow">return</span> detailed_solving_stats_filename_.Release(&amp;::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());</div>
<div class="line"><a name="l01846"></a><span class="lineno"> 1846</span>&#160;}</div>
<div class="line"><a name="l01847"></a><span class="lineno"> 1847</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_allocated_detailed_solving_stats_filename(std::string* detailed_solving_stats_filename) {</div>
<div class="line"><a name="l01848"></a><span class="lineno"> 1848</span>&#160; <span class="keywordflow">if</span> (detailed_solving_stats_filename != <span class="keyword">nullptr</span>) {</div>
<div class="line"><a name="l01849"></a><span class="lineno"> 1849</span>&#160; </div>
<div class="line"><a name="l01850"></a><span class="lineno"> 1850</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l01851"></a><span class="lineno"> 1851</span>&#160; </div>
<div class="line"><a name="l01852"></a><span class="lineno"> 1852</span>&#160; }</div>
<div class="line"><a name="l01853"></a><span class="lineno"> 1853</span>&#160; detailed_solving_stats_filename_.SetAllocated(&amp;::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), detailed_solving_stats_filename,</div>
<div class="line"><a name="l01854"></a><span class="lineno"> 1854</span>&#160; GetArena());</div>
<div class="line"><a name="l01855"></a><span class="lineno"> 1855</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_allocated:operations_research.GScipParameters.detailed_solving_stats_filename)</span></div>
<div class="line"><a name="l01856"></a><span class="lineno"> 1856</span>&#160;}</div>
<div class="line"><a name="l01857"></a><span class="lineno"> 1857</span>&#160; </div>
<div class="line"><a name="l01858"></a><span class="lineno"> 1858</span>&#160;<span class="comment">// string scip_model_filename = 16;</span></div>
<div class="line"><a name="l01859"></a><span class="lineno"> 1859</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_scip_model_filename() {</div>
<div class="line"><a name="l01860"></a><span class="lineno"> 1860</span>&#160; scip_model_filename_.ClearToEmpty();</div>
<div class="line"><a name="l01861"></a><span class="lineno"> 1861</span>&#160;}</div>
<div class="line"><a name="l01862"></a><span class="lineno"> 1862</span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; GScipParameters::scip_model_filename()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01863"></a><span class="lineno"> 1863</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.scip_model_filename)</span></div>
<div class="line"><a name="l01864"></a><span class="lineno"> 1864</span>&#160; <span class="keywordflow">return</span> _internal_scip_model_filename();</div>
<div class="line"><a name="l01865"></a><span class="lineno"> 1865</span>&#160;}</div>
<div class="line"><a name="l01866"></a><span class="lineno"> 1866</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_scip_model_filename(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01867"></a><span class="lineno"> 1867</span>&#160; _internal_set_scip_model_filename(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01868"></a><span class="lineno"> 1868</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.scip_model_filename)</span></div>
<div class="line"><a name="l01869"></a><span class="lineno"> 1869</span>&#160;}</div>
<div class="line"><a name="l01870"></a><span class="lineno"> 1870</span>&#160;<span class="keyword">inline</span> std::string* GScipParameters::mutable_scip_model_filename() {</div>
<div class="line"><a name="l01871"></a><span class="lineno"> 1871</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable:operations_research.GScipParameters.scip_model_filename)</span></div>
<div class="line"><a name="l01872"></a><span class="lineno"> 1872</span>&#160; <span class="keywordflow">return</span> _internal_mutable_scip_model_filename();</div>
<div class="line"><a name="l01873"></a><span class="lineno"> 1873</span>&#160;}</div>
<div class="line"><a name="l01874"></a><span class="lineno"> 1874</span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; GScipParameters::_internal_scip_model_filename()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01875"></a><span class="lineno"> 1875</span>&#160; <span class="keywordflow">return</span> scip_model_filename_.Get();</div>
<div class="line"><a name="l01876"></a><span class="lineno"> 1876</span>&#160;}</div>
<div class="line"><a name="l01877"></a><span class="lineno"> 1877</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_scip_model_filename(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01878"></a><span class="lineno"> 1878</span>&#160; </div>
<div class="line"><a name="l01879"></a><span class="lineno"> 1879</span>&#160; scip_model_filename_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>, GetArena());</div>
<div class="line"><a name="l01880"></a><span class="lineno"> 1880</span>&#160;}</div>
<div class="line"><a name="l01881"></a><span class="lineno"> 1881</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_scip_model_filename(std::string&amp;&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01882"></a><span class="lineno"> 1882</span>&#160; </div>
<div class="line"><a name="l01883"></a><span class="lineno"> 1883</span>&#160; scip_model_filename_.Set(</div>
<div class="line"><a name="l01884"></a><span class="lineno"> 1884</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), GetArena());</div>
<div class="line"><a name="l01885"></a><span class="lineno"> 1885</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_rvalue:operations_research.GScipParameters.scip_model_filename)</span></div>
<div class="line"><a name="l01886"></a><span class="lineno"> 1886</span>&#160;}</div>
<div class="line"><a name="l01887"></a><span class="lineno"> 1887</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_scip_model_filename(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01888"></a><span class="lineno"> 1888</span>&#160; GOOGLE_DCHECK(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> != <span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l01889"></a><span class="lineno"> 1889</span>&#160; </div>
<div class="line"><a name="l01890"></a><span class="lineno"> 1890</span>&#160; scip_model_filename_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), GetArena());</div>
<div class="line"><a name="l01891"></a><span class="lineno"> 1891</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_char:operations_research.GScipParameters.scip_model_filename)</span></div>
<div class="line"><a name="l01892"></a><span class="lineno"> 1892</span>&#160;}</div>
<div class="line"><a name="l01893"></a><span class="lineno"> 1893</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_scip_model_filename(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>,</div>
<div class="line"><a name="l01894"></a><span class="lineno"> 1894</span>&#160; <span class="keywordtype">size_t</span> size) {</div>
<div class="line"><a name="l01895"></a><span class="lineno"> 1895</span>&#160; </div>
<div class="line"><a name="l01896"></a><span class="lineno"> 1896</span>&#160; scip_model_filename_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(</div>
<div class="line"><a name="l01897"></a><span class="lineno"> 1897</span>&#160; <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><span class="keywordtype">char</span>*<span class="keyword">&gt;</span>(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), size), GetArena());</div>
<div class="line"><a name="l01898"></a><span class="lineno"> 1898</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_pointer:operations_research.GScipParameters.scip_model_filename)</span></div>
<div class="line"><a name="l01899"></a><span class="lineno"> 1899</span>&#160;}</div>
<div class="line"><a name="l01900"></a><span class="lineno"> 1900</span>&#160;<span class="keyword">inline</span> std::string* GScipParameters::_internal_mutable_scip_model_filename() {</div>
<div class="line"><a name="l01901"></a><span class="lineno"> 1901</span>&#160; </div>
<div class="line"><a name="l01902"></a><span class="lineno"> 1902</span>&#160; <span class="keywordflow">return</span> scip_model_filename_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());</div>
<div class="line"><a name="l01903"></a><span class="lineno"> 1903</span>&#160;}</div>
<div class="line"><a name="l01904"></a><span class="lineno"> 1904</span>&#160;<span class="keyword">inline</span> std::string* GScipParameters::release_scip_model_filename() {</div>
<div class="line"><a name="l01905"></a><span class="lineno"> 1905</span>&#160; <span class="comment">// @@protoc_insertion_point(field_release:operations_research.GScipParameters.scip_model_filename)</span></div>
<div class="line"><a name="l01906"></a><span class="lineno"> 1906</span>&#160; <span class="keywordflow">return</span> scip_model_filename_.Release(&amp;::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());</div>
<div class="line"><a name="l01907"></a><span class="lineno"> 1907</span>&#160;}</div>
<div class="line"><a name="l01908"></a><span class="lineno"> 1908</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_allocated_scip_model_filename(std::string* scip_model_filename) {</div>
<div class="line"><a name="l01909"></a><span class="lineno"> 1909</span>&#160; <span class="keywordflow">if</span> (scip_model_filename != <span class="keyword">nullptr</span>) {</div>
<div class="line"><a name="l01910"></a><span class="lineno"> 1910</span>&#160; </div>
<div class="line"><a name="l01911"></a><span class="lineno"> 1911</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l01912"></a><span class="lineno"> 1912</span>&#160; </div>
<div class="line"><a name="l01913"></a><span class="lineno"> 1913</span>&#160; }</div>
<div class="line"><a name="l01914"></a><span class="lineno"> 1914</span>&#160; scip_model_filename_.SetAllocated(&amp;::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), scip_model_filename,</div>
<div class="line"><a name="l01915"></a><span class="lineno"> 1915</span>&#160; GetArena());</div>
<div class="line"><a name="l01916"></a><span class="lineno"> 1916</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_allocated:operations_research.GScipParameters.scip_model_filename)</span></div>
<div class="line"><a name="l01917"></a><span class="lineno"> 1917</span>&#160;}</div>
<div class="line"><a name="l01918"></a><span class="lineno"> 1918</span>&#160; </div>
<div class="line"><a name="l01919"></a><span class="lineno"> 1919</span>&#160;<span class="comment">// int32 num_solutions = 17;</span></div>
<div class="line"><a name="l01920"></a><span class="lineno"> 1920</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::_internal_has_num_solutions()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01921"></a><span class="lineno"> 1921</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> = (_has_bits_[0] &amp; 0x00000010u) != 0;</div>
<div class="line"><a name="l01922"></a><span class="lineno"> 1922</span>&#160; <span class="keywordflow">return</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01923"></a><span class="lineno"> 1923</span>&#160;}</div>
<div class="line"><a name="l01924"></a><span class="lineno"> 1924</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipParameters::has_num_solutions()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01925"></a><span class="lineno"> 1925</span>&#160; <span class="keywordflow">return</span> _internal_has_num_solutions();</div>
<div class="line"><a name="l01926"></a><span class="lineno"> 1926</span>&#160;}</div>
<div class="line"><a name="l01927"></a><span class="lineno"> 1927</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::clear_num_solutions() {</div>
<div class="line"><a name="l01928"></a><span class="lineno"> 1928</span>&#160; num_solutions_ = 0;</div>
<div class="line"><a name="l01929"></a><span class="lineno"> 1929</span>&#160; _has_bits_[0] &amp;= ~0x00000010u;</div>
<div class="line"><a name="l01930"></a><span class="lineno"> 1930</span>&#160;}</div>
<div class="line"><a name="l01931"></a><span class="lineno"> 1931</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int32 GScipParameters::_internal_num_solutions()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01932"></a><span class="lineno"> 1932</span>&#160; <span class="keywordflow">return</span> num_solutions_;</div>
<div class="line"><a name="l01933"></a><span class="lineno"> 1933</span>&#160;}</div>
<div class="line"><a name="l01934"></a><span class="lineno"> 1934</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int32 GScipParameters::num_solutions()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01935"></a><span class="lineno"> 1935</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipParameters.num_solutions)</span></div>
<div class="line"><a name="l01936"></a><span class="lineno"> 1936</span>&#160; <span class="keywordflow">return</span> _internal_num_solutions();</div>
<div class="line"><a name="l01937"></a><span class="lineno"> 1937</span>&#160;}</div>
<div class="line"><a name="l01938"></a><span class="lineno"> 1938</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::_internal_set_num_solutions(::PROTOBUF_NAMESPACE_ID::int32 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01939"></a><span class="lineno"> 1939</span>&#160; _has_bits_[0] |= 0x00000010u;</div>
<div class="line"><a name="l01940"></a><span class="lineno"> 1940</span>&#160; num_solutions_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01941"></a><span class="lineno"> 1941</span>&#160;}</div>
<div class="line"><a name="l01942"></a><span class="lineno"> 1942</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipParameters::set_num_solutions(::PROTOBUF_NAMESPACE_ID::int32 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01943"></a><span class="lineno"> 1943</span>&#160; _internal_set_num_solutions(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01944"></a><span class="lineno"> 1944</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipParameters.num_solutions)</span></div>
<div class="line"><a name="l01945"></a><span class="lineno"> 1945</span>&#160;}</div>
<div class="line"><a name="l01946"></a><span class="lineno"> 1946</span>&#160; </div>
<div class="line"><a name="l01947"></a><span class="lineno"> 1947</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l01948"></a><span class="lineno"> 1948</span>&#160; </div>
<div class="line"><a name="l01949"></a><span class="lineno"> 1949</span>&#160;<span class="comment">// GScipSolvingStats</span></div>
<div class="line"><a name="l01950"></a><span class="lineno"> 1950</span>&#160; </div>
<div class="line"><a name="l01951"></a><span class="lineno"> 1951</span>&#160;<span class="comment">// double best_objective = 1;</span></div>
<div class="line"><a name="l01952"></a><span class="lineno"> 1952</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::clear_best_objective() {</div>
<div class="line"><a name="l01953"></a><span class="lineno"> 1953</span>&#160; best_objective_ = 0;</div>
<div class="line"><a name="l01954"></a><span class="lineno"> 1954</span>&#160;}</div>
<div class="line"><a name="l01955"></a><span class="lineno"> 1955</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::_internal_best_objective()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01956"></a><span class="lineno"> 1956</span>&#160; <span class="keywordflow">return</span> best_objective_;</div>
<div class="line"><a name="l01957"></a><span class="lineno"> 1957</span>&#160;}</div>
<div class="line"><a name="l01958"></a><span class="lineno"> 1958</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::best_objective()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01959"></a><span class="lineno"> 1959</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.best_objective)</span></div>
<div class="line"><a name="l01960"></a><span class="lineno"> 1960</span>&#160; <span class="keywordflow">return</span> _internal_best_objective();</div>
<div class="line"><a name="l01961"></a><span class="lineno"> 1961</span>&#160;}</div>
<div class="line"><a name="l01962"></a><span class="lineno"> 1962</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::_internal_set_best_objective(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01963"></a><span class="lineno"> 1963</span>&#160; </div>
<div class="line"><a name="l01964"></a><span class="lineno"> 1964</span>&#160; best_objective_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01965"></a><span class="lineno"> 1965</span>&#160;}</div>
<div class="line"><a name="l01966"></a><span class="lineno"> 1966</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::set_best_objective(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01967"></a><span class="lineno"> 1967</span>&#160; _internal_set_best_objective(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01968"></a><span class="lineno"> 1968</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.best_objective)</span></div>
<div class="line"><a name="l01969"></a><span class="lineno"> 1969</span>&#160;}</div>
<div class="line"><a name="l01970"></a><span class="lineno"> 1970</span>&#160; </div>
<div class="line"><a name="l01971"></a><span class="lineno"> 1971</span>&#160;<span class="comment">// double best_bound = 2;</span></div>
<div class="line"><a name="l01972"></a><span class="lineno"> 1972</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::clear_best_bound() {</div>
<div class="line"><a name="l01973"></a><span class="lineno"> 1973</span>&#160; best_bound_ = 0;</div>
<div class="line"><a name="l01974"></a><span class="lineno"> 1974</span>&#160;}</div>
<div class="line"><a name="l01975"></a><span class="lineno"> 1975</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::_internal_best_bound()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01976"></a><span class="lineno"> 1976</span>&#160; <span class="keywordflow">return</span> best_bound_;</div>
<div class="line"><a name="l01977"></a><span class="lineno"> 1977</span>&#160;}</div>
<div class="line"><a name="l01978"></a><span class="lineno"> 1978</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::best_bound()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01979"></a><span class="lineno"> 1979</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.best_bound)</span></div>
<div class="line"><a name="l01980"></a><span class="lineno"> 1980</span>&#160; <span class="keywordflow">return</span> _internal_best_bound();</div>
<div class="line"><a name="l01981"></a><span class="lineno"> 1981</span>&#160;}</div>
<div class="line"><a name="l01982"></a><span class="lineno"> 1982</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::_internal_set_best_bound(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01983"></a><span class="lineno"> 1983</span>&#160; </div>
<div class="line"><a name="l01984"></a><span class="lineno"> 1984</span>&#160; best_bound_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l01985"></a><span class="lineno"> 1985</span>&#160;}</div>
<div class="line"><a name="l01986"></a><span class="lineno"> 1986</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::set_best_bound(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l01987"></a><span class="lineno"> 1987</span>&#160; _internal_set_best_bound(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l01988"></a><span class="lineno"> 1988</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.best_bound)</span></div>
<div class="line"><a name="l01989"></a><span class="lineno"> 1989</span>&#160;}</div>
<div class="line"><a name="l01990"></a><span class="lineno"> 1990</span>&#160; </div>
<div class="line"><a name="l01991"></a><span class="lineno"> 1991</span>&#160;<span class="comment">// int64 primal_simplex_iterations = 3;</span></div>
<div class="line"><a name="l01992"></a><span class="lineno"> 1992</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::clear_primal_simplex_iterations() {</div>
<div class="line"><a name="l01993"></a><span class="lineno"> 1993</span>&#160; primal_simplex_iterations_ = PROTOBUF_LONGLONG(0);</div>
<div class="line"><a name="l01994"></a><span class="lineno"> 1994</span>&#160;}</div>
<div class="line"><a name="l01995"></a><span class="lineno"> 1995</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int64 GScipSolvingStats::_internal_primal_simplex_iterations()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01996"></a><span class="lineno"> 1996</span>&#160; <span class="keywordflow">return</span> primal_simplex_iterations_;</div>
<div class="line"><a name="l01997"></a><span class="lineno"> 1997</span>&#160;}</div>
<div class="line"><a name="l01998"></a><span class="lineno"> 1998</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int64 GScipSolvingStats::primal_simplex_iterations()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l01999"></a><span class="lineno"> 1999</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.primal_simplex_iterations)</span></div>
<div class="line"><a name="l02000"></a><span class="lineno"> 2000</span>&#160; <span class="keywordflow">return</span> _internal_primal_simplex_iterations();</div>
<div class="line"><a name="l02001"></a><span class="lineno"> 2001</span>&#160;}</div>
<div class="line"><a name="l02002"></a><span class="lineno"> 2002</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::_internal_set_primal_simplex_iterations(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02003"></a><span class="lineno"> 2003</span>&#160; </div>
<div class="line"><a name="l02004"></a><span class="lineno"> 2004</span>&#160; primal_simplex_iterations_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l02005"></a><span class="lineno"> 2005</span>&#160;}</div>
<div class="line"><a name="l02006"></a><span class="lineno"> 2006</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::set_primal_simplex_iterations(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02007"></a><span class="lineno"> 2007</span>&#160; _internal_set_primal_simplex_iterations(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l02008"></a><span class="lineno"> 2008</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.primal_simplex_iterations)</span></div>
<div class="line"><a name="l02009"></a><span class="lineno"> 2009</span>&#160;}</div>
<div class="line"><a name="l02010"></a><span class="lineno"> 2010</span>&#160; </div>
<div class="line"><a name="l02011"></a><span class="lineno"> 2011</span>&#160;<span class="comment">// int64 dual_simplex_iterations = 4;</span></div>
<div class="line"><a name="l02012"></a><span class="lineno"> 2012</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::clear_dual_simplex_iterations() {</div>
<div class="line"><a name="l02013"></a><span class="lineno"> 2013</span>&#160; dual_simplex_iterations_ = PROTOBUF_LONGLONG(0);</div>
<div class="line"><a name="l02014"></a><span class="lineno"> 2014</span>&#160;}</div>
<div class="line"><a name="l02015"></a><span class="lineno"> 2015</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int64 GScipSolvingStats::_internal_dual_simplex_iterations()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02016"></a><span class="lineno"> 2016</span>&#160; <span class="keywordflow">return</span> dual_simplex_iterations_;</div>
<div class="line"><a name="l02017"></a><span class="lineno"> 2017</span>&#160;}</div>
<div class="line"><a name="l02018"></a><span class="lineno"> 2018</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int64 GScipSolvingStats::dual_simplex_iterations()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02019"></a><span class="lineno"> 2019</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.dual_simplex_iterations)</span></div>
<div class="line"><a name="l02020"></a><span class="lineno"> 2020</span>&#160; <span class="keywordflow">return</span> _internal_dual_simplex_iterations();</div>
<div class="line"><a name="l02021"></a><span class="lineno"> 2021</span>&#160;}</div>
<div class="line"><a name="l02022"></a><span class="lineno"> 2022</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::_internal_set_dual_simplex_iterations(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02023"></a><span class="lineno"> 2023</span>&#160; </div>
<div class="line"><a name="l02024"></a><span class="lineno"> 2024</span>&#160; dual_simplex_iterations_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l02025"></a><span class="lineno"> 2025</span>&#160;}</div>
<div class="line"><a name="l02026"></a><span class="lineno"> 2026</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::set_dual_simplex_iterations(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02027"></a><span class="lineno"> 2027</span>&#160; _internal_set_dual_simplex_iterations(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l02028"></a><span class="lineno"> 2028</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.dual_simplex_iterations)</span></div>
<div class="line"><a name="l02029"></a><span class="lineno"> 2029</span>&#160;}</div>
<div class="line"><a name="l02030"></a><span class="lineno"> 2030</span>&#160; </div>
<div class="line"><a name="l02031"></a><span class="lineno"> 2031</span>&#160;<span class="comment">// int64 total_lp_iterations = 5;</span></div>
<div class="line"><a name="l02032"></a><span class="lineno"> 2032</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::clear_total_lp_iterations() {</div>
<div class="line"><a name="l02033"></a><span class="lineno"> 2033</span>&#160; total_lp_iterations_ = PROTOBUF_LONGLONG(0);</div>
<div class="line"><a name="l02034"></a><span class="lineno"> 2034</span>&#160;}</div>
<div class="line"><a name="l02035"></a><span class="lineno"> 2035</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int64 GScipSolvingStats::_internal_total_lp_iterations()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02036"></a><span class="lineno"> 2036</span>&#160; <span class="keywordflow">return</span> total_lp_iterations_;</div>
<div class="line"><a name="l02037"></a><span class="lineno"> 2037</span>&#160;}</div>
<div class="line"><a name="l02038"></a><span class="lineno"> 2038</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int64 GScipSolvingStats::total_lp_iterations()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02039"></a><span class="lineno"> 2039</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.total_lp_iterations)</span></div>
<div class="line"><a name="l02040"></a><span class="lineno"> 2040</span>&#160; <span class="keywordflow">return</span> _internal_total_lp_iterations();</div>
<div class="line"><a name="l02041"></a><span class="lineno"> 2041</span>&#160;}</div>
<div class="line"><a name="l02042"></a><span class="lineno"> 2042</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::_internal_set_total_lp_iterations(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02043"></a><span class="lineno"> 2043</span>&#160; </div>
<div class="line"><a name="l02044"></a><span class="lineno"> 2044</span>&#160; total_lp_iterations_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l02045"></a><span class="lineno"> 2045</span>&#160;}</div>
<div class="line"><a name="l02046"></a><span class="lineno"> 2046</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::set_total_lp_iterations(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02047"></a><span class="lineno"> 2047</span>&#160; _internal_set_total_lp_iterations(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l02048"></a><span class="lineno"> 2048</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.total_lp_iterations)</span></div>
<div class="line"><a name="l02049"></a><span class="lineno"> 2049</span>&#160;}</div>
<div class="line"><a name="l02050"></a><span class="lineno"> 2050</span>&#160; </div>
<div class="line"><a name="l02051"></a><span class="lineno"> 2051</span>&#160;<span class="comment">// int64 node_count = 6;</span></div>
<div class="line"><a name="l02052"></a><span class="lineno"> 2052</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::clear_node_count() {</div>
<div class="line"><a name="l02053"></a><span class="lineno"> 2053</span>&#160; node_count_ = PROTOBUF_LONGLONG(0);</div>
<div class="line"><a name="l02054"></a><span class="lineno"> 2054</span>&#160;}</div>
<div class="line"><a name="l02055"></a><span class="lineno"> 2055</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int64 GScipSolvingStats::_internal_node_count()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02056"></a><span class="lineno"> 2056</span>&#160; <span class="keywordflow">return</span> node_count_;</div>
<div class="line"><a name="l02057"></a><span class="lineno"> 2057</span>&#160;}</div>
<div class="line"><a name="l02058"></a><span class="lineno"> 2058</span>&#160;inline ::PROTOBUF_NAMESPACE_ID::int64 GScipSolvingStats::node_count()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02059"></a><span class="lineno"> 2059</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.node_count)</span></div>
<div class="line"><a name="l02060"></a><span class="lineno"> 2060</span>&#160; <span class="keywordflow">return</span> _internal_node_count();</div>
<div class="line"><a name="l02061"></a><span class="lineno"> 2061</span>&#160;}</div>
<div class="line"><a name="l02062"></a><span class="lineno"> 2062</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::_internal_set_node_count(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02063"></a><span class="lineno"> 2063</span>&#160; </div>
<div class="line"><a name="l02064"></a><span class="lineno"> 2064</span>&#160; node_count_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l02065"></a><span class="lineno"> 2065</span>&#160;}</div>
<div class="line"><a name="l02066"></a><span class="lineno"> 2066</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::set_node_count(::PROTOBUF_NAMESPACE_ID::int64 <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02067"></a><span class="lineno"> 2067</span>&#160; _internal_set_node_count(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l02068"></a><span class="lineno"> 2068</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.node_count)</span></div>
<div class="line"><a name="l02069"></a><span class="lineno"> 2069</span>&#160;}</div>
<div class="line"><a name="l02070"></a><span class="lineno"> 2070</span>&#160; </div>
<div class="line"><a name="l02071"></a><span class="lineno"> 2071</span>&#160;<span class="comment">// double first_lp_relaxation_bound = 7;</span></div>
<div class="line"><a name="l02072"></a><span class="lineno"> 2072</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::clear_first_lp_relaxation_bound() {</div>
<div class="line"><a name="l02073"></a><span class="lineno"> 2073</span>&#160; first_lp_relaxation_bound_ = 0;</div>
<div class="line"><a name="l02074"></a><span class="lineno"> 2074</span>&#160;}</div>
<div class="line"><a name="l02075"></a><span class="lineno"> 2075</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::_internal_first_lp_relaxation_bound()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02076"></a><span class="lineno"> 2076</span>&#160; <span class="keywordflow">return</span> first_lp_relaxation_bound_;</div>
<div class="line"><a name="l02077"></a><span class="lineno"> 2077</span>&#160;}</div>
<div class="line"><a name="l02078"></a><span class="lineno"> 2078</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::first_lp_relaxation_bound()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02079"></a><span class="lineno"> 2079</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.first_lp_relaxation_bound)</span></div>
<div class="line"><a name="l02080"></a><span class="lineno"> 2080</span>&#160; <span class="keywordflow">return</span> _internal_first_lp_relaxation_bound();</div>
<div class="line"><a name="l02081"></a><span class="lineno"> 2081</span>&#160;}</div>
<div class="line"><a name="l02082"></a><span class="lineno"> 2082</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::_internal_set_first_lp_relaxation_bound(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02083"></a><span class="lineno"> 2083</span>&#160; </div>
<div class="line"><a name="l02084"></a><span class="lineno"> 2084</span>&#160; first_lp_relaxation_bound_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l02085"></a><span class="lineno"> 2085</span>&#160;}</div>
<div class="line"><a name="l02086"></a><span class="lineno"> 2086</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::set_first_lp_relaxation_bound(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02087"></a><span class="lineno"> 2087</span>&#160; _internal_set_first_lp_relaxation_bound(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l02088"></a><span class="lineno"> 2088</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.first_lp_relaxation_bound)</span></div>
<div class="line"><a name="l02089"></a><span class="lineno"> 2089</span>&#160;}</div>
<div class="line"><a name="l02090"></a><span class="lineno"> 2090</span>&#160; </div>
<div class="line"><a name="l02091"></a><span class="lineno"> 2091</span>&#160;<span class="comment">// double root_node_bound = 8;</span></div>
<div class="line"><a name="l02092"></a><span class="lineno"> 2092</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::clear_root_node_bound() {</div>
<div class="line"><a name="l02093"></a><span class="lineno"> 2093</span>&#160; root_node_bound_ = 0;</div>
<div class="line"><a name="l02094"></a><span class="lineno"> 2094</span>&#160;}</div>
<div class="line"><a name="l02095"></a><span class="lineno"> 2095</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::_internal_root_node_bound()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02096"></a><span class="lineno"> 2096</span>&#160; <span class="keywordflow">return</span> root_node_bound_;</div>
<div class="line"><a name="l02097"></a><span class="lineno"> 2097</span>&#160;}</div>
<div class="line"><a name="l02098"></a><span class="lineno"> 2098</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::root_node_bound()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02099"></a><span class="lineno"> 2099</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.root_node_bound)</span></div>
<div class="line"><a name="l02100"></a><span class="lineno"> 2100</span>&#160; <span class="keywordflow">return</span> _internal_root_node_bound();</div>
<div class="line"><a name="l02101"></a><span class="lineno"> 2101</span>&#160;}</div>
<div class="line"><a name="l02102"></a><span class="lineno"> 2102</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::_internal_set_root_node_bound(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02103"></a><span class="lineno"> 2103</span>&#160; </div>
<div class="line"><a name="l02104"></a><span class="lineno"> 2104</span>&#160; root_node_bound_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l02105"></a><span class="lineno"> 2105</span>&#160;}</div>
<div class="line"><a name="l02106"></a><span class="lineno"> 2106</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::set_root_node_bound(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02107"></a><span class="lineno"> 2107</span>&#160; _internal_set_root_node_bound(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l02108"></a><span class="lineno"> 2108</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.root_node_bound)</span></div>
<div class="line"><a name="l02109"></a><span class="lineno"> 2109</span>&#160;}</div>
<div class="line"><a name="l02110"></a><span class="lineno"> 2110</span>&#160; </div>
<div class="line"><a name="l02111"></a><span class="lineno"> 2111</span>&#160;<span class="comment">// double deterministic_time = 9;</span></div>
<div class="line"><a name="l02112"></a><span class="lineno"> 2112</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::clear_deterministic_time() {</div>
<div class="line"><a name="l02113"></a><span class="lineno"> 2113</span>&#160; deterministic_time_ = 0;</div>
<div class="line"><a name="l02114"></a><span class="lineno"> 2114</span>&#160;}</div>
<div class="line"><a name="l02115"></a><span class="lineno"> 2115</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::_internal_deterministic_time()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02116"></a><span class="lineno"> 2116</span>&#160; <span class="keywordflow">return</span> deterministic_time_;</div>
<div class="line"><a name="l02117"></a><span class="lineno"> 2117</span>&#160;}</div>
<div class="line"><a name="l02118"></a><span class="lineno"> 2118</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">double</span> GScipSolvingStats::deterministic_time()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02119"></a><span class="lineno"> 2119</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipSolvingStats.deterministic_time)</span></div>
<div class="line"><a name="l02120"></a><span class="lineno"> 2120</span>&#160; <span class="keywordflow">return</span> _internal_deterministic_time();</div>
<div class="line"><a name="l02121"></a><span class="lineno"> 2121</span>&#160;}</div>
<div class="line"><a name="l02122"></a><span class="lineno"> 2122</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::_internal_set_deterministic_time(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02123"></a><span class="lineno"> 2123</span>&#160; </div>
<div class="line"><a name="l02124"></a><span class="lineno"> 2124</span>&#160; deterministic_time_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l02125"></a><span class="lineno"> 2125</span>&#160;}</div>
<div class="line"><a name="l02126"></a><span class="lineno"> 2126</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipSolvingStats::set_deterministic_time(<span class="keywordtype">double</span> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02127"></a><span class="lineno"> 2127</span>&#160; _internal_set_deterministic_time(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l02128"></a><span class="lineno"> 2128</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipSolvingStats.deterministic_time)</span></div>
<div class="line"><a name="l02129"></a><span class="lineno"> 2129</span>&#160;}</div>
<div class="line"><a name="l02130"></a><span class="lineno"> 2130</span>&#160; </div>
<div class="line"><a name="l02131"></a><span class="lineno"> 2131</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l02132"></a><span class="lineno"> 2132</span>&#160; </div>
<div class="line"><a name="l02133"></a><span class="lineno"> 2133</span>&#160;<span class="comment">// GScipOutput</span></div>
<div class="line"><a name="l02134"></a><span class="lineno"> 2134</span>&#160; </div>
<div class="line"><a name="l02135"></a><span class="lineno"> 2135</span>&#160;<span class="comment">// .operations_research.GScipOutput.Status status = 1;</span></div>
<div class="line"><a name="l02136"></a><span class="lineno"> 2136</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::clear_status() {</div>
<div class="line"><a name="l02137"></a><span class="lineno"> 2137</span>&#160; status_ = 0;</div>
<div class="line"><a name="l02138"></a><span class="lineno"> 2138</span>&#160;}</div>
<div class="line"><a name="l02139"></a><span class="lineno"> 2139</span>&#160;<a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">inline ::operations_research::GScipOutput_Status</a> GScipOutput::_internal_status()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02140"></a><span class="lineno"> 2140</span>&#160; <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span> ::<a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">operations_research::GScipOutput_Status</a> <span class="keyword">&gt;</span>(status_);</div>
<div class="line"><a name="l02141"></a><span class="lineno"> 2141</span>&#160;}</div>
<div class="line"><a name="l02142"></a><span class="lineno"> 2142</span>&#160;<a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">inline ::operations_research::GScipOutput_Status</a> GScipOutput::status()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02143"></a><span class="lineno"> 2143</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipOutput.status)</span></div>
<div class="line"><a name="l02144"></a><span class="lineno"> 2144</span>&#160; <span class="keywordflow">return</span> _internal_status();</div>
<div class="line"><a name="l02145"></a><span class="lineno"> 2145</span>&#160;}</div>
<div class="line"><a name="l02146"></a><span class="lineno"> 2146</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::_internal_set_status(::<a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">operations_research::GScipOutput_Status</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02147"></a><span class="lineno"> 2147</span>&#160; </div>
<div class="line"><a name="l02148"></a><span class="lineno"> 2148</span>&#160; status_ = <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>;</div>
<div class="line"><a name="l02149"></a><span class="lineno"> 2149</span>&#160;}</div>
<div class="line"><a name="l02150"></a><span class="lineno"> 2150</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::set_status(::<a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">operations_research::GScipOutput_Status</a> <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02151"></a><span class="lineno"> 2151</span>&#160; _internal_set_status(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l02152"></a><span class="lineno"> 2152</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipOutput.status)</span></div>
<div class="line"><a name="l02153"></a><span class="lineno"> 2153</span>&#160;}</div>
<div class="line"><a name="l02154"></a><span class="lineno"> 2154</span>&#160; </div>
<div class="line"><a name="l02155"></a><span class="lineno"> 2155</span>&#160;<span class="comment">// string status_detail = 2;</span></div>
<div class="line"><a name="l02156"></a><span class="lineno"> 2156</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::clear_status_detail() {</div>
<div class="line"><a name="l02157"></a><span class="lineno"> 2157</span>&#160; status_detail_.ClearToEmpty();</div>
<div class="line"><a name="l02158"></a><span class="lineno"> 2158</span>&#160;}</div>
<div class="line"><a name="l02159"></a><span class="lineno"> 2159</span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; GScipOutput::status_detail()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02160"></a><span class="lineno"> 2160</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipOutput.status_detail)</span></div>
<div class="line"><a name="l02161"></a><span class="lineno"> 2161</span>&#160; <span class="keywordflow">return</span> _internal_status_detail();</div>
<div class="line"><a name="l02162"></a><span class="lineno"> 2162</span>&#160;}</div>
<div class="line"><a name="l02163"></a><span class="lineno"> 2163</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::set_status_detail(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02164"></a><span class="lineno"> 2164</span>&#160; _internal_set_status_detail(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>);</div>
<div class="line"><a name="l02165"></a><span class="lineno"> 2165</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set:operations_research.GScipOutput.status_detail)</span></div>
<div class="line"><a name="l02166"></a><span class="lineno"> 2166</span>&#160;}</div>
<div class="line"><a name="l02167"></a><span class="lineno"> 2167</span>&#160;<span class="keyword">inline</span> std::string* GScipOutput::mutable_status_detail() {</div>
<div class="line"><a name="l02168"></a><span class="lineno"> 2168</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable:operations_research.GScipOutput.status_detail)</span></div>
<div class="line"><a name="l02169"></a><span class="lineno"> 2169</span>&#160; <span class="keywordflow">return</span> _internal_mutable_status_detail();</div>
<div class="line"><a name="l02170"></a><span class="lineno"> 2170</span>&#160;}</div>
<div class="line"><a name="l02171"></a><span class="lineno"> 2171</span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp; GScipOutput::_internal_status_detail()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02172"></a><span class="lineno"> 2172</span>&#160; <span class="keywordflow">return</span> status_detail_.Get();</div>
<div class="line"><a name="l02173"></a><span class="lineno"> 2173</span>&#160;}</div>
<div class="line"><a name="l02174"></a><span class="lineno"> 2174</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::_internal_set_status_detail(<span class="keyword">const</span> std::string&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02175"></a><span class="lineno"> 2175</span>&#160; </div>
<div class="line"><a name="l02176"></a><span class="lineno"> 2176</span>&#160; status_detail_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>, GetArena());</div>
<div class="line"><a name="l02177"></a><span class="lineno"> 2177</span>&#160;}</div>
<div class="line"><a name="l02178"></a><span class="lineno"> 2178</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::set_status_detail(std::string&amp;&amp; <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02179"></a><span class="lineno"> 2179</span>&#160; </div>
<div class="line"><a name="l02180"></a><span class="lineno"> 2180</span>&#160; status_detail_.Set(</div>
<div class="line"><a name="l02181"></a><span class="lineno"> 2181</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), GetArena());</div>
<div class="line"><a name="l02182"></a><span class="lineno"> 2182</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_rvalue:operations_research.GScipOutput.status_detail)</span></div>
<div class="line"><a name="l02183"></a><span class="lineno"> 2183</span>&#160;}</div>
<div class="line"><a name="l02184"></a><span class="lineno"> 2184</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::set_status_detail(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>) {</div>
<div class="line"><a name="l02185"></a><span class="lineno"> 2185</span>&#160; GOOGLE_DCHECK(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a> != <span class="keyword">nullptr</span>);</div>
<div class="line"><a name="l02186"></a><span class="lineno"> 2186</span>&#160; </div>
<div class="line"><a name="l02187"></a><span class="lineno"> 2187</span>&#160; status_detail_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), GetArena());</div>
<div class="line"><a name="l02188"></a><span class="lineno"> 2188</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_char:operations_research.GScipOutput.status_detail)</span></div>
<div class="line"><a name="l02189"></a><span class="lineno"> 2189</span>&#160;}</div>
<div class="line"><a name="l02190"></a><span class="lineno"> 2190</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::set_status_detail(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>,</div>
<div class="line"><a name="l02191"></a><span class="lineno"> 2191</span>&#160; <span class="keywordtype">size_t</span> size) {</div>
<div class="line"><a name="l02192"></a><span class="lineno"> 2192</span>&#160; </div>
<div class="line"><a name="l02193"></a><span class="lineno"> 2193</span>&#160; status_detail_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(</div>
<div class="line"><a name="l02194"></a><span class="lineno"> 2194</span>&#160; <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span><span class="keywordtype">char</span>*<span class="keyword">&gt;</span>(<a class="code" href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a>), size), GetArena());</div>
<div class="line"><a name="l02195"></a><span class="lineno"> 2195</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_pointer:operations_research.GScipOutput.status_detail)</span></div>
<div class="line"><a name="l02196"></a><span class="lineno"> 2196</span>&#160;}</div>
<div class="line"><a name="l02197"></a><span class="lineno"> 2197</span>&#160;<span class="keyword">inline</span> std::string* GScipOutput::_internal_mutable_status_detail() {</div>
<div class="line"><a name="l02198"></a><span class="lineno"> 2198</span>&#160; </div>
<div class="line"><a name="l02199"></a><span class="lineno"> 2199</span>&#160; <span class="keywordflow">return</span> status_detail_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());</div>
<div class="line"><a name="l02200"></a><span class="lineno"> 2200</span>&#160;}</div>
<div class="line"><a name="l02201"></a><span class="lineno"> 2201</span>&#160;<span class="keyword">inline</span> std::string* GScipOutput::release_status_detail() {</div>
<div class="line"><a name="l02202"></a><span class="lineno"> 2202</span>&#160; <span class="comment">// @@protoc_insertion_point(field_release:operations_research.GScipOutput.status_detail)</span></div>
<div class="line"><a name="l02203"></a><span class="lineno"> 2203</span>&#160; <span class="keywordflow">return</span> status_detail_.Release(&amp;::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());</div>
<div class="line"><a name="l02204"></a><span class="lineno"> 2204</span>&#160;}</div>
<div class="line"><a name="l02205"></a><span class="lineno"> 2205</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::set_allocated_status_detail(std::string* status_detail) {</div>
<div class="line"><a name="l02206"></a><span class="lineno"> 2206</span>&#160; <span class="keywordflow">if</span> (status_detail != <span class="keyword">nullptr</span>) {</div>
<div class="line"><a name="l02207"></a><span class="lineno"> 2207</span>&#160; </div>
<div class="line"><a name="l02208"></a><span class="lineno"> 2208</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l02209"></a><span class="lineno"> 2209</span>&#160; </div>
<div class="line"><a name="l02210"></a><span class="lineno"> 2210</span>&#160; }</div>
<div class="line"><a name="l02211"></a><span class="lineno"> 2211</span>&#160; status_detail_.SetAllocated(&amp;::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), status_detail,</div>
<div class="line"><a name="l02212"></a><span class="lineno"> 2212</span>&#160; GetArena());</div>
<div class="line"><a name="l02213"></a><span class="lineno"> 2213</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_allocated:operations_research.GScipOutput.status_detail)</span></div>
<div class="line"><a name="l02214"></a><span class="lineno"> 2214</span>&#160;}</div>
<div class="line"><a name="l02215"></a><span class="lineno"> 2215</span>&#160; </div>
<div class="line"><a name="l02216"></a><span class="lineno"> 2216</span>&#160;<span class="comment">// .operations_research.GScipSolvingStats stats = 3;</span></div>
<div class="line"><a name="l02217"></a><span class="lineno"> 2217</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipOutput::_internal_has_stats()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02218"></a><span class="lineno"> 2218</span>&#160; <span class="keywordflow">return</span> <span class="keyword">this</span> != internal_default_instance() &amp;&amp; stats_ != <span class="keyword">nullptr</span>;</div>
<div class="line"><a name="l02219"></a><span class="lineno"> 2219</span>&#160;}</div>
<div class="line"><a name="l02220"></a><span class="lineno"> 2220</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">bool</span> GScipOutput::has_stats()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02221"></a><span class="lineno"> 2221</span>&#160; <span class="keywordflow">return</span> _internal_has_stats();</div>
<div class="line"><a name="l02222"></a><span class="lineno"> 2222</span>&#160;}</div>
<div class="line"><a name="l02223"></a><span class="lineno"> 2223</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::clear_stats() {</div>
<div class="line"><a name="l02224"></a><span class="lineno"> 2224</span>&#160; <span class="keywordflow">if</span> (GetArena() == <span class="keyword">nullptr</span> &amp;&amp; stats_ != <span class="keyword">nullptr</span>) {</div>
<div class="line"><a name="l02225"></a><span class="lineno"> 2225</span>&#160; <span class="keyword">delete</span> stats_;</div>
<div class="line"><a name="l02226"></a><span class="lineno"> 2226</span>&#160; }</div>
<div class="line"><a name="l02227"></a><span class="lineno"> 2227</span>&#160; stats_ = <span class="keyword">nullptr</span>;</div>
<div class="line"><a name="l02228"></a><span class="lineno"> 2228</span>&#160;}</div>
<div class="line"><a name="l02229"></a><span class="lineno"> 2229</span>&#160;<span class="keyword">inline</span> const ::operations_research::GScipSolvingStats&amp; GScipOutput::_internal_stats()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02230"></a><span class="lineno"> 2230</span>&#160; const ::operations_research::GScipSolvingStats* p = stats_;</div>
<div class="line"><a name="l02231"></a><span class="lineno"> 2231</span>&#160; <span class="keywordflow">return</span> p != <span class="keyword">nullptr</span> ? *p : <span class="keyword">reinterpret_cast&lt;</span><span class="keyword">const </span>::operations_research::GScipSolvingStats&amp;<span class="keyword">&gt;</span>(</div>
<div class="line"><a name="l02232"></a><span class="lineno"> 2232</span>&#160; <a class="code" href="namespaceoperations__research.html#a08782ae063a2c2f3b4e5a0de613b927b">::operations_research::_GScipSolvingStats_default_instance_</a>);</div>
<div class="line"><a name="l02233"></a><span class="lineno"> 2233</span>&#160;}</div>
<div class="line"><a name="l02234"></a><span class="lineno"> 2234</span>&#160;<span class="keyword">inline</span> const ::operations_research::GScipSolvingStats&amp; GScipOutput::stats()<span class="keyword"> const </span>{</div>
<div class="line"><a name="l02235"></a><span class="lineno"> 2235</span>&#160; <span class="comment">// @@protoc_insertion_point(field_get:operations_research.GScipOutput.stats)</span></div>
<div class="line"><a name="l02236"></a><span class="lineno"> 2236</span>&#160; <span class="keywordflow">return</span> _internal_stats();</div>
<div class="line"><a name="l02237"></a><span class="lineno"> 2237</span>&#160;}</div>
<div class="line"><a name="l02238"></a><span class="lineno"> 2238</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::unsafe_arena_set_allocated_stats(</div>
<div class="line"><a name="l02239"></a><span class="lineno"> 2239</span>&#160; ::operations_research::GScipSolvingStats* stats) {</div>
<div class="line"><a name="l02240"></a><span class="lineno"> 2240</span>&#160; <span class="keywordflow">if</span> (GetArena() == <span class="keyword">nullptr</span>) {</div>
<div class="line"><a name="l02241"></a><span class="lineno"> 2241</span>&#160; <span class="keyword">delete</span> <span class="keyword">reinterpret_cast&lt;</span>::PROTOBUF_NAMESPACE_ID::MessageLite*<span class="keyword">&gt;</span>(stats_);</div>
<div class="line"><a name="l02242"></a><span class="lineno"> 2242</span>&#160; }</div>
<div class="line"><a name="l02243"></a><span class="lineno"> 2243</span>&#160; stats_ = stats;</div>
<div class="line"><a name="l02244"></a><span class="lineno"> 2244</span>&#160; <span class="keywordflow">if</span> (stats) {</div>
<div class="line"><a name="l02245"></a><span class="lineno"> 2245</span>&#160; </div>
<div class="line"><a name="l02246"></a><span class="lineno"> 2246</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l02247"></a><span class="lineno"> 2247</span>&#160; </div>
<div class="line"><a name="l02248"></a><span class="lineno"> 2248</span>&#160; }</div>
<div class="line"><a name="l02249"></a><span class="lineno"> 2249</span>&#160; <span class="comment">// @@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.GScipOutput.stats)</span></div>
<div class="line"><a name="l02250"></a><span class="lineno"> 2250</span>&#160;}</div>
<div class="line"><a name="l02251"></a><span class="lineno"> 2251</span>&#160;inline ::operations_research::GScipSolvingStats* GScipOutput::release_stats() {</div>
<div class="line"><a name="l02252"></a><span class="lineno"> 2252</span>&#160; </div>
<div class="line"><a name="l02253"></a><span class="lineno"> 2253</span>&#160; ::operations_research::GScipSolvingStats* temp = stats_;</div>
<div class="line"><a name="l02254"></a><span class="lineno"> 2254</span>&#160; stats_ = <span class="keyword">nullptr</span>;</div>
<div class="line"><a name="l02255"></a><span class="lineno"> 2255</span>&#160; <span class="keywordflow">if</span> (GetArena() != <span class="keyword">nullptr</span>) {</div>
<div class="line"><a name="l02256"></a><span class="lineno"> 2256</span>&#160; temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);</div>
<div class="line"><a name="l02257"></a><span class="lineno"> 2257</span>&#160; }</div>
<div class="line"><a name="l02258"></a><span class="lineno"> 2258</span>&#160; <span class="keywordflow">return</span> temp;</div>
<div class="line"><a name="l02259"></a><span class="lineno"> 2259</span>&#160;}</div>
<div class="line"><a name="l02260"></a><span class="lineno"> 2260</span>&#160;inline ::operations_research::GScipSolvingStats* GScipOutput::unsafe_arena_release_stats() {</div>
<div class="line"><a name="l02261"></a><span class="lineno"> 2261</span>&#160; <span class="comment">// @@protoc_insertion_point(field_release:operations_research.GScipOutput.stats)</span></div>
<div class="line"><a name="l02262"></a><span class="lineno"> 2262</span>&#160; </div>
<div class="line"><a name="l02263"></a><span class="lineno"> 2263</span>&#160; ::operations_research::GScipSolvingStats* temp = stats_;</div>
<div class="line"><a name="l02264"></a><span class="lineno"> 2264</span>&#160; stats_ = <span class="keyword">nullptr</span>;</div>
<div class="line"><a name="l02265"></a><span class="lineno"> 2265</span>&#160; <span class="keywordflow">return</span> temp;</div>
<div class="line"><a name="l02266"></a><span class="lineno"> 2266</span>&#160;}</div>
<div class="line"><a name="l02267"></a><span class="lineno"> 2267</span>&#160;inline ::operations_research::GScipSolvingStats* GScipOutput::_internal_mutable_stats() {</div>
<div class="line"><a name="l02268"></a><span class="lineno"> 2268</span>&#160; </div>
<div class="line"><a name="l02269"></a><span class="lineno"> 2269</span>&#160; <span class="keywordflow">if</span> (stats_ == <span class="keyword">nullptr</span>) {</div>
<div class="line"><a name="l02270"></a><span class="lineno"> 2270</span>&#160; <span class="keyword">auto</span>* p = CreateMaybeMessage&lt;::operations_research::GScipSolvingStats&gt;(GetArena());</div>
<div class="line"><a name="l02271"></a><span class="lineno"> 2271</span>&#160; stats_ = p;</div>
<div class="line"><a name="l02272"></a><span class="lineno"> 2272</span>&#160; }</div>
<div class="line"><a name="l02273"></a><span class="lineno"> 2273</span>&#160; <span class="keywordflow">return</span> stats_;</div>
<div class="line"><a name="l02274"></a><span class="lineno"> 2274</span>&#160;}</div>
<div class="line"><a name="l02275"></a><span class="lineno"> 2275</span>&#160;inline ::operations_research::GScipSolvingStats* GScipOutput::mutable_stats() {</div>
<div class="line"><a name="l02276"></a><span class="lineno"> 2276</span>&#160; <span class="comment">// @@protoc_insertion_point(field_mutable:operations_research.GScipOutput.stats)</span></div>
<div class="line"><a name="l02277"></a><span class="lineno"> 2277</span>&#160; <span class="keywordflow">return</span> _internal_mutable_stats();</div>
<div class="line"><a name="l02278"></a><span class="lineno"> 2278</span>&#160;}</div>
<div class="line"><a name="l02279"></a><span class="lineno"> 2279</span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> GScipOutput::set_allocated_stats(::operations_research::GScipSolvingStats* stats) {</div>
<div class="line"><a name="l02280"></a><span class="lineno"> 2280</span>&#160; ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();</div>
<div class="line"><a name="l02281"></a><span class="lineno"> 2281</span>&#160; <span class="keywordflow">if</span> (message_arena == <span class="keyword">nullptr</span>) {</div>
<div class="line"><a name="l02282"></a><span class="lineno"> 2282</span>&#160; <span class="keyword">delete</span> stats_;</div>
<div class="line"><a name="l02283"></a><span class="lineno"> 2283</span>&#160; }</div>
<div class="line"><a name="l02284"></a><span class="lineno"> 2284</span>&#160; <span class="keywordflow">if</span> (stats) {</div>
<div class="line"><a name="l02285"></a><span class="lineno"> 2285</span>&#160; ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =</div>
<div class="line"><a name="l02286"></a><span class="lineno"> 2286</span>&#160; ::PROTOBUF_NAMESPACE_ID::Arena::GetArena(stats);</div>
<div class="line"><a name="l02287"></a><span class="lineno"> 2287</span>&#160; <span class="keywordflow">if</span> (message_arena != submessage_arena) {</div>
<div class="line"><a name="l02288"></a><span class="lineno"> 2288</span>&#160; stats = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(</div>
<div class="line"><a name="l02289"></a><span class="lineno"> 2289</span>&#160; message_arena, stats, submessage_arena);</div>
<div class="line"><a name="l02290"></a><span class="lineno"> 2290</span>&#160; }</div>
<div class="line"><a name="l02291"></a><span class="lineno"> 2291</span>&#160; </div>
<div class="line"><a name="l02292"></a><span class="lineno"> 2292</span>&#160; } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l02293"></a><span class="lineno"> 2293</span>&#160; </div>
<div class="line"><a name="l02294"></a><span class="lineno"> 2294</span>&#160; }</div>
<div class="line"><a name="l02295"></a><span class="lineno"> 2295</span>&#160; stats_ = stats;</div>
<div class="line"><a name="l02296"></a><span class="lineno"> 2296</span>&#160; <span class="comment">// @@protoc_insertion_point(field_set_allocated:operations_research.GScipOutput.stats)</span></div>
<div class="line"><a name="l02297"></a><span class="lineno"> 2297</span>&#160;}</div>
<div class="line"><a name="l02298"></a><span class="lineno"> 2298</span>&#160; </div>
<div class="line"><a name="l02299"></a><span class="lineno"> 2299</span>&#160;<span class="preprocessor">#ifdef __GNUC__</span></div>
<div class="line"><a name="l02300"></a><span class="lineno"> 2300</span>&#160;<span class="preprocessor"> #pragma GCC diagnostic pop</span></div>
<div class="line"><a name="l02301"></a><span class="lineno"> 2301</span>&#160;<span class="preprocessor">#endif </span><span class="comment">// __GNUC__</span></div>
<div class="line"><a name="l02302"></a><span class="lineno"> 2302</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l02303"></a><span class="lineno"> 2303</span>&#160; </div>
<div class="line"><a name="l02304"></a><span class="lineno"> 2304</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l02305"></a><span class="lineno"> 2305</span>&#160; </div>
<div class="line"><a name="l02306"></a><span class="lineno"> 2306</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l02307"></a><span class="lineno"> 2307</span>&#160; </div>
<div class="line"><a name="l02308"></a><span class="lineno"> 2308</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l02309"></a><span class="lineno"> 2309</span>&#160; </div>
<div class="line"><a name="l02310"></a><span class="lineno"> 2310</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l02311"></a><span class="lineno"> 2311</span>&#160; </div>
<div class="line"><a name="l02312"></a><span class="lineno"> 2312</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l02313"></a><span class="lineno"> 2313</span>&#160; </div>
<div class="line"><a name="l02314"></a><span class="lineno"> 2314</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l02315"></a><span class="lineno"> 2315</span>&#160; </div>
<div class="line"><a name="l02316"></a><span class="lineno"> 2316</span>&#160;<span class="comment">// -------------------------------------------------------------------</span></div>
<div class="line"><a name="l02317"></a><span class="lineno"> 2317</span>&#160; </div>
<div class="line"><a name="l02318"></a><span class="lineno"> 2318</span>&#160; </div>
<div class="line"><a name="l02319"></a><span class="lineno"> 2319</span>&#160;<span class="comment">// @@protoc_insertion_point(namespace_scope)</span></div>
<div class="line"><a name="l02320"></a><span class="lineno"> 2320</span>&#160; </div>
<div class="line"><a name="l02321"></a><span class="lineno"> 2321</span>&#160;} <span class="comment">// namespace operations_research</span></div>
<div class="line"><a name="l02322"></a><span class="lineno"> 2322</span>&#160; </div>
<div class="line"><a name="l02323"></a><span class="lineno"> 2323</span>&#160;PROTOBUF_NAMESPACE_OPEN</div>
<div class="line"><a name="l02324"></a><span class="lineno"> 2324</span>&#160; </div>
<div class="line"><a name="l02325"></a><span class="lineno"><a class="line" href="structis__proto__enum_3_01_1_1operations__research_1_1_g_scip_parameters___emphasis_01_4.html"> 2325</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <span class="keyword">struct </span>is_proto_enum&lt; ::<a class="code" href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">operations_research::GScipParameters_Emphasis</a>&gt; : ::std::true_type {};</div>
<div class="line"><a name="l02326"></a><span class="lineno"> 2326</span>&#160;<span class="keyword">template</span> &lt;&gt;</div>
<div class="line"><a name="l02327"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#a807258744e8e2ea20d0da663c3956b9a"> 2327</a></span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> EnumDescriptor* GetEnumDescriptor&lt; ::operations_research::GScipParameters_Emphasis&gt;() {</div>
<div class="line"><a name="l02328"></a><span class="lineno"> 2328</span>&#160; <a class="code" href="namespaceoperations__research.html#a463ede459707ecd7897a84154712ee78">return ::operations_research::GScipParameters_Emphasis_descriptor</a>();</div>
<div class="line"><a name="l02329"></a><span class="lineno"> 2329</span>&#160;}</div>
<div class="line"><a name="l02330"></a><span class="lineno"><a class="line" href="structis__proto__enum_3_01_1_1operations__research_1_1_g_scip_parameters___meta_param_value_01_4.html"> 2330</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <span class="keyword">struct </span>is_proto_enum&lt; ::<a class="code" href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a>&gt; : ::std::true_type {};</div>
<div class="line"><a name="l02331"></a><span class="lineno"> 2331</span>&#160;<span class="keyword">template</span> &lt;&gt;</div>
<div class="line"><a name="l02332"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#ad85601ff2da71e9ba1699727d2630e54"> 2332</a></span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> EnumDescriptor* GetEnumDescriptor&lt; ::operations_research::GScipParameters_MetaParamValue&gt;() {</div>
<div class="line"><a name="l02333"></a><span class="lineno"> 2333</span>&#160; <a class="code" href="namespaceoperations__research.html#a090d4688475b4279a9df9931215c5d61">return ::operations_research::GScipParameters_MetaParamValue_descriptor</a>();</div>
<div class="line"><a name="l02334"></a><span class="lineno"> 2334</span>&#160;}</div>
<div class="line"><a name="l02335"></a><span class="lineno"><a class="line" href="structis__proto__enum_3_01_1_1operations__research_1_1_g_scip_output___status_01_4.html"> 2335</a></span>&#160;<span class="keyword">template</span> &lt;&gt; <span class="keyword">struct </span>is_proto_enum&lt; ::<a class="code" href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">operations_research::GScipOutput_Status</a>&gt; : ::std::true_type {};</div>
<div class="line"><a name="l02336"></a><span class="lineno"> 2336</span>&#160;<span class="keyword">template</span> &lt;&gt;</div>
<div class="line"><a name="l02337"></a><span class="lineno"><a class="line" href="gscip_8pb_8h.html#a82d9926e14c9c493c55c922eddb943ce"> 2337</a></span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> EnumDescriptor* GetEnumDescriptor&lt; ::operations_research::GScipOutput_Status&gt;() {</div>
<div class="line"><a name="l02338"></a><span class="lineno"> 2338</span>&#160; <a class="code" href="namespaceoperations__research.html#a667d67dfe1cdcbcc5a27d698c6211037">return ::operations_research::GScipOutput_Status_descriptor</a>();</div>
<div class="line"><a name="l02339"></a><span class="lineno"> 2339</span>&#160;}</div>
<div class="line"><a name="l02340"></a><span class="lineno"> 2340</span>&#160; </div>
<div class="line"><a name="l02341"></a><span class="lineno"> 2341</span>&#160;PROTOBUF_NAMESPACE_CLOSE</div>
<div class="line"><a name="l02342"></a><span class="lineno"> 2342</span>&#160; </div>
<div class="line"><a name="l02343"></a><span class="lineno"> 2343</span>&#160;<span class="comment">// @@protoc_insertion_point(global_scope)</span></div>
<div class="line"><a name="l02344"></a><span class="lineno"> 2344</span>&#160; </div>
<div class="line"><a name="l02345"></a><span class="lineno"> 2345</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/port_undef.inc&gt;</span></div>
<div class="line"><a name="l02346"></a><span class="lineno"> 2346</span>&#160;<span class="preprocessor">#endif </span><span class="comment">// GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ortools_2fgscip_2fgscip_2eproto</span></div>
<div class="ttc" id="aalldiff__cst_8cc_html_a26e6db9bcc64b584051ecc28171ed11f"><div class="ttname"><a href="alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f">max</a></div><div class="ttdeci">int64_t max</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00140">alldiff_cst.cc:140</a></div></div>
<div class="ttc" id="aalldiff__cst_8cc_html_ad10edae0a852d72fb76afb1c77735045"><div class="ttname"><a href="alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045">min</a></div><div class="ttdeci">int64_t min</div><div class="ttdef"><b>Definition:</b> <a href="alldiff__cst_8cc_source.html#l00139">alldiff_cst.cc:139</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use_html"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html">operations_research::GScipParameters_BoolParamsEntry_DoNotUse</a></div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00205">gscip.pb.h:208</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use_html_a2d4654c7050c0bfe6658570b0d6cb36e"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#a2d4654c7050c0bfe6658570b0d6cb36e">operations_research::GScipParameters_BoolParamsEntry_DoNotUse::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const GScipParameters_BoolParamsEntry_DoNotUse &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00497">gscip.pb.cc:497</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use_html_a3f50b7750a6433d01f657c0961a1ee07"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">operations_research::GScipParameters_BoolParamsEntry_DoNotUse::ValidateKey</a></div><div class="ttdeci">static bool ValidateKey(std::string *s)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00220">gscip.pb.h:220</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use_html_aa738a3a9d707cac02b632b9d4f13cfe8"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8">operations_research::GScipParameters_BoolParamsEntry_DoNotUse::ValidateValue</a></div><div class="ttdeci">static bool ValidateValue(void *)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00223">gscip.pb.h:223</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::GScipParameters_BoolParamsEntry_DoNotUse::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00500">gscip.pb.cc:500</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use_html_ac19af38a443411be7bdca4cc2f9e9f4c"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ac19af38a443411be7bdca4cc2f9e9f4c">operations_research::GScipParameters_BoolParamsEntry_DoNotUse::SuperType</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt; GScipParameters_BoolParamsEntry_DoNotUse, std::string, bool, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_BOOL &gt; SuperType</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00213">gscip.pb.h:213</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use_html_ae45f4fb6959da9702d1a12bc5954a780"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#ae45f4fb6959da9702d1a12bc5954a780">operations_research::GScipParameters_BoolParamsEntry_DoNotUse::GScipParameters_BoolParamsEntry_DoNotUse</a></div><div class="ttdeci">GScipParameters_BoolParamsEntry_DoNotUse()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00494">gscip.pb.cc:494</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use_html_affb7625ff7d2903dc857c553395ac39e"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___bool_params_entry___do_not_use.html#affb7625ff7d2903dc857c553395ac39e">operations_research::GScipParameters_BoolParamsEntry_DoNotUse::internal_default_instance</a></div><div class="ttdeci">static const GScipParameters_BoolParamsEntry_DoNotUse * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00219">gscip.pb.h:219</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use_html"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html">operations_research::GScipParameters_CharParamsEntry_DoNotUse</a></div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00333">gscip.pb.h:336</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use_html_a3f50b7750a6433d01f657c0961a1ee07"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">operations_research::GScipParameters_CharParamsEntry_DoNotUse::ValidateKey</a></div><div class="ttdeci">static bool ValidateKey(std::string *s)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00348">gscip.pb.h:348</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use_html_a4630c84e1242ba2323d62b1ca365c5fc"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a4630c84e1242ba2323d62b1ca365c5fc">operations_research::GScipParameters_CharParamsEntry_DoNotUse::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const GScipParameters_CharParamsEntry_DoNotUse &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00565">gscip.pb.cc:565</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use_html_a6b4dd75b2d70c9f65ffb80a84e3e1edc"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#a6b4dd75b2d70c9f65ffb80a84e3e1edc">operations_research::GScipParameters_CharParamsEntry_DoNotUse::GScipParameters_CharParamsEntry_DoNotUse</a></div><div class="ttdeci">GScipParameters_CharParamsEntry_DoNotUse()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00562">gscip.pb.cc:562</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::GScipParameters_CharParamsEntry_DoNotUse::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00568">gscip.pb.cc:568</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use_html_ae09d7100b6c74c4f91476cdca258ad07"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#ae09d7100b6c74c4f91476cdca258ad07">operations_research::GScipParameters_CharParamsEntry_DoNotUse::internal_default_instance</a></div><div class="ttdeci">static const GScipParameters_CharParamsEntry_DoNotUse * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00347">gscip.pb.h:347</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use_html_aef9b25a25ef21f78dfe2f1c95d2a8ffb"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#aef9b25a25ef21f78dfe2f1c95d2a8ffb">operations_research::GScipParameters_CharParamsEntry_DoNotUse::SuperType</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt; GScipParameters_CharParamsEntry_DoNotUse, std::string, std::string, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING &gt; SuperType</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00341">gscip.pb.h:341</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use_html_af29b248b934ad970c53c94f9d29c0aac"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___char_params_entry___do_not_use.html#af29b248b934ad970c53c94f9d29c0aac">operations_research::GScipParameters_CharParamsEntry_DoNotUse::ValidateValue</a></div><div class="ttdeci">static bool ValidateValue(std::string *s)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00351">gscip.pb.h:351</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use_html"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html">operations_research::GScipParameters_IntParamsEntry_DoNotUse</a></div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00237">gscip.pb.h:240</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use_html_a1da1b08322fafef39417be30912cb3df"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a1da1b08322fafef39417be30912cb3df">operations_research::GScipParameters_IntParamsEntry_DoNotUse::GScipParameters_IntParamsEntry_DoNotUse</a></div><div class="ttdeci">GScipParameters_IntParamsEntry_DoNotUse()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00511">gscip.pb.cc:511</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use_html_a2aa0400bcbff35032c9f0fca5361fcaa"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a2aa0400bcbff35032c9f0fca5361fcaa">operations_research::GScipParameters_IntParamsEntry_DoNotUse::SuperType</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt; GScipParameters_IntParamsEntry_DoNotUse, std::string, ::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32 &gt; SuperType</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00245">gscip.pb.h:245</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use_html_a3f50b7750a6433d01f657c0961a1ee07"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">operations_research::GScipParameters_IntParamsEntry_DoNotUse::ValidateKey</a></div><div class="ttdeci">static bool ValidateKey(std::string *s)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00252">gscip.pb.h:252</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use_html_a4dd8f01d0a0c91f22625372cbe4222e8"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#a4dd8f01d0a0c91f22625372cbe4222e8">operations_research::GScipParameters_IntParamsEntry_DoNotUse::internal_default_instance</a></div><div class="ttdeci">static const GScipParameters_IntParamsEntry_DoNotUse * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00251">gscip.pb.h:251</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use_html_aa738a3a9d707cac02b632b9d4f13cfe8"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8">operations_research::GScipParameters_IntParamsEntry_DoNotUse::ValidateValue</a></div><div class="ttdeci">static bool ValidateValue(void *)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00255">gscip.pb.h:255</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::GScipParameters_IntParamsEntry_DoNotUse::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00517">gscip.pb.cc:517</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use_html_ab88b4b53c87fef6c6a5d004af2ea0f85"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___int_params_entry___do_not_use.html#ab88b4b53c87fef6c6a5d004af2ea0f85">operations_research::GScipParameters_IntParamsEntry_DoNotUse::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const GScipParameters_IntParamsEntry_DoNotUse &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00514">gscip.pb.cc:514</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use_html"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html">operations_research::GScipParameters_LongParamsEntry_DoNotUse</a></div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00269">gscip.pb.h:272</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use_html_a3f50b7750a6433d01f657c0961a1ee07"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">operations_research::GScipParameters_LongParamsEntry_DoNotUse::ValidateKey</a></div><div class="ttdeci">static bool ValidateKey(std::string *s)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00284">gscip.pb.h:284</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use_html_a6ee1cbac5fc8895ff36e7e412cab2dba"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#a6ee1cbac5fc8895ff36e7e412cab2dba">operations_research::GScipParameters_LongParamsEntry_DoNotUse::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const GScipParameters_LongParamsEntry_DoNotUse &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00531">gscip.pb.cc:531</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use_html_a99493133d1c95683b55ed4430d87a49f"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#a99493133d1c95683b55ed4430d87a49f">operations_research::GScipParameters_LongParamsEntry_DoNotUse::internal_default_instance</a></div><div class="ttdeci">static const GScipParameters_LongParamsEntry_DoNotUse * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00283">gscip.pb.h:283</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use_html_aa19e34a3a5fef6596c9dd947da355e7b"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#aa19e34a3a5fef6596c9dd947da355e7b">operations_research::GScipParameters_LongParamsEntry_DoNotUse::GScipParameters_LongParamsEntry_DoNotUse</a></div><div class="ttdeci">GScipParameters_LongParamsEntry_DoNotUse()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00528">gscip.pb.cc:528</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use_html_aa738a3a9d707cac02b632b9d4f13cfe8"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8">operations_research::GScipParameters_LongParamsEntry_DoNotUse::ValidateValue</a></div><div class="ttdeci">static bool ValidateValue(void *)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00287">gscip.pb.h:287</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::GScipParameters_LongParamsEntry_DoNotUse::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00534">gscip.pb.cc:534</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use_html_acd81fdce6b9edf1615a55e254dd0ef1e"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___long_params_entry___do_not_use.html#acd81fdce6b9edf1615a55e254dd0ef1e">operations_research::GScipParameters_LongParamsEntry_DoNotUse::SuperType</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt; GScipParameters_LongParamsEntry_DoNotUse, std::string, ::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64 &gt; SuperType</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00277">gscip.pb.h:277</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use_html"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html">operations_research::GScipParameters_RealParamsEntry_DoNotUse</a></div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00301">gscip.pb.h:304</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use_html_a0cc4e841b65ae50ab240372921cf1b88"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a0cc4e841b65ae50ab240372921cf1b88">operations_research::GScipParameters_RealParamsEntry_DoNotUse::internal_default_instance</a></div><div class="ttdeci">static const GScipParameters_RealParamsEntry_DoNotUse * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00315">gscip.pb.h:315</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use_html_a2c64ee5732274126358dcee65965a942"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a2c64ee5732274126358dcee65965a942">operations_research::GScipParameters_RealParamsEntry_DoNotUse::GScipParameters_RealParamsEntry_DoNotUse</a></div><div class="ttdeci">GScipParameters_RealParamsEntry_DoNotUse()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00545">gscip.pb.cc:545</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use_html_a3f50b7750a6433d01f657c0961a1ee07"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">operations_research::GScipParameters_RealParamsEntry_DoNotUse::ValidateKey</a></div><div class="ttdeci">static bool ValidateKey(std::string *s)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00316">gscip.pb.h:316</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use_html_a53abc9f5b3929510766bb164d358caad"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#a53abc9f5b3929510766bb164d358caad">operations_research::GScipParameters_RealParamsEntry_DoNotUse::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const GScipParameters_RealParamsEntry_DoNotUse &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00548">gscip.pb.cc:548</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use_html_aa738a3a9d707cac02b632b9d4f13cfe8"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#aa738a3a9d707cac02b632b9d4f13cfe8">operations_research::GScipParameters_RealParamsEntry_DoNotUse::ValidateValue</a></div><div class="ttdeci">static bool ValidateValue(void *)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00319">gscip.pb.h:319</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::GScipParameters_RealParamsEntry_DoNotUse::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00551">gscip.pb.cc:551</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use_html_af0dfaf8049ec667ca4001d659a9e28a4"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___real_params_entry___do_not_use.html#af0dfaf8049ec667ca4001d659a9e28a4">operations_research::GScipParameters_RealParamsEntry_DoNotUse::SuperType</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt; GScipParameters_RealParamsEntry_DoNotUse, std::string, double, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_DOUBLE &gt; SuperType</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00309">gscip.pb.h:309</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use_html"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html">operations_research::GScipParameters_StringParamsEntry_DoNotUse</a></div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00367">gscip.pb.h:370</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use_html_a3f50b7750a6433d01f657c0961a1ee07"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a3f50b7750a6433d01f657c0961a1ee07">operations_research::GScipParameters_StringParamsEntry_DoNotUse::ValidateKey</a></div><div class="ttdeci">static bool ValidateKey(std::string *s)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00382">gscip.pb.h:382</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use_html_a434d42d6a9d5e48da890b5364e149988"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a434d42d6a9d5e48da890b5364e149988">operations_research::GScipParameters_StringParamsEntry_DoNotUse::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const GScipParameters_StringParamsEntry_DoNotUse &amp;other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00582">gscip.pb.cc:582</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use_html_a8bce48be202c6423f25879a8592efc3c"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a8bce48be202c6423f25879a8592efc3c">operations_research::GScipParameters_StringParamsEntry_DoNotUse::SuperType</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::internal::MapEntry&lt; GScipParameters_StringParamsEntry_DoNotUse, std::string, std::string, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING &gt; SuperType</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00375">gscip.pb.h:375</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use_html_a931ff9aa3610740a4316ebae5b0e8739"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#a931ff9aa3610740a4316ebae5b0e8739">operations_research::GScipParameters_StringParamsEntry_DoNotUse::GScipParameters_StringParamsEntry_DoNotUse</a></div><div class="ttdeci">GScipParameters_StringParamsEntry_DoNotUse()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00579">gscip.pb.cc:579</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use_html_aa88785530e8febf60716ea07d4b1f16b"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#aa88785530e8febf60716ea07d4b1f16b">operations_research::GScipParameters_StringParamsEntry_DoNotUse::internal_default_instance</a></div><div class="ttdeci">static const GScipParameters_StringParamsEntry_DoNotUse * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00381">gscip.pb.h:381</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::GScipParameters_StringParamsEntry_DoNotUse::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00585">gscip.pb.cc:585</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use_html_af29b248b934ad970c53c94f9d29c0aac"><div class="ttname"><a href="classoperations__research_1_1_g_scip_parameters___string_params_entry___do_not_use.html#af29b248b934ad970c53c94f9d29c0aac">operations_research::GScipParameters_StringParamsEntry_DoNotUse::ValidateValue</a></div><div class="ttdeci">static bool ValidateValue(std::string *s)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00385">gscip.pb.h:385</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html">operations_research::PROTOBUF_FINAL</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00085">assignment.pb.h:86</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a002ec715d68a67c367e30f9f29eea832"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a002ec715d68a67c367e30f9f29eea832">operations_research::PROTOBUF_FINAL::set_node_count</a></div><div class="ttdeci">void set_node_count(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a008ec941f46c5b72667b9cb63868e1c3"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a008ec941f46c5b72667b9cb63868e1c3">operations_research::PROTOBUF_FINAL::silence_output</a></div><div class="ttdeci">bool silence_output() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a076cb3fb676384e5ee220eb6d38708a3"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a076cb3fb676384e5ee220eb6d38708a3">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">GScipOutput &amp; operator=(const GScipOutput &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01147">gscip.pb.h:1147</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a07b413733ecf92ed716206e41271dd28"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a07b413733ecf92ed716206e41271dd28">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">GScipSolvingStats &amp; operator=(GScipSolvingStats &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00926">gscip.pb.h:926</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a08750ceeff62d9d18c81b2ca12223839"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a08750ceeff62d9d18c81b2ca12223839">operations_research::PROTOBUF_FINAL::Status_descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Status_descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01289">gscip.pb.h:1289</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a099e3255cc0b7da42f432dfd852f1c4b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a099e3255cc0b7da42f432dfd852f1c4b">operations_research::PROTOBUF_FINAL::Swap</a></div><div class="ttdeci">void Swap(GScipOutput *other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01182">gscip.pb.h:1182</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a09e15290b2f4d57ac96215787ed11f1b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a09e15290b2f4d57ac96215787ed11f1b">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">GScipSolvingStats * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00977">gscip.pb.h:977</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a0bb35e3eddbdcd9ceeaf7a7e10f0a7ef"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0bb35e3eddbdcd9ceeaf7a7e10f0a7ef">operations_research::PROTOBUF_FINAL::GScipSolvingStats</a></div><div class="ttdeci">GScipSolvingStats(const GScipSolvingStats &amp;from)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a0d808b978f19a897f0c13517f51292fa"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0d808b978f19a897f0c13517f51292fa">operations_research::PROTOBUF_FINAL::GScipParameters</a></div><div class="ttdeci">GScipParameters()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00404">gscip.pb.h:404</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a0f5f43fa4f91f8eb399039e7b196028c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a0f5f43fa4f91f8eb399039e7b196028c">operations_research::PROTOBUF_FINAL::MetaParamValue_descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * MetaParamValue_descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00577">gscip.pb.h:577</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a103a523012f4e8d7669df551c3ae08d8"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a103a523012f4e8d7669df551c3ae08d8">operations_research::PROTOBUF_FINAL::release_search_logs_filename</a></div><div class="ttdeci">std::string * release_search_logs_filename()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a13007a4fff057ecf14c186b7de141cc1"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a13007a4fff057ecf14c186b7de141cc1">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">GScipSolvingStats * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00973">gscip.pb.h:973</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1357c96fb88e28af1b115542dcc00a0c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1357c96fb88e28af1b115542dcc00a0c">operations_research::PROTOBUF_FINAL::GetReflection</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00433">gscip.pb.h:433</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1544c8e460736b05fb8f57e7d716c9c8"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1544c8e460736b05fb8f57e7d716c9c8">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">GScipOutput &amp; operator=(GScipOutput &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01151">gscip.pb.h:1151</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1660527f0e1bed514dfeb88b3794dd2f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1660527f0e1bed514dfeb88b3794dd2f">operations_research::PROTOBUF_FINAL::set_detailed_solving_stats_filename</a></div><div class="ttdeci">void set_detailed_solving_stats_filename(std::string &amp;&amp;value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a16abb16ebbf4cc8ba3c0db876b165231"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a16abb16ebbf4cc8ba3c0db876b165231">operations_research::PROTOBUF_FINAL::has_num_solutions</a></div><div class="ttdeci">bool has_num_solutions() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a185ebe833a701b350d6b229ee34d1e6c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a185ebe833a701b350d6b229ee34d1e6c">operations_research::PROTOBUF_FINAL::root_node_bound</a></div><div class="ttdeci">double root_node_bound() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a19999c9ca0e4de0db4bbfbb4e8df08a7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a19999c9ca0e4de0db4bbfbb4e8df08a7">operations_research::PROTOBUF_FINAL::print_detailed_solving_stats</a></div><div class="ttdeci">bool print_detailed_solving_stats() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a19ee9b122472e74adda16c679052d5c5"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a19ee9b122472e74adda16c679052d5c5">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">GScipParameters &amp; operator=(const GScipParameters &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00414">gscip.pb.h:414</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1b58ec8569f293ab3b6810457888ee2d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1b58ec8569f293ab3b6810457888ee2d">operations_research::PROTOBUF_FINAL::release_status_detail</a></div><div class="ttdeci">std::string * release_status_detail()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1c0a3ffd9b40187ef19ed2f1f947417e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1c0a3ffd9b40187ef19ed2f1f947417e">operations_research::PROTOBUF_FINAL::clear_separating</a></div><div class="ttdeci">void clear_separating()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1e436b607da362266ed7e00d18cd6ac7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1e436b607da362266ed7e00d18cd6ac7">operations_research::PROTOBUF_FINAL::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1f32d5e91dd7f3d1f59d0c9db1af9980"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f32d5e91dd7f3d1f59d0c9db1af9980">operations_research::PROTOBUF_FINAL::clear_dual_simplex_iterations</a></div><div class="ttdeci">void clear_dual_simplex_iterations()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1f7fb9f1b0bee8d0bc74aae0a588aa45"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1f7fb9f1b0bee8d0bc74aae0a588aa45">operations_research::PROTOBUF_FINAL::detailed_solving_stats_filename</a></div><div class="ttdeci">const std::string &amp; detailed_solving_stats_filename() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a1ff668afd5c0e308e7e759951c08162e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a1ff668afd5c0e308e7e759951c08162e">operations_research::PROTOBUF_FINAL::status_detail</a></div><div class="ttdeci">const std::string &amp; status_detail() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a20a0cc82048a1d2ae73a39c1542806b5"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a20a0cc82048a1d2ae73a39c1542806b5">operations_research::PROTOBUF_FINAL::set_best_bound</a></div><div class="ttdeci">void set_best_bound(double value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a21afb5a610c3cee475ee87e62eefefc0"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a21afb5a610c3cee475ee87e62eefefc0">operations_research::PROTOBUF_FINAL::mutable_scip_model_filename</a></div><div class="ttdeci">std::string * mutable_scip_model_filename()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a27d91c8decc724c758e711c0407939b5"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a27d91c8decc724c758e711c0407939b5">operations_research::PROTOBUF_FINAL::clear_total_lp_iterations</a></div><div class="ttdeci">void clear_total_lp_iterations()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a28451f9f8cf83a379efadba973f84695"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a28451f9f8cf83a379efadba973f84695">operations_research::PROTOBUF_FINAL::set_scip_model_filename</a></div><div class="ttdeci">void set_scip_model_filename(std::string &amp;&amp;value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a2a4101d4b0a932bf3985608508da0d67"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2a4101d4b0a932bf3985608508da0d67">operations_research::PROTOBUF_FINAL::has_stats</a></div><div class="ttdeci">bool has_stats() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a2ca195d9478745b8004541b7e27c79c6"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2ca195d9478745b8004541b7e27c79c6">operations_research::PROTOBUF_FINAL::clear_primal_simplex_iterations</a></div><div class="ttdeci">void clear_primal_simplex_iterations()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a2cc19866f48ad49b5b830745df12ba4d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2cc19866f48ad49b5b830745df12ba4d">operations_research::PROTOBUF_FINAL::GScipSolvingStats</a></div><div class="ttdeci">constexpr GScipSolvingStats(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a2fd28cb551c6c3edda3123459fb76e7e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a2fd28cb551c6c3edda3123459fb76e7e">operations_research::PROTOBUF_FINAL::heuristics</a></div><div class="ttdeci">::operations_research::GScipParameters_MetaParamValue heuristics() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a3093b30aa99ebf483676b451adbd5708"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3093b30aa99ebf483676b451adbd5708">operations_research::PROTOBUF_FINAL::descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00427">gscip.pb.h:427</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a31eaa8cbc57692feb96545237158712d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a31eaa8cbc57692feb96545237158712d">operations_research::PROTOBUF_FINAL::has_presolve</a></div><div class="ttdeci">bool has_presolve() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a32d527fd3c26bc4c67a01b2fc4ad082d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a32d527fd3c26bc4c67a01b2fc4ad082d">operations_research::PROTOBUF_FINAL::clear_real_params</a></div><div class="ttdeci">void clear_real_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a37dbc78f519c7251f8b9aa8db7ccf104"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a37dbc78f519c7251f8b9aa8db7ccf104">operations_research::PROTOBUF_FINAL::mutable_int_params</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt; * mutable_int_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a39a1e1e031fff699c93579b11bf05d29"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a39a1e1e031fff699c93579b11bf05d29">operations_research::PROTOBUF_FINAL::int_params_size</a></div><div class="ttdeci">int int_params_size() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a3e721d9a35bd7d8bed01276095a84f27"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3e721d9a35bd7d8bed01276095a84f27">operations_research::PROTOBUF_FINAL::MetaParamValue_IsValid</a></div><div class="ttdeci">static bool MetaParamValue_IsValid(int value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00567">gscip.pb.h:567</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a3f440de9e687d4b9664db39f5e5cffab"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3f440de9e687d4b9664db39f5e5cffab">operations_research::PROTOBUF_FINAL::clear_string_params</a></div><div class="ttdeci">void clear_string_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a3fa98782ae73065f08b164b67cb16927"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a3fa98782ae73065f08b164b67cb16927">operations_research::PROTOBUF_FINAL::stats</a></div><div class="ttdeci">const ::operations_research::GScipSolvingStats &amp; stats() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a40e1ef9823e1b38679477c4e6507a99c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a40e1ef9823e1b38679477c4e6507a99c">operations_research::PROTOBUF_FINAL::node_count</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 node_count() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a411fbc88050728d30a02c9bb003989b9"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a411fbc88050728d30a02c9bb003989b9">operations_research::PROTOBUF_FINAL::clear_emphasis</a></div><div class="ttdeci">void clear_emphasis()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4281f629d14dff33bba1349d378741fc"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4281f629d14dff33bba1349d378741fc">operations_research::PROTOBUF_FINAL::clear_node_count</a></div><div class="ttdeci">void clear_node_count()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4295c6fd3f151110d27b0bb503b4ec6f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4295c6fd3f151110d27b0bb503b4ec6f">operations_research::PROTOBUF_FINAL::set_silence_output</a></div><div class="ttdeci">void set_silence_output(bool value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a42ecefce23aa96a6ab8ec7f0c74bc2e9"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a42ecefce23aa96a6ab8ec7f0c74bc2e9">operations_research::PROTOBUF_FINAL::mutable_string_params</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt; * mutable_string_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a43e9c88da40d07a8caccb2ba0f70e6da"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a43e9c88da40d07a8caccb2ba0f70e6da">operations_research::PROTOBUF_FINAL::mutable_bool_params</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt; * mutable_bool_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4422e344178071198054eff604eea3d2"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4422e344178071198054eff604eea3d2">operations_research::PROTOBUF_FINAL::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &amp;from) final</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a45792df6bf104e676c392d743e3227e3"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a45792df6bf104e676c392d743e3227e3">operations_research::PROTOBUF_FINAL::scip_model_filename</a></div><div class="ttdeci">const std::string &amp; scip_model_filename() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a467671edfc8a7b5d74fc5c2519a3a721"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a467671edfc8a7b5d74fc5c2519a3a721">operations_research::PROTOBUF_FINAL::set_primal_simplex_iterations</a></div><div class="ttdeci">void set_primal_simplex_iterations(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a47e71f381c0fc95d12fcbddefcb13452"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a47e71f381c0fc95d12fcbddefcb13452">operations_research::PROTOBUF_FINAL::clear_num_solutions</a></div><div class="ttdeci">void clear_num_solutions()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4ac02d296a3042692a6c2624444614ae"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4ac02d296a3042692a6c2624444614ae">operations_research::PROTOBUF_FINAL::long_params_size</a></div><div class="ttdeci">int long_params_size() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4b88101d58920cff60329afe33a7fa30"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4b88101d58920cff60329afe33a7fa30">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">GScipParameters * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00469">gscip.pb.h:469</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4e0e8fbc1aa1e70f7e16927e260de641"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4e0e8fbc1aa1e70f7e16927e260de641">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">GScipOutput * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01198">gscip.pb.h:1198</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4e4b77c794b2b7fbbd98310940bc1a91"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4e4b77c794b2b7fbbd98310940bc1a91">operations_research::PROTOBUF_FINAL::set_allocated_scip_model_filename</a></div><div class="ttdeci">void set_allocated_scip_model_filename(std::string *scip_model_filename)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a4fe4b475dd817d5f8afc1051e30aabf3"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a4fe4b475dd817d5f8afc1051e30aabf3">operations_research::PROTOBUF_FINAL::has_silence_output</a></div><div class="ttdeci">bool has_silence_output() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5032f49d730b04d2cf335671bec7fa97"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5032f49d730b04d2cf335671bec7fa97">operations_research::PROTOBUF_FINAL::GScipOutput</a></div><div class="ttdeci">constexpr GScipOutput(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a511dfa7f93d6fafd9261e3f5a905108a"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a511dfa7f93d6fafd9261e3f5a905108a">operations_research::PROTOBUF_FINAL::clear_search_logs_filename</a></div><div class="ttdeci">void clear_search_logs_filename()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5287d4f08d4c14c754e2da7170c8700e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5287d4f08d4c14c754e2da7170c8700e">operations_research::PROTOBUF_FINAL::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const GScipSolvingStats &amp;from)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5394c50d3bbb5a1697276c8e6742094e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5394c50d3bbb5a1697276c8e6742094e">operations_research::PROTOBUF_FINAL::set_root_node_bound</a></div><div class="ttdeci">void set_root_node_bound(double value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a570f62f73a79c9269b6128b28f9a79cb"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a570f62f73a79c9269b6128b28f9a79cb">operations_research::PROTOBUF_FINAL::mutable_stats</a></div><div class="ttdeci">::operations_research::GScipSolvingStats * mutable_stats()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a58178f7c7ca76795f7af2fbe6033fbe0"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58178f7c7ca76795f7af2fbe6033fbe0">operations_research::PROTOBUF_FINAL::swap</a></div><div class="ttdeci">friend void swap(GScipSolvingStats &amp;a, GScipSolvingStats &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00954">gscip.pb.h:954</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5825d9f0be4d7ad6fec000f211b86187"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5825d9f0be4d7ad6fec000f211b86187">operations_research::PROTOBUF_FINAL::mutable_search_logs_filename</a></div><div class="ttdeci">std::string * mutable_search_logs_filename()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a58b1aed872dc94ce5dd2b8fb6ecca75f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58b1aed872dc94ce5dd2b8fb6ecca75f">operations_research::PROTOBUF_FINAL::Emphasis_IsValid</a></div><div class="ttdeci">static bool Emphasis_IsValid(int value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00533">gscip.pb.h:533</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a58db5fa2d1b7a01cb1935f57f5f23e54"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a58db5fa2d1b7a01cb1935f57f5f23e54">operations_research::PROTOBUF_FINAL::best_bound</a></div><div class="ttdeci">double best_bound() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a593c79ddb551977045ee3d068346c555"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a593c79ddb551977045ee3d068346c555">operations_research::PROTOBUF_FINAL::char_params_size</a></div><div class="ttdeci">int char_params_size() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5b7181f680a7832e03a02c69027539cb"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5b7181f680a7832e03a02c69027539cb">operations_research::PROTOBUF_FINAL::first_lp_relaxation_bound</a></div><div class="ttdeci">double first_lp_relaxation_bound() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5bf8fefa5ad850bf4995638bb35c4af3"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5bf8fefa5ad850bf4995638bb35c4af3">operations_research::PROTOBUF_FINAL::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const GScipParameters &amp;from)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5ce91f0b6fdd1160aed0f37ec7de7035"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5ce91f0b6fdd1160aed0f37ec7de7035">operations_research::PROTOBUF_FINAL::search_logs_filename</a></div><div class="ttdeci">const std::string &amp; search_logs_filename() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5d082e0d7da85d9b3211f04a45731a01"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5d082e0d7da85d9b3211f04a45731a01">operations_research::PROTOBUF_FINAL::GScipOutput</a></div><div class="ttdeci">GScipOutput()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01137">gscip.pb.h:1137</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5e8d480e63dea48c58c536f279650ed6"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5e8d480e63dea48c58c536f279650ed6">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">GScipSolvingStats &amp; operator=(const GScipSolvingStats &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00922">gscip.pb.h:922</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a5f3521fe4bd29643756e74722bbf0339"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a5f3521fe4bd29643756e74722bbf0339">operations_research::PROTOBUF_FINAL::emphasis</a></div><div class="ttdeci">::operations_research::GScipParameters_Emphasis emphasis() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a61e6200ab8f9f757e12859ef98c09b03"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a61e6200ab8f9f757e12859ef98c09b03">operations_research::PROTOBUF_FINAL::set_presolve</a></div><div class="ttdeci">void set_presolve(::operations_research::GScipParameters_MetaParamValue value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6215fb33443f4140b0a115af6f98e738"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6215fb33443f4140b0a115af6f98e738">operations_research::PROTOBUF_FINAL::set_status_detail</a></div><div class="ttdeci">void set_status_detail(std::string &amp;&amp;value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a62e39a30c4d23a2d0fb362ba29ad866e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a62e39a30c4d23a2d0fb362ba29ad866e">operations_research::PROTOBUF_FINAL::set_scip_model_filename</a></div><div class="ttdeci">void set_scip_model_filename(const std::string &amp;value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6304bd8136ec59afefc462d34e8da86f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6304bd8136ec59afefc462d34e8da86f">operations_research::PROTOBUF_FINAL::GScipParameters</a></div><div class="ttdeci">GScipParameters(::PROTOBUF_NAMESPACE_ID::Arena *arena)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a639fd37a1f5b99e615e77af9c3f1f3d0"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a639fd37a1f5b99e615e77af9c3f1f3d0">operations_research::PROTOBUF_FINAL::clear_char_params</a></div><div class="ttdeci">void clear_char_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a663c301cb96827ee8ee447e51cdf0020"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a663c301cb96827ee8ee447e51cdf0020">operations_research::PROTOBUF_FINAL::clear_print_detailed_solving_stats</a></div><div class="ttdeci">void clear_print_detailed_solving_stats()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a672c8129c4c610baaaacaac861b004c1"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a672c8129c4c610baaaacaac861b004c1">operations_research::PROTOBUF_FINAL::clear_bool_params</a></div><div class="ttdeci">void clear_bool_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a673a81a3490b39341ee3a6d1505ece37"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a673a81a3490b39341ee3a6d1505ece37">operations_research::PROTOBUF_FINAL::mutable_long_params</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt; * mutable_long_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a678bf9842e59989cb95fbfd6e4be9aa6"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a678bf9842e59989cb95fbfd6e4be9aa6">operations_research::PROTOBUF_FINAL::default_instance</a></div><div class="ttdeci">static const GScipSolvingStats &amp; default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00944">gscip.pb.h:944</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a67ba4f1eb5d8dbe5b2f17acc6b161634"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a67ba4f1eb5d8dbe5b2f17acc6b161634">operations_research::PROTOBUF_FINAL::set_allocated_search_logs_filename</a></div><div class="ttdeci">void set_allocated_search_logs_filename(std::string *search_logs_filename)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a68c621cfd7c8c9f8477965dcf4536798"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a68c621cfd7c8c9f8477965dcf4536798">operations_research::PROTOBUF_FINAL::set_total_lp_iterations</a></div><div class="ttdeci">void set_total_lp_iterations(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a68e7d00b1ff051b3303cc6be02efb8a1"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a68e7d00b1ff051b3303cc6be02efb8a1">operations_research::PROTOBUF_FINAL::Status_IsValid</a></div><div class="ttdeci">static bool Status_IsValid(int value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01279">gscip.pb.h:1279</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6a4aa8c5cd779dab0e066e1d8b2f5100"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6a4aa8c5cd779dab0e066e1d8b2f5100">operations_research::PROTOBUF_FINAL::char_params</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt; &amp; char_params() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6c568ca7984b83c0b791c3a84043603f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6c568ca7984b83c0b791c3a84043603f">operations_research::PROTOBUF_FINAL::internal_default_instance</a></div><div class="ttdeci">static const GScipOutput * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01172">gscip.pb.h:1172</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6e60e24968936a977e65f7d6211155e4"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6e60e24968936a977e65f7d6211155e4">operations_research::PROTOBUF_FINAL::set_best_objective</a></div><div class="ttdeci">void set_best_objective(double value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6e98ec8261cf7a11129c09b552ea6b83"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6e98ec8261cf7a11129c09b552ea6b83">operations_research::PROTOBUF_FINAL::status</a></div><div class="ttdeci">::operations_research::GScipOutput_Status status() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a6fb356d39251cb02b6af778963d78e3b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a6fb356d39251cb02b6af778963d78e3b">operations_research::PROTOBUF_FINAL::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(GScipOutput *other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01190">gscip.pb.h:1190</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a711b060ebd344ad8974e18a1350cc292"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a711b060ebd344ad8974e18a1350cc292">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">GScipParameters * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00465">gscip.pb.h:465</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7172260c83af291df418459a99c7a0af"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7172260c83af291df418459a99c7a0af">operations_research::PROTOBUF_FINAL::dual_simplex_iterations</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 dual_simplex_iterations() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a722b8b57b08725bc95789338196b11e4"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a722b8b57b08725bc95789338196b11e4">operations_research::PROTOBUF_FINAL::GScipSolvingStats</a></div><div class="ttdeci">GScipSolvingStats(::PROTOBUF_NAMESPACE_ID::Arena *arena)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a739e54c4e71e7c18fb1cfc1f071fc651"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a739e54c4e71e7c18fb1cfc1f071fc651">operations_research::PROTOBUF_FINAL::clear_long_params</a></div><div class="ttdeci">void clear_long_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a752916d3c6abd6983b2e0f5441de5001"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a752916d3c6abd6983b2e0f5441de5001">operations_research::PROTOBUF_FINAL::string_params</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt; &amp; string_params() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a75b15197e5a1a47cae0b9ba5cb5e1515"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a75b15197e5a1a47cae0b9ba5cb5e1515">operations_research::PROTOBUF_FINAL::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const GScipParameters &amp;from)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a767c4d2f43bc75339adb87d9dce0730e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a767c4d2f43bc75339adb87d9dce0730e">operations_research::PROTOBUF_FINAL::clear_print_scip_model</a></div><div class="ttdeci">void clear_print_scip_model()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7732e3d925553ea66bc3b5296969cb8e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7732e3d925553ea66bc3b5296969cb8e">operations_research::PROTOBUF_FINAL::swap</a></div><div class="ttdeci">friend void swap(GScipParameters &amp;a, GScipParameters &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00446">gscip.pb.h:446</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a78073ef35edd67b00be5af65fbab39fb"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a78073ef35edd67b00be5af65fbab39fb">operations_research::PROTOBUF_FINAL::clear_presolve</a></div><div class="ttdeci">void clear_presolve()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7a3e65c5c9ae53600ebc2a1dcb8925f9"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7a3e65c5c9ae53600ebc2a1dcb8925f9">operations_research::PROTOBUF_FINAL::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(GScipSolvingStats *other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00965">gscip.pb.h:965</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7afdee4db0cedfc55cdd9612b3c46934"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7afdee4db0cedfc55cdd9612b3c46934">operations_research::PROTOBUF_FINAL::release_scip_model_filename</a></div><div class="ttdeci">std::string * release_scip_model_filename()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7b2ce4df47c9db054226a5031fab59d3"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7b2ce4df47c9db054226a5031fab59d3">operations_research::PROTOBUF_FINAL::set_dual_simplex_iterations</a></div><div class="ttdeci">void set_dual_simplex_iterations(::PROTOBUF_NAMESPACE_ID::int64 value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7f5d44675d8e546c098f52cfbf94e953"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7f5d44675d8e546c098f52cfbf94e953">operations_research::PROTOBUF_FINAL::set_search_logs_filename</a></div><div class="ttdeci">void set_search_logs_filename(const std::string &amp;value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a7ff02ced6c41cb5e9919613bc840b8cd"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a7ff02ced6c41cb5e9919613bc840b8cd">operations_research::PROTOBUF_FINAL::clear_detailed_solving_stats_filename</a></div><div class="ttdeci">void clear_detailed_solving_stats_filename()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a813381d8cd7259173cea0ad672c9d176"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a813381d8cd7259173cea0ad672c9d176">operations_research::PROTOBUF_FINAL::set_detailed_solving_stats_filename</a></div><div class="ttdeci">void set_detailed_solving_stats_filename(const char *value, size_t size)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a82a32b875ff3979625e3bd0016f627e4"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a82a32b875ff3979625e3bd0016f627e4">operations_research::PROTOBUF_FINAL::set_first_lp_relaxation_bound</a></div><div class="ttdeci">void set_first_lp_relaxation_bound(double value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a83f2bbb706918509877679fd9bdee46d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a83f2bbb706918509877679fd9bdee46d">operations_research::PROTOBUF_FINAL::int_params</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int32 &gt; &amp; int_params() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a85f6e74f5c738619791d1fab0333f913"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a85f6e74f5c738619791d1fab0333f913">operations_research::PROTOBUF_FINAL::clear_best_objective</a></div><div class="ttdeci">void clear_best_objective()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a86e0b60e2e3d51cd663a08c91788f04f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a86e0b60e2e3d51cd663a08c91788f04f">operations_research::PROTOBUF_FINAL::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(GScipParameters *other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00457">gscip.pb.h:457</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8740d9061921e91e01b95cce51885ca3"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8740d9061921e91e01b95cce51885ca3">operations_research::PROTOBUF_FINAL::set_allocated_status_detail</a></div><div class="ttdeci">void set_allocated_status_detail(std::string *status_detail)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a87c86d34cd43e58f4fc8fd418b71738b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a87c86d34cd43e58f4fc8fd418b71738b">operations_research::PROTOBUF_FINAL::internal_default_instance</a></div><div class="ttdeci">static const GScipParameters * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00439">gscip.pb.h:439</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8833e075ef8f8090c75efbe0ada224f7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8833e075ef8f8090c75efbe0ada224f7">operations_research::PROTOBUF_FINAL::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &amp;from) final</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8ab3edd3934e98bbc8b8ab75ecb187be"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8ab3edd3934e98bbc8b8ab75ecb187be">operations_research::PROTOBUF_FINAL::set_status</a></div><div class="ttdeci">void set_status(::operations_research::GScipOutput_Status value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8afa8d19c833fc0dde73ac2ec20bc05b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8afa8d19c833fc0dde73ac2ec20bc05b">operations_research::PROTOBUF_FINAL::Emphasis_Name</a></div><div class="ttdeci">static const std::string &amp; Emphasis_Name(T enum_t_value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00547">gscip.pb.h:547</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a8b240e4bbf3ff7038c1b38833f2fc78c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a8b240e4bbf3ff7038c1b38833f2fc78c">operations_research::PROTOBUF_FINAL::real_params</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt; &amp; real_params() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a91e7e4da60f1e00998fa5d6d629bf1b3"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a91e7e4da60f1e00998fa5d6d629bf1b3">operations_research::PROTOBUF_FINAL::set_emphasis</a></div><div class="ttdeci">void set_emphasis(::operations_research::GScipParameters_Emphasis value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a92a8edc9770d76f006f6e24d6c9a08d7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a92a8edc9770d76f006f6e24d6c9a08d7">operations_research::PROTOBUF_FINAL::release_detailed_solving_stats_filename</a></div><div class="ttdeci">std::string * release_detailed_solving_stats_filename()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a92cf1a3ea9081b779a0880338f769456"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a92cf1a3ea9081b779a0880338f769456">operations_research::PROTOBUF_FINAL::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const GScipSolvingStats &amp;from)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a93fb67f0587524b005ae101370ca31be"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a93fb67f0587524b005ae101370ca31be">operations_research::PROTOBUF_FINAL::set_scip_model_filename</a></div><div class="ttdeci">void set_scip_model_filename(const char *value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a946e6250cb42586671a6e810a762ba32"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a946e6250cb42586671a6e810a762ba32">operations_research::PROTOBUF_FINAL::set_allocated_stats</a></div><div class="ttdeci">void set_allocated_stats(::operations_research::GScipSolvingStats *stats)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a949cf7e5abdb486a271de2b8ec5cc9e7"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a949cf7e5abdb486a271de2b8ec5cc9e7">operations_research::PROTOBUF_FINAL::set_status_detail</a></div><div class="ttdeci">void set_status_detail(const char *value, size_t size)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a94c2dcc48aadedd1e4b3c7a0e8eef96e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a94c2dcc48aadedd1e4b3c7a0e8eef96e">operations_research::PROTOBUF_FINAL::swap</a></div><div class="ttdeci">friend void swap(GScipOutput &amp;a, GScipOutput &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01179">gscip.pb.h:1179</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a9750e02e5bc02391152d71ebb17521ce"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9750e02e5bc02391152d71ebb17521ce">operations_research::PROTOBUF_FINAL::New</a></div><div class="ttdeci">GScipOutput * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01202">gscip.pb.h:1202</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a9a3f9584963462cff33492d28e3bd635"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9a3f9584963462cff33492d28e3bd635">operations_research::PROTOBUF_FINAL::bool_params</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, bool &gt; &amp; bool_params() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a9aae1df96538f05303cb030049f537db"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9aae1df96538f05303cb030049f537db">operations_research::PROTOBUF_FINAL::num_solutions</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int32 num_solutions() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a9b7c0ceb8536c5e0a6c6e1606cc797a5"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9b7c0ceb8536c5e0a6c6e1606cc797a5">operations_research::PROTOBUF_FINAL::Emphasis_descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Emphasis_descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00543">gscip.pb.h:543</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_a9e44918090891f6bc57e93f5ae3abfc2"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#a9e44918090891f6bc57e93f5ae3abfc2">operations_research::PROTOBUF_FINAL::set_num_solutions</a></div><div class="ttdeci">void set_num_solutions(::PROTOBUF_NAMESPACE_ID::int32 value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa08009b1f38d5cddc18f3e7145f44268"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa08009b1f38d5cddc18f3e7145f44268">operations_research::PROTOBUF_FINAL::Swap</a></div><div class="ttdeci">void Swap(GScipParameters *other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00449">gscip.pb.h:449</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa11bed33e83f86090813cce9fb9a5f27"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa11bed33e83f86090813cce9fb9a5f27">operations_research::PROTOBUF_FINAL::primal_simplex_iterations</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 primal_simplex_iterations() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa1232749a7dcb0e7e1d92d19757d0f29"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa1232749a7dcb0e7e1d92d19757d0f29">operations_research::PROTOBUF_FINAL::set_heuristics</a></div><div class="ttdeci">void set_heuristics(::operations_research::GScipParameters_MetaParamValue value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa4cb0ae03278775192f36a4db149e6e2"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa4cb0ae03278775192f36a4db149e6e2">operations_research::PROTOBUF_FINAL::GScipParameters</a></div><div class="ttdeci">constexpr GScipParameters(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa66ea2ab8bacb54c59c10ac1e3af915e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa66ea2ab8bacb54c59c10ac1e3af915e">operations_research::PROTOBUF_FINAL::set_search_logs_filename</a></div><div class="ttdeci">void set_search_logs_filename(const char *value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa76b821505c576576a8f5c3d361fb846"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa76b821505c576576a8f5c3d361fb846">operations_research::PROTOBUF_FINAL::unsafe_arena_release_stats</a></div><div class="ttdeci">::operations_research::GScipSolvingStats * unsafe_arena_release_stats()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa7840c38b4eba9bd1b89c471d0cd5565"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa7840c38b4eba9bd1b89c471d0cd5565">operations_research::PROTOBUF_FINAL::release_stats</a></div><div class="ttdeci">::operations_research::GScipSolvingStats * release_stats()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa81a71a4fd5fc77e27ddd0b5e9f82dcb"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa81a71a4fd5fc77e27ddd0b5e9f82dcb">operations_research::PROTOBUF_FINAL::operator=</a></div><div class="ttdeci">GScipParameters &amp; operator=(GScipParameters &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00418">gscip.pb.h:418</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa858a5c2d34e7cb033149a9df89ff9c1"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa858a5c2d34e7cb033149a9df89ff9c1">operations_research::PROTOBUF_FINAL::~GScipParameters</a></div><div class="ttdeci">virtual ~GScipParameters()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa8700e2f127d459adb25e1de33e2d7da"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa8700e2f127d459adb25e1de33e2d7da">operations_research::PROTOBUF_FINAL::clear_stats</a></div><div class="ttdeci">void clear_stats()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aa97e489653df4898451d841c9c9fa177"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aa97e489653df4898451d841c9c9fa177">operations_research::PROTOBUF_FINAL::print_scip_model</a></div><div class="ttdeci">bool print_scip_model() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aaa9149b6c006db40f2436b9ac05f8392"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaa9149b6c006db40f2436b9ac05f8392">operations_research::PROTOBUF_FINAL::GScipSolvingStats</a></div><div class="ttdeci">GScipSolvingStats(GScipSolvingStats &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00917">gscip.pb.h:917</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aab75e8718a8c264e3e9eebc333c54fe0"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab75e8718a8c264e3e9eebc333c54fe0">operations_research::PROTOBUF_FINAL::clear_silence_output</a></div><div class="ttdeci">void clear_silence_output()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aab8d6de94e1bf22776d60fbf69e8c71c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aab8d6de94e1bf22776d60fbf69e8c71c">operations_research::PROTOBUF_FINAL::MetaParamValue</a></div><div class="ttdeci">GScipParameters_MetaParamValue MetaParamValue</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00558">gscip.pb.h:558</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aac4839c9c1887196ad00ecbb215dff0a"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aac4839c9c1887196ad00ecbb215dff0a">operations_research::PROTOBUF_FINAL::best_objective</a></div><div class="ttdeci">double best_objective() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aae05a06be864ee88cf009c4202ff604a"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aae05a06be864ee88cf009c4202ff604a">operations_research::PROTOBUF_FINAL::set_print_detailed_solving_stats</a></div><div class="ttdeci">void set_print_detailed_solving_stats(bool value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aae0b5874265007fadd1d7a8999732c1d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aae0b5874265007fadd1d7a8999732c1d">operations_research::PROTOBUF_FINAL::Status_Name</a></div><div class="ttdeci">static const std::string &amp; Status_Name(T enum_t_value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01293">gscip.pb.h:1293</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aaec74ab99e8b6278b13d53fe6c82cedb"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaec74ab99e8b6278b13d53fe6c82cedb">operations_research::PROTOBUF_FINAL::string_params_size</a></div><div class="ttdeci">int string_params_size() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aaf6a172f76aaf3ad7a0578bef50f3e90"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaf6a172f76aaf3ad7a0578bef50f3e90">operations_research::PROTOBUF_FINAL::clear_first_lp_relaxation_bound</a></div><div class="ttdeci">void clear_first_lp_relaxation_bound()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aaf84e7964f95c9088aaa5308a69de650"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aaf84e7964f95c9088aaa5308a69de650">operations_research::PROTOBUF_FINAL::MetaParamValue_Name</a></div><div class="ttdeci">static const std::string &amp; MetaParamValue_Name(T enum_t_value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00581">gscip.pb.h:581</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ab5f0cc6ccdcd6620570ae54fcd721166"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab5f0cc6ccdcd6620570ae54fcd721166">operations_research::PROTOBUF_FINAL::GScipOutput</a></div><div class="ttdeci">GScipOutput(::PROTOBUF_NAMESPACE_ID::Arena *arena)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ab814fd54954925b921e452ca4c1c3674"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab814fd54954925b921e452ca4c1c3674">operations_research::PROTOBUF_FINAL::set_detailed_solving_stats_filename</a></div><div class="ttdeci">void set_detailed_solving_stats_filename(const char *value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ab949b625f8268480eb78c0fe53602f50"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ab949b625f8268480eb78c0fe53602f50">operations_research::PROTOBUF_FINAL::clear_status_detail</a></div><div class="ttdeci">void clear_status_detail()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_abb995e91a504cac8993fa1a9f4275555"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abb995e91a504cac8993fa1a9f4275555">operations_research::PROTOBUF_FINAL::separating</a></div><div class="ttdeci">::operations_research::GScipParameters_MetaParamValue separating() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_abbe910c240d1f7f96027b40bf20aa93c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abbe910c240d1f7f96027b40bf20aa93c">operations_research::PROTOBUF_FINAL::clear_int_params</a></div><div class="ttdeci">void clear_int_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_abee10a388b53df255f15fbec07e1ac80"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abee10a388b53df255f15fbec07e1ac80">operations_research::PROTOBUF_FINAL::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_abf4002d9470386f3b16d92e56e799b7b"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#abf4002d9470386f3b16d92e56e799b7b">operations_research::PROTOBUF_FINAL::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const GScipOutput &amp;from)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac3a0363ef4ac7055acd3971d5ccf835a"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3a0363ef4ac7055acd3971d5ccf835a">operations_research::PROTOBUF_FINAL::GetDescriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00430">gscip.pb.h:430</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac3c4aa4dc5cbcc1ecd4f263c5759f650"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac3c4aa4dc5cbcc1ecd4f263c5759f650">operations_research::PROTOBUF_FINAL::has_heuristics</a></div><div class="ttdeci">bool has_heuristics() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac5b45785286d1161eb772146a1311c5a"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac5b45785286d1161eb772146a1311c5a">operations_research::PROTOBUF_FINAL::clear_status</a></div><div class="ttdeci">void clear_status()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac634e3a5d34997b52afa79e15ee4ab42"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac634e3a5d34997b52afa79e15ee4ab42">operations_research::PROTOBUF_FINAL::internal_default_instance</a></div><div class="ttdeci">static const GScipSolvingStats * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00947">gscip.pb.h:947</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac696a920f3ab9997720d81579af96bcf"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac696a920f3ab9997720d81579af96bcf">operations_research::PROTOBUF_FINAL::Swap</a></div><div class="ttdeci">void Swap(GScipSolvingStats *other)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00957">gscip.pb.h:957</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac71581ab5c2a99ec7c9e1868c481234f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac71581ab5c2a99ec7c9e1868c481234f">operations_research::PROTOBUF_FINAL::clear_scip_model_filename</a></div><div class="ttdeci">void clear_scip_model_filename()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ac9315488432949903eda6b710ffebfd0"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ac9315488432949903eda6b710ffebfd0">operations_research::PROTOBUF_FINAL::total_lp_iterations</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 total_lp_iterations() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_acb686f23efb4c090a69100a33b0c9968"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#acb686f23efb4c090a69100a33b0c9968">operations_research::PROTOBUF_FINAL::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const GScipOutput &amp;from)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ace50e96027b4191037feb93be4c9a9bb"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ace50e96027b4191037feb93be4c9a9bb">operations_research::PROTOBUF_FINAL::set_status_detail</a></div><div class="ttdeci">void set_status_detail(const char *value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad05d2041c418ee9c078effd7dc9b1371"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad05d2041c418ee9c078effd7dc9b1371">operations_research::PROTOBUF_FINAL::set_search_logs_filename</a></div><div class="ttdeci">void set_search_logs_filename(const char *value, size_t size)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad208e55b9c3d62739f2a3488bf22dc91"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad208e55b9c3d62739f2a3488bf22dc91">operations_research::PROTOBUF_FINAL::set_allocated_detailed_solving_stats_filename</a></div><div class="ttdeci">void set_allocated_detailed_solving_stats_filename(std::string *detailed_solving_stats_filename)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad27ff5837e51990416b471fa7c3ca2d4"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad27ff5837e51990416b471fa7c3ca2d4">operations_research::PROTOBUF_FINAL::set_separating</a></div><div class="ttdeci">void set_separating(::operations_research::GScipParameters_MetaParamValue value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad2b239f32f40db5254fe8bd9abe49510"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad2b239f32f40db5254fe8bd9abe49510">operations_research::PROTOBUF_FINAL::bool_params_size</a></div><div class="ttdeci">int bool_params_size() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad373e363aa641d44efd6a484868bb462"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad373e363aa641d44efd6a484868bb462">operations_research::PROTOBUF_FINAL::real_params_size</a></div><div class="ttdeci">int real_params_size() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad4953af91412840d9a84e10cb878ad42"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad4953af91412840d9a84e10cb878ad42">operations_research::PROTOBUF_FINAL::mutable_detailed_solving_stats_filename</a></div><div class="ttdeci">std::string * mutable_detailed_solving_stats_filename()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad69ca74f6ab4460a53fca5007ceb4984"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad69ca74f6ab4460a53fca5007ceb4984">operations_research::PROTOBUF_FINAL::GScipOutput</a></div><div class="ttdeci">GScipOutput(GScipOutput &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01142">gscip.pb.h:1142</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad6f4781ca15da20ffe5251c295f98e3f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad6f4781ca15da20ffe5251c295f98e3f">operations_research::PROTOBUF_FINAL::clear_heuristics</a></div><div class="ttdeci">void clear_heuristics()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad9a90ca5216612694da9d800c025a834"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad9a90ca5216612694da9d800c025a834">operations_research::PROTOBUF_FINAL::set_print_scip_model</a></div><div class="ttdeci">void set_print_scip_model(bool value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ad9ebf4b87f262398d2aa0b7f3e96b853"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ad9ebf4b87f262398d2aa0b7f3e96b853">operations_research::PROTOBUF_FINAL::GScipSolvingStats</a></div><div class="ttdeci">GScipSolvingStats()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00912">gscip.pb.h:912</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_addd71da90748db6b3836502d9e19225e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#addd71da90748db6b3836502d9e19225e">operations_research::PROTOBUF_FINAL::default_instance</a></div><div class="ttdeci">static const GScipOutput &amp; default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01169">gscip.pb.h:1169</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_adf9d84e9518bc7a1771b3d28b34621db"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#adf9d84e9518bc7a1771b3d28b34621db">operations_research::PROTOBUF_FINAL::default_instance</a></div><div class="ttdeci">static const GScipParameters &amp; default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00436">gscip.pb.h:436</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae001340d037ed359f37e84ab3abdaa2e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae001340d037ed359f37e84ab3abdaa2e">operations_research::PROTOBUF_FINAL::set_scip_model_filename</a></div><div class="ttdeci">void set_scip_model_filename(const char *value, size_t size)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae044819672482b3d0d39d60e57e709fc"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae044819672482b3d0d39d60e57e709fc">operations_research::PROTOBUF_FINAL::clear_root_node_bound</a></div><div class="ttdeci">void clear_root_node_bound()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae064ff98df810132caec94b280829547"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae064ff98df810132caec94b280829547">operations_research::PROTOBUF_FINAL::unsafe_arena_set_allocated_stats</a></div><div class="ttdeci">void unsafe_arena_set_allocated_stats(::operations_research::GScipSolvingStats *stats)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae1794177298101e46e74dace534cd589"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae1794177298101e46e74dace534cd589">operations_research::PROTOBUF_FINAL::set_detailed_solving_stats_filename</a></div><div class="ttdeci">void set_detailed_solving_stats_filename(const std::string &amp;value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae525d235b02bcfc962d845e28f5f0125"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae525d235b02bcfc962d845e28f5f0125">operations_research::PROTOBUF_FINAL::deterministic_time</a></div><div class="ttdeci">double deterministic_time() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae5461c8b0bf294dcfb3cc6daad8b528a"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae5461c8b0bf294dcfb3cc6daad8b528a">operations_research::PROTOBUF_FINAL::MetaParamValue_Parse</a></div><div class="ttdeci">static bool MetaParamValue_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, MetaParamValue *value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00587">gscip.pb.h:587</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae6243698a03037422a26e294e15f090f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6243698a03037422a26e294e15f090f">operations_research::PROTOBUF_FINAL::mutable_char_params</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, std::string &gt; * mutable_char_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae64fe14bb28d42326f9f661749e1c2a9"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae64fe14bb28d42326f9f661749e1c2a9">operations_research::PROTOBUF_FINAL::Status</a></div><div class="ttdeci">GScipOutput_Status Status</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01244">gscip.pb.h:1244</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae6af0a3f84be88c1329023eed16c72fa"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6af0a3f84be88c1329023eed16c72fa">operations_research::PROTOBUF_FINAL::mutable_real_params</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, double &gt; * mutable_real_params()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae6b4fb53817a1272bb3cc3fa6859699f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6b4fb53817a1272bb3cc3fa6859699f">operations_research::PROTOBUF_FINAL::Status_Parse</a></div><div class="ttdeci">static bool Status_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Status *value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l01299">gscip.pb.h:1299</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae6c20123b63b0fc63b9d7bd7b5f0ae7c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae6c20123b63b0fc63b9d7bd7b5f0ae7c">operations_research::PROTOBUF_FINAL::presolve</a></div><div class="ttdeci">::operations_research::GScipParameters_MetaParamValue presolve() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_ae78e5cab28e5feb705c774cdc858efec"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#ae78e5cab28e5feb705c774cdc858efec">operations_research::PROTOBUF_FINAL::~GScipSolvingStats</a></div><div class="ttdeci">virtual ~GScipSolvingStats()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aec3907e50cb04959e80ad40ee0d154ac"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aec3907e50cb04959e80ad40ee0d154ac">operations_research::PROTOBUF_FINAL::set_deterministic_time</a></div><div class="ttdeci">void set_deterministic_time(double value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aec832872bc94d11dd4cf86fa526923ca"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aec832872bc94d11dd4cf86fa526923ca">operations_research::PROTOBUF_FINAL::set_status_detail</a></div><div class="ttdeci">void set_status_detail(const std::string &amp;value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aedf7b14468231e974eb725905d652725"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aedf7b14468231e974eb725905d652725">operations_research::PROTOBUF_FINAL::GScipParameters</a></div><div class="ttdeci">GScipParameters(const GScipParameters &amp;from)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aefbd84ce31900d1cd6da62ac978b5750"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aefbd84ce31900d1cd6da62ac978b5750">operations_research::PROTOBUF_FINAL::clear_best_bound</a></div><div class="ttdeci">void clear_best_bound()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af0af2b7d16bbb728a51bd43a62c8129c"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af0af2b7d16bbb728a51bd43a62c8129c">operations_research::PROTOBUF_FINAL::long_params</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Map&lt; std::string, ::PROTOBUF_NAMESPACE_ID::int64 &gt; &amp; long_params() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af56e5ef6e8ed614ef29f409025c6bbf6"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af56e5ef6e8ed614ef29f409025c6bbf6">operations_research::PROTOBUF_FINAL::mutable_status_detail</a></div><div class="ttdeci">std::string * mutable_status_detail()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af59126302fb22c3ab4c4775c20b7c2bd"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af59126302fb22c3ab4c4775c20b7c2bd">operations_research::PROTOBUF_FINAL::Emphasis</a></div><div class="ttdeci">GScipParameters_Emphasis Emphasis</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00512">gscip.pb.h:512</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af5e14a3d0aeb5af0a5b27c00a73fe61e"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af5e14a3d0aeb5af0a5b27c00a73fe61e">operations_research::PROTOBUF_FINAL::GScipParameters</a></div><div class="ttdeci">GScipParameters(GScipParameters &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00409">gscip.pb.h:409</a></div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af60d1bb06015dc5da39951d30724a28d"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af60d1bb06015dc5da39951d30724a28d">operations_research::PROTOBUF_FINAL::GScipOutput</a></div><div class="ttdeci">GScipOutput(const GScipOutput &amp;from)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af7993b6578277f2a5cb166704460ef09"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7993b6578277f2a5cb166704460ef09">operations_research::PROTOBUF_FINAL::clear_deterministic_time</a></div><div class="ttdeci">void clear_deterministic_time()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_af7be73a4d3473998812008712e675271"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#af7be73a4d3473998812008712e675271">operations_research::PROTOBUF_FINAL::~GScipOutput</a></div><div class="ttdeci">virtual ~GScipOutput()</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_afadec7798917121e23e23f4a0da7093f"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afadec7798917121e23e23f4a0da7093f">operations_research::PROTOBUF_FINAL::has_separating</a></div><div class="ttdeci">bool has_separating() const</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_afed4dbb180d809041f3797aa8dd3b400"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#afed4dbb180d809041f3797aa8dd3b400">operations_research::PROTOBUF_FINAL::set_search_logs_filename</a></div><div class="ttdeci">void set_search_logs_filename(std::string &amp;&amp;value)</div></div>
<div class="ttc" id="aclassoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l_html_aff6b2306c93cfab0f27cb5c0d54c9d11"><div class="ttname"><a href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#aff6b2306c93cfab0f27cb5c0d54c9d11">operations_research::PROTOBUF_FINAL::Emphasis_Parse</a></div><div class="ttdeci">static bool Emphasis_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Emphasis *value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00553">gscip.pb.h:553</a></div></div>
<div class="ttc" id="aconstraint__solver_2table_8cc_html_a9293e4d29cac928301645070dd307683"><div class="ttname"><a href="constraint__solver_2table_8cc.html#a9293e4d29cac928301645070dd307683">b</a></div><div class="ttdeci">int64_t b</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00047">constraint_solver/table.cc:47</a></div></div>
<div class="ttc" id="aconstraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6"><div class="ttname"><a href="constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6">a</a></div><div class="ttdeci">int64_t a</div><div class="ttdef"><b>Definition:</b> <a href="constraint__solver_2table_8cc_source.html#l00046">constraint_solver/table.cc:46</a></div></div>
<div class="ttc" id="adefault__search_8cc_html_ac673bc430bdc3fdaa09f7becf98ef267"><div class="ttname"><a href="default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267">name</a></div><div class="ttdeci">const std::string name</div><div class="ttdef"><b>Definition:</b> <a href="default__search_8cc_source.html#l00813">default_search.cc:813</a></div></div>
<div class="ttc" id="ademon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514"><div class="ttname"><a href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a></div><div class="ttdeci">int64_t value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00044">demon_profiler.cc:44</a></div></div>
<div class="ttc" id="agscip_8pb_8h_html_a07e8eb0dd2f402d57e3da7221d18ea43"><div class="ttname"><a href="gscip_8pb_8h.html#a07e8eb0dd2f402d57e3da7221d18ea43">descriptor_table_ortools_2fgscip_2fgscip_2eproto</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fgscip_2fgscip_2eproto</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00363">gscip.pb.cc:363</a></div></div>
<div class="ttc" id="agscip_8pb_8h_html_a9e7b35fe77c8a5e244f95cd2319c3034"><div class="ttname"><a href="gscip_8pb_8h.html#a9e7b35fe77c8a5e244f95cd2319c3034">descriptor_table_ortools_2fgscip_2fgscip_2eproto_metadata_getter</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata descriptor_table_ortools_2fgscip_2fgscip_2eproto_metadata_getter(int index)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00370">gscip.pb.cc:370</a></div></div>
<div class="ttc" id="anamespacegoogle_html_aa739a176bcc5230a3536ef27a860c1a8a7b5e9804203d4b1300aad76e5f9a3302"><div class="ttname"><a href="namespacegoogle.html#aa739a176bcc5230a3536ef27a860c1a8a7b5e9804203d4b1300aad76e5f9a3302">google::COUNTER</a></div><div class="ttdeci">@ COUNTER</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8h_source.html#l00865">base/logging.h:865</a></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="bop__parameters_8pb_8h_source.html#l00039">bop_parameters.pb.h:39</a></div></div>
<div class="ttc" id="anamespaceoperations__research_1_1sat_html_aedc4ddb96acc28481c09828d2e016815a6ce26a62afab55d7606ad4e92428b30c"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#aedc4ddb96acc28481c09828d2e016815a6ce26a62afab55d7606ad4e92428b30c">operations_research::sat::UNKNOWN</a></div><div class="ttdeci">@ UNKNOWN</div><div class="ttdef"><b>Definition:</b> <a href="cp__model_8pb_8h_source.html#l00236">cp_model.pb.h:236</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html"><div class="ttname"><a href="namespaceoperations__research.html">operations_research</a></div><div class="ttdoc">Collection of objects used to extend the Constraint Solver library.</div><div class="ttdef"><b>Definition:</b> <a href="dense__doubly__linked__list_8h_source.html#l00021">dense_doubly_linked_list.h:21</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a08782ae063a2c2f3b4e5a0de613b927b"><div class="ttname"><a href="namespaceoperations__research.html#a08782ae063a2c2f3b4e5a0de613b927b">operations_research::_GScipSolvingStats_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GScipSolvingStatsDefaultTypeInternal _GScipSolvingStats_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00137">gscip.pb.cc:137</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a090d4688475b4279a9df9931215c5d61"><div class="ttname"><a href="namespaceoperations__research.html#a090d4688475b4279a9df9931215c5d61">operations_research::GScipParameters_MetaParamValue_descriptor</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * GScipParameters_MetaParamValue_descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00415">gscip.pb.cc:415</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a0f9a9f5de7fc9239a1a3c2253f826a7d"><div class="ttname"><a href="namespaceoperations__research.html#a0f9a9f5de7fc9239a1a3c2253f826a7d">operations_research::GScipParameters_MetaParamValue_MetaParamValue_ARRAYSIZE</a></div><div class="ttdeci">constexpr int GScipParameters_MetaParamValue_MetaParamValue_ARRAYSIZE</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00147">gscip.pb.h:147</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a186e6cb902741796de70ba7c77a0438d"><div class="ttname"><a href="namespaceoperations__research.html#a186e6cb902741796de70ba7c77a0438d">operations_research::GScipParameters_Emphasis_Parse</a></div><div class="ttdeci">bool GScipParameters_Emphasis_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GScipParameters_Emphasis *value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00131">gscip.pb.h:131</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a1dbf8456b43b192f0efbd7d93749d154"><div class="ttname"><a href="namespaceoperations__research.html#a1dbf8456b43b192f0efbd7d93749d154">operations_research::_GScipParameters_IntParamsEntry_DoNotUse_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GScipParameters_IntParamsEntry_DoNotUseDefaultTypeInternal _GScipParameters_IntParamsEntry_DoNotUse_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00041">gscip.pb.cc:41</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a20192a64eb3f171def1e5153876a1098"><div class="ttname"><a href="namespaceoperations__research.html#a20192a64eb3f171def1e5153876a1098">operations_research::_GScipParameters_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GScipParametersDefaultTypeInternal _GScipParameters_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00117">gscip.pb.cc:117</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70">operations_research::GScipParameters_Emphasis</a></div><div class="ttdeci">GScipParameters_Emphasis</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00103">gscip.pb.h:103</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70a0689993b7e05a7b53228000b7ca27bea"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a0689993b7e05a7b53228000b7ca27bea">operations_research::GScipParameters_Emphasis_COUNTER</a></div><div class="ttdeci">@ GScipParameters_Emphasis_COUNTER</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00105">gscip.pb.h:105</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70a4d8dbed78ecdd43cdf4a3b51928d2fe8"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a4d8dbed78ecdd43cdf4a3b51928d2fe8">operations_research::GScipParameters_Emphasis_HARD_LP</a></div><div class="ttdeci">@ GScipParameters_Emphasis_HARD_LP</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00109">gscip.pb.h:109</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70a4f84db35d63853c3faea5e787d87d3a7"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a4f84db35d63853c3faea5e787d87d3a7">operations_research::GScipParameters_Emphasis_FEASIBILITY</a></div><div class="ttdeci">@ GScipParameters_Emphasis_FEASIBILITY</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00108">gscip.pb.h:108</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70a78bd5fc79869cc8b43b326234a8db85d"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a78bd5fc79869cc8b43b326234a8db85d">operations_research::GScipParameters_Emphasis_DEFAULT_EMPHASIS</a></div><div class="ttdeci">@ GScipParameters_Emphasis_DEFAULT_EMPHASIS</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00104">gscip.pb.h:104</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70a81e75d6b11b912f908d11bc78270ab68"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a81e75d6b11b912f908d11bc78270ab68">operations_research::GScipParameters_Emphasis_CP_SOLVER</a></div><div class="ttdeci">@ GScipParameters_Emphasis_CP_SOLVER</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00106">gscip.pb.h:106</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70a97256de13469fa693d254e8c315e7b7b"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70a97256de13469fa693d254e8c315e7b7b">operations_research::GScipParameters_Emphasis_PHASE_PROOF</a></div><div class="ttdeci">@ GScipParameters_Emphasis_PHASE_PROOF</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00113">gscip.pb.h:113</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70aab1d320a79525ad61c07405e3af7f961"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70aab1d320a79525ad61c07405e3af7f961">operations_research::GScipParameters_Emphasis_GScipParameters_Emphasis_INT_MIN_SENTINEL_DO_NOT_USE_</a></div><div class="ttdeci">@ GScipParameters_Emphasis_GScipParameters_Emphasis_INT_MIN_SENTINEL_DO_NOT_USE_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00114">gscip.pb.h:114</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70aab1e09c0d26017c9a6c89d90acb8473c"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70aab1e09c0d26017c9a6c89d90acb8473c">operations_research::GScipParameters_Emphasis_OPTIMALITY</a></div><div class="ttdeci">@ GScipParameters_Emphasis_OPTIMALITY</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00110">gscip.pb.h:110</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70ab151875140ab1b50bb5380e87e3dd17b"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ab151875140ab1b50bb5380e87e3dd17b">operations_research::GScipParameters_Emphasis_GScipParameters_Emphasis_INT_MAX_SENTINEL_DO_NOT_USE_</a></div><div class="ttdeci">@ GScipParameters_Emphasis_GScipParameters_Emphasis_INT_MAX_SENTINEL_DO_NOT_USE_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00116">gscip.pb.h:115</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70ab86e3f9fec481ccd95fc3c3388922974"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ab86e3f9fec481ccd95fc3c3388922974">operations_research::GScipParameters_Emphasis_PHASE_FEAS</a></div><div class="ttdeci">@ GScipParameters_Emphasis_PHASE_FEAS</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00111">gscip.pb.h:111</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70acd6defb984b5159cbc88e7729986a9b3"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70acd6defb984b5159cbc88e7729986a9b3">operations_research::GScipParameters_Emphasis_PHASE_IMPROVE</a></div><div class="ttdeci">@ GScipParameters_Emphasis_PHASE_IMPROVE</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00112">gscip.pb.h:112</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a39b589046261168522fcea12f6803e70ae98dd292271c91d473e47315d7d1fdef"><div class="ttname"><a href="namespaceoperations__research.html#a39b589046261168522fcea12f6803e70ae98dd292271c91d473e47315d7d1fdef">operations_research::GScipParameters_Emphasis_EASY_CIP</a></div><div class="ttdeci">@ GScipParameters_Emphasis_EASY_CIP</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00107">gscip.pb.h:107</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a463ede459707ecd7897a84154712ee78"><div class="ttname"><a href="namespaceoperations__research.html#a463ede459707ecd7897a84154712ee78">operations_research::GScipParameters_Emphasis_descriptor</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * GScipParameters_Emphasis_descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00378">gscip.pb.cc:378</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a47b7d39d0f3deaeeb1610e22aabf991c"><div class="ttname"><a href="namespaceoperations__research.html#a47b7d39d0f3deaeeb1610e22aabf991c">operations_research::_GScipOutput_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GScipOutputDefaultTypeInternal _GScipOutput_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00152">gscip.pb.cc:152</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a4f5b1df8f6fb37becc6df1089319ac51"><div class="ttname"><a href="namespaceoperations__research.html#a4f5b1df8f6fb37becc6df1089319ac51">operations_research::GScipParameters_Emphasis_IsValid</a></div><div class="ttdeci">bool GScipParameters_Emphasis_IsValid(int value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00382">gscip.pb.cc:382</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a5358596856b014dc6027e04aa09939ba"><div class="ttname"><a href="namespaceoperations__research.html#a5358596856b014dc6027e04aa09939ba">operations_research::GScipOutput_Status_Status_MAX</a></div><div class="ttdeci">constexpr GScipOutput_Status GScipOutput_Status_Status_MAX</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00186">gscip.pb.h:186</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a5adb97f25e9d4289b1dd953c0873621f"><div class="ttname"><a href="namespaceoperations__research.html#a5adb97f25e9d4289b1dd953c0873621f">operations_research::GScipParameters_MetaParamValue_IsValid</a></div><div class="ttdeci">bool GScipParameters_MetaParamValue_IsValid(int value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00419">gscip.pb.cc:419</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a667d67dfe1cdcbcc5a27d698c6211037"><div class="ttname"><a href="namespaceoperations__research.html#a667d67dfe1cdcbcc5a27d698c6211037">operations_research::GScipOutput_Status_descriptor</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * GScipOutput_Status_descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00440">gscip.pb.cc:440</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a6aba8eb9bfb39f3640af75b0384fc8b8"><div class="ttname"><a href="namespaceoperations__research.html#a6aba8eb9bfb39f3640af75b0384fc8b8">operations_research::GScipOutput_Status_Name</a></div><div class="ttdeci">const std::string &amp; GScipOutput_Status_Name(T enum_t_value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00191">gscip.pb.h:191</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a76d1900f7fe79ef478b5c0a146f617dd"><div class="ttname"><a href="namespaceoperations__research.html#a76d1900f7fe79ef478b5c0a146f617dd">operations_research::GScipParameters_Emphasis_Emphasis_MIN</a></div><div class="ttdeci">constexpr GScipParameters_Emphasis GScipParameters_Emphasis_Emphasis_MIN</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00118">gscip.pb.h:118</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a78a7b7a8624da10816b5f6d3af9bb7c1"><div class="ttname"><a href="namespaceoperations__research.html#a78a7b7a8624da10816b5f6d3af9bb7c1">operations_research::GScipParameters_MetaParamValue_MetaParamValue_MAX</a></div><div class="ttdeci">constexpr GScipParameters_MetaParamValue GScipParameters_MetaParamValue_MetaParamValue_MAX</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00146">gscip.pb.h:146</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a86fd142dcac02d1ada019a02acb4b759"><div class="ttname"><a href="namespaceoperations__research.html#a86fd142dcac02d1ada019a02acb4b759">operations_research::GScipOutput_Status_Status_ARRAYSIZE</a></div><div class="ttdeci">constexpr int GScipOutput_Status_Status_ARRAYSIZE</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00187">gscip.pb.h:187</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a906060842a1b69a6f43bb1735aa0418c"><div class="ttname"><a href="namespaceoperations__research.html#a906060842a1b69a6f43bb1735aa0418c">operations_research::_GScipParameters_CharParamsEntry_DoNotUse_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GScipParameters_CharParamsEntry_DoNotUseDefaultTypeInternal _GScipParameters_CharParamsEntry_DoNotUse_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00074">gscip.pb.cc:74</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a94d261de39743e3aab6f25f3c8b33a8f"><div class="ttname"><a href="namespaceoperations__research.html#a94d261de39743e3aab6f25f3c8b33a8f">operations_research::GScipOutput_Status_Status_MIN</a></div><div class="ttdeci">constexpr GScipOutput_Status GScipOutput_Status_Status_MIN</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00185">gscip.pb.h:185</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a955a179847467a0b56c98ab42d0f31f4"><div class="ttname"><a href="namespaceoperations__research.html#a955a179847467a0b56c98ab42d0f31f4">operations_research::_GScipParameters_StringParamsEntry_DoNotUse_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GScipParameters_StringParamsEntry_DoNotUseDefaultTypeInternal _GScipParameters_StringParamsEntry_DoNotUse_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00085">gscip.pb.cc:85</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_a95efbb750354f17fa91c3506501eb458"><div class="ttname"><a href="namespaceoperations__research.html#a95efbb750354f17fa91c3506501eb458">operations_research::_GScipParameters_LongParamsEntry_DoNotUse_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GScipParameters_LongParamsEntry_DoNotUseDefaultTypeInternal _GScipParameters_LongParamsEntry_DoNotUse_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00052">gscip.pb.cc:52</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_aa6e8b2d9d690aea1a88d4e7dfe9ddd82"><div class="ttname"><a href="namespaceoperations__research.html#aa6e8b2d9d690aea1a88d4e7dfe9ddd82">operations_research::GScipParameters_MetaParamValue_Name</a></div><div class="ttdeci">const std::string &amp; GScipParameters_MetaParamValue_Name(T enum_t_value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00151">gscip.pb.h:151</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_aa7f944f712d427f379db51efd5465582"><div class="ttname"><a href="namespaceoperations__research.html#aa7f944f712d427f379db51efd5465582">operations_research::GScipParameters_MetaParamValue_Parse</a></div><div class="ttdeci">bool GScipParameters_MetaParamValue_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GScipParameters_MetaParamValue *value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00158">gscip.pb.h:158</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ab346a9f1ead5d1332f7a755e9c90315b"><div class="ttname"><a href="namespaceoperations__research.html#ab346a9f1ead5d1332f7a755e9c90315b">operations_research::GScipOutput_Status_IsValid</a></div><div class="ttdeci">bool GScipOutput_Status_IsValid(int value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00444">gscip.pb.cc:444</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ac1cdf2b5e2f031d082a9eb055f1e4059"><div class="ttname"><a href="namespaceoperations__research.html#ac1cdf2b5e2f031d082a9eb055f1e4059">operations_research::GScipParameters_Emphasis_Emphasis_MAX</a></div><div class="ttdeci">constexpr GScipParameters_Emphasis GScipParameters_Emphasis_Emphasis_MAX</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00119">gscip.pb.h:119</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ac85da619437fec6ad176b4e740ec0d9f"><div class="ttname"><a href="namespaceoperations__research.html#ac85da619437fec6ad176b4e740ec0d9f">operations_research::_GScipParameters_BoolParamsEntry_DoNotUse_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GScipParameters_BoolParamsEntry_DoNotUseDefaultTypeInternal _GScipParameters_BoolParamsEntry_DoNotUse_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00030">gscip.pb.cc:30</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ace3edc0fcc155dc02683ef08d754a93c"><div class="ttname"><a href="namespaceoperations__research.html#ace3edc0fcc155dc02683ef08d754a93c">operations_research::GScipParameters_MetaParamValue_MetaParamValue_MIN</a></div><div class="ttdeci">constexpr GScipParameters_MetaParamValue GScipParameters_MetaParamValue_MetaParamValue_MIN</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00145">gscip.pb.h:145</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ad4f55db80ee152e24451ea2dfd51c622"><div class="ttname"><a href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622">operations_research::GScipParameters_MetaParamValue</a></div><div class="ttdeci">GScipParameters_MetaParamValue</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00136">gscip.pb.h:136</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ad4f55db80ee152e24451ea2dfd51c622a07a499656702f1bde0a73d6732f51fc3"><div class="ttname"><a href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a07a499656702f1bde0a73d6732f51fc3">operations_research::GScipParameters_MetaParamValue_GScipParameters_MetaParamValue_INT_MIN_SENTINEL_DO_NOT_USE_</a></div><div class="ttdeci">@ GScipParameters_MetaParamValue_GScipParameters_MetaParamValue_INT_MIN_SENTINEL_DO_NOT_USE_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00141">gscip.pb.h:141</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ad4f55db80ee152e24451ea2dfd51c622a4599ab0ab1540d7933b52d7d05e086ac"><div class="ttname"><a href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a4599ab0ab1540d7933b52d7d05e086ac">operations_research::GScipParameters_MetaParamValue_OFF</a></div><div class="ttdeci">@ GScipParameters_MetaParamValue_OFF</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00140">gscip.pb.h:140</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ad4f55db80ee152e24451ea2dfd51c622a4c1ebf4be63dcdb1837c6c8f3ddc92a8"><div class="ttname"><a href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a4c1ebf4be63dcdb1837c6c8f3ddc92a8">operations_research::GScipParameters_MetaParamValue_GScipParameters_MetaParamValue_INT_MAX_SENTINEL_DO_NOT_USE_</a></div><div class="ttdeci">@ GScipParameters_MetaParamValue_GScipParameters_MetaParamValue_INT_MAX_SENTINEL_DO_NOT_USE_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00143">gscip.pb.h:142</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ad4f55db80ee152e24451ea2dfd51c622a56cab76ac5b32fe09ee95394699dbe99"><div class="ttname"><a href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a56cab76ac5b32fe09ee95394699dbe99">operations_research::GScipParameters_MetaParamValue_DEFAULT_META_PARAM_VALUE</a></div><div class="ttdeci">@ GScipParameters_MetaParamValue_DEFAULT_META_PARAM_VALUE</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00137">gscip.pb.h:137</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ad4f55db80ee152e24451ea2dfd51c622a8576ae305710f9eabbd97db8f2fd4016"><div class="ttname"><a href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622a8576ae305710f9eabbd97db8f2fd4016">operations_research::GScipParameters_MetaParamValue_AGGRESSIVE</a></div><div class="ttdeci">@ GScipParameters_MetaParamValue_AGGRESSIVE</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00138">gscip.pb.h:138</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ad4f55db80ee152e24451ea2dfd51c622ac6435a46b65461666eeaaa45950bc5f1"><div class="ttname"><a href="namespaceoperations__research.html#ad4f55db80ee152e24451ea2dfd51c622ac6435a46b65461666eeaaa45950bc5f1">operations_research::GScipParameters_MetaParamValue_FAST</a></div><div class="ttdeci">@ GScipParameters_MetaParamValue_FAST</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00139">gscip.pb.h:139</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ada2e2f66ecdfa470b4fe927dc7e2774a"><div class="ttname"><a href="namespaceoperations__research.html#ada2e2f66ecdfa470b4fe927dc7e2774a">operations_research::GScipParameters_Emphasis_Name</a></div><div class="ttdeci">const std::string &amp; GScipParameters_Emphasis_Name(T enum_t_value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00124">gscip.pb.h:124</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4ee"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4ee">operations_research::GScipOutput_Status</a></div><div class="ttdeci">GScipOutput_Status</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00163">gscip.pb.h:163</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eea14af85f2b3f2b2bdfec2aca539a26d7f"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea14af85f2b3f2b2bdfec2aca539a26d7f">operations_research::GScipOutput_Status_SOL_LIMIT</a></div><div class="ttdeci">@ GScipOutput_Status_SOL_LIMIT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00172">gscip.pb.h:172</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eea1986fccbee3d108cd467478728a0d8aa"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea1986fccbee3d108cd467478728a0d8aa">operations_research::GScipOutput_Status_GScipOutput_Status_INT_MIN_SENTINEL_DO_NOT_USE_</a></div><div class="ttdeci">@ GScipOutput_Status_GScipOutput_Status_INT_MIN_SENTINEL_DO_NOT_USE_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00181">gscip.pb.h:181</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eea1a9eeb595fd72c59708eab1de7be1139"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea1a9eeb595fd72c59708eab1de7be1139">operations_research::GScipOutput_Status_NODE_LIMIT</a></div><div class="ttdeci">@ GScipOutput_Status_NODE_LIMIT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00166">gscip.pb.h:166</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eea3b03dd3a7d8b2e0c363a66b71ef9e4ab"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea3b03dd3a7d8b2e0c363a66b71ef9e4ab">operations_research::GScipOutput_Status_GAP_LIMIT</a></div><div class="ttdeci">@ GScipOutput_Status_GAP_LIMIT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00171">gscip.pb.h:171</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eea6f0547f93b3eb747f403e26a0ad46917"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea6f0547f93b3eb747f403e26a0ad46917">operations_research::GScipOutput_Status_INFEASIBLE</a></div><div class="ttdeci">@ GScipOutput_Status_INFEASIBLE</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00176">gscip.pb.h:176</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eea96c194a30461479c64adb2fb91e8948b"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea96c194a30461479c64adb2fb91e8948b">operations_research::GScipOutput_Status_OPTIMAL</a></div><div class="ttdeci">@ GScipOutput_Status_OPTIMAL</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00175">gscip.pb.h:175</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eea9fe9ef59e070ae09b334968c73ecc151"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eea9fe9ef59e070ae09b334968c73ecc151">operations_research::GScipOutput_Status_TOTAL_NODE_LIMIT</a></div><div class="ttdeci">@ GScipOutput_Status_TOTAL_NODE_LIMIT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00167">gscip.pb.h:167</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeaa3d4cf37d3a894a79b75affeb68f4f65"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaa3d4cf37d3a894a79b75affeb68f4f65">operations_research::GScipOutput_Status_MEM_LIMIT</a></div><div class="ttdeci">@ GScipOutput_Status_MEM_LIMIT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00170">gscip.pb.h:170</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeaac4256727a3829911e4baed251c23a57"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaac4256727a3829911e4baed251c23a57">operations_research::GScipOutput_Status_STALL_NODE_LIMIT</a></div><div class="ttdeci">@ GScipOutput_Status_STALL_NODE_LIMIT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00168">gscip.pb.h:168</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeabff993c603d7645806daf7d10da220fe"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeabff993c603d7645806daf7d10da220fe">operations_research::GScipOutput_Status_TIME_LIMIT</a></div><div class="ttdeci">@ GScipOutput_Status_TIME_LIMIT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00169">gscip.pb.h:169</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeac29717505f3291e043e4f018ffbd2fc8"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeac29717505f3291e043e4f018ffbd2fc8">operations_research::GScipOutput_Status_INVALID_SOLVER_PARAMETERS</a></div><div class="ttdeci">@ GScipOutput_Status_INVALID_SOLVER_PARAMETERS</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00180">gscip.pb.h:180</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeac7313b108227582d3402f5812922860c"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeac7313b108227582d3402f5812922860c">operations_research::GScipOutput_Status_RESTART_LIMIT</a></div><div class="ttdeci">@ GScipOutput_Status_RESTART_LIMIT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00174">gscip.pb.h:174</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeacd7d1e20b9f1b4dceac60df1410c8295"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeacd7d1e20b9f1b4dceac60df1410c8295">operations_research::GScipOutput_Status_UNBOUNDED</a></div><div class="ttdeci">@ GScipOutput_Status_UNBOUNDED</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00177">gscip.pb.h:177</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eead7f8d464bdd93ffcc791b8542b55bb16"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eead7f8d464bdd93ffcc791b8542b55bb16">operations_research::GScipOutput_Status_UNKNOWN</a></div><div class="ttdeci">@ GScipOutput_Status_UNKNOWN</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00164">gscip.pb.h:164</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeade95ea537ad194f297d102e814886bb9"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeade95ea537ad194f297d102e814886bb9">operations_research::GScipOutput_Status_USER_INTERRUPT</a></div><div class="ttdeci">@ GScipOutput_Status_USER_INTERRUPT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00165">gscip.pb.h:165</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeae20d417f34dd5f662e63037c4e9e6075"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeae20d417f34dd5f662e63037c4e9e6075">operations_research::GScipOutput_Status_GScipOutput_Status_INT_MAX_SENTINEL_DO_NOT_USE_</a></div><div class="ttdeci">@ GScipOutput_Status_GScipOutput_Status_INT_MAX_SENTINEL_DO_NOT_USE_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00183">gscip.pb.h:182</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeaed7e95d1746abbdf4b44a1f6d617889a"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaed7e95d1746abbdf4b44a1f6d617889a">operations_research::GScipOutput_Status_INF_OR_UNBD</a></div><div class="ttdeci">@ GScipOutput_Status_INF_OR_UNBD</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00178">gscip.pb.h:178</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeaf5914e8f0708a35a7a864c481f12a417"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaf5914e8f0708a35a7a864c481f12a417">operations_research::GScipOutput_Status_TERMINATE</a></div><div class="ttdeci">@ GScipOutput_Status_TERMINATE</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00179">gscip.pb.h:179</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_adc3b21768529ba10008d6cd8e674e4eeaf8546e1213c3d47b8ce6a4e1a734baf4"><div class="ttname"><a href="namespaceoperations__research.html#adc3b21768529ba10008d6cd8e674e4eeaf8546e1213c3d47b8ce6a4e1a734baf4">operations_research::GScipOutput_Status_BEST_SOL_LIMIT</a></div><div class="ttdeci">@ GScipOutput_Status_BEST_SOL_LIMIT</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00173">gscip.pb.h:173</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_ade593dc91adda1b076bdbaa37850e8a0"><div class="ttname"><a href="namespaceoperations__research.html#ade593dc91adda1b076bdbaa37850e8a0">operations_research::_GScipParameters_RealParamsEntry_DoNotUse_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GScipParameters_RealParamsEntry_DoNotUseDefaultTypeInternal _GScipParameters_RealParamsEntry_DoNotUse_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8cc_source.html#l00063">gscip.pb.cc:63</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_aed0e92f119349eab1ef2ce24d7276d92"><div class="ttname"><a href="namespaceoperations__research.html#aed0e92f119349eab1ef2ce24d7276d92">operations_research::GScipParameters_Emphasis_Emphasis_ARRAYSIZE</a></div><div class="ttdeci">constexpr int GScipParameters_Emphasis_Emphasis_ARRAYSIZE</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00120">gscip.pb.h:120</a></div></div>
<div class="ttc" id="anamespaceoperations__research_html_afcda7585ad759df2e04503be6d8c9f42"><div class="ttname"><a href="namespaceoperations__research.html#afcda7585ad759df2e04503be6d8c9f42">operations_research::GScipOutput_Status_Parse</a></div><div class="ttdeci">bool GScipOutput_Status_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GScipOutput_Status *value)</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00198">gscip.pb.h:198</a></div></div>
<div class="ttc" id="apack_8cc_html_a750b5d744c39a06bfb13e6eb010e35d0"><div class="ttname"><a href="pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0">index</a></div><div class="ttdeci">int index</div><div class="ttdef"><b>Definition:</b> <a href="pack_8cc_source.html#l00509">pack.cc:509</a></div></div>
<div class="ttc" id="astruct_table_struct__ortools__2fgscip__2fgscip__2eproto_html"><div class="ttname"><a href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html">TableStruct_ortools_2fgscip_2fgscip_2eproto</a></div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00048">gscip.pb.h:48</a></div></div>
<div class="ttc" id="astruct_table_struct__ortools__2fgscip__2fgscip__2eproto_html_a08722da0482d74f973a3c6b2b9e9b001"><div class="ttname"><a href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a08722da0482d74f973a3c6b2b9e9b001">TableStruct_ortools_2fgscip_2fgscip_2eproto::PROTOBUF_SECTION_VARIABLE</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[9] PROTOBUF_SECTION_VARIABLE(protodesc_cold)</div></div>
<div class="ttc" id="astruct_table_struct__ortools__2fgscip__2fgscip__2eproto_html_a345548bf52cc46cc10c6830c03d541ff"><div class="ttname"><a href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">TableStruct_ortools_2fgscip_2fgscip_2eproto::offsets</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]</div><div class="ttdef"><b>Definition:</b> <a href="gscip_8pb_8h_source.html#l00057">gscip.pb.h:57</a></div></div>
<div class="ttc" id="astruct_table_struct__ortools__2fgscip__2fgscip__2eproto_html_a57e83bcf45762efcecb94544c5069304"><div class="ttname"><a href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a57e83bcf45762efcecb94544c5069304">TableStruct_ortools_2fgscip_2fgscip_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="astruct_table_struct__ortools__2fgscip__2fgscip__2eproto_html_a5d4901215454f7f2bea9ec50bc072b7f"><div class="ttname"><a href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f">TableStruct_ortools_2fgscip_2fgscip_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="astruct_table_struct__ortools__2fgscip__2fgscip__2eproto_html_a807eed5c615caffbff3960079ef76239"><div class="ttname"><a href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#a807eed5c615caffbff3960079ef76239">TableStruct_ortools_2fgscip_2fgscip_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="gscip_8pb_8h_source.html#l00056">gscip.pb.h:56</a></div></div>
<div class="ttc" id="astruct_table_struct__ortools__2fgscip__2fgscip__2eproto_html_ad113941c4b3e90b40bd45b59bb0e4689"><div class="ttname"><a href="struct_table_struct__ortools__2fgscip__2fgscip__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689">TableStruct_ortools_2fgscip_2fgscip_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="gscip_8pb_8h_source.html#l00055">gscip.pb.h:55</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_4630abaa26ded3605dfa1ce1c5d209ae.html">gscip</a></li><li class="navelem"><a class="el" href="gscip_8pb_8h.html">gscip.pb.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.9.1 </li>
</ul>
</div>
</body>
</html>