2020-01-31 17:22:59 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > OR-Tools< / title >
< meta http-equiv = "Content-Type" content = "text/html;" / >
< meta charset = "utf-8" / >
<!-- <link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/> -->
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
< span id = "sfml" > Google OR-Tools 7.5< / span >
< / div >
< / div >
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
< h2 > C++ Reference< / h2 >
< ul >
< li > < a href = "../cpp_algorithms/annotated.html" > Algorithms< / a > < / li >
< li > < a href = "../cpp_sat/annotated.html" > CP-SAT< / a > < / li >
< li > < a href = "../cpp_graph/annotated.html" > Graph< / a > < / li >
< li > < a href = "../cpp_routing/annotated.html" > Routing< / a > < / li >
< li > < a href = "../cpp_linear/annotated.html" > Linear solver< / a > < / li >
< / ul >
< / div >
< div id = "content" >
< div align = "center" >
< h1 style = "color: #145A32;" > C++ Reference: CP-SAT< / h1 >
< / div >
2020-04-23 15:34:43 +02:00
<!-- Generated by Doxygen 1.8.16 -->
2020-01-31 17:22:59 +01:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "classoperations__research_1_1LinearBooleanProblem-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > LinearBooleanProblem< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00658" > 658< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:aef0c5fad27afdf5cd974a7ecfad5eeca" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > : int { < br / >
    < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aef0c5fad27afdf5cd974a7ecfad5eecaa050579d52aac4e2f07577d14bd3d2bbb" > kConstraintsFieldNumber< / a > = 4,
< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aef0c5fad27afdf5cd974a7ecfad5eecaaf917d3b59a1dc3299c62556f21935803" > kVarNamesFieldNumber< / a > = 6,
< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aef0c5fad27afdf5cd974a7ecfad5eecaa80457de4fce1c9a997439550fe89d4c5" > kNameFieldNumber< / a > = 1,
< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aef0c5fad27afdf5cd974a7ecfad5eecaa4cecad1e4b6ddb4b2595b03f36c824a0" > kObjectiveFieldNumber< / a > = 5,
< br / >
    < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aef0c5fad27afdf5cd974a7ecfad5eecaa6bea80a5b2e55229e3dc7ffca8b73af5" > kAssignmentFieldNumber< / a > = 7,
< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aef0c5fad27afdf5cd974a7ecfad5eecaa6ab890660219e8ad45a709993b5a8b6a" > kNumVariablesFieldNumber< / a > = 3,
< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aef0c5fad27afdf5cd974a7ecfad5eecaadd0354bdd412b46b6616655a6121250d" > kOriginalNumVariablesFieldNumber< / a > = 8
< br / >
}< / td > < / tr >
< tr class = "separator:aef0c5fad27afdf5cd974a7ecfad5eeca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a205067c8a0b7e779bb38ba42b8d2c043" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a205067c8a0b7e779bb38ba42b8d2c043" > LinearBooleanProblem< / a > ()< / td > < / tr >
< tr class = "separator:a205067c8a0b7e779bb38ba42b8d2c043" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5622629622ba0ac120e5225a4ea2cae3" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a5622629622ba0ac120e5225a4ea2cae3" > ~LinearBooleanProblem< / a > ()< / td > < / tr >
< tr class = "separator:a5622629622ba0ac120e5225a4ea2cae3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a229fc15d288dbbc254a90a2b394d826a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a229fc15d288dbbc254a90a2b394d826a" > LinearBooleanProblem< / a > (const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & from)< / td > < / tr >
< tr class = "separator:a229fc15d288dbbc254a90a2b394d826a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a011ed6f66a5f59bb11ba4650e322c74a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a011ed6f66a5f59bb11ba4650e322c74a" > LinearBooleanProblem< / a > (< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & & from) noexcept< / td > < / tr >
< tr class = "separator:a011ed6f66a5f59bb11ba4650e322c74a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aac3a701978ef8ad441ec19876e2fd7b4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aac3a701978ef8ad441ec19876e2fd7b4" > operator=< / a > (const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & from)< / td > < / tr >
< tr class = "separator:aac3a701978ef8ad441ec19876e2fd7b4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a33f80f4d89b2508860a523aa4962bbb6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a33f80f4d89b2508860a523aa4962bbb6" > operator=< / a > (< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & & from) noexcept< / td > < / tr >
< tr class = "separator:a33f80f4d89b2508860a523aa4962bbb6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af661986d56e934195c0cc57b3e78f1ae" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#af661986d56e934195c0cc57b3e78f1ae" > unknown_fields< / a > () const< / td > < / tr >
< tr class = "separator:af661986d56e934195c0cc57b3e78f1ae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab6ceb76142ab4957ab265e4a5ca7ec2" > < td class = "memItemLeft" align = "right" valign = "top" > inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aab6ceb76142ab4957ab265e4a5ca7ec2" > mutable_unknown_fields< / a > ()< / td > < / tr >
< tr class = "separator:aab6ceb76142ab4957ab265e4a5ca7ec2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab4625750c75f0bbd009d31b0c527af1" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aab4625750c75f0bbd009d31b0c527af1" > Swap< / a > (< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > *other)< / td > < / tr >
< tr class = "separator:aab4625750c75f0bbd009d31b0c527af1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a52150a1428815b024e896c3b6d4abb6c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a52150a1428815b024e896c3b6d4abb6c" > New< / a > () const final< / td > < / tr >
< tr class = "separator:a52150a1428815b024e896c3b6d4abb6c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab6047772e589ffdcb50b23f5849b829" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aab6047772e589ffdcb50b23f5849b829" > New< / a > (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final< / td > < / tr >
< tr class = "separator:aab6047772e589ffdcb50b23f5849b829" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8833e075ef8f8090c75efbe0ada224f7" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a8833e075ef8f8090c75efbe0ada224f7" > CopyFrom< / a > (const ::PROTOBUF_NAMESPACE_ID::Message & from) final< / td > < / tr >
< tr class = "separator:a8833e075ef8f8090c75efbe0ada224f7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4422e344178071198054eff604eea3d2" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a4422e344178071198054eff604eea3d2" > MergeFrom< / a > (const ::PROTOBUF_NAMESPACE_ID::Message & from) final< / td > < / tr >
< tr class = "separator:a4422e344178071198054eff604eea3d2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a737fe5e98e0e91eed8741b9ed9a341ab" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a737fe5e98e0e91eed8741b9ed9a341ab" > CopyFrom< / a > (const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & from)< / td > < / tr >
< tr class = "separator:a737fe5e98e0e91eed8741b9ed9a341ab" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a69885230b9f8de0b61117e6bcc86d9ec" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a69885230b9f8de0b61117e6bcc86d9ec" > MergeFrom< / a > (const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & from)< / td > < / tr >
< tr class = "separator:a69885230b9f8de0b61117e6bcc86d9ec" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1e436b607da362266ed7e00d18cd6ac7" > < td class = "memItemLeft" align = "right" valign = "top" > PROTOBUF_ATTRIBUTE_REINITIALIZES void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a1e436b607da362266ed7e00d18cd6ac7" > Clear< / a > () final< / td > < / tr >
< tr class = "separator:a1e436b607da362266ed7e00d18cd6ac7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a83794439b5a81a507b67b07f09d4f048" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a83794439b5a81a507b67b07f09d4f048" > IsInitialized< / a > () const final< / td > < / tr >
< tr class = "separator:a83794439b5a81a507b67b07f09d4f048" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af1033c8579625eedc97d25696eeca0b1" > < td class = "memItemLeft" align = "right" valign = "top" > size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#af1033c8579625eedc97d25696eeca0b1" > ByteSizeLong< / a > () const final< / td > < / tr >
< tr class = "separator:af1033c8579625eedc97d25696eeca0b1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a454c67b85b98fe47e87043230d799c2a" > < td class = "memItemLeft" align = "right" valign = "top" > const char *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a454c67b85b98fe47e87043230d799c2a" > _InternalParse< / a > (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final< / td > < / tr >
< tr class = "separator:a454c67b85b98fe47e87043230d799c2a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a441b119e474a1202488ec26fa6eed236" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::uint8 *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a441b119e474a1202488ec26fa6eed236" > _InternalSerialize< / a > (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final< / td > < / tr >
< tr class = "separator:a441b119e474a1202488ec26fa6eed236" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2c971b2a10d6aa68bf5fa0a7d4200ae6" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a2c971b2a10d6aa68bf5fa0a7d4200ae6" > GetCachedSize< / a > () const final< / td > < / tr >
< tr class = "separator:a2c971b2a10d6aa68bf5fa0a7d4200ae6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abee10a388b53df255f15fbec07e1ac80" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::Metadata  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#abee10a388b53df255f15fbec07e1ac80" > GetMetadata< / a > () const final< / td > < / tr >
< tr class = "separator:abee10a388b53df255f15fbec07e1ac80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aeaf0da781ca9b370d96b7fbd3f74266a" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aeaf0da781ca9b370d96b7fbd3f74266a" > constraints_size< / a > () const< / td > < / tr >
< tr class = "separator:aeaf0da781ca9b370d96b7fbd3f74266a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a638ebfa975d8dc9f1da7611384c62ecd" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a638ebfa975d8dc9f1da7611384c62ecd" > clear_constraints< / a > ()< / td > < / tr >
< tr class = "separator:a638ebfa975d8dc9f1da7611384c62ecd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af55782e9f3e706ef5492f93ac71c4328" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#af55782e9f3e706ef5492f93ac71c4328" > mutable_constraints< / a > (int index)< / td > < / tr >
< tr class = "separator:af55782e9f3e706ef5492f93ac71c4328" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a005a861546a036cf3339479a1e1b3b46" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::< a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a005a861546a036cf3339479a1e1b3b46" > mutable_constraints< / a > ()< / td > < / tr >
< tr class = "separator:a005a861546a036cf3339479a1e1b3b46" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afd5f1c99af91f9f4e4c277cc42c695f0" > < td class = "memItemLeft" align = "right" valign = "top" > const ::< a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#afd5f1c99af91f9f4e4c277cc42c695f0" > constraints< / a > (int index) const< / td > < / tr >
< tr class = "separator:afd5f1c99af91f9f4e4c277cc42c695f0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aabf80eec4051f3d025b07e57c30e25e7" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aabf80eec4051f3d025b07e57c30e25e7" > add_constraints< / a > ()< / td > < / tr >
< tr class = "separator:aabf80eec4051f3d025b07e57c30e25e7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1fbdc9f084a05163930af008bbcf5af4" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::< a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a1fbdc9f084a05163930af008bbcf5af4" > constraints< / a > () const< / td > < / tr >
< tr class = "separator:a1fbdc9f084a05163930af008bbcf5af4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7d71d78013f83bc05711ba8bf7a60eb2" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a7d71d78013f83bc05711ba8bf7a60eb2" > var_names_size< / a > () const< / td > < / tr >
< tr class = "separator:a7d71d78013f83bc05711ba8bf7a60eb2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac10895f5fea7aa28b7d68ae1a3d8d14d" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#ac10895f5fea7aa28b7d68ae1a3d8d14d" > clear_var_names< / a > ()< / td > < / tr >
< tr class = "separator:ac10895f5fea7aa28b7d68ae1a3d8d14d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad142870eaf4c9ce09c346a4f51b5be60" > < td class = "memItemLeft" align = "right" valign = "top" > const std::string &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#ad142870eaf4c9ce09c346a4f51b5be60" > var_names< / a > (int index) const< / td > < / tr >
< tr class = "separator:ad142870eaf4c9ce09c346a4f51b5be60" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a21a5c856dce893e9e0f430aab3b09628" > < td class = "memItemLeft" align = "right" valign = "top" > std::string *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a21a5c856dce893e9e0f430aab3b09628" > mutable_var_names< / a > (int index)< / td > < / tr >
< tr class = "separator:a21a5c856dce893e9e0f430aab3b09628" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae67fef07473581947996f2845ee2b56b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#ae67fef07473581947996f2845ee2b56b" > set_var_names< / a > (int index, const std::string & value)< / td > < / tr >
< tr class = "separator:ae67fef07473581947996f2845ee2b56b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a12baa5cfeff59efb8d1e81e87ebb6e52" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a12baa5cfeff59efb8d1e81e87ebb6e52" > set_var_names< / a > (int index, std::string & & value)< / td > < / tr >
< tr class = "separator:a12baa5cfeff59efb8d1e81e87ebb6e52" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a537175006911cf655529de85bb746b15" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a537175006911cf655529de85bb746b15" > set_var_names< / a > (int index, const char *value)< / td > < / tr >
< tr class = "separator:a537175006911cf655529de85bb746b15" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1524d8b5a4cd8c798ade23ec325c442b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a1524d8b5a4cd8c798ade23ec325c442b" > set_var_names< / a > (int index, const char *value, size_t size)< / td > < / tr >
< tr class = "separator:a1524d8b5a4cd8c798ade23ec325c442b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab21a516e3dd1fd8618bad2121dbce43" > < td class = "memItemLeft" align = "right" valign = "top" > std::string *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aab21a516e3dd1fd8618bad2121dbce43" > add_var_names< / a > ()< / td > < / tr >
< tr class = "separator:aab21a516e3dd1fd8618bad2121dbce43" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a98e6e25f5da925acb7a5d874759a12c6" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a98e6e25f5da925acb7a5d874759a12c6" > add_var_names< / a > (const std::string & value)< / td > < / tr >
< tr class = "separator:a98e6e25f5da925acb7a5d874759a12c6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a472f43104298454afcfda233086e26bb" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a472f43104298454afcfda233086e26bb" > add_var_names< / a > (std::string & & value)< / td > < / tr >
< tr class = "separator:a472f43104298454afcfda233086e26bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aef8e4b9596e2a9cba3aa8a9968e3ea67" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aef8e4b9596e2a9cba3aa8a9968e3ea67" > add_var_names< / a > (const char *value)< / td > < / tr >
< tr class = "separator:aef8e4b9596e2a9cba3aa8a9968e3ea67" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a53fbd6f7085874a3dea0843fd35df564" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a53fbd6f7085874a3dea0843fd35df564" > add_var_names< / a > (const char *value, size_t size)< / td > < / tr >
< tr class = "separator:a53fbd6f7085874a3dea0843fd35df564" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a88fe42f617eb47955609b67a4cebb110" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a88fe42f617eb47955609b67a4cebb110" > var_names< / a > () const< / td > < / tr >
< tr class = "separator:a88fe42f617eb47955609b67a4cebb110" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7c941c7cde0c1463f40f7359e662368" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aa7c941c7cde0c1463f40f7359e662368" > mutable_var_names< / a > ()< / td > < / tr >
< tr class = "separator:aa7c941c7cde0c1463f40f7359e662368" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a80be0b0a1ea9deb6dc5e40a81ceb2af8" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a80be0b0a1ea9deb6dc5e40a81ceb2af8" > has_name< / a > () const< / td > < / tr >
< tr class = "separator:a80be0b0a1ea9deb6dc5e40a81ceb2af8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a458dd99a041a02e37d5b249201b18050" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a458dd99a041a02e37d5b249201b18050" > clear_name< / a > ()< / td > < / tr >
< tr class = "separator:a458dd99a041a02e37d5b249201b18050" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a24dcbf29c0d6cd766009a182a6484e3b" > < td class = "memItemLeft" align = "right" valign = "top" > const std::string &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a24dcbf29c0d6cd766009a182a6484e3b" > name< / a > () const< / td > < / tr >
< tr class = "separator:a24dcbf29c0d6cd766009a182a6484e3b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a336315ca9f7f163ce71f854c1d331abd" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a336315ca9f7f163ce71f854c1d331abd" > set_name< / a > (const std::string & value)< / td > < / tr >
< tr class = "separator:a336315ca9f7f163ce71f854c1d331abd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:add5b7d967cabba1bda48616e027427a7" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#add5b7d967cabba1bda48616e027427a7" > set_name< / a > (std::string & & value)< / td > < / tr >
< tr class = "separator:add5b7d967cabba1bda48616e027427a7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:add4e8c58c167af070f4a0e8cc50082be" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#add4e8c58c167af070f4a0e8cc50082be" > set_name< / a > (const char *value)< / td > < / tr >
< tr class = "separator:add4e8c58c167af070f4a0e8cc50082be" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a22f7c0b8646494fc16ef74301b10854c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a22f7c0b8646494fc16ef74301b10854c" > set_name< / a > (const char *value, size_t size)< / td > < / tr >
< tr class = "separator:a22f7c0b8646494fc16ef74301b10854c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ace44da4c185dad99876bf01c7ea74c07" > < td class = "memItemLeft" align = "right" valign = "top" > std::string *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#ace44da4c185dad99876bf01c7ea74c07" > mutable_name< / a > ()< / td > < / tr >
< tr class = "separator:ace44da4c185dad99876bf01c7ea74c07" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1f05c2a3a13ff3410d52ee3c33918e07" > < td class = "memItemLeft" align = "right" valign = "top" > std::string *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a1f05c2a3a13ff3410d52ee3c33918e07" > release_name< / a > ()< / td > < / tr >
< tr class = "separator:a1f05c2a3a13ff3410d52ee3c33918e07" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aebef205a40e296437d69fd2e4d3ef2be" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aebef205a40e296437d69fd2e4d3ef2be" > set_allocated_name< / a > (std::string *< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a24dcbf29c0d6cd766009a182a6484e3b" > name< / a > )< / td > < / tr >
< tr class = "separator:aebef205a40e296437d69fd2e4d3ef2be" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a777a6e330a22a8889389cb9b9c9f12d6" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a777a6e330a22a8889389cb9b9c9f12d6" > has_objective< / a > () const< / td > < / tr >
< tr class = "separator:a777a6e330a22a8889389cb9b9c9f12d6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad97af219ab4d62c806c052848a69dab3" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#ad97af219ab4d62c806c052848a69dab3" > clear_objective< / a > ()< / td > < / tr >
< tr class = "separator:ad97af219ab4d62c806c052848a69dab3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a710de914963fd3d5d5a9a49ee7135a35" > < td class = "memItemLeft" align = "right" valign = "top" > const ::< a class = "el" href = "classoperations__research_1_1LinearObjective.html" > operations_research::LinearObjective< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a710de914963fd3d5d5a9a49ee7135a35" > objective< / a > () const< / td > < / tr >
< tr class = "separator:a710de914963fd3d5d5a9a49ee7135a35" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a87a36cc3c2d8de362020ae62941138d5" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1LinearObjective.html" > operations_research::LinearObjective< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a87a36cc3c2d8de362020ae62941138d5" > release_objective< / a > ()< / td > < / tr >
< tr class = "separator:a87a36cc3c2d8de362020ae62941138d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6d1f51debaaeced016f838bd7dfdad07" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1LinearObjective.html" > operations_research::LinearObjective< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a6d1f51debaaeced016f838bd7dfdad07" > mutable_objective< / a > ()< / td > < / tr >
< tr class = "separator:a6d1f51debaaeced016f838bd7dfdad07" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1b3df7e8d314954c7991e55dbf8e8eae" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a1b3df7e8d314954c7991e55dbf8e8eae" > set_allocated_objective< / a > (::< a class = "el" href = "classoperations__research_1_1LinearObjective.html" > operations_research::LinearObjective< / a > *< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a710de914963fd3d5d5a9a49ee7135a35" > objective< / a > )< / td > < / tr >
< tr class = "separator:a1b3df7e8d314954c7991e55dbf8e8eae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a255a734745a4de3ad2e9eb04314ee815" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a255a734745a4de3ad2e9eb04314ee815" > has_assignment< / a > () const< / td > < / tr >
< tr class = "separator:a255a734745a4de3ad2e9eb04314ee815" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac74ccc0766e571919f47e66c9bc4a98e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#ac74ccc0766e571919f47e66c9bc4a98e" > clear_assignment< / a > ()< / td > < / tr >
< tr class = "separator:ac74ccc0766e571919f47e66c9bc4a98e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4b63a7c285bc674fcae27261589382e2" > < td class = "memItemLeft" align = "right" valign = "top" > const ::< a class = "el" href = "classoperations__research_1_1BooleanAssignment.html" > operations_research::BooleanAssignment< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a4b63a7c285bc674fcae27261589382e2" > assignment< / a > () const< / td > < / tr >
< tr class = "separator:a4b63a7c285bc674fcae27261589382e2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acda8eadb39522c94619748560718ce1d" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1BooleanAssignment.html" > operations_research::BooleanAssignment< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#acda8eadb39522c94619748560718ce1d" > release_assignment< / a > ()< / td > < / tr >
< tr class = "separator:acda8eadb39522c94619748560718ce1d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4aa0659295fce8fea58548c3a42c522b" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1BooleanAssignment.html" > operations_research::BooleanAssignment< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a4aa0659295fce8fea58548c3a42c522b" > mutable_assignment< / a > ()< / td > < / tr >
< tr class = "separator:a4aa0659295fce8fea58548c3a42c522b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4c95a86e1a26f0e6a5a4dbebf209d3d8" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a4c95a86e1a26f0e6a5a4dbebf209d3d8" > set_allocated_assignment< / a > (::< a class = "el" href = "classoperations__research_1_1BooleanAssignment.html" > operations_research::BooleanAssignment< / a > *< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a4b63a7c285bc674fcae27261589382e2" > assignment< / a > )< / td > < / tr >
< tr class = "separator:a4c95a86e1a26f0e6a5a4dbebf209d3d8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf17ff5b3196493b04639ae417142488" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#adf17ff5b3196493b04639ae417142488" > has_num_variables< / a > () const< / td > < / tr >
< tr class = "separator:adf17ff5b3196493b04639ae417142488" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad6517d79296bf6a44c284c32f104ffe6" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#ad6517d79296bf6a44c284c32f104ffe6" > clear_num_variables< / a > ()< / td > < / tr >
< tr class = "separator:ad6517d79296bf6a44c284c32f104ffe6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aad5531f45ca462be2f1b7ee7a5cb1372" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::int32  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#aad5531f45ca462be2f1b7ee7a5cb1372" > num_variables< / a > () const< / td > < / tr >
< tr class = "separator:aad5531f45ca462be2f1b7ee7a5cb1372" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9c49f41aac27b985f50e0205c845a572" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a9c49f41aac27b985f50e0205c845a572" > set_num_variables< / a > (::PROTOBUF_NAMESPACE_ID::int32 value)< / td > < / tr >
< tr class = "separator:a9c49f41aac27b985f50e0205c845a572" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a94215bc0c891e14164a539c42ee2b24f" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a94215bc0c891e14164a539c42ee2b24f" > has_original_num_variables< / a > () const< / td > < / tr >
< tr class = "separator:a94215bc0c891e14164a539c42ee2b24f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:addc11a509acc184aee1dad11bb519cff" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#addc11a509acc184aee1dad11bb519cff" > clear_original_num_variables< / a > ()< / td > < / tr >
< tr class = "separator:addc11a509acc184aee1dad11bb519cff" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad49e9302ce4aed46a7fd250a0618f6a4" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::int32  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#ad49e9302ce4aed46a7fd250a0618f6a4" > original_num_variables< / a > () const< / td > < / tr >
< tr class = "separator:ad49e9302ce4aed46a7fd250a0618f6a4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a76e70b61e7d7ff843bc66c8a14f017a8" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a76e70b61e7d7ff843bc66c8a14f017a8" > set_original_num_variables< / a > (::PROTOBUF_NAMESPACE_ID::int32 value)< / td > < / tr >
< tr class = "separator:a76e70b61e7d7ff843bc66c8a14f017a8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a3093b30aa99ebf483676b451adbd5708" > < td class = "memItemLeft" align = "right" valign = "top" > static const ::PROTOBUF_NAMESPACE_ID::Descriptor *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a3093b30aa99ebf483676b451adbd5708" > descriptor< / a > ()< / td > < / tr >
< tr class = "separator:a3093b30aa99ebf483676b451adbd5708" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac3a0363ef4ac7055acd3971d5ccf835a" > < td class = "memItemLeft" align = "right" valign = "top" > static const ::PROTOBUF_NAMESPACE_ID::Descriptor *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#ac3a0363ef4ac7055acd3971d5ccf835a" > GetDescriptor< / a > ()< / td > < / tr >
< tr class = "separator:ac3a0363ef4ac7055acd3971d5ccf835a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1357c96fb88e28af1b115542dcc00a0c" > < td class = "memItemLeft" align = "right" valign = "top" > static const ::PROTOBUF_NAMESPACE_ID::Reflection *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a1357c96fb88e28af1b115542dcc00a0c" > GetReflection< / a > ()< / td > < / tr >
< tr class = "separator:a1357c96fb88e28af1b115542dcc00a0c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c2778fd2d789db76f80a0e495cf08da" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a1c2778fd2d789db76f80a0e495cf08da" > default_instance< / a > ()< / td > < / tr >
< tr class = "separator:a1c2778fd2d789db76f80a0e495cf08da" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a05cb7c52e2ce1eea2689c26385612b33" > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a05cb7c52e2ce1eea2689c26385612b33" > InitAsDefaultInstance< / a > ()< / td > < / tr >
< tr class = "separator:a05cb7c52e2ce1eea2689c26385612b33" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a72a05e543a5e5eea7158bc380b63aecc" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a72a05e543a5e5eea7158bc380b63aecc" > internal_default_instance< / a > ()< / td > < / tr >
< tr class = "separator:a72a05e543a5e5eea7158bc380b63aecc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-attribs" > < / a >
Static Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a8473d52a88ddd9d90e879d1716586bee" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html#a8473d52a88ddd9d90e879d1716586bee" > kIndexInFileMessages< / a > < / td > < / tr >
< tr class = "separator:a8473d52a88ddd9d90e879d1716586bee" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Enumeration Documentation< / h2 >
< a id = "aef0c5fad27afdf5cd974a7ecfad5eeca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aef0c5fad27afdf5cd974a7ecfad5eeca" > ◆ < / a > < / span > anonymous enum< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > anonymous enum : int< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "aef0c5fad27afdf5cd974a7ecfad5eecaa050579d52aac4e2f07577d14bd3d2bbb" > < / a > kConstraintsFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "aef0c5fad27afdf5cd974a7ecfad5eecaaf917d3b59a1dc3299c62556f21935803" > < / a > kVarNamesFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "aef0c5fad27afdf5cd974a7ecfad5eecaa80457de4fce1c9a997439550fe89d4c5" > < / a > kNameFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "aef0c5fad27afdf5cd974a7ecfad5eecaa4cecad1e4b6ddb4b2595b03f36c824a0" > < / a > kObjectiveFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "aef0c5fad27afdf5cd974a7ecfad5eecaa6bea80a5b2e55229e3dc7ffca8b73af5" > < / a > kAssignmentFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "aef0c5fad27afdf5cd974a7ecfad5eecaa6ab890660219e8ad45a709993b5a8b6a" > < / a > kNumVariablesFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "aef0c5fad27afdf5cd974a7ecfad5eecaadd0354bdd412b46b6616655a6121250d" > < / a > kOriginalNumVariablesFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< / table >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00770" > 770< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a205067c8a0b7e779bb38ba42b8d2c043" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a205067c8a0b7e779bb38ba42b8d2c043" > ◆ < / a > < / span > LinearBooleanProblem() < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a5622629622ba0ac120e5225a4ea2cae3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5622629622ba0ac120e5225a4ea2cae3" > ◆ < / a > < / span > ~LinearBooleanProblem()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual ~< a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a229fc15d288dbbc254a90a2b394d826a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a229fc15d288dbbc254a90a2b394d826a" > ◆ < / a > < / span > LinearBooleanProblem() < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a011ed6f66a5f59bb11ba4650e322c74a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a011ed6f66a5f59bb11ba4650e322c74a" > ◆ < / a > < / span > LinearBooleanProblem() < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > noexcept< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00665" > 665< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a454c67b85b98fe47e87043230d799c2a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a454c67b85b98fe47e87043230d799c2a" > ◆ < / a > < / span > _InternalParse()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const char* _InternalParse < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > ptr< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  < / td >
< td class = "paramname" > < em > ctx< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a441b119e474a1202488ec26fa6eed236" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a441b119e474a1202488ec26fa6eed236" > ◆ < / a > < / span > _InternalSerialize()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize < / td >
< td > (< / td >
< td class = "paramtype" > ::PROTOBUF_NAMESPACE_ID::uint8 *  < / td >
< td class = "paramname" > < em > target< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  < / td >
< td class = "paramname" > < em > stream< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aabf80eec4051f3d025b07e57c30e25e7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aabf80eec4051f3d025b07e57c30e25e7" > ◆ < / a > < / span > add_constraints()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > * add_constraints < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01482" > 1482< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aab21a516e3dd1fd8618bad2121dbce43" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab21a516e3dd1fd8618bad2121dbce43" > ◆ < / a > < / span > add_var_names() < span class = "overload" > [1/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string * add_var_names < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01562" > 1562< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aef8e4b9596e2a9cba3aa8a9968e3ea67" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aef8e4b9596e2a9cba3aa8a9968e3ea67" > ◆ < / a > < / span > add_var_names() < span class = "overload" > [2/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void add_var_names < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01606" > 1606< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a53fbd6f7085874a3dea0843fd35df564" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a53fbd6f7085874a3dea0843fd35df564" > ◆ < / a > < / span > add_var_names() < span class = "overload" > [3/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void add_var_names < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > value< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > size_t  < / td >
< td class = "paramname" > < em > size< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01611" > 1611< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a98e6e25f5da925acb7a5d874759a12c6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a98e6e25f5da925acb7a5d874759a12c6" > ◆ < / a > < / span > add_var_names() < span class = "overload" > [4/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void add_var_names < / td >
< td > (< / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01598" > 1598< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a472f43104298454afcfda233086e26bb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a472f43104298454afcfda233086e26bb" > ◆ < / a > < / span > add_var_names() < span class = "overload" > [5/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void add_var_names < / td >
< td > (< / td >
< td class = "paramtype" > std::string & &   < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01602" > 1602< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a4b63a7c285bc674fcae27261589382e2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4b63a7c285bc674fcae27261589382e2" > ◆ < / a > < / span > assignment()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::< a class = "el" href = "classoperations__research_1_1BooleanAssignment.html" > operations_research::BooleanAssignment< / a > & assignment < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01644" > 1644< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "af1033c8579625eedc97d25696eeca0b1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af1033c8579625eedc97d25696eeca0b1" > ◆ < / a > < / span > ByteSizeLong()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > size_t ByteSizeLong < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1e436b607da362266ed7e00d18cd6ac7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1e436b607da362266ed7e00d18cd6ac7" > ◆ < / a > < / span > Clear()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ac74ccc0766e571919f47e66c9bc4a98e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac74ccc0766e571919f47e66c9bc4a98e" > ◆ < / a > < / span > clear_assignment()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_assignment < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01635" > 1635< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a638ebfa975d8dc9f1da7611384c62ecd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a638ebfa975d8dc9f1da7611384c62ecd" > ◆ < / a > < / span > clear_constraints()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_constraints < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01460" > 1460< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a458dd99a041a02e37d5b249201b18050" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a458dd99a041a02e37d5b249201b18050" > ◆ < / a > < / span > clear_name()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_name < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01362" > 1362< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ad6517d79296bf6a44c284c32f104ffe6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad6517d79296bf6a44c284c32f104ffe6" > ◆ < / a > < / span > clear_num_variables()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_num_variables < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01433" > 1433< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ad97af219ab4d62c806c052848a69dab3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad97af219ab4d62c806c052848a69dab3" > ◆ < / a > < / span > clear_objective()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_objective < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01501" > 1501< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "addc11a509acc184aee1dad11bb519cff" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#addc11a509acc184aee1dad11bb519cff" > ◆ < / a > < / span > clear_original_num_variables()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_original_num_variables < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01694" > 1694< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ac10895f5fea7aa28b7d68ae1a3d8d14d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac10895f5fea7aa28b7d68ae1a3d8d14d" > ◆ < / a > < / span > clear_var_names()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_var_names < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01559" > 1559< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a1fbdc9f084a05163930af008bbcf5af4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1fbdc9f084a05163930af008bbcf5af4" > ◆ < / a > < / span > constraints() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::< a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > > & constraints < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01487" > 1487< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "afd5f1c99af91f9f4e4c277cc42c695f0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afd5f1c99af91f9f4e4c277cc42c695f0" > ◆ < / a > < / span > constraints() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::< a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > & constraints < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01475" > 1475< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aeaf0da781ca9b370d96b7fbd3f74266a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeaf0da781ca9b370d96b7fbd3f74266a" > ◆ < / a > < / span > constraints_size()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int constraints_size < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01457" > 1457< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a8833e075ef8f8090c75efbe0ada224f7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8833e075ef8f8090c75efbe0ada224f7" > ◆ < / a > < / span > CopyFrom() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void CopyFrom < / td >
< td > (< / td >
< td class = "paramtype" > const ::PROTOBUF_NAMESPACE_ID::Message &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a737fe5e98e0e91eed8741b9ed9a341ab" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a737fe5e98e0e91eed8741b9ed9a341ab" > ◆ < / a > < / span > CopyFrom() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void CopyFrom < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1c2778fd2d789db76f80a0e495cf08da" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1c2778fd2d789db76f80a0e495cf08da" > ◆ < / a > < / span > default_instance()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & default_instance < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a3093b30aa99ebf483676b451adbd5708" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3093b30aa99ebf483676b451adbd5708" > ◆ < / a > < / span > descriptor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00690" > 690< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a2c971b2a10d6aa68bf5fa0a7d4200ae6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2c971b2a10d6aa68bf5fa0a7d4200ae6" > ◆ < / a > < / span > GetCachedSize()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int GetCachedSize < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00737" > 737< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ac3a0363ef4ac7055acd3971d5ccf835a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac3a0363ef4ac7055acd3971d5ccf835a" > ◆ < / a > < / span > GetDescriptor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00693" > 693< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "abee10a388b53df255f15fbec07e1ac80" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abee10a388b53df255f15fbec07e1ac80" > ◆ < / a > < / span > GetMetadata()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1357c96fb88e28af1b115542dcc00a0c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1357c96fb88e28af1b115542dcc00a0c" > ◆ < / a > < / span > GetReflection()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00696" > 696< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a255a734745a4de3ad2e9eb04314ee815" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a255a734745a4de3ad2e9eb04314ee815" > ◆ < / a > < / span > has_assignment()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_assignment < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01632" > 1632< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a80be0b0a1ea9deb6dc5e40a81ceb2af8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a80be0b0a1ea9deb6dc5e40a81ceb2af8" > ◆ < / a > < / span > has_name()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_name < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01359" > 1359< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "adf17ff5b3196493b04639ae417142488" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adf17ff5b3196493b04639ae417142488" > ◆ < / a > < / span > has_num_variables()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_num_variables < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01430" > 1430< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a777a6e330a22a8889389cb9b9c9f12d6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a777a6e330a22a8889389cb9b9c9f12d6" > ◆ < / a > < / span > has_objective()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_objective < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01498" > 1498< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a94215bc0c891e14164a539c42ee2b24f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a94215bc0c891e14164a539c42ee2b24f" > ◆ < / a > < / span > has_original_num_variables()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_original_num_variables < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01691" > 1691< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a05cb7c52e2ce1eea2689c26385612b33" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a05cb7c52e2ce1eea2689c26385612b33" > ◆ < / a > < / span > InitAsDefaultInstance()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static void InitAsDefaultInstance < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a72a05e543a5e5eea7158bc380b63aecc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a72a05e543a5e5eea7158bc380b63aecc" > ◆ < / a > < / span > internal_default_instance()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > * internal_default_instance < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00702" > 702< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a83794439b5a81a507b67b07f09d4f048" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a83794439b5a81a507b67b07f09d4f048" > ◆ < / a > < / span > IsInitialized()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool IsInitialized < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a4422e344178071198054eff604eea3d2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4422e344178071198054eff604eea3d2" > ◆ < / a > < / span > MergeFrom() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void MergeFrom < / td >
< td > (< / td >
< td class = "paramtype" > const ::PROTOBUF_NAMESPACE_ID::Message &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a69885230b9f8de0b61117e6bcc86d9ec" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a69885230b9f8de0b61117e6bcc86d9ec" > ◆ < / a > < / span > MergeFrom() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > void MergeFrom < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a4aa0659295fce8fea58548c3a42c522b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4aa0659295fce8fea58548c3a42c522b" > ◆ < / a > < / span > mutable_assignment()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1BooleanAssignment.html" > operations_research::BooleanAssignment< / a > * mutable_assignment < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01663" > 1663< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a005a861546a036cf3339479a1e1b3b46" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a005a861546a036cf3339479a1e1b3b46" > ◆ < / a > < / span > mutable_constraints() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::< a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > > * mutable_constraints < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01468" > 1468< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "af55782e9f3e706ef5492f93ac71c4328" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af55782e9f3e706ef5492f93ac71c4328" > ◆ < / a > < / span > mutable_constraints() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearBooleanConstraint.html" > operations_research::LinearBooleanConstraint< / a > * mutable_constraints < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01463" > 1463< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ace44da4c185dad99876bf01c7ea74c07" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ace44da4c185dad99876bf01c7ea74c07" > ◆ < / a > < / span > mutable_name()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string * mutable_name < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01374" > 1374< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a6d1f51debaaeced016f838bd7dfdad07" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6d1f51debaaeced016f838bd7dfdad07" > ◆ < / a > < / span > mutable_objective()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearObjective.html" > operations_research::LinearObjective< / a > * mutable_objective < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01529" > 1529< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aab6ceb76142ab4957ab265e4a5ca7ec2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab6ceb76142ab4957ab265e4a5ca7ec2" > ◆ < / a > < / span > mutable_unknown_fields()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00686" > 686< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aa7c941c7cde0c1463f40f7359e662368" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7c941c7cde0c1463f40f7359e662368" > ◆ < / a > < / span > mutable_var_names() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_var_names < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01621" > 1621< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a21a5c856dce893e9e0f430aab3b09628" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a21a5c856dce893e9e0f430aab3b09628" > ◆ < / a > < / span > mutable_var_names() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string * mutable_var_names < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01573" > 1573< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a24dcbf29c0d6cd766009a182a6484e3b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a24dcbf29c0d6cd766009a182a6484e3b" > ◆ < / a > < / span > name()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const std::string & name < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01366" > 1366< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a52150a1428815b024e896c3b6d4abb6c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a52150a1428815b024e896c3b6d4abb6c" > ◆ < / a > < / span > New() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > * New < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00719" > 719< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aab6047772e589ffdcb50b23f5849b829" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab6047772e589ffdcb50b23f5849b829" > ◆ < / a > < / span > New() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > * New < / td >
< td > (< / td >
< td class = "paramtype" > ::PROTOBUF_NAMESPACE_ID::Arena *  < / td >
< td class = "paramname" > < em > arena< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > final< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00723" > 723< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aad5531f45ca462be2f1b7ee7a5cb1372" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aad5531f45ca462be2f1b7ee7a5cb1372" > ◆ < / a > < / span > num_variables()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_NAMESPACE_ID::int32 num_variables < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01440" > 1440< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a710de914963fd3d5d5a9a49ee7135a35" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a710de914963fd3d5d5a9a49ee7135a35" > ◆ < / a > < / span > objective()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::< a class = "el" href = "classoperations__research_1_1LinearObjective.html" > operations_research::LinearObjective< / a > & objective < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01510" > 1510< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aac3a701978ef8ad441ec19876e2fd7b4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aac3a701978ef8ad441ec19876e2fd7b4" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00670" > 670< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a33f80f4d89b2508860a523aa4962bbb6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a33f80f4d89b2508860a523aa4962bbb6" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > & &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > noexcept< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00674" > 674< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ad49e9302ce4aed46a7fd250a0618f6a4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad49e9302ce4aed46a7fd250a0618f6a4" > ◆ < / a > < / span > original_num_variables()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > PROTOBUF_NAMESPACE_ID::int32 original_num_variables < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01701" > 1701< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "acda8eadb39522c94619748560718ce1d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acda8eadb39522c94619748560718ce1d" > ◆ < / a > < / span > release_assignment()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1BooleanAssignment.html" > operations_research::BooleanAssignment< / a > * release_assignment < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01648" > 1648< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a1f05c2a3a13ff3410d52ee3c33918e07" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1f05c2a3a13ff3410d52ee3c33918e07" > ◆ < / a > < / span > release_name()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string * release_name < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01407" > 1407< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a87a36cc3c2d8de362020ae62941138d5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a87a36cc3c2d8de362020ae62941138d5" > ◆ < / a > < / span > release_objective()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearObjective.html" > operations_research::LinearObjective< / a > * release_objective < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01514" > 1514< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a4c95a86e1a26f0e6a5a4dbebf209d3d8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4c95a86e1a26f0e6a5a4dbebf209d3d8" > ◆ < / a > < / span > set_allocated_assignment()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_allocated_assignment < / td >
< td > (< / td >
< td class = "paramtype" > ::< a class = "el" href = "classoperations__research_1_1BooleanAssignment.html" > operations_research::BooleanAssignment< / a > *  < / td >
< td class = "paramname" > < em > assignment< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01667" > 1667< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aebef205a40e296437d69fd2e4d3ef2be" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aebef205a40e296437d69fd2e4d3ef2be" > ◆ < / a > < / span > set_allocated_name()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_allocated_name < / td >
< td > (< / td >
< td class = "paramtype" > std::string *  < / td >
< td class = "paramname" > < em > name< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01415" > 1415< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a1b3df7e8d314954c7991e55dbf8e8eae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1b3df7e8d314954c7991e55dbf8e8eae" > ◆ < / a > < / span > set_allocated_objective()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_allocated_objective < / td >
< td > (< / td >
< td class = "paramtype" > ::< a class = "el" href = "classoperations__research_1_1LinearObjective.html" > operations_research::LinearObjective< / a > *  < / td >
< td class = "paramname" > < em > objective< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01533" > 1533< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "add4e8c58c167af070f4a0e8cc50082be" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#add4e8c58c167af070f4a0e8cc50082be" > ◆ < / a > < / span > set_name() < span class = "overload" > [1/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_name < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01391" > 1391< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a22f7c0b8646494fc16ef74301b10854c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a22f7c0b8646494fc16ef74301b10854c" > ◆ < / a > < / span > set_name() < span class = "overload" > [2/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_name < / td >
< td > (< / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > value< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > size_t  < / td >
< td class = "paramname" > < em > size< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01397" > 1397< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a336315ca9f7f163ce71f854c1d331abd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a336315ca9f7f163ce71f854c1d331abd" > ◆ < / a > < / span > set_name() < span class = "overload" > [3/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_name < / td >
< td > (< / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01370" > 1370< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "add5b7d967cabba1bda48616e027427a7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#add5b7d967cabba1bda48616e027427a7" > ◆ < / a > < / span > set_name() < span class = "overload" > [4/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_name < / td >
< td > (< / td >
< td class = "paramtype" > std::string & &   < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01385" > 1385< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a9c49f41aac27b985f50e0205c845a572" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9c49f41aac27b985f50e0205c845a572" > ◆ < / a > < / span > set_num_variables()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_num_variables < / td >
< td > (< / td >
< td class = "paramtype" > ::PROTOBUF_NAMESPACE_ID::int32  < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01448" > 1448< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a76e70b61e7d7ff843bc66c8a14f017a8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a76e70b61e7d7ff843bc66c8a14f017a8" > ◆ < / a > < / span > set_original_num_variables()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_original_num_variables < / td >
< td > (< / td >
< td class = "paramtype" > ::PROTOBUF_NAMESPACE_ID::int32  < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01709" > 1709< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a537175006911cf655529de85bb746b15" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a537175006911cf655529de85bb746b15" > ◆ < / a > < / span > set_var_names() < span class = "overload" > [1/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_var_names < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > value< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01585" > 1585< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a1524d8b5a4cd8c798ade23ec325c442b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1524d8b5a4cd8c798ade23ec325c442b" > ◆ < / a > < / span > set_var_names() < span class = "overload" > [2/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_var_names < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const char *  < / td >
< td class = "paramname" > < em > value< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > size_t  < / td >
< td class = "paramname" > < em > size< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01590" > 1590< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ae67fef07473581947996f2845ee2b56b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae67fef07473581947996f2845ee2b56b" > ◆ < / a > < / span > set_var_names() < span class = "overload" > [3/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_var_names < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > value< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01577" > 1577< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a12baa5cfeff59efb8d1e81e87ebb6e52" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a12baa5cfeff59efb8d1e81e87ebb6e52" > ◆ < / a > < / span > set_var_names() < span class = "overload" > [4/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_var_names < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > std::string & &   < / td >
< td class = "paramname" > < em > value< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01581" > 1581< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aab4625750c75f0bbd009d31b0c527af1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab4625750c75f0bbd009d31b0c527af1" > ◆ < / a > < / span > Swap()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void Swap < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1LinearBooleanProblem.html" > LinearBooleanProblem< / a > *  < / td >
< td class = "paramname" > < em > other< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00712" > 712< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "af661986d56e934195c0cc57b3e78f1ae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af661986d56e934195c0cc57b3e78f1ae" > ◆ < / a > < / span > unknown_fields()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00683" > 683< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a88fe42f617eb47955609b67a4cebb110" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a88fe42f617eb47955609b67a4cebb110" > ◆ < / a > < / span > var_names() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & var_names < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01616" > 1616< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ad142870eaf4c9ce09c346a4f51b5be60" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad142870eaf4c9ce09c346a4f51b5be60" > ◆ < / a > < / span > var_names() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const std::string & var_names < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > index< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01569" > 1569< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a7d71d78013f83bc05711ba8bf7a60eb2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7d71d78013f83bc05711ba8bf7a60eb2" > ◆ < / a > < / span > var_names_size()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int var_names_size < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l01556" > 1556< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a8473d52a88ddd9d90e879d1716586bee" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8473d52a88ddd9d90e879d1716586bee" > ◆ < / a > < / span > kIndexInFileMessages< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr int kIndexInFileMessages< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < span class = "mlabel" > constexpr< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > =< / div >
< div class = "line" > 3< / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "boolean__problem_8pb_8h_source.html#l00706" > 706< / a > of file < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "boolean__problem_8pb_8h_source.html" > boolean_problem.pb.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div >
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >