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_1MPVariableProto.html" > MPVariableProto< / 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_1MPVariableProto-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > MPVariableProto< / 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#l00263" > 263< / 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:a227c705f12e74b62d986a994aec4813b" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > : int { < br / >
    < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a227c705f12e74b62d986a994aec4813ba80457de4fce1c9a997439550fe89d4c5" > kNameFieldNumber< / a > = 5,
< a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a227c705f12e74b62d986a994aec4813ba2b4dc8bc8989dae68ba4179186698003" > kObjectiveCoefficientFieldNumber< / a > = 3,
< a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a227c705f12e74b62d986a994aec4813baedbf32e2eab6513d811eed74701fe937" > kIsIntegerFieldNumber< / a > = 4,
< a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a227c705f12e74b62d986a994aec4813baed392816b1e1d889219dad7abdd2f348" > kBranchingPriorityFieldNumber< / a > = 6,
< br / >
    < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a227c705f12e74b62d986a994aec4813baa955f7b33ce01bbab9bc09ecf41ce495" > kLowerBoundFieldNumber< / a > = 1,
< a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a227c705f12e74b62d986a994aec4813ba10e39f2a2a5a1c87c00bfaf3c076f994" > kUpperBoundFieldNumber< / a > = 2
< br / >
}< / td > < / tr >
< tr class = "separator:a227c705f12e74b62d986a994aec4813b" > < 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:a9ad39d70624c0f3ef2959adc4a71618e" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a9ad39d70624c0f3ef2959adc4a71618e" > MPVariableProto< / a > ()< / td > < / tr >
< tr class = "separator:a9ad39d70624c0f3ef2959adc4a71618e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae42113c740f79d4e36aae8cdad42b5a0" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#ae42113c740f79d4e36aae8cdad42b5a0" > ~MPVariableProto< / a > ()< / td > < / tr >
< tr class = "separator:ae42113c740f79d4e36aae8cdad42b5a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa4a10c6482e0dbc8fea94de3d8dcdb40" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#aa4a10c6482e0dbc8fea94de3d8dcdb40" > MPVariableProto< / a > (const < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > & from)< / td > < / tr >
< tr class = "separator:aa4a10c6482e0dbc8fea94de3d8dcdb40" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6bfc26fd02ca99df569737b7a70faa6c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a6bfc26fd02ca99df569737b7a70faa6c" > MPVariableProto< / a > (< a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > & & from) noexcept< / td > < / tr >
< tr class = "separator:a6bfc26fd02ca99df569737b7a70faa6c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9f88298f7a633666cb0cd906790e5ba2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a9f88298f7a633666cb0cd906790e5ba2" > operator=< / a > (const < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > & from)< / td > < / tr >
< tr class = "separator:a9f88298f7a633666cb0cd906790e5ba2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a41c07cc3c33e71e7e398287b05955edf" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a41c07cc3c33e71e7e398287b05955edf" > operator=< / a > (< a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > & & from) noexcept< / td > < / tr >
< tr class = "separator:a41c07cc3c33e71e7e398287b05955edf" > < 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_1MPVariableProto.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_1MPVariableProto.html#aab6ceb76142ab4957ab265e4a5ca7ec2" > mutable_unknown_fields< / a > ()< / td > < / tr >
< tr class = "separator:aab6ceb76142ab4957ab265e4a5ca7ec2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4b437899f8d3ddbc417c9a354689f46e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a4b437899f8d3ddbc417c9a354689f46e" > Swap< / a > (< a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > *other)< / td > < / tr >
< tr class = "separator:a4b437899f8d3ddbc417c9a354689f46e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e430aa0a5c0b11277af2ff1dda81a05" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a6e430aa0a5c0b11277af2ff1dda81a05" > New< / a > () const final< / td > < / tr >
< tr class = "separator:a6e430aa0a5c0b11277af2ff1dda81a05" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa2ef249e979fda650a63c6a9e4548ffc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#aa2ef249e979fda650a63c6a9e4548ffc" > New< / a > (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final< / td > < / tr >
< tr class = "separator:aa2ef249e979fda650a63c6a9e4548ffc" > < 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_1MPVariableProto.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_1MPVariableProto.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:a09bfd61654e1657c2fa7beed61efe888" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a09bfd61654e1657c2fa7beed61efe888" > CopyFrom< / a > (const < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > & from)< / td > < / tr >
< tr class = "separator:a09bfd61654e1657c2fa7beed61efe888" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a75a0ee98964f15054964c539ea1c2bd4" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a75a0ee98964f15054964c539ea1c2bd4" > MergeFrom< / a > (const < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > & from)< / td > < / tr >
< tr class = "separator:a75a0ee98964f15054964c539ea1c2bd4" > < 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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.html#abee10a388b53df255f15fbec07e1ac80" > GetMetadata< / a > () const final< / td > < / tr >
< tr class = "separator:abee10a388b53df255f15fbec07e1ac80" > < 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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.html#aebef205a40e296437d69fd2e4d3ef2be" > set_allocated_name< / a > (std::string *< a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a24dcbf29c0d6cd766009a182a6484e3b" > name< / a > )< / td > < / tr >
< tr class = "separator:aebef205a40e296437d69fd2e4d3ef2be" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0f3ccde7a651a8e2994fd7fb84d67ca6" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a0f3ccde7a651a8e2994fd7fb84d67ca6" > has_objective_coefficient< / a > () const< / td > < / tr >
< tr class = "separator:a0f3ccde7a651a8e2994fd7fb84d67ca6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a30b2469fd5923be364e9513b554c3140" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a30b2469fd5923be364e9513b554c3140" > clear_objective_coefficient< / a > ()< / td > < / tr >
< tr class = "separator:a30b2469fd5923be364e9513b554c3140" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a45d214423bb4cd180eff038c9efcf638" > < td class = "memItemLeft" align = "right" valign = "top" > double  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a45d214423bb4cd180eff038c9efcf638" > objective_coefficient< / a > () const< / td > < / tr >
< tr class = "separator:a45d214423bb4cd180eff038c9efcf638" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4b8844c0490b3c525060762f8bc11a8c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a4b8844c0490b3c525060762f8bc11a8c" > set_objective_coefficient< / a > (double value)< / td > < / tr >
< tr class = "separator:a4b8844c0490b3c525060762f8bc11a8c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acfec95a1b4c47cad60f87bb9069bae14" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#acfec95a1b4c47cad60f87bb9069bae14" > has_is_integer< / a > () const< / td > < / tr >
< tr class = "separator:acfec95a1b4c47cad60f87bb9069bae14" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4d3de269c10fb52890f81477d3419903" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a4d3de269c10fb52890f81477d3419903" > clear_is_integer< / a > ()< / td > < / tr >
< tr class = "separator:a4d3de269c10fb52890f81477d3419903" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a90a6759a08c3d72c4193a0a75aa581bc" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a90a6759a08c3d72c4193a0a75aa581bc" > is_integer< / a > () const< / td > < / tr >
< tr class = "separator:a90a6759a08c3d72c4193a0a75aa581bc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a03ba55fe410af563250a79463d9eb7c6" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a03ba55fe410af563250a79463d9eb7c6" > set_is_integer< / a > (bool value)< / td > < / tr >
< tr class = "separator:a03ba55fe410af563250a79463d9eb7c6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae389580ea126821f662d6da098140d48" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#ae389580ea126821f662d6da098140d48" > has_branching_priority< / a > () const< / td > < / tr >
< tr class = "separator:ae389580ea126821f662d6da098140d48" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae19426a2f55ba1e422387a25f2c30fdd" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#ae19426a2f55ba1e422387a25f2c30fdd" > clear_branching_priority< / a > ()< / td > < / tr >
< tr class = "separator:ae19426a2f55ba1e422387a25f2c30fdd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a55da23e7843f1145895cbe65020bebc0" > < td class = "memItemLeft" align = "right" valign = "top" > ::PROTOBUF_NAMESPACE_ID::int32  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a55da23e7843f1145895cbe65020bebc0" > branching_priority< / a > () const< / td > < / tr >
< tr class = "separator:a55da23e7843f1145895cbe65020bebc0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa8748c1124903ba95a5d8a0b0047755c" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#aa8748c1124903ba95a5d8a0b0047755c" > set_branching_priority< / a > (::PROTOBUF_NAMESPACE_ID::int32 value)< / td > < / tr >
< tr class = "separator:aa8748c1124903ba95a5d8a0b0047755c" > < 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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.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_1MPVariableProto.html#a1357c96fb88e28af1b115542dcc00a0c" > GetReflection< / a > ()< / td > < / tr >
< tr class = "separator:a1357c96fb88e28af1b115542dcc00a0c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acd7a1b2fc253a840c55a36879d70aedf" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#acd7a1b2fc253a840c55a36879d70aedf" > default_instance< / a > ()< / td > < / tr >
< tr class = "separator:acd7a1b2fc253a840c55a36879d70aedf" > < 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_1MPVariableProto.html#a05cb7c52e2ce1eea2689c26385612b33" > InitAsDefaultInstance< / a > ()< / td > < / tr >
< tr class = "separator:a05cb7c52e2ce1eea2689c26385612b33" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8b43e02eb3df8172f26417547c0dd200" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html#a8b43e02eb3df8172f26417547c0dd200" > internal_default_instance< / a > ()< / td > < / tr >
< tr class = "separator:a8b43e02eb3df8172f26417547c0dd200" > < 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_1MPVariableProto.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 = "a227c705f12e74b62d986a994aec4813b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a227c705f12e74b62d986a994aec4813b" > ◆ < / 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 = "a227c705f12e74b62d986a994aec4813ba80457de4fce1c9a997439550fe89d4c5" > < / a > kNameFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a227c705f12e74b62d986a994aec4813ba2b4dc8bc8989dae68ba4179186698003" > < / a > kObjectiveCoefficientFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a227c705f12e74b62d986a994aec4813baedbf32e2eab6513d811eed74701fe937" > < / a > kIsIntegerFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a227c705f12e74b62d986a994aec4813baed392816b1e1d889219dad7abdd2f348" > < / a > kBranchingPriorityFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a227c705f12e74b62d986a994aec4813baa955f7b33ce01bbab9bc09ecf41ce495" > < / a > kLowerBoundFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a227c705f12e74b62d986a994aec4813ba10e39f2a2a5a1c87c00bfaf3c076f994" > < / 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#l00375" > 375< / 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 = "a9ad39d70624c0f3ef2959adc4a71618e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9ad39d70624c0f3ef2959adc4a71618e" > ◆ < / a > < / span > MPVariableProto() < 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_1MPVariableProto.html" > MPVariableProto< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ae42113c740f79d4e36aae8cdad42b5a0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae42113c740f79d4e36aae8cdad42b5a0" > ◆ < / a > < / span > ~MPVariableProto()< / 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_1MPVariableProto.html" > MPVariableProto< / 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 = "aa4a10c6482e0dbc8fea94de3d8dcdb40" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa4a10c6482e0dbc8fea94de3d8dcdb40" > ◆ < / a > < / span > MPVariableProto() < 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_1MPVariableProto.html" > MPVariableProto< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a6bfc26fd02ca99df569737b7a70faa6c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6bfc26fd02ca99df569737b7a70faa6c" > ◆ < / a > < / span > MPVariableProto() < 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_1MPVariableProto.html" > MPVariableProto< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / 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#l00270" > 270< / 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 = "a55da23e7843f1145895cbe65020bebc0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a55da23e7843f1145895cbe65020bebc0" > ◆ < / a > < / span > branching_priority()< / 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 branching_priority < / 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#l04253" > 4253< / 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 = "ae19426a2f55ba1e422387a25f2c30fdd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae19426a2f55ba1e422387a25f2c30fdd" > ◆ < / a > < / span > clear_branching_priority()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_branching_priority < / 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#l04246" > 4246< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a4d3de269c10fb52890f81477d3419903" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d3de269c10fb52890f81477d3419903" > ◆ < / a > < / span > clear_is_integer()< / 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_integer < / 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#l04147" > 4147< / 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#l04063" > 4063< / 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#l04175" > 4175< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a30b2469fd5923be364e9513b554c3140" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a30b2469fd5923be364e9513b554c3140" > ◆ < / a > < / span > clear_objective_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_objective_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#l04119" > 4119< / 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#l04091" > 4091< / 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 = "a09bfd61654e1657c2fa7beed61efe888" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a09bfd61654e1657c2fa7beed61efe888" > ◆ < / 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_1MPVariableProto.html" > MPVariableProto< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "acd7a1b2fc253a840c55a36879d70aedf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acd7a1b2fc253a840c55a36879d70aedf" > ◆ < / 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_1MPVariableProto.html" > MPVariableProto< / 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#l00295" > 295< / 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#l00342" > 342< / 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#l00298" > 298< / 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#l00301" > 301< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ae389580ea126821f662d6da098140d48" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae389580ea126821f662d6da098140d48" > ◆ < / a > < / span > has_branching_priority()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_branching_priority < / 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#l04243" > 4243< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "acfec95a1b4c47cad60f87bb9069bae14" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acfec95a1b4c47cad60f87bb9069bae14" > ◆ < / a > < / span > has_is_integer()< / 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_integer < / 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#l04144" > 4144< / 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#l04060" > 4060< / 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#l04172" > 4172< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a0f3ccde7a651a8e2994fd7fb84d67ca6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0f3ccde7a651a8e2994fd7fb84d67ca6" > ◆ < / a > < / span > has_objective_coefficient()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_objective_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#l04116" > 4116< / 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#l04088" > 4088< / 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 = "a8b43e02eb3df8172f26417547c0dd200" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8b43e02eb3df8172f26417547c0dd200" > ◆ < / 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_1MPVariableProto.html" > MPVariableProto< / 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#l00307" > 307< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a90a6759a08c3d72c4193a0a75aa581bc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a90a6759a08c3d72c4193a0a75aa581bc" > ◆ < / a > < / span > is_integer()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool is_integer < / 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#l04154" > 4154< / 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#l04070" > 4070< / 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 = "a75a0ee98964f15054964c539ea1c2bd4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a75a0ee98964f15054964c539ea1c2bd4" > ◆ < / 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_1MPVariableProto.html" > MPVariableProto< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / 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#l04187" > 4187< / 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#l00291" > 291< / 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#l04179" > 4179< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a6e430aa0a5c0b11277af2ff1dda81a05" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6e430aa0a5c0b11277af2ff1dda81a05" > ◆ < / 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_1MPVariableProto.html" > MPVariableProto< / 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#l00324" > 324< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aa2ef249e979fda650a63c6a9e4548ffc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa2ef249e979fda650a63c6a9e4548ffc" > ◆ < / 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_1MPVariableProto.html" > MPVariableProto< / 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#l00328" > 328< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a45d214423bb4cd180eff038c9efcf638" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a45d214423bb4cd180eff038c9efcf638" > ◆ < / a > < / span > objective_coefficient()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > double objective_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#l04126" > 4126< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a9f88298f7a633666cb0cd906790e5ba2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9f88298f7a633666cb0cd906790e5ba2" > ◆ < / 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_1MPVariableProto.html" > MPVariableProto< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / 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#l00275" > 275< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a41c07cc3c33e71e7e398287b05955edf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a41c07cc3c33e71e7e398287b05955edf" > ◆ < / 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_1MPVariableProto.html" > MPVariableProto< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / 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#l00279" > 279< / 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#l04220" > 4220< / 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#l04228" > 4228< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aa8748c1124903ba95a5d8a0b0047755c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8748c1124903ba95a5d8a0b0047755c" > ◆ < / a > < / span > set_branching_priority()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_branching_priority < / 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#l04261" > 4261< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a03ba55fe410af563250a79463d9eb7c6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a03ba55fe410af563250a79463d9eb7c6" > ◆ < / a > < / span > set_is_integer()< / 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_integer < / 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#l04162" > 4162< / 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#l04078" > 4078< / 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#l04204" > 4204< / 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#l04210" > 4210< / 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#l04183" > 4183< / 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#l04198" > 4198< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a4b8844c0490b3c525060762f8bc11a8c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4b8844c0490b3c525060762f8bc11a8c" > ◆ < / a > < / span > set_objective_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_objective_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#l04134" > 4134< / 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#l04106" > 4106< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a4b437899f8d3ddbc417c9a354689f46e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4b437899f8d3ddbc417c9a354689f46e" > ◆ < / 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_1MPVariableProto.html" > MPVariableProto< / 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#l00317" > 317< / 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#l00288" > 288< / 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#l04098" > 4098< / 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" > 0< / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00311" > 311< / 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 >