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

226 lines
318 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: boolean_problem.pb.cc Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
2021-09-20 15:57:27 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
2020-09-01 16:00:33 +02:00
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
2021-09-20 15:57:27 +02:00
&#160;<span id="projectnumber">9.1</span>
2020-09-01 16:00:33 +02:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('boolean__problem_8pb_8cc_source.html','');});
2020-09-01 16:00:33 +02:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">boolean_problem.pb.cc</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="boolean__problem_8pb_8cc.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Generated by the protocol buffer compiler. DO NOT EDIT!</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// source: ortools/sat/boolean_problem.proto</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="boolean__problem_8pb_8h.html">ortools/sat/boolean_problem.pb.h</a>&quot;</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;algorithm&gt;</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/io/coded_stream.h&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/extension_set.h&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/wire_format_lite.h&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/descriptor.h&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/generated_message_reflection.h&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/reflection_ops.h&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/wire_format.h&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">// @@protoc_insertion_point(includes)</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &lt;google/protobuf/port_def.inc&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;PROTOBUF_PRAGMA_INIT_SEG</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceoperations__research.html">operations_research</a> {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="keyword">namespace </span>sat {</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a63a78686b4ac95dd12a84c2e27f78dbd"> 21</a></span>&#160;constexpr <a class="code" href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#af0d871fdab73d5a900ae8152fce1714d">LinearBooleanConstraint::LinearBooleanConstraint</a>(</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; : literals_()</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; , coefficients_()</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; , name_(&amp;::PROTOBUF_NAMESPACE_ID::<a class="code" href="namespaceinternal.html">internal</a>::fixed_address_empty_string)</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</s
<div class="ttc" id="boolean__problem_8pb_8cc_html_ae8fe1a0f7e5b650a9eda8ea68885f059"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#ae8fe1a0f7e5b650a9eda8ea68885f059">CreateMaybeMessage&lt; ::operations_research::sat::LinearBooleanConstraint &gt;</a></div><div class="ttdeci">PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::operations_research::sat::LinearBooleanConstraint * Arena::CreateMaybeMessage&lt; ::operations_research::sat::LinearBooleanConstraint &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01511">boolean_problem.pb.cc:1511</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_boolean_problem_default_type_internal_html_a7e2184216680d06c24e30da319c03a4d"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_boolean_problem_default_type_internal.html#a7e2184216680d06c24e30da319c03a4d">operations_research::sat::LinearBooleanProblemDefaultTypeInternal::LinearBooleanProblemDefaultTypeInternal</a></div><div class="ttdeci">constexpr LinearBooleanProblemDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00074">boolean_problem.pb.cc:74</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_a79d16f74bb1390edebaa82b085c4edaa"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#a79d16f74bb1390edebaa82b085c4edaa">PROTOBUF_SECTION_VARIABLE</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_ortools_2fsat_2fboolean_5fproblem_2eproto::offsets [] PROTOBUF_SECTION_VARIABLE(protodesc_cold)</div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::sat::LinearBooleanProblem::_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="boolean__problem_8pb_8cc_source.html#l01187">boolean_problem.pb.cc:1187</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::sat::BooleanAssignment::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00908">boolean_problem.pb.cc:908</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#a83794439b5a81a507b67b07f09d4f048">operations_research::sat::LinearObjective::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00841">boolean_problem.pb.cc:841</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_boolean_constraint_default_type_internal_html_a849268e36bf9b265c07d7886e919ec51"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_boolean_constraint_default_type_internal.html#a849268e36bf9b265c07d7886e919ec51">operations_research::sat::LinearBooleanConstraintDefaultTypeInternal::_instance</a></div><div class="ttdeci">LinearBooleanConstraint _instance</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00033">boolean_problem.pb.cc:33</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_boolean_constraint_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_boolean_constraint_default_type_internal.html">operations_research::sat::LinearBooleanConstraintDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00028">boolean_problem.pb.cc:28</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_a0206ad86b562bbe61b783642e5f59755"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#a0206ad86b562bbe61b783642e5f59755">CreateMaybeMessage&lt; ::operations_research::sat::LinearBooleanProblem &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::sat::LinearBooleanProblem * Arena::CreateMaybeMessage&lt; ::operations_research::sat::LinearBooleanProblem &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01520">boolean_problem.pb.cc:1520</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#af1033c8579625eedc97d25696eeca0b1">operations_research::sat::BooleanAssignment::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00982">boolean_problem.pb.cc:982</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::sat::LinearObjective::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00804">boolean_problem.pb.cc:804</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_a7e342408e831b4e2cfc9c09a84863305"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a7e342408e831b4e2cfc9c09a84863305">operations_research::sat::LinearBooleanProblem::~LinearBooleanProblem</a></div><div class="ttdeci">~LinearBooleanProblem() override</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01132">boolean_problem.pb.cc:1132</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::sat::LinearBooleanProblem::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01501">boolean_problem.pb.cc:1501</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::sat::LinearBooleanProblem::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01156">boolean_problem.pb.cc:1156</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a44c77c642d778b82561e14d4d88fe982"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a44c77c642d778b82561e14d4d88fe982">operations_research::sat::_LinearBooleanConstraint_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT LinearBooleanConstraintDefaultTypeInternal _LinearBooleanConstraint_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00036">boolean_problem.pb.cc:36</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_a0bce69f7363fa3c44e77950d086ee0b6"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a0bce69f7363fa3c44e77950d086ee0b6">operations_research::sat::LinearBooleanConstraint::swap</a></div><div class="ttdeci">friend void swap(LinearBooleanConstraint &amp;a, LinearBooleanConstraint &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00136">boolean_problem.pb.h:136</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_a11ff64811767762dfe4c754e745dad86"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#a11ff64811767762dfe4c754e745dad86">operations_research::sat::LinearObjective::LinearObjective</a></div><div class="ttdeci">LinearObjective()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00320">boolean_problem.pb.h:320</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_af58f5a6fa273efc162447e0723e582eb"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#af58f5a6fa273efc162447e0723e582eb">file_level_metadata_ortools_2fsat_2fboolean_5fproblem_2eproto</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_ortools_2fsat_2fboolean_5fproblem_2eproto[4]</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00084">boolean_problem.pb.cc:84</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a83794439b5a81a507b67b07f09d4f048">operations_research::sat::LinearBooleanProblem::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01478">boolean_problem.pb.cc:1478</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1math__opt_html_a5de89a1f6e3f80a49a0d76136d8044e2"><div class="ttname"><a href="namespaceoperations__research_1_1math__opt.html#a5de89a1f6e3f80a49a0d76136d8044e2">operations_research::math_opt::swap</a></div><div class="ttdeci">void swap(IdMap&lt; K, V &gt; &amp;a, IdMap&lt; K, V &gt; &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="id__map_8h_source.html#l00263">id_map.h:263</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#af1033c8579625eedc97d25696eeca0b1">operations_research::sat::LinearBooleanProblem::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01358">boolean_problem.pb.cc:1358</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_ac9c2a0f9679883bc8f3f219eca4b6c76"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#ac9c2a0f9679883bc8f3f219eca4b6c76">operations_research::sat::LinearObjective::swap</a></div><div class="ttdeci">friend void swap(LinearObjective &amp;a, LinearObjective &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00370">boolean_problem.pb.h:370</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_a059a1e5ac01ec6434442f3f6708a1f23"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#a059a1e5ac01ec6434442f3f6708a1f23">operations_research::sat::BooleanAssignment::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const BooleanAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01021">boolean_problem.pb.cc:1021</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#a83794439b5a81a507b67b07f09d4f048">operations_research::sat::BooleanAssignment::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01038">boolean_problem.pb.cc:1038</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::sat::LinearBooleanConstraint::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00551">boolean_problem.pb.cc:551</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#af1033c8579625eedc97d25696eeca0b1">operations_research::sat::LinearObjective::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00752">boolean_problem.pb.cc:752</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_af0d871fdab73d5a900ae8152fce1714d"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#af0d871fdab73d5a900ae8152fce1714d">operations_research::sat::LinearBooleanConstraint::LinearBooleanConstraint</a></div><div class="ttdeci">LinearBooleanConstraint()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00086">boolean_problem.pb.h:86</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::sat::LinearBooleanConstraint::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00267">boolean_problem.pb.cc:267</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_a70a5e6775de5898f8a66a349b211a02b"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#a70a5e6775de5898f8a66a349b211a02b">descriptor_table_ortools_2fsat_2fboolean_5fproblem_2eproto</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ortools_2fsat_2fboolean_5fproblem_2eproto</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00178">boolean_problem.pb.cc:178</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_objective_default_type_internal_html_a9eafbf4d1fd3c325c8498eb7a883aec9"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_objective_default_type_internal.html#a9eafbf4d1fd3c325c8498eb7a883aec9">operations_research::sat::LinearObjectiveDefaultTypeInternal::~LinearObjectiveDefaultTypeInternal</a></div><div class="ttdeci">~LinearObjectiveDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00046">boolean_problem.pb.cc:46</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_aafe96bd700b42f36c213914e565a8751"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#aafe96bd700b42f36c213914e565a8751">operations_research::sat::LinearObjective::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const LinearObjective &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00813">boolean_problem.pb.cc:813</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html">operations_research::sat::LinearBooleanProblem</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00690">boolean_problem.pb.h:690</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::sat::LinearObjective::_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="boolean__problem_8pb_8cc_source.html#l00713">boolean_problem.pb.cc:713</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_objective_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_objective_default_type_internal.html">operations_research::sat::LinearObjectiveDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00043">boolean_problem.pb.cc:43</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal_html_a8d26fd520fc8a87e2d1e2483ee26c947"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal.html#a8d26fd520fc8a87e2d1e2483ee26c947">operations_research::sat::LinearBooleanProblem::_Internal::set_has_assignment</a></div><div class="ttdeci">static void set_has_assignment(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01070">boolean_problem.pb.cc:1070</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_1_1___internal_html_a254a5dbf78c9a51d2534069f4e53edf2"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective_1_1___internal.html#a254a5dbf78c9a51d2534069f4e53edf2">operations_research::sat::LinearObjective::_Internal::set_has_scaling_factor</a></div><div class="ttdeci">static void set_has_scaling_factor(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00565">boolean_problem.pb.cc:565</a></div></div>
<div class="ttc" id="struct_table_struct__ortools__2fsat__2fboolean__5fproblem__2eproto_html_a345548bf52cc46cc10c6830c03d541ff"><div class="ttname"><a href="struct_table_struct__ortools__2fsat__2fboolean__5fproblem__2eproto.html#a345548bf52cc46cc10c6830c03d541ff">TableStruct_ortools_2fsat_2fboolean_5fproblem_2eproto::offsets</a></div><div class="ttdeci">static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00053">boolean_problem.pb.h:53</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal_html_adaaa433753e854709661ffd3a8a5614d"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal.html#adaaa433753e854709661ffd3a8a5614d">operations_research::sat::LinearBooleanProblem::_Internal::set_has_name</a></div><div class="ttdeci">static void set_has_name(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01059">boolean_problem.pb.cc:1059</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_objective_default_type_internal_html_a91cc630136f21e875f780d5d4ba7ece6"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_objective_default_type_internal.html#a91cc630136f21e875f780d5d4ba7ece6">operations_research::sat::LinearObjectiveDefaultTypeInternal::_instance</a></div><div class="ttdeci">LinearObjective _instance</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00048">boolean_problem.pb.cc:48</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_a1a656da48cf3d2824247c83ad8d92f10"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#a1a656da48cf3d2824247c83ad8d92f10">CHK_</a></div><div class="ttdeci">#define CHK_(x)</div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_a4156ff9723bea915ad2d536b5b05542b"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#a4156ff9723bea915ad2d536b5b05542b">operations_research::sat::LinearObjective::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const LinearObjective &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00834">boolean_problem.pb.cc:834</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_a7bfbe71331900d536b14de014cc537c7"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#a7bfbe71331900d536b14de014cc537c7">operations_research::sat::LinearObjective::~LinearObjective</a></div><div class="ttdeci">~LinearObjective() override</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00598">boolean_problem.pb.cc:598</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_a929862693809ff0ca2761869f1891b0c"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a929862693809ff0ca2761869f1891b0c">operations_research::sat::LinearBooleanConstraint::~LinearBooleanConstraint</a></div><div class="ttdeci">~LinearBooleanConstraint() override</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00245">boolean_problem.pb.cc:245</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::sat::BooleanAssignment::_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="boolean__problem_8pb_8cc_source.html#l00962">boolean_problem.pb.cc:962</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_abf4f2c1638aaeb3f31dd8e9c278fa2d6"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#abf4f2c1638aaeb3f31dd8e9c278fa2d6">operations_research::sat::BooleanAssignment::~BooleanAssignment</a></div><div class="ttdeci">~BooleanAssignment() override</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00887">boolean_problem.pb.cc:887</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_af1033c8579625eedc97d25696eeca0b1"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#af1033c8579625eedc97d25696eeca0b1">operations_research::sat::LinearBooleanConstraint::ByteSizeLong</a></div><div class="ttdeci">size_t ByteSizeLong() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00425">boolean_problem.pb.cc:425</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::sat::LinearBooleanProblem::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00802">boolean_problem.pb.h:802</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal_html_a93ec57111d99f1acd7e07c000efc2d69"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal.html#a93ec57111d99f1acd7e07c000efc2d69">operations_research::sat::LinearBooleanProblem::_Internal::set_has_objective</a></div><div class="ttdeci">static void set_has_objective(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01066">boolean_problem.pb.cc:1066</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_a1645bada5068fb921eb6c1cec15be522"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#a1645bada5068fb921eb6c1cec15be522">CreateMaybeMessage&lt; ::operations_research::sat::LinearObjective &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::sat::LinearObjective * Arena::CreateMaybeMessage&lt; ::operations_research::sat::LinearObjective &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01514">boolean_problem.pb.cc:1514</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal_html_a2241100da7fdd8b3b719fa69a95ff491"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal.html#a2241100da7fdd8b3b719fa69a95ff491">operations_research::sat::LinearBooleanProblem::_Internal::set_has_num_variables</a></div><div class="ttdeci">static void set_has_num_variables(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01062">boolean_problem.pb.cc:1062</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_aecb63fab84829b29e02f6481963463f5"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#aecb63fab84829b29e02f6481963463f5">operations_research::sat::_LinearBooleanProblem_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT LinearBooleanProblemDefaultTypeInternal _LinearBooleanProblem_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00081">boolean_problem.pb.cc:81</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::sat::LinearObjective::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00429">boolean_problem.pb.h:429</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_a440252e6a87c7ee2f290f750e4520326"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#a440252e6a87c7ee2f290f750e4520326">operations_research::sat::_BooleanAssignment_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT BooleanAssignmentDefaultTypeInternal _BooleanAssignment_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00063">boolean_problem.pb.cc:63</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal.html">operations_research::sat::LinearBooleanProblem::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01056">boolean_problem.pb.cc:1056</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_1sat_1_1_linear_boolean_problem_1_1___internal_html_adc7843da7152e13a06cd7daeb1260063"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal.html#adc7843da7152e13a06cd7daeb1260063">operations_research::sat::LinearBooleanProblem::_Internal::assignment</a></div><div class="ttdeci">static const ::operations_research::sat::BooleanAssignment &amp; assignment(const LinearBooleanProblem *msg)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01083">boolean_problem.pb.cc:1083</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_a8594dc831523f04794022058505dd9d4"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#a8594dc831523f04794022058505dd9d4">descriptor_table_ortools_2fsat_2fboolean_5fproblem_2eproto_once</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_ortools_2fsat_2fboolean_5fproblem_2eproto_once</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00177">boolean_problem.pb.cc:177</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8h_html"><div class="ttname"><a href="boolean__problem_8pb_8h.html">boolean_problem.pb.h</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_ada512454ae4423756b5ce9138465f8a2"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#ada512454ae4423756b5ce9138465f8a2">operations_research::sat::LinearBooleanConstraint::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const LinearBooleanConstraint &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00497">boolean_problem.pb.cc:497</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::sat::LinearBooleanConstraint::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00195">boolean_problem.pb.h:195</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::sat::LinearObjective::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00855">boolean_problem.pb.cc:855</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html">operations_research::sat::BooleanAssignment</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00531">boolean_problem.pb.h:531</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_objective_default_type_internal_html_aabde55a5ba0a8dcf473a2047c31a75a4"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_objective_default_type_internal.html#aabde55a5ba0a8dcf473a2047c31a75a4">operations_research::sat::LinearObjectiveDefaultTypeInternal::LinearObjectiveDefaultTypeInternal</a></div><div class="ttdeci">constexpr LinearObjectiveDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00044">boolean_problem.pb.cc:44</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::sat::LinearObjective::_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="boolean__problem_8pb_8cc_source.html#l00636">boolean_problem.pb.cc:636</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_ab586d26cf9d20d52de0e3d2081fc1419"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#ab586d26cf9d20d52de0e3d2081fc1419">operations_research::sat::BooleanAssignment::GetMetadata</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01048">boolean_problem.pb.cc:1048</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_1_1___internal_html_a03278a1fd343d6372c3fbf5f43e0429b"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective_1_1___internal.html#a03278a1fd343d6372c3fbf5f43e0429b">operations_research::sat::LinearObjective::_Internal::set_has_offset</a></div><div class="ttdeci">static void set_has_offset(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00562">boolean_problem.pb.cc:562</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_a99b6f5a2938c4db4c9413e9b84f85717"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#a99b6f5a2938c4db4c9413e9b84f85717">file_default_instances</a></div><div class="ttdeci">::PROTOBUF_NAMESPACE_ID::Message const *const file_default_instances[]</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00150">boolean_problem.pb.cc:150</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal_html_adaaa433753e854709661ffd3a8a5614d"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal.html#adaaa433753e854709661ffd3a8a5614d">operations_research::sat::LinearBooleanConstraint::_Internal::set_has_name</a></div><div class="ttdeci">static void set_has_name(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00204">boolean_problem.pb.cc:204</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_a8bc6d07750c62202d2936f4c149599e0"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#a8bc6d07750c62202d2936f4c149599e0">CreateMaybeMessage&lt; ::operations_research::sat::BooleanAssignment &gt;</a></div><div class="ttdeci">PROTOBUF_NOINLINE ::operations_research::sat::BooleanAssignment * Arena::CreateMaybeMessage&lt; ::operations_research::sat::BooleanAssignment &gt;(Arena *arena)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01517">boolean_problem.pb.cc:1517</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html">operations_research::sat::LinearObjective</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00317">boolean_problem.pb.h:317</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_1_1___internal_html_a2039732140cb1ce2199642e4e55fb801"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective_1_1___internal.html#a2039732140cb1ce2199642e4e55fb801">operations_research::sat::LinearObjective::_Internal::HasBits</a></div><div class="ttdeci">decltype(std::declval&lt; LinearObjective &gt;()._has_bits_) HasBits</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00561">boolean_problem.pb.cc:561</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal_html_add7f31b1cedc9bb4c3a25e6ecdfbf6a6"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal.html#add7f31b1cedc9bb4c3a25e6ecdfbf6a6">operations_research::sat::LinearBooleanConstraint::_Internal::set_has_lower_bound</a></div><div class="ttdeci">static void set_has_lower_bound(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00198">boolean_problem.pb.cc:198</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_a83794439b5a81a507b67b07f09d4f048"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a83794439b5a81a507b67b07f09d4f048">operations_research::sat::LinearBooleanConstraint::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00528">boolean_problem.pb.cc:528</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_afa52106fb65db603311fbea42f5127c2"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#afa52106fb65db603311fbea42f5127c2">operations_research::sat::LinearBooleanProblem::swap</a></div><div class="ttdeci">friend void swap(LinearBooleanProblem &amp;a, LinearBooleanProblem &amp;b)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00743">boolean_problem.pb.h:743</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_boolean_assignment_default_type_internal_html_a839e7b28343ea51c517cd726f0d1f3b6"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_boolean_assignment_default_type_internal.html#a839e7b28343ea51c517cd726f0d1f3b6">operations_research::sat::BooleanAssignmentDefaultTypeInternal::~BooleanAssignmentDefaultTypeInternal</a></div><div class="ttdeci">~BooleanAssignmentDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00058">boolean_problem.pb.cc:58</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="structoperations__research_1_1sat_1_1_linear_boolean_problem_default_type_internal_html_a2ad47da058240dfb26b849f369cbe2b0"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_boolean_problem_default_type_internal.html#a2ad47da058240dfb26b849f369cbe2b0">operations_research::sat::LinearBooleanProblemDefaultTypeInternal::~LinearBooleanProblemDefaultTypeInternal</a></div><div class="ttdeci">~LinearBooleanProblemDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00076">boolean_problem.pb.cc:76</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment_1_1___internal.html">operations_research::sat::BooleanAssignment::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00863">boolean_problem.pb.cc:863</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::sat::LinearBooleanConstraint::_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="boolean__problem_8pb_8cc_source.html#l00288">boolean_problem.pb.cc:288</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_a205067c8a0b7e779bb38ba42b8d2c043"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a205067c8a0b7e779bb38ba42b8d2c043">operations_research::sat::LinearBooleanProblem::LinearBooleanProblem</a></div><div class="ttdeci">LinearBooleanProblem()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00693">boolean_problem.pb.h:693</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_boolean_assignment_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_boolean_assignment_default_type_internal.html">operations_research::sat::BooleanAssignmentDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00055">boolean_problem.pb.cc:55</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal_html_a3d18ecd75ac71085364cf5d661cc7274"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal.html#a3d18ecd75ac71085364cf5d661cc7274">operations_research::sat::LinearBooleanConstraint::_Internal::HasBits</a></div><div class="ttdeci">decltype(std::declval&lt; LinearBooleanConstraint &gt;()._has_bits_) HasBits</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00197">boolean_problem.pb.cc:197</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::sat::LinearBooleanConstraint::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00488">boolean_problem.pb.cc:488</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective_1_1___internal.html">operations_research::sat::LinearObjective::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00559">boolean_problem.pb.cc:559</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal_html"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal.html">operations_research::sat::LinearBooleanConstraint::_Internal</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00195">boolean_problem.pb.cc:195</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_a737fe5e98e0e91eed8741b9ed9a341ab"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a737fe5e98e0e91eed8741b9ed9a341ab">operations_research::sat::LinearBooleanProblem::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const LinearBooleanProblem &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01471">boolean_problem.pb.cc:1471</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::sat::LinearBooleanConstraint::_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="boolean__problem_8pb_8cc_source.html#l00376">boolean_problem.pb.cc:376</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_ab7be3558d1c88c8f264dfa412e0630e9"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#ab7be3558d1c88c8f264dfa412e0630e9">file_level_enum_descriptors_ortools_2fsat_2fboolean_5fproblem_2eproto</a></div><div class="ttdeci">static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_ortools_2fsat_2fboolean_5fproblem_2eproto</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00085">boolean_problem.pb.cc:85</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_a72a05e543a5e5eea7158bc380b63aecc"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a72a05e543a5e5eea7158bc380b63aecc">operations_research::sat::LinearBooleanProblem::internal_default_instance</a></div><div class="ttdeci">static const LinearBooleanProblem * internal_default_instance()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00736">boolean_problem.pb.h:736</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_a312ca8bb89c95cba7ac0712a184f5711"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#a312ca8bb89c95cba7ac0712a184f5711">operations_research::sat::BooleanAssignment::_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="boolean__problem_8pb_8cc_source.html#l00918">boolean_problem.pb.cc:918</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal_html_abe6d08249584f62b667ad40e3ee8d700"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint_1_1___internal.html#abe6d08249584f62b667ad40e3ee8d700">operations_research::sat::LinearBooleanConstraint::_Internal::set_has_upper_bound</a></div><div class="ttdeci">static void set_has_upper_bound(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00201">boolean_problem.pb.cc:201</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_boolean_constraint_default_type_internal_html_a81ba6ea2f4e6f228c8e42e732aaa5f98"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_boolean_constraint_default_type_internal.html#a81ba6ea2f4e6f228c8e42e732aaa5f98">operations_research::sat::LinearBooleanConstraintDefaultTypeInternal::LinearBooleanConstraintDefaultTypeInternal</a></div><div class="ttdeci">constexpr LinearBooleanConstraintDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00029">boolean_problem.pb.cc:29</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_boolean_constraint_default_type_internal_html_af5b515801f0cbed5f5a69aa0861aca14"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_boolean_constraint_default_type_internal.html#af5b515801f0cbed5f5a69aa0861aca14">operations_research::sat::LinearBooleanConstraintDefaultTypeInternal::~LinearBooleanConstraintDefaultTypeInternal</a></div><div class="ttdeci">~LinearBooleanConstraintDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00031">boolean_problem.pb.cc:31</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_1sat_1_1_linear_boolean_problem_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::sat::LinearBooleanProblem::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01432">boolean_problem.pb.cc:1432</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_a69885230b9f8de0b61117e6bcc86d9ec"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#a69885230b9f8de0b61117e6bcc86d9ec">operations_research::sat::LinearBooleanProblem::MergeFrom</a></div><div class="ttdeci">void MergeFrom(const LinearBooleanProblem &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01441">boolean_problem.pb.cc:1441</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_boolean_problem_default_type_internal_html"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_boolean_problem_default_type_internal.html">operations_research::sat::LinearBooleanProblemDefaultTypeInternal</a></div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00073">boolean_problem.pb.cc:73</a></div></div>
<div class="ttc" id="interval_8cc_html_adeaf787e3a80bbf698cb9e26264474e0"><div class="ttname"><a href="interval_8cc.html#adeaf787e3a80bbf698cb9e26264474e0">offset_</a></div><div class="ttdeci">const int64_t offset_</div><div class="ttdef"><b>Definition:</b> <a href="interval_8cc_source.html#l02108">interval.cc:2108</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_objective_html_aa0d2b6ddea7cb960b90423ac48f555bf"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_objective.html#aa0d2b6ddea7cb960b90423ac48f555bf">operations_research::sat::LinearObjective::Clear</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00619">boolean_problem.pb.cc:619</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_a3adb2b4e1b3250e209745e40e8264ebd"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#a3adb2b4e1b3250e209745e40e8264ebd">operations_research::sat::BooleanAssignment::BooleanAssignment</a></div><div class="ttdeci">BooleanAssignment()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00534">boolean_problem.pb.h:534</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_constraint_html_a2d7b4a831f8dc543be3fa7bae84f1e8f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_constraint.html#a2d7b4a831f8dc543be3fa7bae84f1e8f">operations_research::sat::LinearBooleanConstraint::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const LinearBooleanConstraint &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00521">boolean_problem.pb.cc:521</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal_html_a636d1b956d2a3d7201ea64b7bc585c77"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal.html#a636d1b956d2a3d7201ea64b7bc585c77">operations_research::sat::LinearBooleanProblem::_Internal::set_has_original_num_variables</a></div><div class="ttdeci">static void set_has_original_num_variables(HasBits *has_bits)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01073">boolean_problem.pb.cc:1073</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_linear_boolean_problem_default_type_internal_html_a3d4b1020945b5830a92590690f3f3b97"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_linear_boolean_problem_default_type_internal.html#a3d4b1020945b5830a92590690f3f3b97">operations_research::sat::LinearBooleanProblemDefaultTypeInternal::_instance</a></div><div class="ttdeci">LinearBooleanProblem _instance</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00078">boolean_problem.pb.cc:78</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal_html_a3a9c4e3fa339934f0e8500cedc4d57e6"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal.html#a3a9c4e3fa339934f0e8500cedc4d57e6">operations_research::sat::LinearBooleanProblem::_Internal::HasBits</a></div><div class="ttdeci">decltype(std::declval&lt; LinearBooleanProblem &gt;()._has_bits_) HasBits</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01058">boolean_problem.pb.cc:1058</a></div></div>
<div class="ttc" id="namespaceoperations__research_1_1sat_html_acff383180e0a501ae04bf4a31adfe5a2"><div class="ttname"><a href="namespaceoperations__research_1_1sat.html#acff383180e0a501ae04bf4a31adfe5a2">operations_research::sat::_LinearObjective_default_instance_</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT LinearObjectiveDefaultTypeInternal _LinearObjective_default_instance_</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00051">boolean_problem.pb.cc:51</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_aef044231d62fcf3edb707797b26e4cda"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#aef044231d62fcf3edb707797b26e4cda">descriptor_table_ortools_2fsat_2fboolean_5fproblem_2eproto_getter</a></div><div class="ttdeci">PROTOBUF_ATTRIBUTE_WEAKconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable * descriptor_table_ortools_2fsat_2fboolean_5fproblem_2eproto_getter()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00184">boolean_problem.pb.cc:184</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_boolean_assignment_default_type_internal_html_a18d334df9d4458ca69cc0f0c4848f5a8"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_boolean_assignment_default_type_internal.html#a18d334df9d4458ca69cc0f0c4848f5a8">operations_research::sat::BooleanAssignmentDefaultTypeInternal::_instance</a></div><div class="ttdeci">BooleanAssignment _instance</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00060">boolean_problem.pb.cc:60</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_a3b8916ea6d24ef4006e6d52e3f96362f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#a3b8916ea6d24ef4006e6d52e3f96362f">operations_research::sat::BooleanAssignment::_class_data_</a></div><div class="ttdeci">static const ClassData _class_data_</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8h_source.html#l00643">boolean_problem.pb.h:643</a></div></div>
<div class="ttc" id="optional__boolean_8pb_8cc_html_a45da01ad4acb3124fbe203f64edbd517"><div class="ttname"><a href="optional__boolean_8pb_8cc.html#a45da01ad4acb3124fbe203f64edbd517">schemas</a></div><div class="ttdeci">static constexpr ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema * schemas</div><div class="ttdef"><b>Definition:</b> <a href="optional__boolean_8pb_8cc_source.html#l00024">optional_boolean.pb.cc:24</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal_html_aeebd8d1a2699813a6509730c21c3c184"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem_1_1___internal.html#aeebd8d1a2699813a6509730c21c3c184">operations_research::sat::LinearBooleanProblem::_Internal::objective</a></div><div class="ttdeci">static const ::operations_research::sat::LinearObjective &amp; objective(const LinearBooleanProblem *msg)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01079">boolean_problem.pb.cc:1079</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_aa7e6ed13f1c34c5453b63a4d9645196e"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#aa7e6ed13f1c34c5453b63a4d9645196e">operations_research::sat::BooleanAssignment::GetClassData</a></div><div class="ttdeci">const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01012">boolean_problem.pb.cc:1012</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_boolean_assignment_html_ad9990cc4f77976b756957a3fd375bc29"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_boolean_assignment.html#ad9990cc4f77976b756957a3fd375bc29">operations_research::sat::BooleanAssignment::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const BooleanAssignment &amp;from)</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l01031">boolean_problem.pb.cc:1031</a></div></div>
<div class="ttc" id="classoperations__research_1_1sat_1_1_linear_boolean_problem_html_aff1bb856af5a1a8ccd07046c052b325f"><div class="ttname"><a href="classoperations__research_1_1sat_1_1_linear_boolean_problem.html#aff1bb856af5a1a8ccd07046c052b325f">operations_research::sat::LinearBooleanProblem::_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="boolean__problem_8pb_8cc_source.html#l01287">boolean_problem.pb.cc:1287</a></div></div>
<div class="ttc" id="structoperations__research_1_1sat_1_1_boolean_assignment_default_type_internal_html_a6f332e2dfff8f35fcea5cd5230e38778"><div class="ttname"><a href="structoperations__research_1_1sat_1_1_boolean_assignment_default_type_internal.html#a6f332e2dfff8f35fcea5cd5230e38778">operations_research::sat::BooleanAssignmentDefaultTypeInternal::BooleanAssignmentDefaultTypeInternal</a></div><div class="ttdeci">constexpr BooleanAssignmentDefaultTypeInternal()</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00056">boolean_problem.pb.cc:56</a></div></div>
<div class="ttc" id="boolean__problem_8pb_8cc_html_a1214d8de4c301ae715fdcde74dc29c5d"><div class="ttname"><a href="boolean__problem_8pb_8cc.html#a1214d8de4c301ae715fdcde74dc29c5d">file_level_service_descriptors_ortools_2fsat_2fboolean_5fproblem_2eproto</a></div><div class="ttdeci">static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_ortools_2fsat_2fboolean_5fproblem_2eproto</div><div class="ttdef"><b>Definition:</b> <a href="boolean__problem_8pb_8cc_source.html#l00086">boolean_problem.pb.cc:86</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_c5b0fe70900e54a4a94ebb062342b0c6.html">sat</a></li><li class="navelem"><a class="el" href="boolean__problem_8pb_8cc.html">boolean_problem.pb.cc</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
2021-09-20 15:57:27 +02:00
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
2020-09-01 16:00:33 +02:00
</ul>
</div>
</body>
</html>