2019-07-15 14:27:40 -07: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" >
2020-01-27 13:48:26 +01:00
< span id = "sfml" > Google OR-Tools 7.5< / span >
2019-07-15 14:27:40 -07:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
2019-08-12 09:16:03 -07:00
< h2 > C++ Reference< / h2 >
2019-08-07 18:01:08 -07:00
< ul >
< li > < a href = "../cpp_algorithms/annotated.html" > Algorithms< / a > < / li >
2019-08-12 09:16:03 -07:00
< li > < a href = "../cpp_sat/annotated.html" > CP-SAT< / a > < / li >
2019-08-07 18:01:08 -07:00
< 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 >
2019-07-15 14:27:40 -07:00
< div id = "content" >
2019-08-07 18:01:08 -07:00
< 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 -->
2019-07-15 14:27:40 -07: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 >
2019-07-15 17:42:24 -07:00
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
2019-07-15 14:27:40 -07:00
< / ul >
< / div >
2019-08-07 18:01:08 -07:00
< 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_1MPSolverInterface.html" > MPSolverInterface< / a > < / li > < / ul >
2019-07-15 14:27:40 -07:00
< / div >
2019-08-07 18:01:08 -07:00
< / div > <!-- top -->
2019-07-15 14:27:40 -07:00
< div class = "header" >
< div class = "headertitle" >
2019-08-07 18:01:08 -07:00
< div class = "title" > MPSolverInterface Member List< / div > < / div >
2019-07-15 14:27:40 -07:00
< / div > <!-- header -->
< div class = "contents" >
2019-08-07 18:01:08 -07:00
< p > This is the complete list of members for < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > , including all inherited members.< / p >
2019-07-15 14:27:40 -07:00
< table class = "directory" >
2019-08-07 18:01:08 -07:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a2b2f8f7646c004cda3de338bd11ec0f2" > AddIndicatorConstraint< / a > (MPConstraint *const ct)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#af8573b2ac9ba936191f2bda73d34b1d7" > AddRowConstraint< / a > (MPConstraint *const ct)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a2e3afb4a4e412bffafd7052b5dc149ac" > AddVariable< / a > (MPVariable *const var)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a39453528ba389ea2b25c3a4b9a1ca627" > best_objective_bound< / a > () const =0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a6747907b6984aaef88bf65816623cb8c" > BranchingPriorityChangedForVariable< / a > (int var_index)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a01f5a62dfaa9b72396e01b485519ef79" > CheckBestObjectiveBoundExists< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#aca8da84e3ea975adf38326e42749bdfb" > CheckSolutionExists< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a8de44e2ad146c09314404500cde2f645" > CheckSolutionIsSynchronized< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a8da48eff5b28feb8b66ba111af16a974" > CheckSolutionIsSynchronizedAndExists< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a89fb46bd2d332732124e7f9cef5ac311" > ClearConstraint< / a > (MPConstraint *const constraint)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ab8bd6c2ebc0fe292221efda5c39de361" > ClearObjective< / a > ()=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a778ef8300eb8137f21ea4e5558a5013c" > column_status< / a > (int variable_index) const =0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#af6ed7daee7c4d75339d175c36979cb5d" > ComputeExactConditionNumber< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a59bc4e0d53dc2b904c7bee672403c0eb" > constraint_is_extracted< / a > (int ct_index) const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a97e340328601e0c322d2dc667559542b" > DirectlySolveProto< / a > (const MPModelRequest & request)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#afb4493b8573d16e076059c755d2213b0" > ExtractModel< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a7d6d720fac90b7eec9bff89444ef059d" > ExtractNewConstraints< / a > ()=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a1e25beec6d6dc2350ef52ce383048760" > ExtractNewVariables< / a > ()=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a14a06e70f2c7ae73a4058a5440c302f8" > ExtractObjective< / a > ()=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ad89da59cde106890e11eb0e3f8b460e2" > InterruptSolve< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a315d9a97f1e37fd6773f8312aedc5c93" > InvalidateSolutionSynchronization< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a4544138013b96f9cf723de8bd8529027" > IsContinuous< / a > () const =0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#af4eef336b3f51a82d39068505ac1866e" > IsLP< / a > () const =0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#abc7994a741ef4c01ab29ccca957b833b" > IsMIP< / a > () const =0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#aa16bad1aecd6361a6f87ca03255ea840" > iterations< / a > () const =0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a2cb8082675772ca81d04e87b6f4b1c8b" > kDummyVariableIndex< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#adf4931ae3664c6e4e0fa1278abb4d9ee" > kUnknownNumberOfIterations< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ad00bcea4e58c3f52eeba9594c64161b5" > kUnknownNumberOfNodes< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a42d79af323cdc77e77c19ee22f9e3aa9" > last_constraint_index_< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a88df1fe8e8f2cf9ad859a4f7a6f0d056" > last_variable_index< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#aa83a7b3f61fb55d22d1aa9aac0be4a7c" > last_variable_index_< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ad5d09a69c6c8c8eea9311b0513628683" > maximize_< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a98638775910339c916ce033cbe60257da22054edb527b75998eccfbfd075dbd92" > MODEL_SYNCHRONIZED< / a > enum value< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a24102af97b3c7e803861e1d6983b1fea" > MPConstraint< / a > class< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > friend< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a77dbe3a653f9c5d30e818000d92d8b17" > MPObjective< / a > class< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > friend< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ac2c01b4de8f7670e37daa7d42b804dd4" > MPSolver< / a > class< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > friend< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a53f5f570e32963701a4b3fb0f82f75fc" > MPSolverInterface< / a > (MPSolver *const solver)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > explicit< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a98638775910339c916ce033cbe60257daa99c5e45f0517571611940811f09c744" > MUST_RELOAD< / a > enum value< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a9dccaf2645e8d7be911db6f387ca0561" > NextSolution< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a93d0a263a0c834246f380a0b93c257be" > nodes< / a > () const =0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a84f066c304d8bcbb9567be094feb9b08" > objective_value< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#af093ce79e6a0d2e334ebe94579003de6" > objective_value_< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ac4fc2cc62fa9700b8fadfac3367f6a7c" > quiet< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#aa2fedb3c02ffb092a6c19a0ee1e81a02" > quiet_< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ae024e6a8e35c9e69fba8ee85a61ddd9e" > ReadParameterFile< / a > (const std::string & filename)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a43a787400d2a563b9eee1a149225c18a" > Reset< / a > ()=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ab2b08a14c8c4d2242558d3fa6a436e8c" > ResetExtractionInformation< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#acf6504d4663a0aed81703cbf241002ed" > result_status< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a2ab7b415cdf146b96aa68a91870608d2" > result_status_< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a7f7ed720a6606bc043dee234ca156fc0" > row_status< / a > (int constraint_index) const =0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a29cf940fae07f304b2ba22fbcfcefe71" > set_constraint_as_extracted< / a > (int ct_index, bool extracted)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a14f736419c29d18a6f4704afee275aa8" > set_quiet< / a > (bool quiet_value)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#aea23a93e629de1fd6eb44ee929ccc9ba" > set_variable_as_extracted< / a > (int var_index, bool extracted)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#aaf16709704b3574081008b78f247cb4b" > SetCallback< / a > (MPCallback *mp_callback)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#adc355918af24f83e2d2775d9dc67c9ff" > SetCoefficient< / a > (MPConstraint *const constraint, const MPVariable *const variable, double new_value, double old_value)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#af8505c2f03b5b90c1080452e26397275" > SetCommonParameters< / a > (const MPSolverParameters & param)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#af2ba2ba5c87fc539dd81b4366e1c11a7" > SetConstraintBounds< / a > (int index, double lb, double ub)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ae3c9feaac5534229d873d1bfdf03df24" > SetDoubleParamToUnsupportedValue< / a > (MPSolverParameters::DoubleParam param, double value)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#abefecfbabdfc67d54a8b74d7acd6a0b8" > SetDualTolerance< / a > (double value)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a6c11e032bf037b6f6567a654ef888f2c" > SetIntegerParamToUnsupportedValue< / a > (MPSolverParameters::IntegerParam param, int value)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a0ea9032aa55fa7d334dc01fcc0579ff4" > SetLpAlgorithm< / a > (int value)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a40c40e3b24a8874fb084ad6d19893e73" > SetMIPParameters< / a > (const MPSolverParameters & param)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a1733f04d6220fc0ab4b761ea04fb1093" > SetNumThreads< / a > (int num_threads)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#adf90730f9428d81b72ed6d8955f31f17" > SetObjectiveCoefficient< / a > (const MPVariable *const variable, double coefficient)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a95c0df997af0e71273533db8a3285bc1" > SetObjectiveOffset< / a > (double value)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a6efd8d7f237fb4c388b71b94a5d10fd5" > SetOptimizationDirection< / a > (bool maximize)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a69a40a8abff72ce66c2375c3dc81e416" > SetParameters< / a > (const MPSolverParameters & param)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#acbc02ef75e382aa8a252539093733870" > SetPresolveMode< / a > (int value)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a65a79c9a017961ace540693943e11d8a" > SetPrimalTolerance< / a > (double value)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a6c05b038e53c3a96af3715193c9b9e9b" > SetRelativeMipGap< / a > (double value)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a7d4dad0cb109728d4005f99b5afe5fdd" > SetScalingMode< / a > (int value)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#aab52a044563f2e8d12b4f16076fd12b0" > SetSolverSpecificParametersAsString< / a > (const std::string & parameters)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a9e7edcae8572bcf2f44afae0232a5f3e" > SetStartingLpBasis< / a > (const std::vector< MPSolver::BasisStatus > & variable_statuses, const std::vector< MPSolver::BasisStatus > & constraint_statuses)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a1951547f7333b72da9e7ed9cf61ef129" > SetUnsupportedDoubleParam< / a > (MPSolverParameters::DoubleParam param)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a13697a760f2875ee69ecd6110ebb1420" > SetUnsupportedIntegerParam< / a > (MPSolverParameters::IntegerParam param)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a643e4f27de9cb198fbd7e7fca79a1f8d" > SetVariableBounds< / a > (int index, double lb, double ub)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#aa86377bb63658e23dad3d2d35459c351" > SetVariableInteger< / a > (int index, bool integer)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a98638775910339c916ce033cbe60257da08f969a0303564bd857c766aeec88d2e" > SOLUTION_SYNCHRONIZED< / a > enum value< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#acd2420c7db1ca29053a37312977bd610" > Solve< / a > (const MPSolverParameters & param)=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a3f09fb4ef39e8d4ab6607b61aeaa0a2b" > solver_< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a81ef93fee7111fcc116feecc0d9ee204" > SolverVersion< / a > () const =0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a16ab8967955490d4c826927008b2cdcd" > SupportsCallbacks< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#afbef7ee46d807e084dcf1fca7a4de2e7" > sync_status_< / a > < / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a98638775910339c916ce033cbe60257d" > SynchronizationStatus< / a > enum name< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a48fd9ef3673eb22c4bc793d946895531" > trivial_worst_objective_bound< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a17319eda610037b914917378c873347e" > underlying_solver< / a > ()=0< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > pure virtual< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a841ee3119d829b7249538e181a7fc079" > ValidFileExtensionForParameterFile< / a > () const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#ab98fea2f5c1fd6b9b139aae267a143a8" > variable_is_extracted< / a > (int var_index) const< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > inline< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a250d71399cd954433689e259fb29c1c4" > Write< / a > (const std::string & filename)< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > virtual< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html#a68bdc5b845406918af3322eec6497373" > ~MPSolverInterface< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < td class = "entry" > < span class = "mlabel" > virtual< / span > < / td > < / tr >
2019-07-15 14:27:40 -07:00
< / table > < / div > <!-- contents -->
2019-08-07 18:01:08 -07:00
< / div >
2019-07-15 14:27:40 -07:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >