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

231 lines
363 KiB
HTML
Raw Normal View History

2020-09-01 16:00:33 +02:00
<!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2021-09-20 15:57:27 +02:00
<meta name="generator" content="Doxygen 1.8.15"/>
2020-09-01 16:00:33 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: assignment.pb.cc Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
2021-09-20 15:57:27 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
2020-09-01 16:00:33 +02:00
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
2021-09-20 15:57:27 +02:00
&#160;<span id="projectnumber">9.1</span>
2020-09-01 16:00:33 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('assignment_8pb_8cc_source.html','');});
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">assignment.pb.cc</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="assignment_8pb_8cc.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Generated by the protocol buffer compiler. DO NOT EDIT!</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// source: ortools/constraint_solver/assignment.proto</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="assignment_8pb_8h.html">ortools/constraint_solver/assignment.pb.h</a>&quot;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;algorithm&gt;</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/io/coded_stream.h&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/extension_set.h&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/wire_format_lite.h&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/descriptor.h&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/generated_message_reflection.h&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/reflection_ops.h&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/wire_format.h&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">// @@protoc_insertion_point(includes)</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/port_def.inc&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;PROTOBUF_PRAGMA_INIT_SEG</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classoperations__research_1_1_int_var_assignment.html#a9d1657508476cef8552116c2513e393b"> 20</a></span>&#160;constexpr <a class="code" href="classoperations__research_1_1_int_var_assignment.html#af9a7f42c7e7da834d74db4b58a5dbeae">IntVarAssignment::IntVarAssignment</a>(</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; : var_id_(&amp;::PROTOBUF_NAMESPACE_ID::<a class="code" href="namespaceinternal.html">internal</a>::fixed_address_empty_string)</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; , min_(int64_t{0})</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; , max_(int64_t{0})</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; , active_(<span class="keyword">false</span>){}</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="structope
<div class="ttc" id="structoperations__research_1_1_int_var_assignment_default_type_internal_html_aa1b6db55b7f7991bcc60d7818464c995"><div class="ttname"><a href="structoperations__research_1_1_int_var_assignment_default_type_internal.html#aa1b6db55b7f7991bcc60d7818464c995">operations_research::IntVarAssignmentDefaultTypeInternal::IntVarAssignmentDefaultTypeInternal</a></div><div class="ttdeci">constexpr IntVarAssignmentDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00027">assignment.pb.cc:27</a></div></div>
<div class="ttc" id="structoperations__research_1_1_worker_info_default_type_internal_html_a8286ee47d50dd3a347afd9769d06caf6"><div class="ttname"><a href="structoperations__research_1_1_worker_info_default_type_internal.html#a8286ee47d50dd3a347afd9769d06caf6">operations_research::WorkerInfoDefaultTypeInternal::~WorkerInfoDefaultTypeInternal</a></div><div class="ttdeci">~WorkerInfoDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00082">assignment.pb.cc:82</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a83794439b5a81a507b67b07f09d4f048">operations_research::IntervalVarAssignment::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00898">assignment.pb.cc:898</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a83794439b5a81a507b67b07f09d4f048">operations_research::WorkerInfo::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01472">assignment.pb.cc:1472</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html">operations_research::IntervalVarAssignment</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00261">assignment.pb.h:261</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#af1033c8579625eedc97d25696eeca0b1">operations_research::SequenceVarAssignment::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01130">assignment.pb.cc:1130</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_aa1700a47997fe8873537939b9bebbe07"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aa1700a47997fe8873537939b9bebbe07">operations_research::IntervalVarAssignment::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const IntervalVarAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00891">assignment.pb.cc:891</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a0bc580972892a1309a3bb070ccda1a0a"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a0bc580972892a1309a3bb070ccda1a0a">operations_research::SequenceVarAssignment::SequenceVarAssignment</a></div><div class="ttdeci">SequenceVarAssignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00507">assignment.pb.h:507</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::AssignmentProto::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01854">assignment.pb.cc:1854</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_a80d7e8db9e705561e3401c282d9fe6b3"><div class="ttname"><a href="assignment_8pb_8cc.html#a80d7e8db9e705561e3401c282d9fe6b3">CreateMaybeMessage&lt; ::operations_research::AssignmentProto &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::AssignmentProto * Arena::CreateMaybeMessage&lt; ::operations_research::AssignmentProto &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01875">assignment.pb.cc:1875</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::WorkerInfo::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01320">assignment.pb.cc:1320</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::WorkerInfo::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01487">assignment.pb.cc:1487</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#af1033c8579625eedc97d25696eeca0b1">operations_research::AssignmentProto::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01738">assignment.pb.cc:1738</a></div></div>
<div class="ttc" id="structoperations__research_1_1_sequence_var_assignment_default_type_internal_html_a4e56ed2b9d124af2501c0c3b47870378"><div class="ttname"><a href="structoperations__research_1_1_sequence_var_assignment_default_type_internal.html#a4e56ed2b9d124af2501c0c3b47870378">operations_research::SequenceVarAssignmentDefaultTypeInternal::SequenceVarAssignmentDefaultTypeInternal</a></div><div class="ttdeci">constexpr SequenceVarAssignmentDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00067">assignment.pb.cc:67</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a569ff5e7b4eb61c7143c2691fdfe4fc2"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a569ff5e7b4eb61c7143c2691fdfe4fc2">operations_research::SequenceVarAssignment::~SequenceVarAssignment</a></div><div class="ttdeci">~SequenceVarAssignment() override</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00962">assignment.pb.cc:962</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_ae1c074df05974254f61dabc4c1a72b58"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#ae1c074df05974254f61dabc4c1a72b58">operations_research::SequenceVarAssignment::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const SequenceVarAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01235">assignment.pb.cc:1235</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::IntVarAssignment::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00440">assignment.pb.cc:440</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_worker_info_1_1___internal.html">operations_research::WorkerInfo::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01268">assignment.pb.cc:1268</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a9044b5e9e7d8fb33c212df31caa2a96f"><div class="ttname"><a href="namespaceoperations__research.html#a9044b5e9e7d8fb33c212df31caa2a96f">operations_research::_SequenceVarAssignment_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT SequenceVarAssignmentDefaultTypeInternal _SequenceVarAssignment_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00074">assignment.pb.cc:74</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a5ad249dc5100b4e80763fbc1492426e0"><div class="ttname"><a href="namespaceoperations__research.html#a5ad249dc5100b4e80763fbc1492426e0">operations_research::_IntervalVarAssignment_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT IntervalVarAssignmentDefaultTypeInternal _IntervalVarAssignment_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00055">assignment.pb.cc:55</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::WorkerInfo::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00839">assignment.pb.h:839</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::IntVarAssignment::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00189">assignment.pb.h:189</a></div></div>
<div class="ttc" id="structoperations__research_1_1_interval_var_assignment_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_interval_var_assignment_default_type_internal.html">operations_research::IntervalVarAssignmentDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00047">assignment.pb.cc:47</a></div></div>
<div class="ttc" id="structoperations__research_1_1_assignment_proto_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_assignment_proto_default_type_internal.html">operations_research::AssignmentProtoDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00096">assignment.pb.cc:96</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a6b77d7b8584ac70152082a2b49b03c6d"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a6b77d7b8584ac70152082a2b49b03c6d">operations_research::AssignmentProto::internal_default_instance</a></div><div class="ttdeci">static const AssignmentProto * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00928">assignment.pb.h:928</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_a5de89a1f6e3f80a49a0d76136d8044e2"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a5de89a1f6e3f80a49a0d76136d8044e2">operations_research::math_opt::swap</a></div><div class="ttdeci">void swap(IdMap&lt; K, V &gt; &amp;a, IdMap&lt; K, V &gt; &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="id__map_8h_source.html#l00263">id_map.h:263</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::SequenceVarAssignment::_InternalParse</a></div><div class="ttdeci">const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00998">assignment.pb.cc:998</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a83794439b5a81a507b67b07f09d4f048">operations_research::AssignmentProto::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01836">assignment.pb.cc:1836</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::IntervalVarAssignment::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00843">assignment.pb.cc:843</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a4820ceeb19ebc83d3ab91f280d0a2ac2"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a4820ceeb19ebc83d3ab91f280d0a2ac2">operations_research::IntVarAssignment::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const IntVarAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00449">assignment.pb.cc:449</a></div></div>
<div class="ttc" id="structoperations__research_1_1_sequence_var_assignment_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_sequence_var_assignment_default_type_internal.html">operations_research::SequenceVarAssignmentDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00066">assignment.pb.cc:66</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::AssignmentProto::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01799">assignment.pb.cc:1799</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_a33ca8068d0e2699ab9a08835ad3c57ce"><div class="ttname"><a href="assignment_8pb_8cc.html#a33ca8068d0e2699ab9a08835ad3c57ce">CreateMaybeMessage&lt; ::operations_research::IntVarAssignment &gt;</a></div><div class="ttdeci">PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::operations_research::IntVarAssignment * Arena::CreateMaybeMessage&lt; ::operations_research::IntVarAssignment &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01863">assignment.pb.cc:1863</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_aab837ef20a27529facfb1f2b3f41965f"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#aab837ef20a27529facfb1f2b3f41965f">operations_research::WorkerInfo::WorkerInfo</a></div><div class="ttdeci">WorkerInfo()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00737">assignment.pb.h:737</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::IntVarAssignment::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00279">assignment.pb.cc:279</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ac5ac5cd7e9d9dcafe9df40eb09f3212b"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ac5ac5cd7e9d9dcafe9df40eb09f3212b">operations_research::AssignmentProto::~AssignmentProto</a></div><div class="ttdeci">~AssignmentProto() override</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01548">assignment.pb.cc:1548</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_a7379289aaf7997d57759c2ebb14a1fe8"><div class="ttname"><a href="assignment_8pb_8cc.html#a7379289aaf7997d57759c2ebb14a1fe8">file_level_service_descriptors_ortools_2fconstraint_5fsolver_2fassignment_2eproto</a></div><div class="ttdeci">static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_ortools_2fconstraint_5fsolver_2fassignment_2eproto</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00108">assignment.pb.cc:108</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::SequenceVarAssignment::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00609">assignment.pb.h:609</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_ad24b0c8b9d2dab9dd0d96d40d52bb743"><div class="ttname"><a href="namespaceoperations__research.html#ad24b0c8b9d2dab9dd0d96d40d52bb743">operations_research::_IntVarAssignment_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT IntVarAssignmentDefaultTypeInternal _IntVarAssignment_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00034">assignment.pb.cc:34</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a292eaa6545e2a169bce7fba15e09c046"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a292eaa6545e2a169bce7fba15e09c046">operations_research::IntVarAssignment::~IntVarAssignment</a></div><div class="ttdeci">~IntVarAssignment() override</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00257">assignment.pb.cc:257</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_a99b6f5a2938c4db4c9413e9b84f85717"><div class="ttname"><a href="assignment_8pb_8cc.html#a99b6f5a2938c4db4c9413e9b84f85717">file_default_instances</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Message const *const file_default_instances[]</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00172">assignment.pb.cc:172</a></div></div>
<div class="ttc" id="structoperations__research_1_1_worker_info_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_worker_info_default_type_internal.html">operations_research::WorkerInfoDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00079">assignment.pb.cc:79</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_a1a656da48cf3d2824247c83ad8d92f10"><div class="ttname"><a href="assignment_8pb_8cc.html#a1a656da48cf3d2824247c83ad8d92f10">CHK_</a></div><div class="ttdeci">#define CHK_(x)</div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::IntVarAssignment::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00497">assignment.pb.cc:497</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_ab521642e00d285ad0cf43b17d00a84f7"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#ab521642e00d285ad0cf43b17d00a84f7">operations_research::WorkerInfo::~WorkerInfo</a></div><div class="ttdeci">~WorkerInfo() override</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01298">assignment.pb.cc:1298</a></div></div>
<div class="ttc" id="structoperations__research_1_1_assignment_proto_default_type_internal_html_ab6d35b48da5284b8f5d242d27856ed2b"><div class="ttname"><a href="structoperations__research_1_1_assignment_proto_default_type_internal.html#ab6d35b48da5284b8f5d242d27856ed2b">operations_research::AssignmentProtoDefaultTypeInternal::~AssignmentProtoDefaultTypeInternal</a></div><div class="ttdeci">~AssignmentProtoDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00099">assignment.pb.cc:99</a></div></div>
<div class="ttc" id="structoperations__research_1_1_assignment_proto_default_type_internal_html_af241019308518ba2de23ce01841d625a"><div class="ttname"><a href="structoperations__research_1_1_assignment_proto_default_type_internal.html#af241019308518ba2de23ce01841d625a">operations_research::AssignmentProtoDefaultTypeInternal::AssignmentProtoDefaultTypeInternal</a></div><div class="ttdeci">constexpr AssignmentProtoDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00097">assignment.pb.cc:97</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html">operations_research::WorkerInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00734">assignment.pb.h:734</a></div></div>
<div class="ttc" id="structoperations__research_1_1_sequence_var_assignment_default_type_internal_html_aaab8590cb16355cd303fc3f495d2ac1f"><div class="ttname"><a href="structoperations__research_1_1_sequence_var_assignment_default_type_internal.html#aaab8590cb16355cd303fc3f495d2ac1f">operations_research::SequenceVarAssignmentDefaultTypeInternal::_instance</a></div><div class="ttdeci">SequenceVarAssignment _instance</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00071">assignment.pb.cc:71</a></div></div>
<div class="ttc" id="structoperations__research_1_1_interval_var_assignment_default_type_internal_html_ac8f7795538f0004cf886ebabcf2fa76d"><div class="ttname"><a href="structoperations__research_1_1_interval_var_assignment_default_type_internal.html#ac8f7795538f0004cf886ebabcf2fa76d">operations_research::IntervalVarAssignmentDefaultTypeInternal::~IntervalVarAssignmentDefaultTypeInternal</a></div><div class="ttdeci">~IntervalVarAssignmentDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00050">assignment.pb.cc:50</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#af1033c8579625eedc97d25696eeca0b1">operations_research::IntervalVarAssignment::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00754">assignment.pb.cc:754</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_a9314da8a064664669a7e03ee47206144"><div class="ttname"><a href="assignment_8pb_8cc.html#a9314da8a064664669a7e03ee47206144">file_level_enum_descriptors_ortools_2fconstraint_5fsolver_2fassignment_2eproto</a></div><div class="ttdeci">static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_ortools_2fconstraint_5fsolver_2fassignment_2eproto</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00107">assignment.pb.cc:107</a></div></div>
<div class="ttc" id="structoperations__research_1_1_sequence_var_assignment_default_type_internal_html_ae3b1111d8cfa80dd6b414dae6151a2fa"><div class="ttname"><a href="structoperations__research_1_1_sequence_var_assignment_default_type_internal.html#ae3b1111d8cfa80dd6b414dae6151a2fa">operations_research::SequenceVarAssignmentDefaultTypeInternal::~SequenceVarAssignmentDefaultTypeInternal</a></div><div class="ttdeci">~SequenceVarAssignmentDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00069">assignment.pb.cc:69</a></div></div>
<div class="ttc" id="structoperations__research_1_1_int_var_assignment_default_type_internal_html_aaf1f097fea78bb9b472b93ecdda3515f"><div class="ttname"><a href="structoperations__research_1_1_int_var_assignment_default_type_internal.html#aaf1f097fea78bb9b472b93ecdda3515f">operations_research::IntVarAssignmentDefaultTypeInternal::_instance</a></div><div class="ttdeci">IntVarAssignment _instance</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00031">assignment.pb.cc:31</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_af110e54dfec91370bc59d4e530631df9"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#af110e54dfec91370bc59d4e530631df9">operations_research::SequenceVarAssignment::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const SequenceVarAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01217">assignment.pb.cc:1217</a></div></div>
<div class="ttc" id="search_8cc_html_a9c6d2505b571d11bc113813060f465a3"><div class="ttname"><a href="search_8cc.html#a9c6d2505b571d11bc113813060f465a3">objective_</a></div><div class="ttdeci">IntVar *const objective_</div><div class="ttdef"><b>Definition:</b> <a href="search_8cc_source.html#l02966">search.cc:2966</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a5c8c3cc424d3ca5e5c5c98f5cf345712"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a5c8c3cc424d3ca5e5c5c98f5cf345712">operations_research::SequenceVarAssignment::swap</a></div><div class="ttdeci">friend void swap(SequenceVarAssignment &amp;a, SequenceVarAssignment &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00550">assignment.pb.h:550</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_ad39edc36e8f1ea27300b1dc0e92c3c08"><div class="ttname"><a href="assignment_8pb_8cc.html#ad39edc36e8f1ea27300b1dc0e92c3c08">CreateMaybeMessage&lt; ::operations_research::SequenceVarAssignment &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::SequenceVarAssignment * Arena::CreateMaybeMessage&lt; ::operations_research::SequenceVarAssignment &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01869">assignment.pb.cc:1869</a></div></div>
<div class="ttc" id="structoperations__research_1_1_interval_var_assignment_default_type_internal_html_ad4382e290d1f6230e9c35a38c10ca7d8"><div class="ttname"><a href="structoperations__research_1_1_interval_var_assignment_default_type_internal.html#ad4382e290d1f6230e9c35a38c10ca7d8">operations_research::IntervalVarAssignmentDefaultTypeInternal::_instance</a></div><div class="ttdeci">IntervalVarAssignment _instance</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00052">assignment.pb.cc:52</a></div></div>
<div class="ttc" id="structoperations__research_1_1_worker_info_default_type_internal_html_a82925bd379877c39119f46a2beb63aa8"><div class="ttname"><a href="structoperations__research_1_1_worker_info_default_type_internal.html#a82925bd379877c39119f46a2beb63aa8">operations_research::WorkerInfoDefaultTypeInternal::WorkerInfoDefaultTypeInternal</a></div><div class="ttdeci">constexpr WorkerInfoDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00080">assignment.pb.cc:80</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_1_1___internal_html_a6e1f755823c4e9a2ea3e7ad7c55416f7"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto_1_1___internal.html#a6e1f755823c4e9a2ea3e7ad7c55416f7">operations_research::AssignmentProto::_Internal::worker_info</a></div><div class="ttdeci">static const ::operations_research::WorkerInfo &amp; worker_info(const AssignmentProto *msg)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01506">assignment.pb.cc:1506</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::SequenceVarAssignment::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01208">assignment.pb.cc:1208</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::WorkerInfo::_InternalSerialize</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01376">assignment.pb.cc:1376</a></div></div>
<div class="ttc" id="assignment_8pb_8h_html"><div class="ttname"><a href="assignment_8pb_8h.html">assignment.pb.h</a></div></div>
<div class="ttc" id="structoperations__research_1_1_int_var_assignment_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1_int_var_assignment_default_type_internal.html">operations_research::IntVarAssignmentDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00026">assignment.pb.cc:26</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a411b2c9a525ec4a1b57c85f6db171621"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a411b2c9a525ec4a1b57c85f6db171621">operations_research::IntervalVarAssignment::IntervalVarAssignment</a></div><div class="ttdeci">IntervalVarAssignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00264">assignment.pb.h:264</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_a9c198d10d19971f3c808cb2157b8d9c9"><div class="ttname"><a href="assignment_8pb_8cc.html#a9c198d10d19971f3c808cb2157b8d9c9">CreateMaybeMessage&lt; ::operations_research::WorkerInfo &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::WorkerInfo * Arena::CreateMaybeMessage&lt; ::operations_research::WorkerInfo &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01872">assignment.pb.cc:1872</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a83794439b5a81a507b67b07f09d4f048">operations_research::SequenceVarAssignment::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01242">assignment.pb.cc:1242</a></div></div>
<div class="ttc" id="structoperations__research_1_1_assignment_proto_default_type_internal_html_adb49ce5c452488ed3b0f1e11dc9c3fe4"><div class="ttname"><a href="structoperations__research_1_1_assignment_proto_default_type_internal.html#adb49ce5c452488ed3b0f1e11dc9c3fe4">operations_research::AssignmentProtoDefaultTypeInternal::_instance</a></div><div class="ttdeci">AssignmentProto _instance</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00101">assignment.pb.cc:101</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_a71b4716e350a5a5e04973547d1f49b13"><div class="ttname"><a href="namespaceoperations__research.html#a71b4716e350a5a5e04973547d1f49b13">operations_research::_AssignmentProto_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT AssignmentProtoDefaultTypeInternal _AssignmentProto_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00104">assignment.pb.cc:104</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_1_1___internal_html_aa8ab4bf942052b6b415de52c89d2b293"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto_1_1___internal.html#aa8ab4bf942052b6b415de52c89d2b293">operations_research::AssignmentProto::_Internal::objective</a></div><div class="ttdeci">static const ::operations_research::IntVarAssignment &amp; objective(const AssignmentProto *msg)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01502">assignment.pb.cc:1502</a></div></div>
<div class="ttc" id="structoperations__research_1_1_interval_var_assignment_default_type_internal_html_abaee2f5b3c1e71bdbc0d732761a22e1d"><div class="ttname"><a href="structoperations__research_1_1_interval_var_assignment_default_type_internal.html#abaee2f5b3c1e71bdbc0d732761a22e1d">operations_research::IntervalVarAssignmentDefaultTypeInternal::IntervalVarAssignmentDefaultTypeInternal</a></div><div class="ttdeci">constexpr IntervalVarAssignmentDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00048">assignment.pb.cc:48</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#af1033c8579625eedc97d25696eeca0b1">operations_research::WorkerInfo::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01406">assignment.pb.cc:1406</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::AssignmentProto::_InternalParse</a></div><div class="ttdeci">const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01592">assignment.pb.cc:1592</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html">operations_research::SequenceVarAssignment</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00504">assignment.pb.h:504</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_ae570a0f3a24f7e02ab5093180df87934"><div class="ttname"><a href="assignment_8pb_8cc.html#ae570a0f3a24f7e02ab5093180df87934">CreateMaybeMessage&lt; ::operations_research::IntervalVarAssignment &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::IntervalVarAssignment * Arena::CreateMaybeMessage&lt; ::operations_research::IntervalVarAssignment &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01866">assignment.pb.cc:1866</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_ab21fd4446f4c26e65c227fa909cf3cde"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#ab21fd4446f4c26e65c227fa909cf3cde">operations_research::WorkerInfo::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const WorkerInfo &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01465">assignment.pb.cc:1465</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a815e0f82e4ee981869d3d73dd7e75897"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a815e0f82e4ee981869d3d73dd7e75897">operations_research::WorkerInfo::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const WorkerInfo &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01450">assignment.pb.cc:1450</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::IntVarAssignment::_InternalSerialize</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00351">assignment.pb.cc:351</a></div></div>
<div class="ttc" id="namespaceinternal_html"><div class="ttname"><a href="namespaceinternal.html">internal</a></div><div class="ttdef"><b>Definition:</b> <a href="bop__parameters_8pb_8h_source.html#l00039">bop_parameters.pb.h:39</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a863e5b492d406b15ec23863c2ca06587"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a863e5b492d406b15ec23863c2ca06587">operations_research::AssignmentProto::AssignmentProto</a></div><div class="ttdeci">AssignmentProto()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00892">assignment.pb.h:892</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment_1_1___internal.html">operations_research::IntVarAssignment::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00222">assignment.pb.cc:222</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::IntervalVarAssignment::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00366">assignment.pb.h:366</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::IntervalVarAssignment::_InternalSerialize</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00676">assignment.pb.cc:676</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::WorkerInfo::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01441">assignment.pb.cc:1441</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#af1033c8579625eedc97d25696eeca0b1">operations_research::IntVarAssignment::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00393">assignment.pb.cc:393</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_aca973110b67fdde25984b50fead87813"><div class="ttname"><a href="assignment_8pb_8cc.html#aca973110b67fdde25984b50fead87813">descriptor_table_ortools_2fconstraint_5fsolver_2fassignment_2eproto</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fconstraint_5fsolver_2fassignment_2eproto</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00206">assignment.pb.cc:206</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::AssignmentProto::_InternalSerialize</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01678">assignment.pb.cc:1678</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a061bc8dc471bdab0fe4cb7aae73fd61c"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a061bc8dc471bdab0fe4cb7aae73fd61c">operations_research::IntVarAssignment::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const IntVarAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00470">assignment.pb.cc:470</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto_1_1___internal.html">operations_research::AssignmentProto::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01495">assignment.pb.cc:1495</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::SequenceVarAssignment::_InternalSerialize</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize(::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01073">assignment.pb.cc:1073</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::IntVarAssignment::_InternalParse</a></div><div class="ttdeci">const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00292">assignment.pb.cc:292</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment_1_1___internal.html">operations_research::IntervalVarAssignment::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00505">assignment.pb.cc:505</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::IntervalVarAssignment::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00562">assignment.pb.cc:562</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_aca8dd26d67b581663548f0703a763972"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#aca8dd26d67b581663548f0703a763972">operations_research::WorkerInfo::swap</a></div><div class="ttdeci">friend void swap(WorkerInfo &amp;a, WorkerInfo &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00780">assignment.pb.h:780</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a94250a391f1b034734ceb473e88fda38"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a94250a391f1b034734ceb473e88fda38">operations_research::IntervalVarAssignment::~IntervalVarAssignment</a></div><div class="ttdeci">~IntervalVarAssignment() override</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00540">assignment.pb.cc:540</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html">operations_research::IntVarAssignment</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00084">assignment.pb.h:84</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_a924598b7b03faab351f2d41c53f8ed60"><div class="ttname"><a href="assignment_8pb_8cc.html#a924598b7b03faab351f2d41c53f8ed60">PROTOBUF_SECTION_VARIABLE</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_ortools_2fconstraint_5fsolver_2fassignment_2eproto::offsets [] PROTOBUF_SECTION_VARIABLE(protodesc_cold)</div></div>
<div class="ttc" id="structoperations__research_1_1_int_var_assignment_default_type_internal_html_a59963481b3e991f0ad5d904caf2a2d42"><div class="ttname"><a href="structoperations__research_1_1_int_var_assignment_default_type_internal.html#a59963481b3e991f0ad5d904caf2a2d42">operations_research::IntVarAssignmentDefaultTypeInternal::~IntVarAssignmentDefaultTypeInternal</a></div><div class="ttdeci">~IntVarAssignmentDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00029">assignment.pb.cc:29</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_af9a7f42c7e7da834d74db4b58a5dbeae"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#af9a7f42c7e7da834d74db4b58a5dbeae">operations_research::IntVarAssignment::IntVarAssignment</a></div><div class="ttdeci">IntVarAssignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00087">assignment.pb.h:87</a></div></div>
<div class="ttc" id="namespaceoperations__research_html"><div class="ttname"><a href="namespaceoperations__research.html">operations_research</a></div><div class="ttdoc">Collection of objects used to extend the Constraint Solver library.</div><div class="ttdef"><b>Definition:</b> <a href="dense__doubly__linked__list_8h_source.html#l00021">dense_doubly_linked_list.h:21</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::SequenceVarAssignment::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00984">assignment.pb.cc:984</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::IntervalVarAssignment::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00918">assignment.pb.cc:918</a></div></div>
<div class="ttc" id="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto_html_a345548bf52cc46cc10c6830c03d541ff"><div class="ttname"><a href="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">TableStruct_ortools_2fconstraint_5fsolver_2fassignment_2eproto::offsets</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00053">assignment.pb.h:53</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_ab859b6b0afe070a44ceaa556ac26dd9c"><div class="ttname"><a href="assignment_8pb_8cc.html#ab859b6b0afe070a44ceaa556ac26dd9c">descriptor_table_ortools_2fconstraint_5fsolver_2fassignment_2eproto_once</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_ortools_2fconstraint_5fsolver_2fassignment_2eproto_once</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00205">assignment.pb.cc:205</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html">operations_research::AssignmentProto</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00889">assignment.pb.h:889</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::SequenceVarAssignment::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01260">assignment.pb.cc:1260</a></div></div>
<div class="ttc" id="optional__boolean_8pb_8cc_html_a45da01ad4acb3124fbe203f64edbd517"><div class="ttname"><a href="optional__boolean_8pb_8cc.html#a45da01ad4acb3124fbe203f64edbd517">schemas</a></div><div class="ttdeci">static constexpr ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema * schemas</div><div class="ttdef"><b>Definition:</b> <a href="optional__boolean_8pb_8cc_source.html#l00024">optional_boolean.pb.cc:24</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a0adf8132f7e6f4c16138575bd40fb6e9"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a0adf8132f7e6f4c16138575bd40fb6e9">operations_research::AssignmentProto::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const AssignmentProto &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01808">assignment.pb.cc:1808</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a83794439b5a81a507b67b07f09d4f048">operations_research::IntVarAssignment::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00477">assignment.pb.cc:477</a></div></div>
<div class="ttc" id="namespaceoperations__research_html_af96f2eb9df50f9992bf3529e9e48c1a4"><div class="ttname"><a href="namespaceoperations__research.html#af96f2eb9df50f9992bf3529e9e48c1a4">operations_research::_WorkerInfo_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT WorkerInfoDefaultTypeInternal _WorkerInfo_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00087">assignment.pb.cc:87</a></div></div>
<div class="ttc" id="structoperations__research_1_1_worker_info_default_type_internal_html_acdc0ef15759ad89662fb16031137ed80"><div class="ttname"><a href="structoperations__research_1_1_worker_info_default_type_internal.html#acdc0ef15759ad89662fb16031137ed80">operations_research::WorkerInfoDefaultTypeInternal::_instance</a></div><div class="ttdeci">WorkerInfo _instance</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00084">assignment.pb.cc:84</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::IntervalVarAssignment::_InternalParse</a></div><div class="ttdeci">const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00575">assignment.pb.cc:575</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a427fd939a41f0dc037f4b7d14dea66b5"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a427fd939a41f0dc037f4b7d14dea66b5">operations_research::AssignmentProto::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const AssignmentProto &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01829">assignment.pb.cc:1829</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::AssignmentProto::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l01571">assignment.pb.cc:1571</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a9335e88b12a2672b53ddaa25a5fe3552"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a9335e88b12a2672b53ddaa25a5fe3552">operations_research::IntervalVarAssignment::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const IntervalVarAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00852">assignment.pb.cc:852</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_af98cf4e5edc3ed589fd663e1269e6a68"><div class="ttname"><a href="assignment_8pb_8cc.html#af98cf4e5edc3ed589fd663e1269e6a68">descriptor_table_ortools_2fconstraint_5fsolver_2fassignment_2eproto_getter</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_WEAKconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable * descriptor_table_ortools_2fconstraint_5fsolver_2fassignment_2eproto_getter()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00212">assignment.pb.cc:212</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::AssignmentProto::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00994">assignment.pb.h:994</a></div></div>
<div class="ttc" id="assignment_8pb_8cc_html_acf6d31adc238252a539ef5629f07afd8"><div class="ttname"><a href="assignment_8pb_8cc.html#acf6d31adc238252a539ef5629f07afd8">file_level_metadata_ortools_2fconstraint_5fsolver_2fassignment_2eproto</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_ortools_2fconstraint_5fsolver_2fassignment_2eproto[5]</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00106">assignment.pb.cc:106</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment_1_1___internal.html">operations_research::SequenceVarAssignment::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8cc_source.html#l00926">assignment.pb.cc:926</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2020-09-01 16:00:33 +02:00
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_b2c6d49957bf5d0c7726edb4b829cd4d.html">gen</a></li><li class="navelem"><a class="el" href="dir_dd9e6105f85b4b8d1432afc92516bdf4.html">ortools</a></li><li class="navelem"><a class="el" href="dir_37019ba8edd362d5e2e12880bdfa4c61.html">constraint_solver</a></li><li class="navelem"><a class="el" href="assignment_8pb_8cc.html">assignment.pb.cc</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
2021-09-20 15:57:27 +02:00
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
2020-09-01 16:00:33 +02:00
</ul>
</div>
</body>
</html>