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: Linear solver< / 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_1MPConstraintProto.html" > MPConstraintProto< / 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_1MPConstraintProto-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > MPConstraintProto< / 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 = "linear__solver_8pb_8h_source.html#l00485" > 485< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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:a4029f33800c86a70c6257338ef75c3cd" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > : int { < br / >
    < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a4029f33800c86a70c6257338ef75c3cda8382e49d46e30fda5344784acb9601c2" > kVarIndexFieldNumber< / a > = 6,
< a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a4029f33800c86a70c6257338ef75c3cda386844560db0f02c2cfec7ff14c22418" > kCoefficientFieldNumber< / a > = 7,
< a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a4029f33800c86a70c6257338ef75c3cda80457de4fce1c9a997439550fe89d4c5" > kNameFieldNumber< / a > = 4,
< a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a4029f33800c86a70c6257338ef75c3cda93ecc93b7bde4a6dd25a96c379d75169" > kIsLazyFieldNumber< / a > = 5,
< br / >
    < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a4029f33800c86a70c6257338ef75c3cdaa955f7b33ce01bbab9bc09ecf41ce495" > kLowerBoundFieldNumber< / a > = 2,
< a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a4029f33800c86a70c6257338ef75c3cda10e39f2a2a5a1c87c00bfaf3c076f994" > kUpperBoundFieldNumber< / a > = 3
< br / >
}< / td > < / tr >
< tr class = "separator:a4029f33800c86a70c6257338ef75c3cd" > < 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:ad0d7e3a16a0047b13a525184033b3d11" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#ad0d7e3a16a0047b13a525184033b3d11" > MPConstraintProto< / a > ()< / td > < / tr >
< tr class = "separator:ad0d7e3a16a0047b13a525184033b3d11" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac242886e853448cb82a3bdef38502f34" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#ac242886e853448cb82a3bdef38502f34" > ~MPConstraintProto< / a > ()< / td > < / tr >
< tr class = "separator:ac242886e853448cb82a3bdef38502f34" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a57a87908b1f050411852ff83b0398b27" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a57a87908b1f050411852ff83b0398b27" > MPConstraintProto< / a > (const < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > & from)< / td > < / tr >
< tr class = "separator:a57a87908b1f050411852ff83b0398b27" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5d5e91d27324104fc13b9a9783c0f067" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a5d5e91d27324104fc13b9a9783c0f067" > MPConstraintProto< / a > (< a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > & & from) noexcept< / td > < / tr >
< tr class = "separator:a5d5e91d27324104fc13b9a9783c0f067" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a34b17d063b9033e56763173ed27f3b35" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a34b17d063b9033e56763173ed27f3b35" > operator=< / a > (const < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > & from)< / td > < / tr >
< tr class = "separator:a34b17d063b9033e56763173ed27f3b35" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1cd7827d1072f7480633ddc41ce3b319" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a1cd7827d1072f7480633ddc41ce3b319" > operator=< / a > (< a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > & & from) noexcept< / td > < / tr >
< tr class = "separator:a1cd7827d1072f7480633ddc41ce3b319" > < 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_1MPConstraintProto.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_1MPConstraintProto.html#aab6ceb76142ab4957ab265e4a5ca7ec2" > mutable_unknown_fields< / a > ()< / td > < / tr >
< tr class = "separator:aab6ceb76142ab4957ab265e4a5ca7ec2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a232b422431682783cd604a9f7fd0f0dc" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a232b422431682783cd604a9f7fd0f0dc" > Swap< / a > (< a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > *other)< / td > < / tr >
< tr class = "separator:a232b422431682783cd604a9f7fd0f0dc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac143bee0daabf3ff42efddfcad4fdd1c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#ac143bee0daabf3ff42efddfcad4fdd1c" > New< / a > () const final< / td > < / tr >
< tr class = "separator:ac143bee0daabf3ff42efddfcad4fdd1c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a36f85017c706a64437a14dea1cd74d6c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a36f85017c706a64437a14dea1cd74d6c" > New< / a > (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final< / td > < / tr >
< tr class = "separator:a36f85017c706a64437a14dea1cd74d6c" > < 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_1MPConstraintProto.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_1MPConstraintProto.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:a21121f924d68daf47dc931208627ad38" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a21121f924d68daf47dc931208627ad38" > CopyFrom< / a > (const < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > & from)< / td > < / tr >
< tr class = "separator:a21121f924d68daf47dc931208627ad38" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d4a9af2a95901364ec8b4b2e9c99c7c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a0d4a9af2a95901364ec8b4b2e9c99c7c" > MergeFrom< / a > (const < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > & from)< / td > < / tr >
< tr class = "separator:a0d4a9af2a95901364ec8b4b2e9c99c7c" > < 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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.html#abee10a388b53df255f15fbec07e1ac80" > GetMetadata< / a > () const final< / td > < / tr >
< tr class = "separator:abee10a388b53df255f15fbec07e1ac80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4dfd5e2229dc21c15a20bbfec7a7db1b" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a4dfd5e2229dc21c15a20bbfec7a7db1b" > var_index_size< / a > () const< / td > < / tr >
< tr class = "separator:a4dfd5e2229dc21c15a20bbfec7a7db1b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa6bc3466a788f6c475cfaeda5c94331c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#aa6bc3466a788f6c475cfaeda5c94331c" > clear_var_index< / a > ()< / td > < / tr >
< tr class = "separator:aa6bc3466a788f6c475cfaeda5c94331c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a422ccbcb51f6edc2f80ffe7cd7ccacb7" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::int32  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a422ccbcb51f6edc2f80ffe7cd7ccacb7" > var_index< / a > (int index) const< / td > < / tr >
< tr class = "separator:a422ccbcb51f6edc2f80ffe7cd7ccacb7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10977a5f3b2fc6188d8bf2f54954cacc" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a10977a5f3b2fc6188d8bf2f54954cacc" > set_var_index< / a > (int index, ::PROTOBUF_NAMESPACE_ID::int32 value)< / td > < / tr >
< tr class = "separator:a10977a5f3b2fc6188d8bf2f54954cacc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa38eaf33d95ea399d9b1fc7ee9c996fd" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#aa38eaf33d95ea399d9b1fc7ee9c996fd" > add_var_index< / a > (::PROTOBUF_NAMESPACE_ID::int32 value)< / td > < / tr >
< tr class = "separator:aa38eaf33d95ea399d9b1fc7ee9c996fd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1aaa945de57e0cd83fce73a9e0df18c7" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a1aaa945de57e0cd83fce73a9e0df18c7" > var_index< / a > () const< / td > < / tr >
< tr class = "separator:a1aaa945de57e0cd83fce73a9e0df18c7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a89122ccd7bcdacbd46ef43c03c7f202a" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a89122ccd7bcdacbd46ef43c03c7f202a" > mutable_var_index< / a > ()< / td > < / tr >
< tr class = "separator:a89122ccd7bcdacbd46ef43c03c7f202a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a527bd218e76af1c16a8580e6a0afbe94" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a527bd218e76af1c16a8580e6a0afbe94" > coefficient_size< / a > () const< / td > < / tr >
< tr class = "separator:a527bd218e76af1c16a8580e6a0afbe94" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a68a42d682e8573a243b892c72b2575a9" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a68a42d682e8573a243b892c72b2575a9" > clear_coefficient< / a > ()< / td > < / tr >
< tr class = "separator:a68a42d682e8573a243b892c72b2575a9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6d4f2226f8865f17756b31f8512ccfaf" > < td class = "memItemLeft" align = "right" valign = "top" > double  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a6d4f2226f8865f17756b31f8512ccfaf" > coefficient< / a > (int index) const< / td > < / tr >
< tr class = "separator:a6d4f2226f8865f17756b31f8512ccfaf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b3d4ef90fc7511169b2dc0f36937bb0" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a2b3d4ef90fc7511169b2dc0f36937bb0" > set_coefficient< / a > (int index, double value)< / td > < / tr >
< tr class = "separator:a2b3d4ef90fc7511169b2dc0f36937bb0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab6d1169646b89c2fb993c5b2e40eb925" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#ab6d1169646b89c2fb993c5b2e40eb925" > add_coefficient< / a > (double value)< / td > < / tr >
< tr class = "separator:ab6d1169646b89c2fb993c5b2e40eb925" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a635962c2d9daf4276cc694ece03bb8b3" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a635962c2d9daf4276cc694ece03bb8b3" > coefficient< / a > () const< / td > < / tr >
< tr class = "separator:a635962c2d9daf4276cc694ece03bb8b3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5fdea9d48a7ed6d613bced7db8f57fd6" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a5fdea9d48a7ed6d613bced7db8f57fd6" > mutable_coefficient< / a > ()< / td > < / tr >
< tr class = "separator:a5fdea9d48a7ed6d613bced7db8f57fd6" > < 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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.html#aebef205a40e296437d69fd2e4d3ef2be" > set_allocated_name< / a > (std::string *< a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a24dcbf29c0d6cd766009a182a6484e3b" > name< / a > )< / td > < / tr >
< tr class = "separator:aebef205a40e296437d69fd2e4d3ef2be" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9825f00cbc06bb6b0ceabeb718d5f108" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a9825f00cbc06bb6b0ceabeb718d5f108" > has_is_lazy< / a > () const< / td > < / tr >
< tr class = "separator:a9825f00cbc06bb6b0ceabeb718d5f108" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8ee05a5e97e4b5741975ec88d8ee7390" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a8ee05a5e97e4b5741975ec88d8ee7390" > clear_is_lazy< / a > ()< / td > < / tr >
< tr class = "separator:a8ee05a5e97e4b5741975ec88d8ee7390" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab0c809243bacbba99e083bddd16ebcaa" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#ab0c809243bacbba99e083bddd16ebcaa" > is_lazy< / a > () const< / td > < / tr >
< tr class = "separator:ab0c809243bacbba99e083bddd16ebcaa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0356775d8fcaf21f73416dbbea83c2a1" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a0356775d8fcaf21f73416dbbea83c2a1" > set_is_lazy< / a > (bool value)< / td > < / tr >
< tr class = "separator:a0356775d8fcaf21f73416dbbea83c2a1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afbd5ac237e1e9e43394094e99703ea69" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#afbd5ac237e1e9e43394094e99703ea69" > has_lower_bound< / a > () const< / td > < / tr >
< tr class = "separator:afbd5ac237e1e9e43394094e99703ea69" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf1d4d075084f1ee1369adfc5ac67d76" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#adf1d4d075084f1ee1369adfc5ac67d76" > clear_lower_bound< / a > ()< / td > < / tr >
< tr class = "separator:adf1d4d075084f1ee1369adfc5ac67d76" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9748ce3280b2d4c16a2cd38a480b9c7c" > < td class = "memItemLeft" align = "right" valign = "top" > double  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a9748ce3280b2d4c16a2cd38a480b9c7c" > lower_bound< / a > () const< / td > < / tr >
< tr class = "separator:a9748ce3280b2d4c16a2cd38a480b9c7c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a77bf5d8610054e5bd74cf0048bce5f25" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a77bf5d8610054e5bd74cf0048bce5f25" > set_lower_bound< / a > (double value)< / td > < / tr >
< tr class = "separator:a77bf5d8610054e5bd74cf0048bce5f25" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4f74a7e2b2f09549c373754a54e6b011" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a4f74a7e2b2f09549c373754a54e6b011" > has_upper_bound< / a > () const< / td > < / tr >
< tr class = "separator:a4f74a7e2b2f09549c373754a54e6b011" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae5c5344ca6ac45c916e8d18d3e1ada5d" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#ae5c5344ca6ac45c916e8d18d3e1ada5d" > clear_upper_bound< / a > ()< / td > < / tr >
< tr class = "separator:ae5c5344ca6ac45c916e8d18d3e1ada5d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5158072d27a176fc38524893183d6527" > < td class = "memItemLeft" align = "right" valign = "top" > double  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#a5158072d27a176fc38524893183d6527" > upper_bound< / a > () const< / td > < / tr >
< tr class = "separator:a5158072d27a176fc38524893183d6527" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac91622e1f864308bd349b37d5b1a9528" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#ac91622e1f864308bd349b37d5b1a9528" > set_upper_bound< / a > (double value)< / td > < / tr >
< tr class = "separator:ac91622e1f864308bd349b37d5b1a9528" > < 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_1MPConstraintProto.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_1MPConstraintProto.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_1MPConstraintProto.html#a1357c96fb88e28af1b115542dcc00a0c" > GetReflection< / a > ()< / td > < / tr >
< tr class = "separator:a1357c96fb88e28af1b115542dcc00a0c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab7f5b3b78b77771e8f8afb2bcf6f66ae" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#ab7f5b3b78b77771e8f8afb2bcf6f66ae" > default_instance< / a > ()< / td > < / tr >
< tr class = "separator:ab7f5b3b78b77771e8f8afb2bcf6f66ae" > < 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_1MPConstraintProto.html#a05cb7c52e2ce1eea2689c26385612b33" > InitAsDefaultInstance< / a > ()< / td > < / tr >
< tr class = "separator:a05cb7c52e2ce1eea2689c26385612b33" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae83e69baaf9a61ec45a67692ea440241" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html#ae83e69baaf9a61ec45a67692ea440241" > internal_default_instance< / a > ()< / td > < / tr >
< tr class = "separator:ae83e69baaf9a61ec45a67692ea440241" > < 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_1MPConstraintProto.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 = "a4029f33800c86a70c6257338ef75c3cd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4029f33800c86a70c6257338ef75c3cd" > ◆ < / 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 = "a4029f33800c86a70c6257338ef75c3cda8382e49d46e30fda5344784acb9601c2" > < / a > kVarIndexFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a4029f33800c86a70c6257338ef75c3cda386844560db0f02c2cfec7ff14c22418" > < / a > kCoefficientFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a4029f33800c86a70c6257338ef75c3cda80457de4fce1c9a997439550fe89d4c5" > < / a > kNameFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a4029f33800c86a70c6257338ef75c3cda93ecc93b7bde4a6dd25a96c379d75169" > < / a > kIsLazyFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a4029f33800c86a70c6257338ef75c3cdaa955f7b33ce01bbab9bc09ecf41ce495" > < / a > kLowerBoundFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a4029f33800c86a70c6257338ef75c3cda10e39f2a2a5a1c87c00bfaf3c076f994" > < / a > kUpperBoundFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< / table >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00597" > 597< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "ad0d7e3a16a0047b13a525184033b3d11" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad0d7e3a16a0047b13a525184033b3d11" > ◆ < / a > < / span > MPConstraintProto() < 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_1MPConstraintProto.html" > MPConstraintProto< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ac242886e853448cb82a3bdef38502f34" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac242886e853448cb82a3bdef38502f34" > ◆ < / a > < / span > ~MPConstraintProto()< / 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_1MPConstraintProto.html" > MPConstraintProto< / 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 = "a57a87908b1f050411852ff83b0398b27" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a57a87908b1f050411852ff83b0398b27" > ◆ < / a > < / span > MPConstraintProto() < 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_1MPConstraintProto.html" > MPConstraintProto< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a5d5e91d27324104fc13b9a9783c0f067" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5d5e91d27324104fc13b9a9783c0f067" > ◆ < / a > < / span > MPConstraintProto() < 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_1MPConstraintProto.html" > MPConstraintProto< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / 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 = "linear__solver_8pb_8h_source.html#l00492" > 492< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "ab6d1169646b89c2fb993c5b2e40eb925" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab6d1169646b89c2fb993c5b2e40eb925" > ◆ < / a > < / span > add_coefficient()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void add_coefficient < / td >
< td > (< / td >
< td class = "paramtype" > double  < / 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 = "linear__solver_8pb_8h_source.html#l04341" > 4341< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aa38eaf33d95ea399d9b1fc7ee9c996fd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa38eaf33d95ea399d9b1fc7ee9c996fd" > ◆ < / a > < / span > add_var_index()< / 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_index < / 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 = "linear__solver_8pb_8h_source.html#l04294" > 4294< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "a68a42d682e8573a243b892c72b2575a9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a68a42d682e8573a243b892c72b2575a9" > ◆ < / a > < / span > clear_coefficient()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_coefficient < / 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 = "linear__solver_8pb_8h_source.html#l04324" > 4324< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a8ee05a5e97e4b5741975ec88d8ee7390" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8ee05a5e97e4b5741975ec88d8ee7390" > ◆ < / a > < / span > clear_is_lazy()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_is_lazy < / 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 = "linear__solver_8pb_8h_source.html#l04499" > 4499< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "adf1d4d075084f1ee1369adfc5ac67d76" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adf1d4d075084f1ee1369adfc5ac67d76" > ◆ < / a > < / span > clear_lower_bound()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_lower_bound < / 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 = "linear__solver_8pb_8h_source.html#l04372" > 4372< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04428" > 4428< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ae5c5344ca6ac45c916e8d18d3e1ada5d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae5c5344ca6ac45c916e8d18d3e1ada5d" > ◆ < / a > < / span > clear_upper_bound()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_upper_bound < / 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 = "linear__solver_8pb_8h_source.html#l04400" > 4400< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aa6bc3466a788f6c475cfaeda5c94331c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa6bc3466a788f6c475cfaeda5c94331c" > ◆ < / a > < / span > clear_var_index()< / 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_index < / 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 = "linear__solver_8pb_8h_source.html#l04277" > 4277< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a635962c2d9daf4276cc694ece03bb8b3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a635962c2d9daf4276cc694ece03bb8b3" > ◆ < / a > < / span > coefficient() < 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::RepeatedField< double > & coefficient < / 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 = "linear__solver_8pb_8h_source.html#l04350" > 4350< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a6d4f2226f8865f17756b31f8512ccfaf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6d4f2226f8865f17756b31f8512ccfaf" > ◆ < / a > < / span > coefficient() < 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" > double coefficient < / 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 = "linear__solver_8pb_8h_source.html#l04330" > 4330< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a527bd218e76af1c16a8580e6a0afbe94" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a527bd218e76af1c16a8580e6a0afbe94" > ◆ < / a > < / span > coefficient_size()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > int coefficient_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 = "linear__solver_8pb_8h_source.html#l04321" > 4321< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "a21121f924d68daf47dc931208627ad38" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a21121f924d68daf47dc931208627ad38" > ◆ < / 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_1MPConstraintProto.html" > MPConstraintProto< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab7f5b3b78b77771e8f8afb2bcf6f66ae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab7f5b3b78b77771e8f8afb2bcf6f66ae" > ◆ < / 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_1MPConstraintProto.html" > MPConstraintProto< / 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 = "linear__solver_8pb_8h_source.html#l00517" > 517< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l00564" > 564< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l00520" > 520< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l00523" > 523< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a9825f00cbc06bb6b0ceabeb718d5f108" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9825f00cbc06bb6b0ceabeb718d5f108" > ◆ < / a > < / span > has_is_lazy()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_is_lazy < / 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 = "linear__solver_8pb_8h_source.html#l04496" > 4496< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "afbd5ac237e1e9e43394094e99703ea69" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afbd5ac237e1e9e43394094e99703ea69" > ◆ < / a > < / span > has_lower_bound()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_lower_bound < / 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 = "linear__solver_8pb_8h_source.html#l04369" > 4369< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04425" > 4425< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a4f74a7e2b2f09549c373754a54e6b011" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4f74a7e2b2f09549c373754a54e6b011" > ◆ < / a > < / span > has_upper_bound()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_upper_bound < / 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 = "linear__solver_8pb_8h_source.html#l04397" > 4397< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "ae83e69baaf9a61ec45a67692ea440241" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae83e69baaf9a61ec45a67692ea440241" > ◆ < / 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_1MPConstraintProto.html" > MPConstraintProto< / 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 = "linear__solver_8pb_8h_source.html#l00529" > 529< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ab0c809243bacbba99e083bddd16ebcaa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab0c809243bacbba99e083bddd16ebcaa" > ◆ < / a > < / span > is_lazy()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool is_lazy < / 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 = "linear__solver_8pb_8h_source.html#l04506" > 4506< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "a9748ce3280b2d4c16a2cd38a480b9c7c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9748ce3280b2d4c16a2cd38a480b9c7c" > ◆ < / a > < / span > lower_bound()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > double lower_bound < / 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 = "linear__solver_8pb_8h_source.html#l04379" > 4379< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / 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 = "a0d4a9af2a95901364ec8b4b2e9c99c7c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d4a9af2a95901364ec8b4b2e9c99c7c" > ◆ < / 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_1MPConstraintProto.html" > MPConstraintProto< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a5fdea9d48a7ed6d613bced7db8f57fd6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5fdea9d48a7ed6d613bced7db8f57fd6" > ◆ < / a > < / span > mutable_coefficient()< / 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::RepeatedField< double > * mutable_coefficient < / 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 = "linear__solver_8pb_8h_source.html#l04359" > 4359< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04440" > 4440< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l00513" > 513< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a89122ccd7bcdacbd46ef43c03c7f202a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a89122ccd7bcdacbd46ef43c03c7f202a" > ◆ < / a > < / span > mutable_var_index()< / 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::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * mutable_var_index < / 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 = "linear__solver_8pb_8h_source.html#l04312" > 4312< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04432" > 4432< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ac143bee0daabf3ff42efddfcad4fdd1c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac143bee0daabf3ff42efddfcad4fdd1c" > ◆ < / 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_1MPConstraintProto.html" > MPConstraintProto< / 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 = "linear__solver_8pb_8h_source.html#l00546" > 546< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a36f85017c706a64437a14dea1cd74d6c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a36f85017c706a64437a14dea1cd74d6c" > ◆ < / 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_1MPConstraintProto.html" > MPConstraintProto< / 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 = "linear__solver_8pb_8h_source.html#l00550" > 550< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a34b17d063b9033e56763173ed27f3b35" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a34b17d063b9033e56763173ed27f3b35" > ◆ < / 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_1MPConstraintProto.html" > MPConstraintProto< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / 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 = "linear__solver_8pb_8h_source.html#l00497" > 497< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a1cd7827d1072f7480633ddc41ce3b319" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1cd7827d1072f7480633ddc41ce3b319" > ◆ < / 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_1MPConstraintProto.html" > MPConstraintProto< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / 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 = "linear__solver_8pb_8h_source.html#l00501" > 501< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04473" > 4473< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04481" > 4481< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a2b3d4ef90fc7511169b2dc0f36937bb0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b3d4ef90fc7511169b2dc0f36937bb0" > ◆ < / a > < / span > set_coefficient()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_coefficient < / 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" > double  < / 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 = "linear__solver_8pb_8h_source.html#l04334" > 4334< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a0356775d8fcaf21f73416dbbea83c2a1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0356775d8fcaf21f73416dbbea83c2a1" > ◆ < / a > < / span > set_is_lazy()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_is_lazy < / td >
< td > (< / td >
< td class = "paramtype" > bool  < / 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 = "linear__solver_8pb_8h_source.html#l04514" > 4514< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a77bf5d8610054e5bd74cf0048bce5f25" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a77bf5d8610054e5bd74cf0048bce5f25" > ◆ < / a > < / span > set_lower_bound()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_lower_bound < / td >
< td > (< / td >
< td class = "paramtype" > double  < / 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 = "linear__solver_8pb_8h_source.html#l04387" > 4387< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04457" > 4457< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04463" > 4463< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04436" > 4436< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l04451" > 4451< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ac91622e1f864308bd349b37d5b1a9528" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac91622e1f864308bd349b37d5b1a9528" > ◆ < / a > < / span > set_upper_bound()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_upper_bound < / td >
< td > (< / td >
< td class = "paramtype" > double  < / 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 = "linear__solver_8pb_8h_source.html#l04415" > 4415< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a10977a5f3b2fc6188d8bf2f54954cacc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a10977a5f3b2fc6188d8bf2f54954cacc" > ◆ < / a > < / span > set_var_index()< / 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_index < / 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" > ::PROTOBUF_NAMESPACE_ID::int32  < / 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 = "linear__solver_8pb_8h_source.html#l04287" > 4287< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a232b422431682783cd604a9f7fd0f0dc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a232b422431682783cd604a9f7fd0f0dc" > ◆ < / 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_1MPConstraintProto.html" > MPConstraintProto< / 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 = "linear__solver_8pb_8h_source.html#l00539" > 539< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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 = "linear__solver_8pb_8h_source.html#l00510" > 510< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a5158072d27a176fc38524893183d6527" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5158072d27a176fc38524893183d6527" > ◆ < / a > < / span > upper_bound()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > double upper_bound < / 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 = "linear__solver_8pb_8h_source.html#l04407" > 4407< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a1aaa945de57e0cd83fce73a9e0df18c7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1aaa945de57e0cd83fce73a9e0df18c7" > ◆ < / a > < / span > var_index() < 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::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & var_index < / 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 = "linear__solver_8pb_8h_source.html#l04303" > 4303< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a422ccbcb51f6edc2f80ffe7cd7ccacb7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a422ccbcb51f6edc2f80ffe7cd7ccacb7" > ◆ < / a > < / span > var_index() < 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" > PROTOBUF_NAMESPACE_ID::int32 var_index < / 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 = "linear__solver_8pb_8h_source.html#l04283" > 4283< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a4dfd5e2229dc21c15a20bbfec7a7db1b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4dfd5e2229dc21c15a20bbfec7a7db1b" > ◆ < / a > < / span > var_index_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_index_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 = "linear__solver_8pb_8h_source.html#l04274" > 4274< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.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" > 1< / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00533" > 533< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div >
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >