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

418 lines
577 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.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>
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_8h_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.h</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="assignment_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/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">#ifndef GOOGLE_PROTOBUF_INCLUDED_ortools_2fconstraint_5fsolver_2fassignment_2eproto</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#define GOOGLE_PROTOBUF_INCLUDED_ortools_2fconstraint_5fsolver_2fassignment_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; 3017000</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 3017003 &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=
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a3f5692a32a2b4c2d9e1534244ed4a19eab7d6226a624d885dd6666a8ccbe607c1"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a3f5692a32a2b4c2d9e1534244ed4a19eab7d6226a624d885dd6666a8ccbe607c1">operations_research::IntVarAssignment::kVarIdFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00199">assignment.pb.h:199</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ab5eaea39a9a1c45e96649cf972462a73"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ab5eaea39a9a1c45e96649cf972462a73">operations_research::AssignmentProto::interval_var_assignment</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField&lt; ::operations_research::IntervalVarAssignment &gt; &amp; interval_var_assignment() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01833">assignment.pb.h:1833</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_ad2502b356b2c3de83490d6887b02624e"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#ad2502b356b2c3de83490d6887b02624e">operations_research::IntVarAssignment::mutable_var_id</a></div><div class="ttdeci">std::string * mutable_var_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01152">assignment.pb.h:1152</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_sequence_var_assignment_html_ad9735e23cb0888fb98e1c5893aecff7e"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#ad9735e23cb0888fb98e1c5893aecff7e">operations_research::SequenceVarAssignment::active</a></div><div class="ttdeci">bool active() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01671">assignment.pb.h:1671</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a3e9267bf2cf5e65ba61886f4dcb3df6b"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a3e9267bf2cf5e65ba61886f4dcb3df6b">operations_research::AssignmentProto::add_interval_var_assignment</a></div><div class="ttdeci">::operations_research::IntervalVarAssignment * add_interval_var_assignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01827">assignment.pb.h:1827</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_a937089447a093d4e6b586abc57fe8f2e"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a937089447a093d4e6b586abc57fe8f2e">operations_research::IntervalVarAssignment::duration_max</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 duration_max() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01360">assignment.pb.h:1360</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_sequence_var_assignment_html_a1357c96fb88e28af1b115542dcc00a0c"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a1357c96fb88e28af1b115542dcc00a0c">operations_research::SequenceVarAssignment::GetReflection</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00537">assignment.pb.h:537</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a8ca0e76fa665125f1e50bd1ed8dbd213"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a8ca0e76fa665125f1e50bd1ed8dbd213">operations_research::AssignmentProto::is_valid</a></div><div class="ttdeci">bool is_valid() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l02065">assignment.pb.h:2065</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_sequence_var_assignment_html_afc8f3c2ef6b41effddd62cb18d7daf66"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#afc8f3c2ef6b41effddd62cb18d7daf66">operations_research::SequenceVarAssignment::backward_sequence_size</a></div><div class="ttdeci">int backward_sequence_size() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01574">assignment.pb.h:1574</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_ab6eb303408e63f4f74321bff24ef3ecd"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#ab6eb303408e63f4f74321bff24ef3ecd">operations_research::IntVarAssignment::set_active</a></div><div class="ttdeci">void set_active(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01238">assignment.pb.h:1238</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a5fc78910ca2547820dc928301bd41bd4"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a5fc78910ca2547820dc928301bd41bd4">operations_research::AssignmentProto::release_worker_info</a></div><div class="ttdeci">PROTOBUF_MUST_USE_RESULT ::operations_research::WorkerInfo * release_worker_info()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l02003">assignment.pb.h:2003</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_ac3a0363ef4ac7055acd3971d5ccf835a"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#ac3a0363ef4ac7055acd3971d5ccf835a">operations_research::SequenceVarAssignment::GetDescriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00534">assignment.pb.h:534</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="classoperations__research_1_1_worker_info_html_a040a4e1c714a81321799810eabb4f40a"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a040a4e1c714a81321799810eabb4f40a">operations_research::WorkerInfo::set_allocated_bns</a></div><div class="ttdeci">void set_allocated_bns(std::string *bns)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01743">assignment.pb.h:1743</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_a495c47f26073d19bd444fd3338c1a094"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a495c47f26073d19bd444fd3338c1a094">operations_research::WorkerInfo::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(WorkerInfo *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00791">assignment.pb.h:791</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_abea3599138699123246f35f4d58d6bb2"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#abea3599138699123246f35f4d58d6bb2">operations_research::IntVarAssignment::min</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 min() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01190">assignment.pb.h:1190</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_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cbaf3967288ce2bb30a0c59ca07ab0b07c4"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cbaf3967288ce2bb30a0c59ca07ab0b07c4">operations_research::IntervalVarAssignment::kActiveFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00385">assignment.pb.h:385</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="classoperations__research_1_1_interval_var_assignment_html_a2c971b2a10d6aa68bf5fa0a7d4200ae6"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6">operations_research::IntervalVarAssignment::GetCachedSize</a></div><div class="ttdeci">int GetCachedSize() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00347">assignment.pb.h:347</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_interval_var_assignment_html_aab74343b6c33a1e15d6f5fb7c227b2f5"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aab74343b6c33a1e15d6f5fb7c227b2f5">operations_research::IntervalVarAssignment::clear_start_max</a></div><div class="ttdeci">void clear_start_max()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01314">assignment.pb.h:1314</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_ac3a0363ef4ac7055acd3971d5ccf835a"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#ac3a0363ef4ac7055acd3971d5ccf835a">operations_research::WorkerInfo::GetDescriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00764">assignment.pb.h:764</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cba162398cc085f495abac3540d45763800"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cba162398cc085f495abac3540d45763800">operations_research::IntervalVarAssignment::kDurationMinFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00379">assignment.pb.h:379</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_aff861a5bb0b611787a93835cd402c2e1"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aff861a5bb0b611787a93835cd402c2e1">operations_research::IntervalVarAssignment::set_start_max</a></div><div class="ttdeci">void set_start_max(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01328">assignment.pb.h:1328</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a143378529ade339c7ca9ccda05c7e797"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a143378529ade339c7ca9ccda05c7e797">operations_research::IntervalVarAssignment::set_performed_min</a></div><div class="ttdeci">void set_performed_min(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01428">assignment.pb.h:1428</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_adf10eb53571f6f44a714bd23894d815d"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#adf10eb53571f6f44a714bd23894d815d">operations_research::AssignmentProto::clear_worker_info</a></div><div class="ttdeci">void clear_worker_info()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01975">assignment.pb.h:1975</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_assignment_proto_html_a4e60f3c270e0972870008451de2b0d35"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a4e60f3c270e0972870008451de2b0d35">operations_research::AssignmentProto::worker_info</a></div><div class="ttdeci">const ::operations_research::WorkerInfo &amp; worker_info() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01986">assignment.pb.h:1986</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_aaa963f75523e29814d9bd29ef74b5031"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aaa963f75523e29814d9bd29ef74b5031">operations_research::IntervalVarAssignment::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(IntervalVarAssignment *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00318">assignment.pb.h:318</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_ad9dbfda05b8347009d49f88d4a775050"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#ad9dbfda05b8347009d49f88d4a775050">operations_research::IntVarAssignment::clear_max</a></div><div class="ttdeci">void clear_max()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01204">assignment.pb.h:1204</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ada8b1ad5bdb8979e876150ebda4afbb9"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ada8b1ad5bdb8979e876150ebda4afbb9">operations_research::AssignmentProto::sequence_var_assignment_size</a></div><div class="ttdeci">int sequence_var_assignment_size() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01842">assignment.pb.h:1842</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_interval_var_assignment_html_a9d296963586c1194acfedf0c8b5007c4"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a9d296963586c1194acfedf0c8b5007c4">operations_research::IntervalVarAssignment::end_min</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 end_min() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01380">assignment.pb.h:1380</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="classoperations__research_1_1_assignment_proto_html_a8473d52a88ddd9d90e879d1716586bee"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a8473d52a88ddd9d90e879d1716586bee">operations_research::AssignmentProto::kIndexInFileMessages</a></div><div class="ttdeci">static constexpr int kIndexInFileMessages</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00932">assignment.pb.h:932</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a8473d52a88ddd9d90e879d1716586bee"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a8473d52a88ddd9d90e879d1716586bee">operations_research::IntervalVarAssignment::kIndexInFileMessages</a></div><div class="ttdeci">static constexpr int kIndexInFileMessages</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00304">assignment.pb.h:304</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_interval_var_assignment_html_a46bab08b60f481b1b9b8d36b82086a82"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a46bab08b60f481b1b9b8d36b82086a82">operations_research::IntervalVarAssignment::clear_active</a></div><div class="ttdeci">void clear_active()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01454">assignment.pb.h:1454</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a5333a26cedc8c5788552be0e042b0b20"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a5333a26cedc8c5788552be0e042b0b20">operations_research::AssignmentProto::AssignmentProto</a></div><div class="ttdeci">AssignmentProto(AssignmentProto &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00897">assignment.pb.h:897</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a809048a7be8a73475fa2910c436a719c"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a809048a7be8a73475fa2910c436a719c">operations_research::SequenceVarAssignment::add_unperformed</a></div><div class="ttdeci">void add_unperformed(::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01641">assignment.pb.h:1641</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a77ebcc86b8aaebd4123c0a5b76581594"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a77ebcc86b8aaebd4123c0a5b76581594">operations_research::AssignmentProto::New</a></div><div class="ttdeci">AssignmentProto * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00958">assignment.pb.h:958</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_interval_var_assignment_html_a0058978ee63b3c00103cdad5900a043a"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a0058978ee63b3c00103cdad5900a043a">operations_research::IntervalVarAssignment::set_duration_max</a></div><div class="ttdeci">void set_duration_max(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01368">assignment.pb.h:1368</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a88af283f678b7e6c06a49fcb6115b4ed"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a88af283f678b7e6c06a49fcb6115b4ed">operations_research::AssignmentProto::clear_int_var_assignment</a></div><div class="ttdeci">void clear_int_var_assignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01765">assignment.pb.h:1765</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="classoperations__research_1_1_interval_var_assignment_html_a1357c96fb88e28af1b115542dcc00a0c"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a1357c96fb88e28af1b115542dcc00a0c">operations_research::IntervalVarAssignment::GetReflection</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00294">assignment.pb.h:294</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ac47027602ee43de78c20fadbd7dc1519"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ac47027602ee43de78c20fadbd7dc1519">operations_research::AssignmentProto::unsafe_arena_release_objective</a></div><div class="ttdeci">::operations_research::IntVarAssignment * unsafe_arena_release_objective()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01928">assignment.pb.h:1928</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_ad9993dd18e162e966647d16d7c1cbddf"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#ad9993dd18e162e966647d16d7c1cbddf">operations_research::IntervalVarAssignment::set_start_min</a></div><div class="ttdeci">void set_start_min(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01308">assignment.pb.h:1308</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_ad2502b356b2c3de83490d6887b02624e"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#ad2502b356b2c3de83490d6887b02624e">operations_research::IntervalVarAssignment::mutable_var_id</a></div><div class="ttdeci">std::string * mutable_var_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01262">assignment.pb.h:1262</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a3093b30aa99ebf483676b451adbd5708"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a3093b30aa99ebf483676b451adbd5708">operations_research::SequenceVarAssignment::descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00531">assignment.pb.h:531</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a83890094511761ea4aa7f17487c250c9"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a83890094511761ea4aa7f17487c250c9">operations_research::AssignmentProto::unsafe_arena_set_allocated_worker_info</a></div><div class="ttdeci">void unsafe_arena_set_allocated_worker_info(::operations_research::WorkerInfo *worker_info)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01990">assignment.pb.h:1990</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_ae7e8c14bb84a27c080647919b3981246"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#ae7e8c14bb84a27c080647919b3981246">operations_research::IntVarAssignment::set_max</a></div><div class="ttdeci">void set_max(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01218">assignment.pb.h:1218</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a5823ad6f4f975b12c9ab99fea4b3e91a"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a5823ad6f4f975b12c9ab99fea4b3e91a">operations_research::AssignmentProto::mutable_sequence_var_assignment</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::RepeatedPtrField&lt; ::operations_research::SequenceVarAssignment &gt; * mutable_sequence_var_assignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01853">assignment.pb.h:1853</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="classoperations__research_1_1_int_var_assignment_html_a51e097fcca0375065194a6deea228c52"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a51e097fcca0375065194a6deea228c52">operations_research::IntVarAssignment::internal_default_instance</a></div><div class="ttdeci">static const IntVarAssignment * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00123">assignment.pb.h:123</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_a777a6e330a22a8889389cb9b9c9f12d6"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a777a6e330a22a8889389cb9b9c9f12d6">operations_research::AssignmentProto::has_objective</a></div><div class="ttdeci">bool has_objective() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01882">assignment.pb.h:1882</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a46bab08b60f481b1b9b8d36b82086a82"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a46bab08b60f481b1b9b8d36b82086a82">operations_research::IntVarAssignment::clear_active</a></div><div class="ttdeci">void clear_active()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01224">assignment.pb.h:1224</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_aa208a2370ae703eefffdd052ad81a641"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#aa208a2370ae703eefffdd052ad81a641">operations_research::AssignmentProto::unsafe_arena_release_worker_info</a></div><div class="ttdeci">::operations_research::WorkerInfo * unsafe_arena_release_worker_info()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l02018">assignment.pb.h:2018</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cba5b844a95df9ed616ab186677af83537e"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cba5b844a95df9ed616ab186677af83537e">operations_research::IntervalVarAssignment::kPerformedMinFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00383">assignment.pb.h:383</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a54a7f06085ae257e0ccddcb33de454b4"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a54a7f06085ae257e0ccddcb33de454b4">operations_research::SequenceVarAssignment::clear_var_id</a></div><div class="ttdeci">void clear_var_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01478">assignment.pb.h:1478</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_assignment_proto_html_ad79838cae977da670c3433d2658204af"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ad79838cae977da670c3433d2658204af">operations_research::AssignmentProto::operator=</a></div><div class="ttdeci">AssignmentProto &amp; operator=(AssignmentProto &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00906">assignment.pb.h:906</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a961b62956a674c4763237851670e5051"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a961b62956a674c4763237851670e5051">operations_research::SequenceVarAssignment::forward_sequence</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::RepeatedField&lt; ::PROTOBUF_NAMESPACE_ID::int32 &gt; &amp; forward_sequence() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01556">assignment.pb.h:1556</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a9f44d6bda1daba0b4c4155bcfa41e692"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a9f44d6bda1daba0b4c4155bcfa41e692">operations_research::SequenceVarAssignment::mutable_forward_sequence</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::RepeatedField&lt; ::PROTOBUF_NAMESPACE_ID::int32 &gt; * mutable_forward_sequence()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01565">assignment.pb.h:1565</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_aac9d7a3cd439150b8bc64ba1b7a9a7e0"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aac9d7a3cd439150b8bc64ba1b7a9a7e0">operations_research::IntervalVarAssignment::operator=</a></div><div class="ttdeci">IntervalVarAssignment &amp; operator=(IntervalVarAssignment &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00278">assignment.pb.h:278</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a184ad2d9a4b8368d2c936a2bb8af855a"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a184ad2d9a4b8368d2c936a2bb8af855a">operations_research::IntVarAssignment::var_id</a></div><div class="ttdeci">const std::string &amp; var_id() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01141">assignment.pb.h:1141</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_interval_var_assignment_html_aba3cdb29d63a80d0053c3b85358ee682"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aba3cdb29d63a80d0053c3b85358ee682">operations_research::IntervalVarAssignment::New</a></div><div class="ttdeci">IntervalVarAssignment * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00326">assignment.pb.h:326</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="classoperations__research_1_1_assignment_proto_html_a944ce4cc9baf23da371726cd183c401c"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a944ce4cc9baf23da371726cd183c401c">operations_research::AssignmentProto::release_objective</a></div><div class="ttdeci">PROTOBUF_MUST_USE_RESULT ::operations_research::IntVarAssignment * release_objective()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01913">assignment.pb.h:1913</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a45c2f2a3d548cc49fa98b91964f02ade"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a45c2f2a3d548cc49fa98b91964f02ade">operations_research::IntervalVarAssignment::set_end_min</a></div><div class="ttdeci">void set_end_min(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01388">assignment.pb.h:1388</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="classoperations__research_1_1_assignment_proto_html_aa6c320fff8523ca6a257fceed8c4557d"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#aa6c320fff8523ca6a257fceed8c4557d">operations_research::AssignmentProto::default_instance</a></div><div class="ttdeci">static const AssignmentProto &amp; default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00925">assignment.pb.h:925</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cbafc588ca383a87373f49cd2c97f33d6bd"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cbafc588ca383a87373f49cd2c97f33d6bd">operations_research::IntervalVarAssignment::kDurationMaxFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00380">assignment.pb.h:380</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_interval_var_assignment_html_a014c68e8f03dd1e418878dcedc9830cc"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a014c68e8f03dd1e418878dcedc9830cc">operations_research::IntervalVarAssignment::end_max</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 end_max() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01400">assignment.pb.h:1400</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a5f08466ffde477a9660170a7f26990fd"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a5f08466ffde477a9660170a7f26990fd">operations_research::SequenceVarAssignment::clear_backward_sequence</a></div><div class="ttdeci">void clear_backward_sequence()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01577">assignment.pb.h:1577</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a46bab08b60f481b1b9b8d36b82086a82"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a46bab08b60f481b1b9b8d36b82086a82">operations_research::SequenceVarAssignment::clear_active</a></div><div class="ttdeci">void clear_active()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01665">assignment.pb.h:1665</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="classoperations__research_1_1_int_var_assignment_html_af6e5943107824bf1136bd1d737045cf3"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#af6e5943107824bf1136bd1d737045cf3">operations_research::IntVarAssignment::release_var_id</a></div><div class="ttdeci">PROTOBUF_MUST_USE_RESULT std::string * release_var_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01168">assignment.pb.h:1168</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a8f80f14ed32a47a09f5e7a2cfe4a6b8e"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a8f80f14ed32a47a09f5e7a2cfe4a6b8e">operations_research::SequenceVarAssignment::unperformed_size</a></div><div class="ttdeci">int unperformed_size() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01621">assignment.pb.h:1621</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_ad9735e23cb0888fb98e1c5893aecff7e"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#ad9735e23cb0888fb98e1c5893aecff7e">operations_research::IntVarAssignment::active</a></div><div class="ttdeci">bool active() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01230">assignment.pb.h:1230</a></div></div>
<div class="ttc" id="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto_html_ad113941c4b3e90b40bd45b59bb0e4689"><div class="ttname"><a href="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto.html#ad113941c4b3e90b40bd45b59bb0e4689">TableStruct_ortools_2fconstraint_5fsolver_2fassignment_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="assignment_8pb_8h_source.html#l00051">assignment.pb.h:51</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_ad2502b356b2c3de83490d6887b02624e"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#ad2502b356b2c3de83490d6887b02624e">operations_research::SequenceVarAssignment::mutable_var_id</a></div><div class="ttdeci">std::string * mutable_var_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01492">assignment.pb.h:1492</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a0b9d6c07a94c1d2cef12880929aaee37"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a0b9d6c07a94c1d2cef12880929aaee37">operations_research::AssignmentProto::mutable_worker_info</a></div><div class="ttdeci">::operations_research::WorkerInfo * mutable_worker_info()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l02033">assignment.pb.h:2033</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a97cfd6a8215be515f6db531fada923a8"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a97cfd6a8215be515f6db531fada923a8">operations_research::SequenceVarAssignment::internal_default_instance</a></div><div class="ttdeci">static const SequenceVarAssignment * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00543">assignment.pb.h:543</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="classoperations__research_1_1_sequence_var_assignment_html_afacdd355c424d7714c92a2e6fcef3134"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#afacdd355c424d7714c92a2e6fcef3134">operations_research::SequenceVarAssignment::mutable_backward_sequence</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::RepeatedField&lt; ::PROTOBUF_NAMESPACE_ID::int32 &gt; * mutable_backward_sequence()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01612">assignment.pb.h:1612</a></div></div>
<div class="ttc" id="constraint__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="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_8h_html_a686fb78be7dc1ca4d4498448d5f58a58"><div class="ttname"><a href="assignment_8pb_8h.html#a686fb78be7dc1ca4d4498448d5f58a58">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_interval_var_assignment_html_a81bc94cef62e27cc0b8c02f53dfe4907"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a81bc94cef62e27cc0b8c02f53dfe4907">operations_research::IntervalVarAssignment::set_allocated_var_id</a></div><div class="ttdeci">void set_allocated_var_id(std::string *var_id)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01282">assignment.pb.h:1282</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a986c3a10567a85fe24ba20de863e0efd"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a986c3a10567a85fe24ba20de863e0efd">operations_research::WorkerInfo::New</a></div><div class="ttdeci">WorkerInfo * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00803">assignment.pb.h:803</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a3093b30aa99ebf483676b451adbd5708"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a3093b30aa99ebf483676b451adbd5708">operations_research::WorkerInfo::descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00761">assignment.pb.h:761</a></div></div>
<div class="ttc" id="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto_html_a807eed5c615caffbff3960079ef76239"><div class="ttname"><a href="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto.html#a807eed5c615caffbff3960079ef76239">TableStruct_ortools_2fconstraint_5fsolver_2fassignment_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="assignment_8pb_8h_source.html#l00052">assignment.pb.h:52</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a14c67828ff4e6bfacbfaafd505de12b1"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a14c67828ff4e6bfacbfaafd505de12b1">operations_research::SequenceVarAssignment::SequenceVarAssignment</a></div><div class="ttdeci">SequenceVarAssignment(SequenceVarAssignment &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00512">assignment.pb.h:512</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a1ef3d6a813d8a3dab3face685a4f3938"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a1ef3d6a813d8a3dab3face685a4f3938">operations_research::IntVarAssignment::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(IntVarAssignment *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00141">assignment.pb.h:141</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_af695754a2d2a52ca262ad6a9a52daf42"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#af695754a2d2a52ca262ad6a9a52daf42">operations_research::IntervalVarAssignment::start_min</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 start_min() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01300">assignment.pb.h:1300</a></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_assignment_proto_html_a935818d8cfd8509c0872243761ea90fb"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a935818d8cfd8509c0872243761ea90fb">operations_research::AssignmentProto::mutable_interval_var_assignment</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::RepeatedPtrField&lt; ::operations_research::IntervalVarAssignment &gt; * mutable_interval_var_assignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01813">assignment.pb.h:1813</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="classoperations__research_1_1_int_var_assignment_html_a46d375bb7aee488a67fa57a6a9b12288"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a46d375bb7aee488a67fa57a6a9b12288">operations_research::IntVarAssignment::default_instance</a></div><div class="ttdeci">static const IntVarAssignment &amp; default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00120">assignment.pb.h:120</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_af6e5943107824bf1136bd1d737045cf3"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#af6e5943107824bf1136bd1d737045cf3">operations_research::SequenceVarAssignment::release_var_id</a></div><div class="ttdeci">PROTOBUF_MUST_USE_RESULT std::string * release_var_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01508">assignment.pb.h:1508</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a48e0ac4ea7098b35b27c0cb849f8197e"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a48e0ac4ea7098b35b27c0cb849f8197e">operations_research::IntVarAssignment::set_min</a></div><div class="ttdeci">void set_min(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01198">assignment.pb.h:1198</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a1fb6d8012b5d66aa9b66f552785024fc"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a1fb6d8012b5d66aa9b66f552785024fc">operations_research::IntervalVarAssignment::operator=</a></div><div class="ttdeci">IntervalVarAssignment &amp; operator=(const IntervalVarAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00274">assignment.pb.h:274</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_ac5cc110c72eaa5c0c4d3b89960c5c171"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#ac5cc110c72eaa5c0c4d3b89960c5c171">operations_research::IntervalVarAssignment::performed_max</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 performed_max() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01440">assignment.pb.h:1440</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a631a792c09d1f83c8dbc1f990fed8193"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a631a792c09d1f83c8dbc1f990fed8193">operations_research::IntervalVarAssignment::default_instance</a></div><div class="ttdeci">static const IntervalVarAssignment &amp; default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00297">assignment.pb.h:297</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a023915b9c4baa7c18fa92be8b51d30ee"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a023915b9c4baa7c18fa92be8b51d30ee">operations_research::AssignmentProto::operator=</a></div><div class="ttdeci">AssignmentProto &amp; operator=(const AssignmentProto &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00902">assignment.pb.h:902</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cba8e7323f598f818f79581fcb52a41bb9d"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cba8e7323f598f818f79581fcb52a41bb9d">operations_research::IntervalVarAssignment::kEndMaxFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00382">assignment.pb.h:382</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_ad35cd6812650d48ecd46d5e5144fe20e"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#ad35cd6812650d48ecd46d5e5144fe20e">operations_research::IntVarAssignment::Swap</a></div><div class="ttdeci">void Swap(IntVarAssignment *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00133">assignment.pb.h:133</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_af407bd7d1cc2a4aaecb993accff6a590"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#af407bd7d1cc2a4aaecb993accff6a590">operations_research::WorkerInfo::Swap</a></div><div class="ttdeci">void Swap(WorkerInfo *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00783">assignment.pb.h:783</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a8473d52a88ddd9d90e879d1716586bee"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a8473d52a88ddd9d90e879d1716586bee">operations_research::SequenceVarAssignment::kIndexInFileMessages</a></div><div class="ttdeci">static constexpr int kIndexInFileMessages</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00547">assignment.pb.h:547</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ad3a43c709db2bd0fbf2a9634caab5335"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ad3a43c709db2bd0fbf2a9634caab5335">operations_research::AssignmentProto::add_int_var_assignment</a></div><div class="ttdeci">::operations_research::IntVarAssignment * add_int_var_assignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01787">assignment.pb.h:1787</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a3093b30aa99ebf483676b451adbd5708"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a3093b30aa99ebf483676b451adbd5708">operations_research::AssignmentProto::descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00916">assignment.pb.h:916</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a4eeebfa61ea3eb9eb0a66070078f5a33"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a4eeebfa61ea3eb9eb0a66070078f5a33">operations_research::AssignmentProto::set_allocated_objective</a></div><div class="ttdeci">void set_allocated_objective(::operations_research::IntVarAssignment *objective)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01948">assignment.pb.h:1948</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="classoperations__research_1_1_int_var_assignment_html_a3f5692a32a2b4c2d9e1534244ed4a19ead471e6e6d50991bff4a107ed24bfed0a"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a3f5692a32a2b4c2d9e1534244ed4a19ead471e6e6d50991bff4a107ed24bfed0a">operations_research::IntVarAssignment::kMinFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00200">assignment.pb.h:200</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a9d126d87d19d84a9474b14b4ba53e5eb"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a9d126d87d19d84a9474b14b4ba53e5eb">operations_research::IntervalVarAssignment::set_end_max</a></div><div class="ttdeci">void set_end_max(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01408">assignment.pb.h:1408</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a0337958a96e21d410818d8d082120a30"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a0337958a96e21d410818d8d082120a30">operations_research::IntVarAssignment::operator=</a></div><div class="ttdeci">IntVarAssignment &amp; operator=(const IntVarAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00097">assignment.pb.h:97</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a7b02612060b0a5bc286b2952297415fc"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a7b02612060b0a5bc286b2952297415fc">operations_research::AssignmentProto::interval_var_assignment_size</a></div><div class="ttdeci">int interval_var_assignment_size() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01802">assignment.pb.h:1802</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a868a651ecfa643fb42a3b7430d5318e3"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a868a651ecfa643fb42a3b7430d5318e3">operations_research::IntervalVarAssignment::clear_end_max</a></div><div class="ttdeci">void clear_end_max()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01394">assignment.pb.h:1394</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a184ad2d9a4b8368d2c936a2bb8af855a"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a184ad2d9a4b8368d2c936a2bb8af855a">operations_research::IntervalVarAssignment::var_id</a></div><div class="ttdeci">const std::string &amp; var_id() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01251">assignment.pb.h:1251</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_add45a78ea78cc639d9f4cd33d99c4ea5"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#add45a78ea78cc639d9f4cd33d99c4ea5">operations_research::IntervalVarAssignment::clear_performed_max</a></div><div class="ttdeci">void clear_performed_max()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01434">assignment.pb.h:1434</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="classoperations__research_1_1_int_var_assignment_html_a7b6184c5e1fdb6ea1616035934a44dab"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a7b6184c5e1fdb6ea1616035934a44dab">operations_research::IntVarAssignment::New</a></div><div class="ttdeci">IntVarAssignment * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00149">assignment.pb.h:149</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a0977ea790bcc5aab87fd96835126d033"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a0977ea790bcc5aab87fd96835126d033">operations_research::IntervalVarAssignment::duration_min</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 duration_min() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01340">assignment.pb.h:1340</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a2dee491bbbe913fbc511b8a1486655e4"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a2dee491bbbe913fbc511b8a1486655e4">operations_research::WorkerInfo::operator=</a></div><div class="ttdeci">WorkerInfo &amp; operator=(WorkerInfo &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00751">assignment.pb.h:751</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a4ad79ed6bfca719a1eb9d0063622f864"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a4ad79ed6bfca719a1eb9d0063622f864">operations_research::SequenceVarAssignment::default_instance</a></div><div class="ttdeci">static const SequenceVarAssignment &amp; default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00540">assignment.pb.h:540</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a65e53f64eab72a91674330ec64573969"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a65e53f64eab72a91674330ec64573969">operations_research::SequenceVarAssignment::operator=</a></div><div class="ttdeci">SequenceVarAssignment &amp; operator=(const SequenceVarAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00517">assignment.pb.h:517</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a8dc197bca6ac0499322e81f980cbe436"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a8dc197bca6ac0499322e81f980cbe436">operations_research::WorkerInfo::clear_bns</a></div><div class="ttdeci">void clear_bns()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01709">assignment.pb.h:1709</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_ac7c0ed6d995e43860d10c3248470270a"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#ac7c0ed6d995e43860d10c3248470270a">operations_research::IntervalVarAssignment::Swap</a></div><div class="ttdeci">void Swap(IntervalVarAssignment *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00310">assignment.pb.h:310</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_abe5bd6bffaf8ec9e0dd3b9901889bd4ca556f67b7f3797ddfc7289f6634f4400a"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#abe5bd6bffaf8ec9e0dd3b9901889bd4ca556f67b7f3797ddfc7289f6634f4400a">operations_research::SequenceVarAssignment::kUnperformedFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00621">assignment.pb.h:621</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a368c1158044505ec6843a818f959a69c"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a368c1158044505ec6843a818f959a69c">operations_research::SequenceVarAssignment::unperformed</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::RepeatedField&lt; ::PROTOBUF_NAMESPACE_ID::int32 &gt; &amp; unperformed() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01650">assignment.pb.h:1650</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a341846e2f268c2894bb2e996db1414ca"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a341846e2f268c2894bb2e996db1414ca">operations_research::AssignmentProto::sequence_var_assignment</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField&lt; ::operations_research::SequenceVarAssignment &gt; &amp; sequence_var_assignment() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01873">assignment.pb.h:1873</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_ad9735e23cb0888fb98e1c5893aecff7e"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#ad9735e23cb0888fb98e1c5893aecff7e">operations_research::IntervalVarAssignment::active</a></div><div class="ttdeci">bool active() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01460">assignment.pb.h:1460</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_aada06101aff843303b57ffec998ed55e"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#aada06101aff843303b57ffec998ed55e">operations_research::SequenceVarAssignment::mutable_unperformed</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::RepeatedField&lt; ::PROTOBUF_NAMESPACE_ID::int32 &gt; * mutable_unperformed()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01659">assignment.pb.h:1659</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a76e1e8d895c375846ff37f5ac131fc0d"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a76e1e8d895c375846ff37f5ac131fc0d">operations_research::SequenceVarAssignment::set_backward_sequence</a></div><div class="ttdeci">void set_backward_sequence(int index, ::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01587">assignment.pb.h:1587</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_abc08a3ab7d561761aa12b499a5e092e8"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#abc08a3ab7d561761aa12b499a5e092e8">operations_research::IntervalVarAssignment::set_duration_min</a></div><div class="ttdeci">void set_duration_min(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01348">assignment.pb.h:1348</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="classoperations__research_1_1_assignment_proto_html_a0245f0745fa12342d12b8c884e526796"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a0245f0745fa12342d12b8c884e526796">operations_research::AssignmentProto::mutable_objective</a></div><div class="ttdeci">::operations_research::IntVarAssignment * mutable_objective()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01943">assignment.pb.h:1943</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a1357c96fb88e28af1b115542dcc00a0c"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a1357c96fb88e28af1b115542dcc00a0c">operations_research::AssignmentProto::GetReflection</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00922">assignment.pb.h:922</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a64083734cc93540d930c6738438f119a"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a64083734cc93540d930c6738438f119a">operations_research::SequenceVarAssignment::Swap</a></div><div class="ttdeci">void Swap(SequenceVarAssignment *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00553">assignment.pb.h:553</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a342d5e362d3298e7c7d48973d4d667b6a51b10044d6391e4f1e8d921f19acb98c"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a342d5e362d3298e7c7d48973d4d667b6a51b10044d6391e4f1e8d921f19acb98c">operations_research::AssignmentProto::kIntervalVarAssignmentFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01005">assignment.pb.h:1005</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a22644f72e52ad9a3a645c2ec0fab35a9"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a22644f72e52ad9a3a645c2ec0fab35a9">operations_research::IntVarAssignment::IntVarAssignment</a></div><div class="ttdeci">IntVarAssignment(IntVarAssignment &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00092">assignment.pb.h:92</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_ac5db7594f4b71a4004500bddb9d9d48a"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#ac5db7594f4b71a4004500bddb9d9d48a">operations_research::SequenceVarAssignment::backward_sequence</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::RepeatedField&lt; ::PROTOBUF_NAMESPACE_ID::int32 &gt; &amp; backward_sequence() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01603">assignment.pb.h:1603</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_acb252d62effbb0678f87365d507d65f6"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#acb252d62effbb0678f87365d507d65f6">operations_research::WorkerInfo::worker_id</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int32 worker_id() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01695">assignment.pb.h:1695</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a085972b40a2c9c29dfb3c604a11a57fd"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a085972b40a2c9c29dfb3c604a11a57fd">operations_research::WorkerInfo::New</a></div><div class="ttdeci">WorkerInfo * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00799">assignment.pb.h:799</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="classoperations__research_1_1_sequence_var_assignment_html_a8666334c10898332cf4f963c632d29c2"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a8666334c10898332cf4f963c632d29c2">operations_research::SequenceVarAssignment::forward_sequence_size</a></div><div class="ttdeci">int forward_sequence_size() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01527">assignment.pb.h:1527</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cba04cdbb508d2afaaf758fefccd0ed5ee9"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cba04cdbb508d2afaaf758fefccd0ed5ee9">operations_research::IntervalVarAssignment::kEndMinFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00381">assignment.pb.h:381</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_abde37a357a4625576f8478c1efa0056f"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#abde37a357a4625576f8478c1efa0056f">operations_research::WorkerInfo::set_worker_id</a></div><div class="ttdeci">void set_worker_id(::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01703">assignment.pb.h:1703</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a780e7d8e7fb647723ae41978b6c2400f"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a780e7d8e7fb647723ae41978b6c2400f">operations_research::SequenceVarAssignment::set_unperformed</a></div><div class="ttdeci">void set_unperformed(int index, ::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01634">assignment.pb.h:1634</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a96ebe2cda99d1e09d256c2c23e338d52"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a96ebe2cda99d1e09d256c2c23e338d52">operations_research::IntervalVarAssignment::clear_end_min</a></div><div class="ttdeci">void clear_end_min()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01374">assignment.pb.h:1374</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a04aa17f9f89c51bc9ae8a2ed549a9158"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a04aa17f9f89c51bc9ae8a2ed549a9158">operations_research::SequenceVarAssignment::New</a></div><div class="ttdeci">SequenceVarAssignment * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00569">assignment.pb.h:569</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a342d5e362d3298e7c7d48973d4d667b6ac3c7ed776e077a36ebc79dfbb79f79ca"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a342d5e362d3298e7c7d48973d4d667b6ac3c7ed776e077a36ebc79dfbb79f79ca">operations_research::AssignmentProto::kIntVarAssignmentFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01004">assignment.pb.h:1004</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a427e451b05bbb9b0a27eab50fffff6c5"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a427e451b05bbb9b0a27eab50fffff6c5">operations_research::IntVarAssignment::New</a></div><div class="ttdeci">IntVarAssignment * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00153">assignment.pb.h:153</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a0a224f3b21a58aed034cbd0b0996730c"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a0a224f3b21a58aed034cbd0b0996730c">operations_research::SequenceVarAssignment::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(SequenceVarAssignment *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00561">assignment.pb.h:561</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_af5d56ee5325e8e8adc941b6e01aaeaa2"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#af5d56ee5325e8e8adc941b6e01aaeaa2">operations_research::IntervalVarAssignment::IntervalVarAssignment</a></div><div class="ttdeci">IntervalVarAssignment(IntervalVarAssignment &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00269">assignment.pb.h:269</a></div></div>
<div class="ttc" id="pack_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="classoperations__research_1_1_assignment_proto_html_a18ba49fbd560f774b977ed0b8624ccf5"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a18ba49fbd560f774b977ed0b8624ccf5">operations_research::AssignmentProto::UnsafeArenaSwap</a></div><div class="ttdeci">void UnsafeArenaSwap(AssignmentProto *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00946">assignment.pb.h:946</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a3ede50ae0139161d7fa212f50d9f40e3"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a3ede50ae0139161d7fa212f50d9f40e3">operations_research::IntervalVarAssignment::New</a></div><div class="ttdeci">IntervalVarAssignment * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00330">assignment.pb.h:330</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_ad6780b3b653f94aa8ab9ce5b43100bbd"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#ad6780b3b653f94aa8ab9ce5b43100bbd">operations_research::SequenceVarAssignment::add_forward_sequence</a></div><div class="ttdeci">void add_forward_sequence(::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01547">assignment.pb.h:1547</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="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto_html_a5d4901215454f7f2bea9ec50bc072b7f"><div class="ttname"><a href="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto.html#a5d4901215454f7f2bea9ec50bc072b7f">TableStruct_ortools_2fconstraint_5fsolver_2fassignment_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="classoperations__research_1_1_assignment_proto_html_a4718bb927eebdeefef7f2377c0ede4fe"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a4718bb927eebdeefef7f2377c0ede4fe">operations_research::AssignmentProto::has_worker_info</a></div><div class="ttdeci">bool has_worker_info() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01972">assignment.pb.h:1972</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a4d94f404f4ce79c841dd5a36dec5a268"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a4d94f404f4ce79c841dd5a36dec5a268">operations_research::SequenceVarAssignment::set_forward_sequence</a></div><div class="ttdeci">void set_forward_sequence(int index, ::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01540">assignment.pb.h:1540</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_abe5bd6bffaf8ec9e0dd3b9901889bd4ca198a7a41b9faf0599f521f756900a5f9"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#abe5bd6bffaf8ec9e0dd3b9901889bd4ca198a7a41b9faf0599f521f756900a5f9">operations_research::SequenceVarAssignment::kForwardSequenceFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00619">assignment.pb.h:619</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_ad90c384530ae9ee07563a4a884e2ba26"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#ad90c384530ae9ee07563a4a884e2ba26">operations_research::IntervalVarAssignment::swap</a></div><div class="ttdeci">friend void swap(IntervalVarAssignment &amp;a, IntervalVarAssignment &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00307">assignment.pb.h:307</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a41f129c52686c2dd4256976478adef8c"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a41f129c52686c2dd4256976478adef8c">operations_research::AssignmentProto::clear_interval_var_assignment</a></div><div class="ttdeci">void clear_interval_var_assignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01805">assignment.pb.h:1805</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a34a9222aaaec3c53143cb1a9f8f18f98"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a34a9222aaaec3c53143cb1a9f8f18f98">operations_research::IntVarAssignment::max</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 max() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01210">assignment.pb.h:1210</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_af6e5943107824bf1136bd1d737045cf3"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#af6e5943107824bf1136bd1d737045cf3">operations_research::IntervalVarAssignment::release_var_id</a></div><div class="ttdeci">PROTOBUF_MUST_USE_RESULT std::string * release_var_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01278">assignment.pb.h:1278</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_ac3a0363ef4ac7055acd3971d5ccf835a"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#ac3a0363ef4ac7055acd3971d5ccf835a">operations_research::IntervalVarAssignment::GetDescriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00291">assignment.pb.h:291</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a625bb66a66da64416c19f7c7cb7c087f"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a625bb66a66da64416c19f7c7cb7c087f">operations_research::IntervalVarAssignment::clear_start_min</a></div><div class="ttdeci">void clear_start_min()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01294">assignment.pb.h:1294</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a342d5e362d3298e7c7d48973d4d667b6a554d9fa233fb07cd194951cdb268c782"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a342d5e362d3298e7c7d48973d4d667b6a554d9fa233fb07cd194951cdb268c782">operations_research::AssignmentProto::kSequenceVarAssignmentFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01006">assignment.pb.h:1006</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a5227160c394600717b991bfa25eab196"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a5227160c394600717b991bfa25eab196">operations_research::IntervalVarAssignment::set_performed_max</a></div><div class="ttdeci">void set_performed_max(::PROTOBUF_NAMESPACE_ID::int64 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01448">assignment.pb.h:1448</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_ad271c82ee86df564ea969260ab663176"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#ad271c82ee86df564ea969260ab663176">operations_research::WorkerInfo::default_instance</a></div><div class="ttdeci">static const WorkerInfo &amp; default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00770">assignment.pb.h:770</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="classoperations__research_1_1_int_var_assignment_html_aa157befd62ff0b0c1c2954f2c8ecc32e"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#aa157befd62ff0b0c1c2954f2c8ecc32e">operations_research::IntVarAssignment::operator=</a></div><div class="ttdeci">IntVarAssignment &amp; operator=(IntVarAssignment &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00101">assignment.pb.h:101</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ac3a0363ef4ac7055acd3971d5ccf835a"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ac3a0363ef4ac7055acd3971d5ccf835a">operations_research::AssignmentProto::GetDescriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00919">assignment.pb.h:919</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a3b636df57578e6b628e6fb27a360253b"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a3b636df57578e6b628e6fb27a360253b">operations_research::AssignmentProto::mutable_int_var_assignment</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::RepeatedPtrField&lt; ::operations_research::IntVarAssignment &gt; * mutable_int_var_assignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01773">assignment.pb.h:1773</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a6ae26a4fb30d3532be5379638ce28940"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a6ae26a4fb30d3532be5379638ce28940">operations_research::WorkerInfo::bns</a></div><div class="ttdeci">const std::string &amp; bns() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01712">assignment.pb.h:1712</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="classoperations__research_1_1_sequence_var_assignment_html_abe5bd6bffaf8ec9e0dd3b9901889bd4cab7d6226a624d885dd6666a8ccbe607c1"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#abe5bd6bffaf8ec9e0dd3b9901889bd4cab7d6226a624d885dd6666a8ccbe607c1">operations_research::SequenceVarAssignment::kVarIdFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00622">assignment.pb.h:622</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a413bb9fb8ebbc07990a74e5e3c22e530"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a413bb9fb8ebbc07990a74e5e3c22e530">operations_research::AssignmentProto::set_is_valid</a></div><div class="ttdeci">void set_is_valid(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l02073">assignment.pb.h:2073</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_ab6eb303408e63f4f74321bff24ef3ecd"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#ab6eb303408e63f4f74321bff24ef3ecd">operations_research::IntervalVarAssignment::set_active</a></div><div class="ttdeci">void set_active(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01468">assignment.pb.h:1468</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_acf479b700c29fb8f5b2129fc405107fe"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#acf479b700c29fb8f5b2129fc405107fe">operations_research::IntervalVarAssignment::set_var_id</a></div><div class="ttdeci">void set_var_id(ArgT0 &amp;&amp;arg0, ArgT... args)</div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_aab24e2cee46e70efea0ab45776ffae29"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#aab24e2cee46e70efea0ab45776ffae29">operations_research::AssignmentProto::New</a></div><div class="ttdeci">AssignmentProto * New() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00954">assignment.pb.h:954</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_abe5bd6bffaf8ec9e0dd3b9901889bd4caf3967288ce2bb30a0c59ca07ab0b07c4"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#abe5bd6bffaf8ec9e0dd3b9901889bd4caf3967288ce2bb30a0c59ca07ab0b07c4">operations_research::SequenceVarAssignment::kActiveFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00623">assignment.pb.h:623</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a2c971b2a10d6aa68bf5fa0a7d4200ae6"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6">operations_research::SequenceVarAssignment::GetCachedSize</a></div><div class="ttdeci">int GetCachedSize() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00590">assignment.pb.h:590</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a342d5e362d3298e7c7d48973d4d667b6ab56d14b98f09c1b6fa90b5104cb0590a"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a342d5e362d3298e7c7d48973d4d667b6ab56d14b98f09c1b6fa90b5104cb0590a">operations_research::AssignmentProto::kWorkerInfoFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01008">assignment.pb.h:1008</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="classoperations__research_1_1_sequence_var_assignment_html_a184ad2d9a4b8368d2c936a2bb8af855a"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a184ad2d9a4b8368d2c936a2bb8af855a">operations_research::SequenceVarAssignment::var_id</a></div><div class="ttdeci">const std::string &amp; var_id() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01481">assignment.pb.h:1481</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_interval_var_assignment_html_a366da63c75cd4abb8d33d7f7ffd64f54"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a366da63c75cd4abb8d33d7f7ffd64f54">operations_research::IntervalVarAssignment::clear_performed_min</a></div><div class="ttdeci">void clear_performed_min()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01414">assignment.pb.h:1414</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a474089d513117a687e0829658e61c272"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a474089d513117a687e0829658e61c272">operations_research::WorkerInfo::WorkerInfo</a></div><div class="ttdeci">WorkerInfo(WorkerInfo &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00742">assignment.pb.h:742</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ab2a683ce1c59a708721945dff56b51af"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ab2a683ce1c59a708721945dff56b51af">operations_research::AssignmentProto::unsafe_arena_set_allocated_objective</a></div><div class="ttdeci">void unsafe_arena_set_allocated_objective(::operations_research::IntVarAssignment *objective)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01900">assignment.pb.h:1900</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="classoperations__research_1_1_sequence_var_assignment_html_ab3ec4a229caf1416fdc90bbd63c4478d"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#ab3ec4a229caf1416fdc90bbd63c4478d">operations_research::SequenceVarAssignment::operator=</a></div><div class="ttdeci">SequenceVarAssignment &amp; operator=(SequenceVarAssignment &amp;&amp;from) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00521">assignment.pb.h:521</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_interval_var_assignment_html_a212b06bac2378aeac60c1f22d13a9377"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a212b06bac2378aeac60c1f22d13a9377">operations_research::IntervalVarAssignment::clear_duration_min</a></div><div class="ttdeci">void clear_duration_min()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01334">assignment.pb.h:1334</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_sequence_var_assignment_html_abe5bd6bffaf8ec9e0dd3b9901889bd4ca79c9fcd18451605bf6962d06a9ee1a54"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#abe5bd6bffaf8ec9e0dd3b9901889bd4ca79c9fcd18451605bf6962d06a9ee1a54">operations_research::SequenceVarAssignment::kBackwardSequenceFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00620">assignment.pb.h:620</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_worker_info_html_aad27d1a0c94fa39456e3e29d2a7907f9"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#aad27d1a0c94fa39456e3e29d2a7907f9">operations_research::WorkerInfo::release_bns</a></div><div class="ttdeci">PROTOBUF_MUST_USE_RESULT std::string * release_bns()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01739">assignment.pb.h:1739</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a2c971b2a10d6aa68bf5fa0a7d4200ae6"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6">operations_research::AssignmentProto::GetCachedSize</a></div><div class="ttdeci">int GetCachedSize() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00975">assignment.pb.h:975</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a0d4cec401c90c754f4d050669cd360bb"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a0d4cec401c90c754f4d050669cd360bb">operations_research::WorkerInfo::clear_worker_id</a></div><div class="ttdeci">void clear_worker_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01689">assignment.pb.h:1689</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_assignment_proto_html_ab92b162ad4b04b221d2aaa4e9dcce4d5"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ab92b162ad4b04b221d2aaa4e9dcce4d5">operations_research::AssignmentProto::int_var_assignment_size</a></div><div class="ttdeci">int int_var_assignment_size() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01762">assignment.pb.h:1762</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_assignment_proto_html_a98a47b02b50c2e801532f9169ea8ad3a"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a98a47b02b50c2e801532f9169ea8ad3a">operations_research::AssignmentProto::set_allocated_worker_info</a></div><div class="ttdeci">void set_allocated_worker_info(::operations_research::WorkerInfo *worker_info)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l02038">assignment.pb.h:2038</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a1357c96fb88e28af1b115542dcc00a0c"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a1357c96fb88e28af1b115542dcc00a0c">operations_research::WorkerInfo::GetReflection</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00767">assignment.pb.h:767</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="classoperations__research_1_1_assignment_proto_html_ae65b181f945aec5130fb78c21689657e"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ae65b181f945aec5130fb78c21689657e">operations_research::AssignmentProto::clear_sequence_var_assignment</a></div><div class="ttdeci">void clear_sequence_var_assignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01845">assignment.pb.h:1845</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ae4095e61ccc6f54f60e4d2bf2e274175"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ae4095e61ccc6f54f60e4d2bf2e274175">operations_research::AssignmentProto::int_var_assignment</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField&lt; ::operations_research::IntVarAssignment &gt; &amp; int_var_assignment() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01793">assignment.pb.h:1793</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_assignment_proto_html_a342d5e362d3298e7c7d48973d4d667b6a689b2b77270a7a66602c9e04d301be07"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a342d5e362d3298e7c7d48973d4d667b6a689b2b77270a7a66602c9e04d301be07">operations_research::AssignmentProto::kIsValidFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01009">assignment.pb.h:1009</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_int_var_assignment_html_ae88a0d5c91b1508eca5ae556db591064"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#ae88a0d5c91b1508eca5ae556db591064">operations_research::IntVarAssignment::clear_min</a></div><div class="ttdeci">void clear_min()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01184">assignment.pb.h:1184</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_a81bc94cef62e27cc0b8c02f53dfe4907"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a81bc94cef62e27cc0b8c02f53dfe4907">operations_research::IntVarAssignment::set_allocated_var_id</a></div><div class="ttdeci">void set_allocated_var_id(std::string *var_id)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01172">assignment.pb.h:1172</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_int_var_assignment_html_a3f5692a32a2b4c2d9e1534244ed4a19eaf3967288ce2bb30a0c59ca07ab0b07c4"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a3f5692a32a2b4c2d9e1534244ed4a19eaf3967288ce2bb30a0c59ca07ab0b07c4">operations_research::IntVarAssignment::kActiveFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00202">assignment.pb.h:202</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_adf896b3b67499dfd6834422b3c8efa23"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#adf896b3b67499dfd6834422b3c8efa23">operations_research::SequenceVarAssignment::clear_unperformed</a></div><div class="ttdeci">void clear_unperformed()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01624">assignment.pb.h:1624</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_int_var_assignment_html_a2c971b2a10d6aa68bf5fa0a7d4200ae6"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6">operations_research::IntVarAssignment::GetCachedSize</a></div><div class="ttdeci">int GetCachedSize() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00170">assignment.pb.h:170</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="classoperations__research_1_1_int_var_assignment_html_acf479b700c29fb8f5b2129fc405107fe"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#acf479b700c29fb8f5b2129fc405107fe">operations_research::IntVarAssignment::set_var_id</a></div><div class="ttdeci">void set_var_id(ArgT0 &amp;&amp;arg0, ArgT... args)</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="classoperations__research_1_1_sequence_var_assignment_html_ab6eb303408e63f4f74321bff24ef3ecd"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#ab6eb303408e63f4f74321bff24ef3ecd">operations_research::SequenceVarAssignment::set_active</a></div><div class="ttdeci">void set_active(bool value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01679">assignment.pb.h:1679</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a8021246e50e018b9cfd35942ad42aa12"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a8021246e50e018b9cfd35942ad42aa12">operations_research::AssignmentProto::Swap</a></div><div class="ttdeci">void Swap(AssignmentProto *other)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00938">assignment.pb.h:938</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_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cba280596bd982f7d35d9ae590dbfd20ad6"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cba280596bd982f7d35d9ae590dbfd20ad6">operations_research::IntervalVarAssignment::kStartMinFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00377">assignment.pb.h:377</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_worker_info_html_a4c040d0d58870fd62c491f6da1df5703"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a4c040d0d58870fd62c491f6da1df5703">operations_research::WorkerInfo::set_bns</a></div><div class="ttdeci">void set_bns(ArgT0 &amp;&amp;arg0, ArgT... args)</div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a36227f5b7ba75deffff3a0c9da3f2ef0a483d07eff4826b82b8f0364845c3ca84"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a36227f5b7ba75deffff3a0c9da3f2ef0a483d07eff4826b82b8f0364845c3ca84">operations_research::WorkerInfo::kWorkerIdFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00850">assignment.pb.h:850</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a1e04d909d95a9b1bea904218dccbf9c0"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a1e04d909d95a9b1bea904218dccbf9c0">operations_research::AssignmentProto::add_sequence_var_assignment</a></div><div class="ttdeci">::operations_research::SequenceVarAssignment * add_sequence_var_assignment()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01867">assignment.pb.h:1867</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a8473d52a88ddd9d90e879d1716586bee"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a8473d52a88ddd9d90e879d1716586bee">operations_research::IntVarAssignment::kIndexInFileMessages</a></div><div class="ttdeci">static constexpr int kIndexInFileMessages</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00127">assignment.pb.h:127</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="classoperations__research_1_1_worker_info_html_ae17be5792ebb18335eac77f853c90578"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#ae17be5792ebb18335eac77f853c90578">operations_research::WorkerInfo::operator=</a></div><div class="ttdeci">WorkerInfo &amp; operator=(const WorkerInfo &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00747">assignment.pb.h:747</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a342d5e362d3298e7c7d48973d4d667b6a4cecad1e4b6ddb4b2595b03f36c824a0"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a342d5e362d3298e7c7d48973d4d667b6a4cecad1e4b6ddb4b2595b03f36c824a0">operations_research::AssignmentProto::kObjectiveFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01007">assignment.pb.h:1007</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a4489acdff87119312f6ea9d4b4382dd1"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a4489acdff87119312f6ea9d4b4382dd1">operations_research::AssignmentProto::objective</a></div><div class="ttdeci">const ::operations_research::IntVarAssignment &amp; objective() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01896">assignment.pb.h:1896</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="classoperations__research_1_1_worker_info_html_a8473d52a88ddd9d90e879d1716586bee"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a8473d52a88ddd9d90e879d1716586bee">operations_research::WorkerInfo::kIndexInFileMessages</a></div><div class="ttdeci">static constexpr int kIndexInFileMessages</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00777">assignment.pb.h:777</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_a87361631e4bbe27ec3409ba320fe860e"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a87361631e4bbe27ec3409ba320fe860e">operations_research::SequenceVarAssignment::New</a></div><div class="ttdeci">SequenceVarAssignment * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00573">assignment.pb.h:573</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_acdf5ee27affc816f4a4b7732bc9c8058"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#acdf5ee27affc816f4a4b7732bc9c8058">operations_research::IntervalVarAssignment::internal_default_instance</a></div><div class="ttdeci">static const IntervalVarAssignment * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00300">assignment.pb.h:300</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a54a7f06085ae257e0ccddcb33de454b4"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a54a7f06085ae257e0ccddcb33de454b4">operations_research::IntVarAssignment::clear_var_id</a></div><div class="ttdeci">void clear_var_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01138">assignment.pb.h:1138</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_ac3a0363ef4ac7055acd3971d5ccf835a"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#ac3a0363ef4ac7055acd3971d5ccf835a">operations_research::IntVarAssignment::GetDescriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00114">assignment.pb.h:114</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_a2c3f295575ee96436373a40b872523e0"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a2c3f295575ee96436373a40b872523e0">operations_research::AssignmentProto::swap</a></div><div class="ttdeci">friend void swap(AssignmentProto &amp;a, AssignmentProto &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00935">assignment.pb.h:935</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cbad635190c0f3f30cf94586b8b3c21e840"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cbad635190c0f3f30cf94586b8b3c21e840">operations_research::IntervalVarAssignment::kPerformedMaxFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00384">assignment.pb.h:384</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_afe44e02d7237d90904d5552447e24cc2"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#afe44e02d7237d90904d5552447e24cc2">operations_research::IntervalVarAssignment::start_max</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 start_max() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01320">assignment.pb.h:1320</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="classoperations__research_1_1_sequence_var_assignment_html_a7820c33d14eeb28f80c9b71463394d0d"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a7820c33d14eeb28f80c9b71463394d0d">operations_research::SequenceVarAssignment::add_backward_sequence</a></div><div class="ttdeci">void add_backward_sequence(::PROTOBUF_NAMESPACE_ID::int32 value)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01594">assignment.pb.h:1594</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a39201421519eae0c7c0f7c0bdc3beccf"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a39201421519eae0c7c0f7c0bdc3beccf">operations_research::WorkerInfo::internal_default_instance</a></div><div class="ttdeci">static const WorkerInfo * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00773">assignment.pb.h:773</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a2c971b2a10d6aa68bf5fa0a7d4200ae6"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6">operations_research::WorkerInfo::GetCachedSize</a></div><div class="ttdeci">int GetCachedSize() const final</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00820">assignment.pb.h:820</a></div></div>
<div class="ttc" id="classoperations__research_1_1_assignment_proto_html_ad97af219ab4d62c806c052848a69dab3"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#ad97af219ab4d62c806c052848a69dab3">operations_research::AssignmentProto::clear_objective</a></div><div class="ttdeci">void clear_objective()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01885">assignment.pb.h:1885</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a3093b30aa99ebf483676b451adbd5708"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a3093b30aa99ebf483676b451adbd5708">operations_research::IntVarAssignment::descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00111">assignment.pb.h:111</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a54a7f06085ae257e0ccddcb33de454b4"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a54a7f06085ae257e0ccddcb33de454b4">operations_research::IntervalVarAssignment::clear_var_id</a></div><div class="ttdeci">void clear_var_id()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01248">assignment.pb.h:1248</a></div></div>
<div class="ttc" id="classoperations__research_1_1_int_var_assignment_html_a68ba2456fa30916fad80e99d40828ab3"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a68ba2456fa30916fad80e99d40828ab3">operations_research::IntVarAssignment::swap</a></div><div class="ttdeci">friend void swap(IntVarAssignment &amp;a, IntVarAssignment &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00130">assignment.pb.h:130</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_interval_var_assignment_html_adf18f40ed980bd0e44da65a628d3fa75"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#adf18f40ed980bd0e44da65a628d3fa75">operations_research::IntervalVarAssignment::performed_min</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::int64 performed_min() const</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01420">assignment.pb.h:1420</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="classoperations__research_1_1_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cbab7d6226a624d885dd6666a8ccbe607c1"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cbab7d6226a624d885dd6666a8ccbe607c1">operations_research::IntervalVarAssignment::kVarIdFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00376">assignment.pb.h:376</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_a81bc94cef62e27cc0b8c02f53dfe4907"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#a81bc94cef62e27cc0b8c02f53dfe4907">operations_research::SequenceVarAssignment::set_allocated_var_id</a></div><div class="ttdeci">void set_allocated_var_id(std::string *var_id)</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01512">assignment.pb.h:1512</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="classoperations__research_1_1_worker_info_html_acde2d69efcea48aec8a21ec209a5e48b"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#acde2d69efcea48aec8a21ec209a5e48b">operations_research::WorkerInfo::mutable_bns</a></div><div class="ttdeci">std::string * mutable_bns()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01723">assignment.pb.h:1723</a></div></div>
<div class="ttc" id="demon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514"><div class="ttname"><a href="demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514">value</a></div><div class="ttdeci">int64_t value</div><div class="ttdef"><b>Definition:</b> <a href="demon__profiler_8cc_source.html#l00044">demon_profiler.cc:44</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_accebf36a910937f7cbe1a780178ef3cba585f29e4c7504fa360783dd9f098e5fc"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#accebf36a910937f7cbe1a780178ef3cba585f29e4c7504fa360783dd9f098e5fc">operations_research::IntervalVarAssignment::kStartMaxFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00378">assignment.pb.h:378</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_aa4e00e5bfb35455a7f6baf2dbb1c9849"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#aa4e00e5bfb35455a7f6baf2dbb1c9849">operations_research::SequenceVarAssignment::clear_forward_sequence</a></div><div class="ttdeci">void clear_forward_sequence()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01530">assignment.pb.h:1530</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_int_var_assignment_html_a1357c96fb88e28af1b115542dcc00a0c"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a1357c96fb88e28af1b115542dcc00a0c">operations_research::IntVarAssignment::GetReflection</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00117">assignment.pb.h:117</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_a3093b30aa99ebf483676b451adbd5708"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#a3093b30aa99ebf483676b451adbd5708">operations_research::IntervalVarAssignment::descriptor</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00288">assignment.pb.h:288</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_int_var_assignment_html_a3f5692a32a2b4c2d9e1534244ed4a19ea346e3d3bcf7aa2faa078afa992998566"><div class="ttname"><a href="classoperations__research_1_1_int_var_assignment.html#a3f5692a32a2b4c2d9e1534244ed4a19ea346e3d3bcf7aa2faa078afa992998566">operations_research::IntVarAssignment::kMaxFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00201">assignment.pb.h:201</a></div></div>
<div class="ttc" id="classoperations__research_1_1_interval_var_assignment_html_aadfdbeb5792d698e63a7d095e0c4f3e9"><div class="ttname"><a href="classoperations__research_1_1_interval_var_assignment.html#aadfdbeb5792d698e63a7d095e0c4f3e9">operations_research::IntervalVarAssignment::clear_duration_max</a></div><div class="ttdeci">void clear_duration_max()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l01354">assignment.pb.h:1354</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="classoperations__research_1_1_assignment_proto_html_a24d1af477c3bf77ccab980ec557929a4"><div class="ttname"><a href="classoperations__research_1_1_assignment_proto.html#a24d1af477c3bf77ccab980ec557929a4">operations_research::AssignmentProto::clear_is_valid</a></div><div class="ttdeci">void clear_is_valid()</div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l02059">assignment.pb.h:2059</a></div></div>
<div class="ttc" id="classoperations__research_1_1_worker_info_html_a36227f5b7ba75deffff3a0c9da3f2ef0af3cc89f62a63849e53eb686658bed1d4"><div class="ttname"><a href="classoperations__research_1_1_worker_info.html#a36227f5b7ba75deffff3a0c9da3f2ef0af3cc89f62a63849e53eb686658bed1d4">operations_research::WorkerInfo::kBnsFieldNumber</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00849">assignment.pb.h:849</a></div></div>
<div class="ttc" id="classoperations__research_1_1_sequence_var_assignment_html_acf479b700c29fb8f5b2129fc405107fe"><div class="ttname"><a href="classoperations__research_1_1_sequence_var_assignment.html#acf479b700c29fb8f5b2129fc405107fe">operations_research::SequenceVarAssignment::set_var_id</a></div><div class="ttdeci">void set_var_id(ArgT0 &amp;&amp;arg0, ArgT... args)</div></div>
<div class="ttc" id="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto_html"><div class="ttname"><a href="struct_table_struct__ortools__2fconstraint__5fsolver__2fassignment__2eproto.html">TableStruct_ortools_2fconstraint_5fsolver_2fassignment_2eproto</a></div><div class="ttdef"><b>Definition:</b> <a href="assignment_8pb_8h_source.html#l00044">assignment.pb.h:44</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="constraint__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="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_8h.html">assignment.pb.h</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>