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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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_1MPSolverCommonParameters-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > MPSolverCommonParameters< / 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#l02986" > 2986< / 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:ae843b631cfad62f3a45b9001ebcbe1d5" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > : int { < br / >
    < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ae843b631cfad62f3a45b9001ebcbe1d5aa2b9286fe05ef7b707075c28caabe2aa" > kRelativeMipGapFieldNumber< / a > = 1,
< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ae843b631cfad62f3a45b9001ebcbe1d5a91192750db6394d0a3a4133493c3d513" > kPrimalToleranceFieldNumber< / a > = 2,
< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ae843b631cfad62f3a45b9001ebcbe1d5ace9edb20a5f14812469fe4c8afe6d1d7" > kDualToleranceFieldNumber< / a > = 3,
< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ae843b631cfad62f3a45b9001ebcbe1d5ae5c2f3f536b0c4533187d52c0f6415a5" > kLpAlgorithmFieldNumber< / a > = 4,
< br / >
    < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ae843b631cfad62f3a45b9001ebcbe1d5adaa183974b8b26a791bb225c933b3e6d" > kPresolveFieldNumber< / a > = 5,
< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ae843b631cfad62f3a45b9001ebcbe1d5a67150cb4935e4b46d75261fe10d23adf" > kScalingFieldNumber< / a > = 7
< br / >
}< / td > < / tr >
< tr class = "separator:ae843b631cfad62f3a45b9001ebcbe1d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a17088b344b38bc98491e481d5be710e8" > < td class = "memItemLeft" align = "right" valign = "top" > typedef < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > MPSolverCommonParameters_LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a17088b344b38bc98491e481d5be710e8" > LPAlgorithmValues< / a > < / td > < / tr >
< tr class = "separator:a17088b344b38bc98491e481d5be710e8" > < 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:afeb111f89ee9f97eb7991a404bab6f0d" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#afeb111f89ee9f97eb7991a404bab6f0d" > MPSolverCommonParameters< / a > ()< / td > < / tr >
< tr class = "separator:afeb111f89ee9f97eb7991a404bab6f0d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:add52fb2c4e4fb7df38aadc9aa44c4a3c" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#add52fb2c4e4fb7df38aadc9aa44c4a3c" > ~MPSolverCommonParameters< / a > ()< / td > < / tr >
< tr class = "separator:add52fb2c4e4fb7df38aadc9aa44c4a3c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a139b6eb8db5d992d8d741ba18deb1a97" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a139b6eb8db5d992d8d741ba18deb1a97" > MPSolverCommonParameters< / a > (const < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > & from)< / td > < / tr >
< tr class = "separator:a139b6eb8db5d992d8d741ba18deb1a97" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6433734dc606664f68422f8b5866c05c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a6433734dc606664f68422f8b5866c05c" > MPSolverCommonParameters< / a > (< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > & & from) noexcept< / td > < / tr >
< tr class = "separator:a6433734dc606664f68422f8b5866c05c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5715e363f4680d492120aa911043c159" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a5715e363f4680d492120aa911043c159" > operator=< / a > (const < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > & from)< / td > < / tr >
< tr class = "separator:a5715e363f4680d492120aa911043c159" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56bad67aa006a168fadee0028864f4ae" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a56bad67aa006a168fadee0028864f4ae" > operator=< / a > (< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > & & from) noexcept< / td > < / tr >
< tr class = "separator:a56bad67aa006a168fadee0028864f4ae" > < 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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.html#aab6ceb76142ab4957ab265e4a5ca7ec2" > mutable_unknown_fields< / a > ()< / td > < / tr >
< tr class = "separator:aab6ceb76142ab4957ab265e4a5ca7ec2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4494fa5f8909470876ea2e91d8cdb9f7" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a4494fa5f8909470876ea2e91d8cdb9f7" > Swap< / a > (< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > *other)< / td > < / tr >
< tr class = "separator:a4494fa5f8909470876ea2e91d8cdb9f7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac2df4a9bbd655468fcc7be280e6d035d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ac2df4a9bbd655468fcc7be280e6d035d" > New< / a > () const final< / td > < / tr >
< tr class = "separator:ac2df4a9bbd655468fcc7be280e6d035d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9f38021207d066573a2c86694e25bb27" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a9f38021207d066573a2c86694e25bb27" > New< / a > (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final< / td > < / tr >
< tr class = "separator:a9f38021207d066573a2c86694e25bb27" > < 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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.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:a92524353fd543b8b862b51745d72e78e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a92524353fd543b8b862b51745d72e78e" > CopyFrom< / a > (const < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > & from)< / td > < / tr >
< tr class = "separator:a92524353fd543b8b862b51745d72e78e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d71f381483d86f5712d4d275e76301f" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a0d71f381483d86f5712d4d275e76301f" > MergeFrom< / a > (const < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > & from)< / td > < / tr >
< tr class = "separator:a0d71f381483d86f5712d4d275e76301f" > < 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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.html#abee10a388b53df255f15fbec07e1ac80" > GetMetadata< / a > () const final< / td > < / tr >
< tr class = "separator:abee10a388b53df255f15fbec07e1ac80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6ca22fc09c2761b15fb5d0b7c023c75e" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a6ca22fc09c2761b15fb5d0b7c023c75e" > has_relative_mip_gap< / a > () const< / td > < / tr >
< tr class = "separator:a6ca22fc09c2761b15fb5d0b7c023c75e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3949d56181356301d32463ff82967d83" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a3949d56181356301d32463ff82967d83" > clear_relative_mip_gap< / a > ()< / td > < / tr >
< tr class = "separator:a3949d56181356301d32463ff82967d83" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a925ce9d529f385e58b380a346684b47f" > < td class = "memItemLeft" align = "right" valign = "top" > const ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a925ce9d529f385e58b380a346684b47f" > relative_mip_gap< / a > () const< / td > < / tr >
< tr class = "separator:a925ce9d529f385e58b380a346684b47f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6008f7e8c7b3f8a42a6cf426112db443" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a6008f7e8c7b3f8a42a6cf426112db443" > release_relative_mip_gap< / a > ()< / td > < / tr >
< tr class = "separator:a6008f7e8c7b3f8a42a6cf426112db443" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1e3e820fb8435eb39ca5b9583edccf86" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a1e3e820fb8435eb39ca5b9583edccf86" > mutable_relative_mip_gap< / a > ()< / td > < / tr >
< tr class = "separator:a1e3e820fb8435eb39ca5b9583edccf86" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a93b9e9ed79948ca091485e30dce4b156" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a93b9e9ed79948ca091485e30dce4b156" > set_allocated_relative_mip_gap< / a > (::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a925ce9d529f385e58b380a346684b47f" > relative_mip_gap< / a > )< / td > < / tr >
< tr class = "separator:a93b9e9ed79948ca091485e30dce4b156" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a187c83eb0b54f5c87f81cb56f632bd3d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a187c83eb0b54f5c87f81cb56f632bd3d" > has_primal_tolerance< / a > () const< / td > < / tr >
< tr class = "separator:a187c83eb0b54f5c87f81cb56f632bd3d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac93a0d195fa7748c26c9402968c06c08" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ac93a0d195fa7748c26c9402968c06c08" > clear_primal_tolerance< / a > ()< / td > < / tr >
< tr class = "separator:ac93a0d195fa7748c26c9402968c06c08" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1131ff3b0c509a362c96072ef643ccfe" > < td class = "memItemLeft" align = "right" valign = "top" > const ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a1131ff3b0c509a362c96072ef643ccfe" > primal_tolerance< / a > () const< / td > < / tr >
< tr class = "separator:a1131ff3b0c509a362c96072ef643ccfe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a952de51e2e9972fa14da50637d0ce6b1" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a952de51e2e9972fa14da50637d0ce6b1" > release_primal_tolerance< / a > ()< / td > < / tr >
< tr class = "separator:a952de51e2e9972fa14da50637d0ce6b1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3010847992cd8a0e282e4299cadc4397" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a3010847992cd8a0e282e4299cadc4397" > mutable_primal_tolerance< / a > ()< / td > < / tr >
< tr class = "separator:a3010847992cd8a0e282e4299cadc4397" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3cc4869d24bcac328ce72d736be0fe9e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a3cc4869d24bcac328ce72d736be0fe9e" > set_allocated_primal_tolerance< / a > (::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a1131ff3b0c509a362c96072ef643ccfe" > primal_tolerance< / a > )< / td > < / tr >
< tr class = "separator:a3cc4869d24bcac328ce72d736be0fe9e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3b9adb6a6f9f520b9b14000f96dde65d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a3b9adb6a6f9f520b9b14000f96dde65d" > has_dual_tolerance< / a > () const< / td > < / tr >
< tr class = "separator:a3b9adb6a6f9f520b9b14000f96dde65d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7a692d170c42c5330e1dc38dae8e6285" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a7a692d170c42c5330e1dc38dae8e6285" > clear_dual_tolerance< / a > ()< / td > < / tr >
< tr class = "separator:a7a692d170c42c5330e1dc38dae8e6285" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7374e3d2d3b06b5364c953372ade7b39" > < td class = "memItemLeft" align = "right" valign = "top" > const ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a7374e3d2d3b06b5364c953372ade7b39" > dual_tolerance< / a > () const< / td > < / tr >
< tr class = "separator:a7374e3d2d3b06b5364c953372ade7b39" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acb26f9d7df22407542bd6f41a5fabdc0" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#acb26f9d7df22407542bd6f41a5fabdc0" > release_dual_tolerance< / a > ()< / td > < / tr >
< tr class = "separator:acb26f9d7df22407542bd6f41a5fabdc0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6043234b54fb5ac551ac1ea890d9b6ea" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a6043234b54fb5ac551ac1ea890d9b6ea" > mutable_dual_tolerance< / a > ()< / td > < / tr >
< tr class = "separator:a6043234b54fb5ac551ac1ea890d9b6ea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae2c9a04e69e9822ead2f4f52535a23a2" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ae2c9a04e69e9822ead2f4f52535a23a2" > set_allocated_dual_tolerance< / a > (::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *< a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a7374e3d2d3b06b5364c953372ade7b39" > dual_tolerance< / a > )< / td > < / tr >
< tr class = "separator:ae2c9a04e69e9822ead2f4f52535a23a2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5b48cbc4495d6eac4e0ff818b4555fc7" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a5b48cbc4495d6eac4e0ff818b4555fc7" > has_lp_algorithm< / a > () const< / td > < / tr >
< tr class = "separator:a5b48cbc4495d6eac4e0ff818b4555fc7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5cdcf093be77c722902fac4a997327aa" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a5cdcf093be77c722902fac4a997327aa" > clear_lp_algorithm< / a > ()< / td > < / tr >
< tr class = "separator:a5cdcf093be77c722902fac4a997327aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1d07596d62001e5e5718b334ddb7b8c1" > < td class = "memItemLeft" align = "right" valign = "top" > ::< a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > operations_research::MPSolverCommonParameters_LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a1d07596d62001e5e5718b334ddb7b8c1" > lp_algorithm< / a > () const< / td > < / tr >
< tr class = "separator:a1d07596d62001e5e5718b334ddb7b8c1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a06257a737268f763aba5773079928aab" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a06257a737268f763aba5773079928aab" > set_lp_algorithm< / a > (::< a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > operations_research::MPSolverCommonParameters_LPAlgorithmValues< / a > value)< / td > < / tr >
< tr class = "separator:a06257a737268f763aba5773079928aab" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a31eaa8cbc57692feb96545237158712d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a31eaa8cbc57692feb96545237158712d" > has_presolve< / a > () const< / td > < / tr >
< tr class = "separator:a31eaa8cbc57692feb96545237158712d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a78073ef35edd67b00be5af65fbab39fb" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a78073ef35edd67b00be5af65fbab39fb" > clear_presolve< / a > ()< / td > < / tr >
< tr class = "separator:a78073ef35edd67b00be5af65fbab39fb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a79927c1008c51b94d4db56e6e71b6e61" > < td class = "memItemLeft" align = "right" valign = "top" > ::operations_research::OptionalBoolean  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a79927c1008c51b94d4db56e6e71b6e61" > presolve< / a > () const< / td > < / tr >
< tr class = "separator:a79927c1008c51b94d4db56e6e71b6e61" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af8c32bcaa1179da58144a77872bdd801" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#af8c32bcaa1179da58144a77872bdd801" > set_presolve< / a > (::operations_research::OptionalBoolean value)< / td > < / tr >
< tr class = "separator:af8c32bcaa1179da58144a77872bdd801" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a439ded0be12d478d58f89e0a5e001a9c" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a439ded0be12d478d58f89e0a5e001a9c" > has_scaling< / a > () const< / td > < / tr >
< tr class = "separator:a439ded0be12d478d58f89e0a5e001a9c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a62899d13d562895eb4cf2ec3d22252f8" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a62899d13d562895eb4cf2ec3d22252f8" > clear_scaling< / a > ()< / td > < / tr >
< tr class = "separator:a62899d13d562895eb4cf2ec3d22252f8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9ca149b77a5240b46726f3f836fe8ac" > < td class = "memItemLeft" align = "right" valign = "top" > ::operations_research::OptionalBoolean  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ad9ca149b77a5240b46726f3f836fe8ac" > scaling< / a > () const< / td > < / tr >
< tr class = "separator:ad9ca149b77a5240b46726f3f836fe8ac" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5e4c48f632d661f6a9c89f8fbe6ff4ed" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a5e4c48f632d661f6a9c89f8fbe6ff4ed" > set_scaling< / a > (::operations_research::OptionalBoolean value)< / td > < / tr >
< tr class = "separator:a5e4c48f632d661f6a9c89f8fbe6ff4ed" > < 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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.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_1MPSolverCommonParameters.html#a1357c96fb88e28af1b115542dcc00a0c" > GetReflection< / a > ()< / td > < / tr >
< tr class = "separator:a1357c96fb88e28af1b115542dcc00a0c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a66dc851fb68a4e400e4af8032ed1f9dd" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a66dc851fb68a4e400e4af8032ed1f9dd" > default_instance< / a > ()< / td > < / tr >
< tr class = "separator:a66dc851fb68a4e400e4af8032ed1f9dd" > < 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_1MPSolverCommonParameters.html#a05cb7c52e2ce1eea2689c26385612b33" > InitAsDefaultInstance< / a > ()< / td > < / tr >
< tr class = "separator:a05cb7c52e2ce1eea2689c26385612b33" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac48f9e2f8be5a0a003743f6418cd549e" > < td class = "memItemLeft" align = "right" valign = "top" > static const < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ac48f9e2f8be5a0a003743f6418cd549e" > internal_default_instance< / a > ()< / td > < / tr >
< tr class = "separator:ac48f9e2f8be5a0a003743f6418cd549e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a007d2f3fc97da7594024cfe45e25a99b" > < td class = "memItemLeft" align = "right" valign = "top" > static bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a007d2f3fc97da7594024cfe45e25a99b" > LPAlgorithmValues_IsValid< / a > (int value)< / td > < / tr >
< tr class = "separator:a007d2f3fc97da7594024cfe45e25a99b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af69f7aafa1be8d674c56a389c74d4bb3" > < td class = "memItemLeft" align = "right" valign = "top" > static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#af69f7aafa1be8d674c56a389c74d4bb3" > LPAlgorithmValues_descriptor< / a > ()< / td > < / tr >
< tr class = "separator:af69f7aafa1be8d674c56a389c74d4bb3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5ad5c3651fbaf8d3819ba44c0832d5f5" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:a5ad5c3651fbaf8d3819ba44c0832d5f5" > < td class = "memTemplItemLeft" align = "right" valign = "top" > static const std::string &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a5ad5c3651fbaf8d3819ba44c0832d5f5" > LPAlgorithmValues_Name< / a > (T enum_t_value)< / td > < / tr >
< tr class = "separator:a5ad5c3651fbaf8d3819ba44c0832d5f5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a44e8e2f001e4463a123e2362440e47fe" > < td class = "memItemLeft" align = "right" valign = "top" > static bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a44e8e2f001e4463a123e2362440e47fe" > LPAlgorithmValues_Parse< / a > (const std::string & name, < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a > *value)< / td > < / tr >
< tr class = "separator:a44e8e2f001e4463a123e2362440e47fe" > < 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_1MPSolverCommonParameters.html#a8473d52a88ddd9d90e879d1716586bee" > kIndexInFileMessages< / a > < / td > < / tr >
< tr class = "separator:a8473d52a88ddd9d90e879d1716586bee" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3a26efe1767d0bc8f6024e623ec6f17c" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#a3a26efe1767d0bc8f6024e623ec6f17c" > LP_ALGO_UNSPECIFIED< / a > < / td > < / tr >
< tr class = "separator:a3a26efe1767d0bc8f6024e623ec6f17c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa63821471f12d6420c750515413cb2f3" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#aa63821471f12d6420c750515413cb2f3" > LP_ALGO_DUAL< / a > < / td > < / tr >
< tr class = "separator:aa63821471f12d6420c750515413cb2f3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af03ba736f9693de870ae173dce7a5a35" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#af03ba736f9693de870ae173dce7a5a35" > LP_ALGO_PRIMAL< / a > < / td > < / tr >
< tr class = "separator:af03ba736f9693de870ae173dce7a5a35" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af3f2982732b33ae0cf4cf08304ea95ac" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#af3f2982732b33ae0cf4cf08304ea95ac" > LP_ALGO_BARRIER< / a > < / td > < / tr >
< tr class = "separator:af3f2982732b33ae0cf4cf08304ea95ac" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaaf2ec262d31c3638e3dac102f77ea7d" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#aaaf2ec262d31c3638e3dac102f77ea7d" > LPAlgorithmValues_MIN< / a > < / td > < / tr >
< tr class = "separator:aaaf2ec262d31c3638e3dac102f77ea7d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ada720c488f53b5b40b4e2a8f0d8344af" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ada720c488f53b5b40b4e2a8f0d8344af" > LPAlgorithmValues_MAX< / a > < / td > < / tr >
< tr class = "separator:ada720c488f53b5b40b4e2a8f0d8344af" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae904b28ec718712173aeb35d2a2afa98" > < td class = "memItemLeft" align = "right" valign = "top" > static constexpr int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html#ae904b28ec718712173aeb35d2a2afa98" > LPAlgorithmValues_ARRAYSIZE< / a > < / td > < / tr >
< tr class = "separator:ae904b28ec718712173aeb35d2a2afa98" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a17088b344b38bc98491e481d5be710e8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a17088b344b38bc98491e481d5be710e8" > ◆ < / a > < / span > LPAlgorithmValues< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > MPSolverCommonParameters_LPAlgorithmValues< / a > < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03096" > 3096< / 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 Enumeration Documentation< / h2 >
< a id = "ae843b631cfad62f3a45b9001ebcbe1d5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae843b631cfad62f3a45b9001ebcbe1d5" > ◆ < / 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 = "ae843b631cfad62f3a45b9001ebcbe1d5aa2b9286fe05ef7b707075c28caabe2aa" > < / a > kRelativeMipGapFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ae843b631cfad62f3a45b9001ebcbe1d5a91192750db6394d0a3a4133493c3d513" > < / a > kPrimalToleranceFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ae843b631cfad62f3a45b9001ebcbe1d5ace9edb20a5f14812469fe4c8afe6d1d7" > < / a > kDualToleranceFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ae843b631cfad62f3a45b9001ebcbe1d5ae5c2f3f536b0c4533187d52c0f6415a5" > < / a > kLpAlgorithmFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ae843b631cfad62f3a45b9001ebcbe1d5adaa183974b8b26a791bb225c933b3e6d" > < / a > kPresolveFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ae843b631cfad62f3a45b9001ebcbe1d5a67150cb4935e4b46d75261fe10d23adf" > < / a > kScalingFieldNumber  < / td > < td class = "fielddoc" > < / td > < / tr >
< / table >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03132" > 3132< / 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 = "afeb111f89ee9f97eb7991a404bab6f0d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afeb111f89ee9f97eb7991a404bab6f0d" > ◆ < / a > < / span > MPSolverCommonParameters() < 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "add52fb2c4e4fb7df38aadc9aa44c4a3c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#add52fb2c4e4fb7df38aadc9aa44c4a3c" > ◆ < / a > < / span > ~MPSolverCommonParameters()< / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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 = "a139b6eb8db5d992d8d741ba18deb1a97" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a139b6eb8db5d992d8d741ba18deb1a97" > ◆ < / a > < / span > MPSolverCommonParameters() < 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a6433734dc606664f68422f8b5866c05c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6433734dc606664f68422f8b5866c05c" > ◆ < / a > < / span > MPSolverCommonParameters() < 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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#l02993" > 2993< / 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 = "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 = "a7a692d170c42c5330e1dc38dae8e6285" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7a692d170c42c5330e1dc38dae8e6285" > ◆ < / a > < / span > clear_dual_tolerance()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_dual_tolerance < / 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#l06567" > 6567< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a5cdcf093be77c722902fac4a997327aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5cdcf093be77c722902fac4a997327aa" > ◆ < / a > < / span > clear_lp_algorithm()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_lp_algorithm < / 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#l06626" > 6626< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a78073ef35edd67b00be5af65fbab39fb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a78073ef35edd67b00be5af65fbab39fb" > ◆ < / a > < / span > clear_presolve()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_presolve < / 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#l06655" > 6655< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ac93a0d195fa7748c26c9402968c06c08" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac93a0d195fa7748c26c9402968c06c08" > ◆ < / a > < / span > clear_primal_tolerance()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_primal_tolerance < / 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#l06507" > 6507< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a3949d56181356301d32463ff82967d83" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3949d56181356301d32463ff82967d83" > ◆ < / a > < / span > clear_relative_mip_gap()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_relative_mip_gap < / 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#l06447" > 6447< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a62899d13d562895eb4cf2ec3d22252f8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a62899d13d562895eb4cf2ec3d22252f8" > ◆ < / a > < / span > clear_scaling()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear_scaling < / 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#l06684" > 6684< / 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 = "a92524353fd543b8b862b51745d72e78e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a92524353fd543b8b862b51745d72e78e" > ◆ < / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a66dc851fb68a4e400e4af8032ed1f9dd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a66dc851fb68a4e400e4af8032ed1f9dd" > ◆ < / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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#l03018" > 3018< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a7374e3d2d3b06b5364c953372ade7b39" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7374e3d2d3b06b5364c953372ade7b39" > ◆ < / a > < / span > dual_tolerance()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > & dual_tolerance < / 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#l06576" > 6576< / 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#l03065" > 3065< / 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#l03021" > 3021< / 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#l03024" > 3024< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a3b9adb6a6f9f520b9b14000f96dde65d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3b9adb6a6f9f520b9b14000f96dde65d" > ◆ < / a > < / span > has_dual_tolerance()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_dual_tolerance < / 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#l06564" > 6564< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a5b48cbc4495d6eac4e0ff818b4555fc7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5b48cbc4495d6eac4e0ff818b4555fc7" > ◆ < / a > < / span > has_lp_algorithm()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_lp_algorithm < / 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#l06623" > 6623< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a31eaa8cbc57692feb96545237158712d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a31eaa8cbc57692feb96545237158712d" > ◆ < / a > < / span > has_presolve()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_presolve < / 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#l06652" > 6652< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a187c83eb0b54f5c87f81cb56f632bd3d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a187c83eb0b54f5c87f81cb56f632bd3d" > ◆ < / a > < / span > has_primal_tolerance()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_primal_tolerance < / 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#l06504" > 6504< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a6ca22fc09c2761b15fb5d0b7c023c75e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6ca22fc09c2761b15fb5d0b7c023c75e" > ◆ < / a > < / span > has_relative_mip_gap()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_relative_mip_gap < / 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#l06444" > 6444< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a439ded0be12d478d58f89e0a5e001a9c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a439ded0be12d478d58f89e0a5e001a9c" > ◆ < / a > < / span > has_scaling()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool has_scaling < / 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#l06681" > 6681< / 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 = "ac48f9e2f8be5a0a003743f6418cd549e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac48f9e2f8be5a0a003743f6418cd549e" > ◆ < / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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#l03030" > 3030< / 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 = "a1d07596d62001e5e5718b334ddb7b8c1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1d07596d62001e5e5718b334ddb7b8c1" > ◆ < / a > < / span > lp_algorithm()< / 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 = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > operations_research::MPSolverCommonParameters_LPAlgorithmValues< / a > lp_algorithm < / 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#l06633" > 6633< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "af69f7aafa1be8d674c56a389c74d4bb3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af69f7aafa1be8d674c56a389c74d4bb3" > ◆ < / a > < / span > LPAlgorithmValues_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::EnumDescriptor* LPAlgorithmValues_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#l03115" > 3115< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a007d2f3fc97da7594024cfe45e25a99b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a007d2f3fc97da7594024cfe45e25a99b" > ◆ < / a > < / span > LPAlgorithmValues_IsValid()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static bool LPAlgorithmValues_IsValid < / td >
< td > (< / td >
< td class = "paramtype" > int  < / 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 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#l03105" > 3105< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a5ad5c3651fbaf8d3819ba44c0832d5f5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5ad5c3651fbaf8d3819ba44c0832d5f5" > ◆ < / a > < / span > LPAlgorithmValues_Name()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static const std::string& LPAlgorithmValues_Name < / td >
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > enum_t_value< / em > < / 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#l03119" > 3119< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a44e8e2f001e4463a123e2362440e47fe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a44e8e2f001e4463a123e2362440e47fe" > ◆ < / a > < / span > LPAlgorithmValues_Parse()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static bool LPAlgorithmValues_Parse < / td >
< td > (< / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > name< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a > *  < / td >
< td class = "paramname" > < em > value< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span 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#l03125" > 3125< / 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 = "a0d71f381483d86f5712d4d275e76301f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d71f381483d86f5712d4d275e76301f" > ◆ < / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > &   < / td >
< td class = "paramname" > < em > from< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a6043234b54fb5ac551ac1ea890d9b6ea" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6043234b54fb5ac551ac1ea890d9b6ea" > ◆ < / a > < / span > mutable_dual_tolerance()< / 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_1OptionalDouble.html" > operations_research::OptionalDouble< / a > * mutable_dual_tolerance < / 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#l06595" > 6595< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a3010847992cd8a0e282e4299cadc4397" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3010847992cd8a0e282e4299cadc4397" > ◆ < / a > < / span > mutable_primal_tolerance()< / 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_1OptionalDouble.html" > operations_research::OptionalDouble< / a > * mutable_primal_tolerance < / 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#l06535" > 6535< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a1e3e820fb8435eb39ca5b9583edccf86" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1e3e820fb8435eb39ca5b9583edccf86" > ◆ < / a > < / span > mutable_relative_mip_gap()< / 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_1OptionalDouble.html" > operations_research::OptionalDouble< / a > * mutable_relative_mip_gap < / 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#l06475" > 6475< / 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#l03014" > 3014< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ac2df4a9bbd655468fcc7be280e6d035d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac2df4a9bbd655468fcc7be280e6d035d" > ◆ < / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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#l03047" > 3047< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a9f38021207d066573a2c86694e25bb27" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9f38021207d066573a2c86694e25bb27" > ◆ < / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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#l03051" > 3051< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a5715e363f4680d492120aa911043c159" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5715e363f4680d492120aa911043c159" > ◆ < / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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#l02998" > 2998< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a56bad67aa006a168fadee0028864f4ae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a56bad67aa006a168fadee0028864f4ae" > ◆ < / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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#l03002" > 3002< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a79927c1008c51b94d4db56e6e71b6e61" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79927c1008c51b94d4db56e6e71b6e61" > ◆ < / a > < / span > presolve()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > operations_research::OptionalBoolean presolve < / 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#l06662" > 6662< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a1131ff3b0c509a362c96072ef643ccfe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1131ff3b0c509a362c96072ef643ccfe" > ◆ < / a > < / span > primal_tolerance()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > & primal_tolerance < / 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#l06516" > 6516< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a925ce9d529f385e58b380a346684b47f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a925ce9d529f385e58b380a346684b47f" > ◆ < / a > < / span > relative_mip_gap()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > & relative_mip_gap < / 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#l06456" > 6456< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "acb26f9d7df22407542bd6f41a5fabdc0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acb26f9d7df22407542bd6f41a5fabdc0" > ◆ < / a > < / span > release_dual_tolerance()< / 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_1OptionalDouble.html" > operations_research::OptionalDouble< / a > * release_dual_tolerance < / 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#l06580" > 6580< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a952de51e2e9972fa14da50637d0ce6b1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a952de51e2e9972fa14da50637d0ce6b1" > ◆ < / a > < / span > release_primal_tolerance()< / 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_1OptionalDouble.html" > operations_research::OptionalDouble< / a > * release_primal_tolerance < / 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#l06520" > 6520< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a6008f7e8c7b3f8a42a6cf426112db443" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6008f7e8c7b3f8a42a6cf426112db443" > ◆ < / a > < / span > release_relative_mip_gap()< / 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_1OptionalDouble.html" > operations_research::OptionalDouble< / a > * release_relative_mip_gap < / 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#l06460" > 6460< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ad9ca149b77a5240b46726f3f836fe8ac" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad9ca149b77a5240b46726f3f836fe8ac" > ◆ < / a > < / span > scaling()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > operations_research::OptionalBoolean scaling < / 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#l06691" > 6691< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ae2c9a04e69e9822ead2f4f52535a23a2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae2c9a04e69e9822ead2f4f52535a23a2" > ◆ < / a > < / span > set_allocated_dual_tolerance()< / 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_dual_tolerance < / td >
< td > (< / td >
< td class = "paramtype" > ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *  < / td >
< td class = "paramname" > < em > dual_tolerance< / 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#l06599" > 6599< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a3cc4869d24bcac328ce72d736be0fe9e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3cc4869d24bcac328ce72d736be0fe9e" > ◆ < / a > < / span > set_allocated_primal_tolerance()< / 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_primal_tolerance < / td >
< td > (< / td >
< td class = "paramtype" > ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *  < / td >
< td class = "paramname" > < em > primal_tolerance< / 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#l06539" > 6539< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a93b9e9ed79948ca091485e30dce4b156" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a93b9e9ed79948ca091485e30dce4b156" > ◆ < / a > < / span > set_allocated_relative_mip_gap()< / 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_relative_mip_gap < / td >
< td > (< / td >
< td class = "paramtype" > ::< a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > operations_research::OptionalDouble< / a > *  < / td >
< td class = "paramname" > < em > relative_mip_gap< / 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#l06479" > 6479< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a06257a737268f763aba5773079928aab" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a06257a737268f763aba5773079928aab" > ◆ < / a > < / span > set_lp_algorithm()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_lp_algorithm < / td >
< td > (< / td >
< td class = "paramtype" > ::< a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > operations_research::MPSolverCommonParameters_LPAlgorithmValues< / a >   < / 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#l06642" > 6642< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "af8c32bcaa1179da58144a77872bdd801" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af8c32bcaa1179da58144a77872bdd801" > ◆ < / a > < / span > set_presolve()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_presolve < / td >
< td > (< / td >
< td class = "paramtype" > ::operations_research::OptionalBoolean  < / 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#l06671" > 6671< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a5e4c48f632d661f6a9c89f8fbe6ff4ed" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5e4c48f632d661f6a9c89f8fbe6ff4ed" > ◆ < / a > < / span > set_scaling()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void set_scaling < / td >
< td > (< / td >
< td class = "paramtype" > ::operations_research::OptionalBoolean  < / 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#l06700" > 6700< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a4494fa5f8909470876ea2e91d8cdb9f7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4494fa5f8909470876ea2e91d8cdb9f7" > ◆ < / 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_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / 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#l03040" > 3040< / 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#l03011" > 3011< / 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" > 13< / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03034" > 3034< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "af3f2982732b33ae0cf4cf08304ea95ac" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af3f2982732b33ae0cf4cf08304ea95ac" > ◆ < / a > < / span > LP_ALGO_BARRIER< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a > LP_ALGO_BARRIER< / 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" > < a class = "code" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979a3615540cdf96dce3f3ca1c2c05c6d434" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_BARRIER< / a > < / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03103" > 3103< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aa63821471f12d6420c750515413cb2f3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa63821471f12d6420c750515413cb2f3" > ◆ < / a > < / span > LP_ALGO_DUAL< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a > LP_ALGO_DUAL< / 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" > < a class = "code" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979a533fac70679c30c889a2f75a7e46170e" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_DUAL< / a > < / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03099" > 3099< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "af03ba736f9693de870ae173dce7a5a35" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af03ba736f9693de870ae173dce7a5a35" > ◆ < / a > < / span > LP_ALGO_PRIMAL< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a > LP_ALGO_PRIMAL< / 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" > < a class = "code" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979af3259b56473cfb82c63b503b80efd283" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_PRIMAL< / a > < / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03101" > 3101< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a3a26efe1767d0bc8f6024e623ec6f17c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3a26efe1767d0bc8f6024e623ec6f17c" > ◆ < / a > < / span > LP_ALGO_UNSPECIFIED< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a > LP_ALGO_UNSPECIFIED< / 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" > < a class = "code" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979a18a46e7e7a130a3a38c7915f577301c2" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_UNSPECIFIED< / a > < / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03097" > 3097< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ae904b28ec718712173aeb35d2a2afa98" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae904b28ec718712173aeb35d2a2afa98" > ◆ < / a > < / span > LPAlgorithmValues_ARRAYSIZE< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr int LPAlgorithmValues_ARRAYSIZE< / 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" > < a class = "code" href = "namespaceoperations__research.html#aeed81f9f9071b4a4177b6ef927e64abb" > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_ARRAYSIZE< / a > < / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03112" > 3112< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ada720c488f53b5b40b4e2a8f0d8344af" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ada720c488f53b5b40b4e2a8f0d8344af" > ◆ < / a > < / span > LPAlgorithmValues_MAX< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a > LPAlgorithmValues_MAX< / 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" > < a class = "code" href = "namespaceoperations__research.html#a5e7277e793e483f8a46437f2994cd99e" > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MAX< / a > < / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03110" > 3110< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "aaaf2ec262d31c3638e3dac102f77ea7d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaaf2ec262d31c3638e3dac102f77ea7d" > ◆ < / a > < / span > LPAlgorithmValues_MIN< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979" > LPAlgorithmValues< / a > LPAlgorithmValues_MIN< / 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" > < a class = "code" href = "namespaceoperations__research.html#a0666b791aab277878d1353c2d9e653b9" > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MIN< / a > < / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l03108" > 3108< / 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 -->
2020-04-23 15:34:43 +02:00
< div class = "ttc" id = "anamespaceoperations__research_html_a8913360b55a9b9861237e0ad039f6979a18a46e7e7a130a3a38c7915f577301c2" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979a18a46e7e7a130a3a38c7915f577301c2" > operations_research::MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_UNSPECIFIED< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_8pb_8h_source.html#l00168" > linear_solver.pb.h:168< / a > < / div > < / div >
2020-01-31 17:22:59 +01:00
< div class = "ttc" id = "anamespaceoperations__research_html_aeed81f9f9071b4a4177b6ef927e64abb" > < div class = "ttname" > < a href = "namespaceoperations__research.html#aeed81f9f9071b4a4177b6ef927e64abb" > operations_research::MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_ARRAYSIZE< / a > < / div > < div class = "ttdeci" > constexpr int MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_ARRAYSIZE< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_8pb_8h_source.html#l00176" > linear_solver.pb.h:176< / a > < / div > < / div >
2020-04-23 15:34:43 +02:00
< div class = "ttc" id = "anamespaceoperations__research_html_a8913360b55a9b9861237e0ad039f6979a533fac70679c30c889a2f75a7e46170e" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979a533fac70679c30c889a2f75a7e46170e" > operations_research::MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_DUAL< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_8pb_8h_source.html#l00169" > linear_solver.pb.h:169< / a > < / div > < / div >
< div class = "ttc" id = "anamespaceoperations__research_html_a8913360b55a9b9861237e0ad039f6979a3615540cdf96dce3f3ca1c2c05c6d434" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979a3615540cdf96dce3f3ca1c2c05c6d434" > operations_research::MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_BARRIER< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_8pb_8h_source.html#l00171" > linear_solver.pb.h:171< / a > < / div > < / div >
2020-01-31 17:22:59 +01:00
< div class = "ttc" id = "anamespaceoperations__research_html_a5e7277e793e483f8a46437f2994cd99e" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a5e7277e793e483f8a46437f2994cd99e" > operations_research::MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MAX< / a > < / div > < div class = "ttdeci" > constexpr MPSolverCommonParameters_LPAlgorithmValues MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MAX< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_8pb_8h_source.html#l00175" > linear_solver.pb.h:175< / a > < / div > < / div >
2020-04-23 15:34:43 +02:00
< div class = "ttc" id = "anamespaceoperations__research_html_a8913360b55a9b9861237e0ad039f6979af3259b56473cfb82c63b503b80efd283" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a8913360b55a9b9861237e0ad039f6979af3259b56473cfb82c63b503b80efd283" > operations_research::MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_PRIMAL< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_8pb_8h_source.html#l00170" > linear_solver.pb.h:170< / a > < / div > < / div >
2020-01-31 17:22:59 +01:00
< div class = "ttc" id = "anamespaceoperations__research_html_a0666b791aab277878d1353c2d9e653b9" > < div class = "ttname" > < a href = "namespaceoperations__research.html#a0666b791aab277878d1353c2d9e653b9" > operations_research::MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MIN< / a > < / div > < div class = "ttdeci" > constexpr MPSolverCommonParameters_LPAlgorithmValues MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MIN< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_8pb_8h_source.html#l00174" > linear_solver.pb.h:174< / a > < / div > < / div >
< / div >
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >