2019-06-13 15:51:12 +02: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"/> -->
2019-06-20 23:08:48 +02:00
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
2019-06-13 15:51:12 +02:00
< 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" >
2019-06-29 18:18:08 +02:00
< span id = "sfml" > OR-Tools 7.2< / span >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-29 18:18:08 +02:00
< link rel = "icon" href = "https://developers.google.com/optimization/images/orLogo.png" >
2019-06-13 15:51:12 +02:00
< div id = "content" >
<!-- Generated by Doxygen 1.8.15 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li class = "current" > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li > < 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-06-13 15:51:12 +02:00
< / ul >
< / div >
< / div > <!-- top -->
2019-07-12 13:25:23 -07:00
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespaceoperations__research.html','');});
/* @license-end */
< / script >
< div id = "doc-content" >
2019-06-13 15:51:12 +02:00
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#enum-members" > Enumerations< / a > |
< a href = "#func-members" > Functions< / a > |
< a href = "#var-members" > Variables< / a > < / div >
< div class = "headertitle" >
< div class = "title" > operations_research Namespace Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
2019-07-15 17:42:24 -07:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" title = "LinearExpr models a quantity that is linear in the decision variables (MPVariable) of an optimization..." > LinearExpr< / a > models a quantity that is linear in the decision variables (< a class = "el" href = "classoperations__research_1_1MPVariable.html" title = "The class for variables of a Mathematical Programming (MP) model." > MPVariable< / a > ) of an optimization problem, i.e. < a href = "classoperations__research_1_1LinearExpr.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1LinearRange.html" > LinearRange< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > An expression of the form: < a href = "classoperations__research_1_1LinearRange.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-07-15 14:27:40 -07:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraint.html" > MPConstraint< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The class for constraints of a Mathematical Programming (MP) model. < a href = "classoperations__research_1_1MPConstraint.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPConstraintProto.html" > MPConstraintProto< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPGeneralConstraintProto.html" > MPGeneralConstraintProto< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPIndicatorConstraint.html" > MPIndicatorConstraint< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPModelRequest.html" > MPModelRequest< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-07-15 14:27:40 -07:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPObjective.html" > MPObjective< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > A class to express a linear objective. < a href = "classoperations__research_1_1MPObjective.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolutionResponse.html" > MPSolutionResponse< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-07-15 14:27:40 -07:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolver.html" > MPSolver< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This mathematical programming (MP) solver class is the main class though which users build and solve problems. < a href = "classoperations__research_1_1MPSolver.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverCommonParameters.html" > MPSolverCommonParameters< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-07-15 14:27:40 -07:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverInterface.html" > MPSolverInterface< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSolverParameters.html" > MPSolverParameters< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This class stores parameter settings for LP and MIP solvers. < a href = "classoperations__research_1_1MPSolverParameters.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPSosConstraint.html" > MPSosConstraint< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-07-15 14:27:40 -07:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariable.html" > MPVariable< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > The class for variables of a Mathematical Programming (MP) model. < a href = "classoperations__research_1_1MPVariable.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1MPVariableProto.html" > MPVariableProto< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1OptionalDouble.html" > OptionalDouble< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1PartialVariableAssignment.html" > PartialVariableAssignment< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "enum-members" > < / a >
Enumerations< / h2 > < / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "memitem:ac4082c18fc997b28960d2a15a27af30b" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30b" > MPSosConstraint_Type< / a > : int { < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30ba35dfc279dac55f2292c50123bbd65eb4" > MPSosConstraint_Type_SOS1_DEFAULT< / a > = 0,
< a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30baa35d9c1cb44243e123f7d5993d5b726f" > MPSosConstraint_Type_SOS2< / a > = 1
}< / td > < / tr >
< tr class = "separator:ac4082c18fc997b28960d2a15a27af30b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a46d924645e62163da6dafc13b827d7b1" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1" > MPSolverCommonParameters_LPAlgorithmValues< / a > : int { < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1a2218d316cfcac5a88342c95b188f3fda" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_UNSPECIFIED< / a > = 0,
< a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1a129c4c6d32bf9aed2414939cb02ff99a" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_DUAL< / a > = 1,
< a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1a53de34dc95fb67212e335f19dc210516" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_PRIMAL< / a > = 2,
< a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1a89ff8ffa01928d5993a1414705eecd15" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_BARRIER< / a > = 3
2019-06-13 15:51:12 +02:00
}< / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "separator:a46d924645e62163da6dafc13b827d7b1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a15791cd7d877fd8cb7977bbfecd6ce4c" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4c" > MPModelRequest_SolverType< / a > : int { < br / >
    < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4ca6fab373696058c6e9f279de4a8446411" > MPModelRequest_SolverType_GLOP_LINEAR_PROGRAMMING< / a > = 2,
< a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4ca0969851c637668f95c10ddb1ade866a7" > MPModelRequest_SolverType_CLP_LINEAR_PROGRAMMING< / a > = 0,
< a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4caa32d84461e16e800e3f996d6347a304d" > MPModelRequest_SolverType_GLPK_LINEAR_PROGRAMMING< / a > = 1,
< a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4ca3af34f198d539e787263f9eded0ce0cd" > MPModelRequest_SolverType_GUROBI_LINEAR_PROGRAMMING< / a > = 6,
2019-06-13 15:51:12 +02:00
< br / >
2019-06-20 23:08:48 +02:00
    < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4ca4bdeae4b1af8d2cd4aab225db4fc0407" > MPModelRequest_SolverType_CPLEX_LINEAR_PROGRAMMING< / a > = 10,
< a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4cac25c4844cbdf1e4d7c7efc11f1f8ebf4" > MPModelRequest_SolverType_SCIP_MIXED_INTEGER_PROGRAMMING< / a > = 3,
< a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4caf60a0830addaf4cf00bc59459fa6647e" > MPModelRequest_SolverType_GLPK_MIXED_INTEGER_PROGRAMMING< / a > = 4,
< a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4ca0e93bcd472e7a9296ff02058ed60f8d1" > MPModelRequest_SolverType_CBC_MIXED_INTEGER_PROGRAMMING< / a > = 5,
2019-06-13 15:51:12 +02:00
< br / >
2019-06-20 23:08:48 +02:00
    < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4cac8beb7f7b026823a6bc2e4e87f546da6" > MPModelRequest_SolverType_GUROBI_MIXED_INTEGER_PROGRAMMING< / a > = 7,
< a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4ca26762918189367f5e171d0e226084d82" > MPModelRequest_SolverType_CPLEX_MIXED_INTEGER_PROGRAMMING< / a > = 11,
< a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4ca67639f2cd42e1197b5ad69a004c93ba3" > MPModelRequest_SolverType_BOP_INTEGER_PROGRAMMING< / a > = 12,
< a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4cac0fedb2082db5e7c96da01b4149c318e" > MPModelRequest_SolverType_SAT_INTEGER_PROGRAMMING< / a > = 14,
2019-06-13 15:51:12 +02:00
< br / >
2019-06-20 23:08:48 +02:00
    < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4cabe010aed8c1b29c5a0fd9ac262ce791f" > MPModelRequest_SolverType_KNAPSACK_MIXED_INTEGER_PROGRAMMING< / a > = 13
2019-06-13 15:51:12 +02:00
< br / >
}< / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "separator:a15791cd7d877fd8cb7977bbfecd6ce4c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8cc975b7db5017319901da0f63a114aa" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aa" > MPSolverResponseStatus< / a > : int { < br / >
    < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaac95cb5be9e36b31647dd28910ac6cae4" > MPSOLVER_OPTIMAL< / a > = 0,
< a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaac7d90afd0518be8cd6433ecad656a83b" > MPSOLVER_FEASIBLE< / a > = 1,
< a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaa0da2dbf49d011970a770d42141819d0a" > MPSOLVER_INFEASIBLE< / a > = 2,
< a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaad73de4a0f9908a4c0d11246ecccf32b6" > MPSOLVER_UNBOUNDED< / a > = 3,
2019-06-13 15:51:12 +02:00
< br / >
2019-06-20 23:08:48 +02:00
    < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaac77789af50586fb2f81915dd1cb790b6" > MPSOLVER_ABNORMAL< / a > = 4,
< a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaa667b6a5ed42c91ea81fa67c59cb3badb" > MPSOLVER_NOT_SOLVED< / a > = 6,
< a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaa97ee5aaa7f57f286d4a821dd6e57523f" > MPSOLVER_MODEL_IS_VALID< / a > = 97,
< a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaa84ea2a63b24de389aac6aa33b1203cd4" > MPSOLVER_UNKNOWN_STATUS< / a > = 99,
2019-06-13 15:51:12 +02:00
< br / >
2019-06-20 23:08:48 +02:00
    < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaa6ae83516a798f1675e1b4daf0d8ea6b1" > MPSOLVER_MODEL_INVALID< / a > = 5,
< a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaa0f9da70b2f2b1304313c3a2a5f4876b3" > MPSOLVER_MODEL_INVALID_SOLUTION_HINT< / a > = 84,
< a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaab90169f8480eca12c963af5ce50d36aa" > MPSOLVER_MODEL_INVALID_SOLVER_PARAMETERS< / a > = 85,
< a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaafa008125099beaab382c42682be6bbf9" > MPSOLVER_SOLVER_TYPE_UNAVAILABLE< / a > = 7
2019-06-13 15:51:12 +02:00
< br / >
}< / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "separator:a8cc975b7db5017319901da0f63a114aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
2019-07-15 17:42:24 -07:00
< tr class = "memitem:a97f9b83239285f5fdfcac1b8e8b4f162" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a97f9b83239285f5fdfcac1b8e8b4f162" > operator+< / a > (< a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > lhs, const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > & rhs)< / td > < / tr >
< tr class = "separator:a97f9b83239285f5fdfcac1b8e8b4f162" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a515cdaf4f9c4000bb3482a0c450e23c3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a515cdaf4f9c4000bb3482a0c450e23c3" > operator-< / a > (< a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > lhs, const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > & rhs)< / td > < / tr >
< tr class = "separator:a515cdaf4f9c4000bb3482a0c450e23c3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a741104fe08089fe3520676487f7a685d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a741104fe08089fe3520676487f7a685d" > operator *< / a > (< a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > lhs, double rhs)< / td > < / tr >
< tr class = "separator:a741104fe08089fe3520676487f7a685d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abebdd7f40e90df8dc7d557b6e26da942" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#abebdd7f40e90df8dc7d557b6e26da942" > operator/< / a > (< a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > lhs, double rhs)< / td > < / tr >
< tr class = "separator:abebdd7f40e90df8dc7d557b6e26da942" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a99590470c6ad2d59331b6fcc56609877" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a99590470c6ad2d59331b6fcc56609877" > operator *< / a > (double lhs, < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > rhs)< / td > < / tr >
< tr class = "separator:a99590470c6ad2d59331b6fcc56609877" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6d1fa20f9c9faf7027c0b16f97139e80" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearRange.html" > LinearRange< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a6d1fa20f9c9faf7027c0b16f97139e80" > operator< =< / a > (const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > & lhs, const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > & rhs)< / td > < / tr >
< tr class = "separator:a6d1fa20f9c9faf7027c0b16f97139e80" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a08146f196bd9c3f492ee108732449ced" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearRange.html" > LinearRange< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a08146f196bd9c3f492ee108732449ced" > operator==< / a > (const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > & lhs, const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > & rhs)< / td > < / tr >
< tr class = "separator:a08146f196bd9c3f492ee108732449ced" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac4052f92af6a7fbb1d45e17befcb68e0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1LinearRange.html" > LinearRange< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ac4052f92af6a7fbb1d45e17befcb68e0" > operator> =< / a > (const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > & lhs, const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > & rhs)< / td > < / tr >
< tr class = "separator:ac4052f92af6a7fbb1d45e17befcb68e0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-07-15 14:27:40 -07:00
< tr class = "memitem:afc3e3b80841b587c6fbfd9e9f3ec9c59" > < td class = "memItemLeft" align = "right" valign = "top" > const absl::string_view  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#afc3e3b80841b587c6fbfd9e9f3ec9c59" > ToString< / a > (< a class = "el" href = "classoperations__research_1_1MPSolver.html#a42c406c7e6fba381aa2bb41aae4b44f2" > MPSolver::OptimizationProblemType< / a > optimization_problem_type)< / td > < / tr >
< tr class = "separator:afc3e3b80841b587c6fbfd9e9f3ec9c59" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2610f938f233d0adcd3142693f4a2683" > < td class = "memItemLeft" align = "right" valign = "top" > std::ostream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a2610f938f233d0adcd3142693f4a2683" > operator< < < / a > (std::ostream & os, < a class = "el" href = "classoperations__research_1_1MPSolver.html#a42c406c7e6fba381aa2bb41aae4b44f2" > MPSolver::OptimizationProblemType< / a > optimization_problem_type)< / td > < / tr >
< tr class = "separator:a2610f938f233d0adcd3142693f4a2683" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e3ed7b755e2b756ef48c9b3bad4a780" > < td class = "memItemLeft" align = "right" valign = "top" > std::ostream &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a6e3ed7b755e2b756ef48c9b3bad4a780" > operator< < < / a > (std::ostream & os, < a class = "el" href = "classoperations__research_1_1MPSolver.html#a16bca30fdb1b048d987631b757c63192" > MPSolver::ResultStatus< / a > status)< / td > < / tr >
< tr class = "separator:a6e3ed7b755e2b756ef48c9b3bad4a780" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a61dc18a85425d0a7cf6aa3e7ce3199f6" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a61dc18a85425d0a7cf6aa3e7ce3199f6" > AbslParseFlag< / a > (absl::string_view text, < a class = "el" href = "classoperations__research_1_1MPSolver.html#a42c406c7e6fba381aa2bb41aae4b44f2" > MPSolver::OptimizationProblemType< / a > *solver_type, std::string *error)< / td > < / tr >
< tr class = "separator:a61dc18a85425d0a7cf6aa3e7ce3199f6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af04d1dfc591c35038a974202e50e541f" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#af04d1dfc591c35038a974202e50e541f" > AbslUnparseFlag< / a > (< a class = "el" href = "classoperations__research_1_1MPSolver.html#a42c406c7e6fba381aa2bb41aae4b44f2" > MPSolver::OptimizationProblemType< / a > solver_type)< / td > < / tr >
< tr class = "separator:af04d1dfc591c35038a974202e50e541f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:a689d3552f87e89456c0c9a43847c964a" > < td class = "memItemLeft" align = "right" valign = "top" > util::StatusOr< std::string >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a689d3552f87e89456c0c9a43847c964a" > ExportModelAsLpFormat< / a > (const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > & model, const < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > & options=< a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > ())< / td > < / tr >
< tr class = "separator:a689d3552f87e89456c0c9a43847c964a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aef684073daca7460490db8d881f886e0" > < td class = "memItemLeft" align = "right" valign = "top" > util::StatusOr< std::string >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#aef684073daca7460490db8d881f886e0" > ExportModelAsMpsFormat< / a > (const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > & model, const < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > & options=< a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > ())< / td > < / tr >
< tr class = "separator:aef684073daca7460490db8d881f886e0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4d319c19b685fe608fe013b573081351" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a4d319c19b685fe608fe013b573081351" > ExportModelAsLpFormatReturnString< / a > (const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > & input_model, const < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > & options=< a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > ())< / td > < / tr >
< tr class = "separator:a4d319c19b685fe608fe013b573081351" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a37abd61c0d982af79257814b6d3a733e" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a37abd61c0d982af79257814b6d3a733e" > ExportModelAsMpsFormatReturnString< / a > (const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > & input_model, const < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > & options=< a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > ())< / td > < / tr >
< tr class = "separator:a37abd61c0d982af79257814b6d3a733e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7a27bb74d09b7ba6ea0e97bb572d2755" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a7a27bb74d09b7ba6ea0e97bb572d2755" > FindErrorInMPModelProto< / a > (const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > & model)< / td > < / tr >
< tr class = "separator:a7a27bb74d09b7ba6ea0e97bb572d2755" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae4ee4d82cf625670cdc1f52197454654" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ae4ee4d82cf625670cdc1f52197454654" > FindFeasibilityErrorInSolutionHint< / a > (const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > & model, double tolerance)< / td > < / tr >
< tr class = "separator:ae4ee4d82cf625670cdc1f52197454654" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "memitem:a69d74b24808a9eba4bcbc04c5bd1f9fb" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a69d74b24808a9eba4bcbc04c5bd1f9fb" > MPSosConstraint_Type_IsValid< / a > (int value)< / td > < / tr >
< tr class = "separator:a69d74b24808a9eba4bcbc04c5bd1f9fb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a94d793569692b2bdcb76cf2d7736da05" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a94d793569692b2bdcb76cf2d7736da05" > MPSosConstraint_Type_descriptor< / a > ()< / td > < / tr >
< tr class = "separator:a94d793569692b2bdcb76cf2d7736da05" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d84cc4ed67dd0a7ccf556176aa9bc1d" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:a0d84cc4ed67dd0a7ccf556176aa9bc1d" > < td class = "memTemplItemLeft" align = "right" valign = "top" > const std::string &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a0d84cc4ed67dd0a7ccf556176aa9bc1d" > MPSosConstraint_Type_Name< / a > (T enum_t_value)< / td > < / tr >
< tr class = "separator:a0d84cc4ed67dd0a7ccf556176aa9bc1d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6d1606a9e00c2974c23f2e758924b459" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a6d1606a9e00c2974c23f2e758924b459" > MPSosConstraint_Type_Parse< / a > (const std::string & name, < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30b" > MPSosConstraint_Type< / a > *value)< / td > < / tr >
< tr class = "separator:a6d1606a9e00c2974c23f2e758924b459" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:ab3ee5c7a9f799696432b082fd4835232" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ab3ee5c7a9f799696432b082fd4835232" > MPSolverCommonParameters_LPAlgorithmValues_IsValid< / a > (int value)< / td > < / tr >
< tr class = "separator:ab3ee5c7a9f799696432b082fd4835232" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "memitem:a70bcdf756e44dfd2d5dab2a5cf4cfb9a" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a70bcdf756e44dfd2d5dab2a5cf4cfb9a" > MPSolverCommonParameters_LPAlgorithmValues_descriptor< / a > ()< / td > < / tr >
< tr class = "separator:a70bcdf756e44dfd2d5dab2a5cf4cfb9a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac96996b4dbc25690d6d7fe345b364519" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:ac96996b4dbc25690d6d7fe345b364519" > < td class = "memTemplItemLeft" align = "right" valign = "top" > const std::string &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ac96996b4dbc25690d6d7fe345b364519" > MPSolverCommonParameters_LPAlgorithmValues_Name< / a > (T enum_t_value)< / td > < / tr >
< tr class = "separator:ac96996b4dbc25690d6d7fe345b364519" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3b1bc7a63f4a7972004060311346868f" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a3b1bc7a63f4a7972004060311346868f" > MPSolverCommonParameters_LPAlgorithmValues_Parse< / a > (const std::string & name, < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1" > MPSolverCommonParameters_LPAlgorithmValues< / a > *value)< / td > < / tr >
< tr class = "separator:a3b1bc7a63f4a7972004060311346868f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:ad26c438ab5f1b232d7eced80a2780ca0" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ad26c438ab5f1b232d7eced80a2780ca0" > MPModelRequest_SolverType_IsValid< / a > (int value)< / td > < / tr >
< tr class = "separator:ad26c438ab5f1b232d7eced80a2780ca0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "memitem:af637f39c9ca296bf197d792c62167b7d" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#af637f39c9ca296bf197d792c62167b7d" > MPModelRequest_SolverType_descriptor< / a > ()< / td > < / tr >
< tr class = "separator:af637f39c9ca296bf197d792c62167b7d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5209f68ceef830f109310dc549479a9b" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:a5209f68ceef830f109310dc549479a9b" > < td class = "memTemplItemLeft" align = "right" valign = "top" > const std::string &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a5209f68ceef830f109310dc549479a9b" > MPModelRequest_SolverType_Name< / a > (T enum_t_value)< / td > < / tr >
< tr class = "separator:a5209f68ceef830f109310dc549479a9b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aeb81b2591906288f021c0a3e37843b37" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#aeb81b2591906288f021c0a3e37843b37" > MPModelRequest_SolverType_Parse< / a > (const std::string & name, < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4c" > MPModelRequest_SolverType< / a > *value)< / td > < / tr >
< tr class = "separator:aeb81b2591906288f021c0a3e37843b37" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:a7a295b0760db498bc4fa9479bb8c2329" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a7a295b0760db498bc4fa9479bb8c2329" > MPSolverResponseStatus_IsValid< / a > (int value)< / td > < / tr >
< tr class = "separator:a7a295b0760db498bc4fa9479bb8c2329" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "memitem:ace7f8b02c012c058db64b534e3378f0f" > < td class = "memItemLeft" align = "right" valign = "top" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ace7f8b02c012c058db64b534e3378f0f" > MPSolverResponseStatus_descriptor< / a > ()< / td > < / tr >
< tr class = "separator:ace7f8b02c012c058db64b534e3378f0f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a188641a1ab5a4dda11c00a11149b07d4" > < td class = "memTemplParams" colspan = "2" > template< typename T > < / td > < / tr >
< tr class = "memitem:a188641a1ab5a4dda11c00a11149b07d4" > < td class = "memTemplItemLeft" align = "right" valign = "top" > const std::string &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a188641a1ab5a4dda11c00a11149b07d4" > MPSolverResponseStatus_Name< / a > (T enum_t_value)< / td > < / tr >
< tr class = "separator:a188641a1ab5a4dda11c00a11149b07d4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a22b5756cf719f9b2d10dae67820cf885" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a22b5756cf719f9b2d10dae67820cf885" > MPSolverResponseStatus_Parse< / a > (const std::string & name, < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aa" > MPSolverResponseStatus< / a > *value)< / td > < / tr >
< tr class = "separator:a22b5756cf719f9b2d10dae67820cf885" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "var-members" > < / a >
Variables< / h2 > < / td > < / tr >
2019-07-15 14:27:40 -07:00
< tr class = "memitem:a07189276cc680928dad51ed197142077" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr double  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a07189276cc680928dad51ed197142077" > kDefaultPrimalTolerance< / a > = 1e-07< / td > < / tr >
< tr class = "separator:a07189276cc680928dad51ed197142077" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:a11d06964c51cd718a2a5c620c3289f7e" > < td class = "memItemLeft" align = "right" valign = "top" > MPConstraintProtoDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a11d06964c51cd718a2a5c620c3289f7e" > _MPConstraintProto_default_instance_< / a > < / td > < / tr >
< tr class = "separator:a11d06964c51cd718a2a5c620c3289f7e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab18f88184af1e6b0197a98cf0485803f" > < td class = "memItemLeft" align = "right" valign = "top" > MPGeneralConstraintProtoDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ab18f88184af1e6b0197a98cf0485803f" > _MPGeneralConstraintProto_default_instance_< / a > < / td > < / tr >
< tr class = "separator:ab18f88184af1e6b0197a98cf0485803f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1fa4d06ad0beb392a3144747d83fcc2c" > < td class = "memItemLeft" align = "right" valign = "top" > MPIndicatorConstraintDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a1fa4d06ad0beb392a3144747d83fcc2c" > _MPIndicatorConstraint_default_instance_< / a > < / td > < / tr >
< tr class = "separator:a1fa4d06ad0beb392a3144747d83fcc2c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa214723b84fc52d727efc5067df690e2" > < td class = "memItemLeft" align = "right" valign = "top" > MPModelProtoDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#aa214723b84fc52d727efc5067df690e2" > _MPModelProto_default_instance_< / a > < / td > < / tr >
< tr class = "separator:aa214723b84fc52d727efc5067df690e2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5557bc052354d9b956a609d0698281d5" > < td class = "memItemLeft" align = "right" valign = "top" > MPModelRequestDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a5557bc052354d9b956a609d0698281d5" > _MPModelRequest_default_instance_< / a > < / td > < / tr >
< tr class = "separator:a5557bc052354d9b956a609d0698281d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9c99a96a8b2fcf4ab6890a4717c92da5" > < td class = "memItemLeft" align = "right" valign = "top" > MPSolutionResponseDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a9c99a96a8b2fcf4ab6890a4717c92da5" > _MPSolutionResponse_default_instance_< / a > < / td > < / tr >
< tr class = "separator:a9c99a96a8b2fcf4ab6890a4717c92da5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7ece0f2b42b6eaf443223377343e1966" > < td class = "memItemLeft" align = "right" valign = "top" > MPSolverCommonParametersDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a7ece0f2b42b6eaf443223377343e1966" > _MPSolverCommonParameters_default_instance_< / a > < / td > < / tr >
< tr class = "separator:a7ece0f2b42b6eaf443223377343e1966" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "memitem:a3916f807aef0b8a0929c71cb72f8fe2c" > < td class = "memItemLeft" align = "right" valign = "top" > MPSosConstraintDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a3916f807aef0b8a0929c71cb72f8fe2c" > _MPSosConstraint_default_instance_< / a > < / td > < / tr >
< tr class = "separator:a3916f807aef0b8a0929c71cb72f8fe2c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< tr class = "memitem:af3dce953fd737d51dcb003b93452b3b6" > < td class = "memItemLeft" align = "right" valign = "top" > MPVariableProtoDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#af3dce953fd737d51dcb003b93452b3b6" > _MPVariableProto_default_instance_< / a > < / td > < / tr >
< tr class = "separator:af3dce953fd737d51dcb003b93452b3b6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5fd6483b24c303a0fbf9ab49846d370c" > < td class = "memItemLeft" align = "right" valign = "top" > OptionalDoubleDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a5fd6483b24c303a0fbf9ab49846d370c" > _OptionalDouble_default_instance_< / a > < / td > < / tr >
< tr class = "separator:a5fd6483b24c303a0fbf9ab49846d370c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac92dae0b80b47779fc1de1bf9e7df9dd" > < td class = "memItemLeft" align = "right" valign = "top" > PartialVariableAssignmentDefaultTypeInternal  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ac92dae0b80b47779fc1de1bf9e7df9dd" > _PartialVariableAssignment_default_instance_< / a > < / td > < / tr >
< tr class = "separator:ac92dae0b80b47779fc1de1bf9e7df9dd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-20 23:08:48 +02:00
< tr class = "memitem:a8a26ab806b2722fadd4035cd0be0ae5b" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30b" > MPSosConstraint_Type< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a8a26ab806b2722fadd4035cd0be0ae5b" > MPSosConstraint_Type_Type_MIN< / a > = < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30ba35dfc279dac55f2292c50123bbd65eb4" > MPSosConstraint_Type_SOS1_DEFAULT< / a > < / td > < / tr >
< tr class = "separator:a8a26ab806b2722fadd4035cd0be0ae5b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a50ec8ebec75c1daf0e7633cb74ff6657" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30b" > MPSosConstraint_Type< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a50ec8ebec75c1daf0e7633cb74ff6657" > MPSosConstraint_Type_Type_MAX< / a > = < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30baa35d9c1cb44243e123f7d5993d5b726f" > MPSosConstraint_Type_SOS2< / a > < / td > < / tr >
< tr class = "separator:a50ec8ebec75c1daf0e7633cb74ff6657" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a43079282dcdc58640a4fb8f3504d9548" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a43079282dcdc58640a4fb8f3504d9548" > MPSosConstraint_Type_Type_ARRAYSIZE< / a > = < a class = "el" href = "namespaceoperations__research.html#a50ec8ebec75c1daf0e7633cb74ff6657" > MPSosConstraint_Type_Type_MAX< / a > + 1< / td > < / tr >
< tr class = "separator:a43079282dcdc58640a4fb8f3504d9548" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac1eda65381beae08503e8af2b57a0d4c" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1" > MPSolverCommonParameters_LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ac1eda65381beae08503e8af2b57a0d4c" > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MIN< / a > = < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1a2218d316cfcac5a88342c95b188f3fda" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_UNSPECIFIED< / a > < / td > < / tr >
< tr class = "separator:ac1eda65381beae08503e8af2b57a0d4c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a12a6be7881f2f7dd6e426242c961d5d9" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1" > MPSolverCommonParameters_LPAlgorithmValues< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a12a6be7881f2f7dd6e426242c961d5d9" > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MAX< / a > = < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1a89ff8ffa01928d5993a1414705eecd15" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_BARRIER< / a > < / td > < / tr >
< tr class = "separator:a12a6be7881f2f7dd6e426242c961d5d9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b0590a3e329a0bb8a10b866c28138a0" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a2b0590a3e329a0bb8a10b866c28138a0" > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_ARRAYSIZE< / a > = < a class = "el" href = "namespaceoperations__research.html#a12a6be7881f2f7dd6e426242c961d5d9" > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MAX< / a > + 1< / td > < / tr >
< tr class = "separator:a2b0590a3e329a0bb8a10b866c28138a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9eaabd9c53b8aa093483b2c664a405c3" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4c" > MPModelRequest_SolverType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a9eaabd9c53b8aa093483b2c664a405c3" > MPModelRequest_SolverType_SolverType_MIN< / a > = < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4ca0969851c637668f95c10ddb1ade866a7" > MPModelRequest_SolverType_CLP_LINEAR_PROGRAMMING< / a > < / td > < / tr >
< tr class = "separator:a9eaabd9c53b8aa093483b2c664a405c3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a42eca5d9d855cdf447e78e17acd87c7a" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4c" > MPModelRequest_SolverType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a42eca5d9d855cdf447e78e17acd87c7a" > MPModelRequest_SolverType_SolverType_MAX< / a > = < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4cac0fedb2082db5e7c96da01b4149c318e" > MPModelRequest_SolverType_SAT_INTEGER_PROGRAMMING< / a > < / td > < / tr >
< tr class = "separator:a42eca5d9d855cdf447e78e17acd87c7a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7affd70e5dc61deefab59f4c06149644" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a7affd70e5dc61deefab59f4c06149644" > MPModelRequest_SolverType_SolverType_ARRAYSIZE< / a > = < a class = "el" href = "namespaceoperations__research.html#a42eca5d9d855cdf447e78e17acd87c7a" > MPModelRequest_SolverType_SolverType_MAX< / a > + 1< / td > < / tr >
< tr class = "separator:a7affd70e5dc61deefab59f4c06149644" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a53c0861628965fd7d72a0816d8575c66" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aa" > MPSolverResponseStatus< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a53c0861628965fd7d72a0816d8575c66" > MPSolverResponseStatus_MIN< / a > = < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaac95cb5be9e36b31647dd28910ac6cae4" > MPSOLVER_OPTIMAL< / a > < / td > < / tr >
< tr class = "separator:a53c0861628965fd7d72a0816d8575c66" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1315bf58051fbf57733dc025d6994340" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aa" > MPSolverResponseStatus< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#a1315bf58051fbf57733dc025d6994340" > MPSolverResponseStatus_MAX< / a > = < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaa84ea2a63b24de389aac6aa33b1203cd4" > MPSOLVER_UNKNOWN_STATUS< / a > < / td > < / tr >
< tr class = "separator:a1315bf58051fbf57733dc025d6994340" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac136e7845fbe09520c0e7777d9ae8b43" > < td class = "memItemLeft" align = "right" valign = "top" > constexpr int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespaceoperations__research.html#ac136e7845fbe09520c0e7777d9ae8b43" > MPSolverResponseStatus_ARRAYSIZE< / a > = < a class = "el" href = "namespaceoperations__research.html#a1315bf58051fbf57733dc025d6994340" > MPSolverResponseStatus_MAX< / a > + 1< / td > < / tr >
< tr class = "separator:ac136e7845fbe09520c0e7777d9ae8b43" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:51:12 +02:00
< / table >
2019-07-15 14:27:40 -07:00
< h2 class = "groupheader" > Enumeration Type Documentation< / h2 >
2019-06-20 23:08:48 +02:00
< a id = "a15791cd7d877fd8cb7977bbfecd6ce4c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a15791cd7d877fd8cb7977bbfecd6ce4c" > ◆ < / a > < / span > MPModelRequest_SolverType< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > enum < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4c" > operations_research::MPModelRequest_SolverType< / a > : int< / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-06-20 23:08:48 +02:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4ca6fab373696058c6e9f279de4a8446411" > < / a > MPModelRequest_SolverType_GLOP_LINEAR_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4ca0969851c637668f95c10ddb1ade866a7" > < / a > MPModelRequest_SolverType_CLP_LINEAR_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4caa32d84461e16e800e3f996d6347a304d" > < / a > MPModelRequest_SolverType_GLPK_LINEAR_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4ca3af34f198d539e787263f9eded0ce0cd" > < / a > MPModelRequest_SolverType_GUROBI_LINEAR_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4ca4bdeae4b1af8d2cd4aab225db4fc0407" > < / a > MPModelRequest_SolverType_CPLEX_LINEAR_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4cac25c4844cbdf1e4d7c7efc11f1f8ebf4" > < / a > MPModelRequest_SolverType_SCIP_MIXED_INTEGER_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4caf60a0830addaf4cf00bc59459fa6647e" > < / a > MPModelRequest_SolverType_GLPK_MIXED_INTEGER_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4ca0e93bcd472e7a9296ff02058ed60f8d1" > < / a > MPModelRequest_SolverType_CBC_MIXED_INTEGER_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4cac8beb7f7b026823a6bc2e4e87f546da6" > < / a > MPModelRequest_SolverType_GUROBI_MIXED_INTEGER_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4ca26762918189367f5e171d0e226084d82" > < / a > MPModelRequest_SolverType_CPLEX_MIXED_INTEGER_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4ca67639f2cd42e1197b5ad69a004c93ba3" > < / a > MPModelRequest_SolverType_BOP_INTEGER_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4cac0fedb2082db5e7c96da01b4149c318e" > < / a > MPModelRequest_SolverType_SAT_INTEGER_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a15791cd7d877fd8cb7977bbfecd6ce4cabe010aed8c1b29c5a0fd9ac262ce791f" > < / a > MPModelRequest_SolverType_KNAPSACK_MIXED_INTEGER_PROGRAMMING  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:51:12 +02:00
< / table >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00157" > 157< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a46d924645e62163da6dafc13b827d7b1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a46d924645e62163da6dafc13b827d7b1" > ◆ < / a > < / span > MPSolverCommonParameters_LPAlgorithmValues< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > enum < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1" > operations_research::MPSolverCommonParameters_LPAlgorithmValues< / a > : int< / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-06-20 23:08:48 +02:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a46d924645e62163da6dafc13b827d7b1a2218d316cfcac5a88342c95b188f3fda" > < / a > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_UNSPECIFIED  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a46d924645e62163da6dafc13b827d7b1a129c4c6d32bf9aed2414939cb02ff99a" > < / a > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_DUAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a46d924645e62163da6dafc13b827d7b1a53de34dc95fb67212e335f19dc210516" > < / a > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_PRIMAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a46d924645e62163da6dafc13b827d7b1a89ff8ffa01928d5993a1414705eecd15" > < / a > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_BARRIER  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:51:12 +02:00
< / table >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00132" > 132< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a8cc975b7db5017319901da0f63a114aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8cc975b7db5017319901da0f63a114aa" > ◆ < / a > < / span > MPSolverResponseStatus< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > enum < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aa" > operations_research::MPSolverResponseStatus< / a > : int< / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
2019-06-20 23:08:48 +02:00
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaac95cb5be9e36b31647dd28910ac6cae4" > < / a > MPSOLVER_OPTIMAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaac7d90afd0518be8cd6433ecad656a83b" > < / a > MPSOLVER_FEASIBLE  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaa0da2dbf49d011970a770d42141819d0a" > < / a > MPSOLVER_INFEASIBLE  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaad73de4a0f9908a4c0d11246ecccf32b6" > < / a > MPSOLVER_UNBOUNDED  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaac77789af50586fb2f81915dd1cb790b6" > < / a > MPSOLVER_ABNORMAL  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaa667b6a5ed42c91ea81fa67c59cb3badb" > < / a > MPSOLVER_NOT_SOLVED  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaa97ee5aaa7f57f286d4a821dd6e57523f" > < / a > MPSOLVER_MODEL_IS_VALID  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaa84ea2a63b24de389aac6aa33b1203cd4" > < / a > MPSOLVER_UNKNOWN_STATUS  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaa6ae83516a798f1675e1b4daf0d8ea6b1" > < / a > MPSOLVER_MODEL_INVALID  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaa0f9da70b2f2b1304313c3a2a5f4876b3" > < / a > MPSOLVER_MODEL_INVALID_SOLUTION_HINT  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaab90169f8480eca12c963af5ce50d36aa" > < / a > MPSOLVER_MODEL_INVALID_SOLVER_PARAMETERS  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "a8cc975b7db5017319901da0f63a114aaafa008125099beaab382c42682be6bbf9" > < / a > MPSOLVER_SOLVER_TYPE_UNAVAILABLE  < / td > < td class = "fielddoc" > < / td > < / tr >
2019-06-13 15:51:12 +02:00
< / table >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00191" > 191< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ac4082c18fc997b28960d2a15a27af30b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac4082c18fc997b28960d2a15a27af30b" > ◆ < / a > < / span > MPSosConstraint_Type< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > enum < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30b" > operations_research::MPSosConstraint_Type< / a > : int< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< table class = "fieldtable" >
< tr > < th colspan = "2" > Enumerator< / th > < / tr > < tr > < td class = "fieldname" > < a id = "ac4082c18fc997b28960d2a15a27af30ba35dfc279dac55f2292c50123bbd65eb4" > < / a > MPSosConstraint_Type_SOS1_DEFAULT  < / td > < td class = "fielddoc" > < / td > < / tr >
< tr > < td class = "fieldname" > < a id = "ac4082c18fc997b28960d2a15a27af30baa35d9c1cb44243e123f7d5993d5b726f" > < / a > MPSosConstraint_Type_SOS2  < / td > < td class = "fielddoc" > < / td > < / tr >
< / table >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00109" > 109< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Function Documentation< / h2 >
2019-07-15 14:27:40 -07:00
< a id = "a61dc18a85425d0a7cf6aa3e7ce3199f6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a61dc18a85425d0a7cf6aa3e7ce3199f6" > ◆ < / a > < / span > AbslParseFlag()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operations_research::AbslParseFlag < / td >
< td > (< / td >
< td class = "paramtype" > absl::string_view  < / td >
< td class = "paramname" > < em > text< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPSolver.html#a42c406c7e6fba381aa2bb41aae4b44f2" > MPSolver::OptimizationProblemType< / a > *  < / td >
< td class = "paramname" > < em > solver_type< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > std::string *  < / td >
< td class = "paramname" > < em > error< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "af04d1dfc591c35038a974202e50e541f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af04d1dfc591c35038a974202e50e541f" > ◆ < / a > < / span > AbslUnparseFlag()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string operations_research::AbslUnparseFlag < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPSolver.html#a42c406c7e6fba381aa2bb41aae4b44f2" > MPSolver::OptimizationProblemType< / a >   < / td >
< td class = "paramname" > < em > solver_type< / 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" >
2019-07-16 10:13:02 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8h_source.html#l00866" > 866< / a > of file < a class = "el" href = "linear__solver_8h_source.html" > linear_solver.h< / a > .< / p >
2019-07-15 14:27:40 -07:00
< / div >
< / div >
2019-06-13 15:51:12 +02:00
< a id = "a689d3552f87e89456c0c9a43847c964a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a689d3552f87e89456c0c9a43847c964a" > ◆ < / a > < / span > ExportModelAsLpFormat()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > util::StatusOr< std::string> operations_research::ExportModelAsLpFormat < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > &   < / td >
< td class = "paramname" > < em > model< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > &   < / td >
< td class = "paramname" > < em > options< / em > = < code > < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > ()< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a4d319c19b685fe608fe013b573081351" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4d319c19b685fe608fe013b573081351" > ◆ < / a > < / span > ExportModelAsLpFormatReturnString()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string operations_research::ExportModelAsLpFormatReturnString < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > &   < / td >
< td class = "paramname" > < em > input_model< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > &   < / td >
< td class = "paramname" > < em > options< / em > = < code > < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > ()< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "model__exporter__swig__helper_8h_source.html#l00024" > 24< / a > of file < a class = "el" href = "model__exporter__swig__helper_8h_source.html" > model_exporter_swig_helper.h< / a > .< / p >
< / div >
< / div >
< a id = "aef684073daca7460490db8d881f886e0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aef684073daca7460490db8d881f886e0" > ◆ < / a > < / span > ExportModelAsMpsFormat()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > util::StatusOr< std::string> operations_research::ExportModelAsMpsFormat < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > &   < / td >
< td class = "paramname" > < em > model< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > &   < / td >
< td class = "paramname" > < em > options< / em > = < code > < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > ()< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a37abd61c0d982af79257814b6d3a733e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a37abd61c0d982af79257814b6d3a733e" > ◆ < / a > < / span > ExportModelAsMpsFormatReturnString()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string operations_research::ExportModelAsMpsFormatReturnString < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > &   < / td >
< td class = "paramname" > < em > input_model< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > &   < / td >
< td class = "paramname" > < em > options< / em > = < code > < a class = "el" href = "structoperations__research_1_1MPModelExportOptions.html" > MPModelExportOptions< / a > ()< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "model__exporter__swig__helper_8h_source.html#l00031" > 31< / a > of file < a class = "el" href = "model__exporter__swig__helper_8h_source.html" > model_exporter_swig_helper.h< / a > .< / p >
< / div >
< / div >
< a id = "a7a27bb74d09b7ba6ea0e97bb572d2755" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7a27bb74d09b7ba6ea0e97bb572d2755" > ◆ < / a > < / span > FindErrorInMPModelProto()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string operations_research::FindErrorInMPModelProto < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > &   < / td >
< td class = "paramname" > < em > model< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ae4ee4d82cf625670cdc1f52197454654" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae4ee4d82cf625670cdc1f52197454654" > ◆ < / a > < / span > FindFeasibilityErrorInSolutionHint()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > std::string operations_research::FindFeasibilityErrorInSolutionHint < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1MPModelProto.html" > MPModelProto< / a > &   < / td >
< td class = "paramname" > < em > model< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > double  < / td >
< td class = "paramname" > < em > tolerance< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "af637f39c9ca296bf197d792c62167b7d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af637f39c9ca296bf197d792c62167b7d" > ◆ < / a > < / span > MPModelRequest_SolverType_descriptor()< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* operations_research::MPModelRequest_SolverType_descriptor < / td >
2019-06-13 15:51:12 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad26c438ab5f1b232d7eced80a2780ca0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad26c438ab5f1b232d7eced80a2780ca0" > ◆ < / a > < / span > MPModelRequest_SolverType_IsValid()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operations_research::MPModelRequest_SolverType_IsValid < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a5209f68ceef830f109310dc549479a9b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5209f68ceef830f109310dc549479a9b" > ◆ < / a > < / span > MPModelRequest_SolverType_Name()< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
2019-06-20 23:08:48 +02:00
< div class = "memtemplate" >
template< typename T > < / div >
2019-06-13 15:51:12 +02:00
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > const std::string& operations_research::MPModelRequest_SolverType_Name < / td >
2019-06-13 15:51:12 +02:00
< td > (< / td >
2019-06-20 23:08:48 +02:00
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > enum_t_value< / em > < / td > < td > )< / td >
2019-06-13 15:51:12 +02:00
< 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" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00179" > 179< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "aeb81b2591906288f021c0a3e37843b37" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeb81b2591906288f021c0a3e37843b37" > ◆ < / a > < / span > MPModelRequest_SolverType_Parse()< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operations_research::MPModelRequest_SolverType_Parse < / td >
< td > (< / td >
2019-06-20 23:08:48 +02:00
< td class = "paramtype" > const std::string &   < / td >
2019-06-13 15:51:12 +02:00
< td class = "paramname" > < em > name< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-06-20 23:08:48 +02:00
< td class = "paramtype" > < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4c" > MPModelRequest_SolverType< / a > *  < / td >
2019-06-13 15:51:12 +02:00
< td class = "paramname" > < em > value< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00186" > 186< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a70bcdf756e44dfd2d5dab2a5cf4cfb9a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a70bcdf756e44dfd2d5dab2a5cf4cfb9a" > ◆ < / a > < / span > MPSolverCommonParameters_LPAlgorithmValues_descriptor()< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* operations_research::MPSolverCommonParameters_LPAlgorithmValues_descriptor < / td >
2019-06-13 15:51:12 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab3ee5c7a9f799696432b082fd4835232" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab3ee5c7a9f799696432b082fd4835232" > ◆ < / a > < / span > MPSolverCommonParameters_LPAlgorithmValues_IsValid()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operations_research::MPSolverCommonParameters_LPAlgorithmValues_IsValid < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "ac96996b4dbc25690d6d7fe345b364519" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac96996b4dbc25690d6d7fe345b364519" > ◆ < / a > < / span > MPSolverCommonParameters_LPAlgorithmValues_Name()< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
2019-06-20 23:08:48 +02:00
< div class = "memtemplate" >
template< typename T > < / div >
2019-06-13 15:51:12 +02:00
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > const std::string& operations_research::MPSolverCommonParameters_LPAlgorithmValues_Name < / td >
2019-06-13 15:51:12 +02:00
< td > (< / td >
2019-06-20 23:08:48 +02:00
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > enum_t_value< / em > < / td > < td > )< / td >
2019-06-13 15:51:12 +02:00
< 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" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00145" > 145< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a3b1bc7a63f4a7972004060311346868f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3b1bc7a63f4a7972004060311346868f" > ◆ < / a > < / span > MPSolverCommonParameters_LPAlgorithmValues_Parse()< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operations_research::MPSolverCommonParameters_LPAlgorithmValues_Parse < / td >
< td > (< / td >
2019-06-20 23:08:48 +02:00
< td class = "paramtype" > const std::string &   < / td >
2019-06-13 15:51:12 +02:00
< td class = "paramname" > < em > name< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-06-20 23:08:48 +02:00
< td class = "paramtype" > < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1" > MPSolverCommonParameters_LPAlgorithmValues< / a > *  < / td >
2019-06-13 15:51:12 +02:00
< td class = "paramname" > < em > value< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00152" > 152< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "ace7f8b02c012c058db64b534e3378f0f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ace7f8b02c012c058db64b534e3378f0f" > ◆ < / a > < / span > MPSolverResponseStatus_descriptor()< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* operations_research::MPSolverResponseStatus_descriptor < / td >
2019-06-13 15:51:12 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a7a295b0760db498bc4fa9479bb8c2329" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7a295b0760db498bc4fa9479bb8c2329" > ◆ < / a > < / span > MPSolverResponseStatus_IsValid()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operations_research::MPSolverResponseStatus_IsValid < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a188641a1ab5a4dda11c00a11149b07d4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a188641a1ab5a4dda11c00a11149b07d4" > ◆ < / a > < / span > MPSolverResponseStatus_Name()< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
2019-06-20 23:08:48 +02:00
< div class = "memtemplate" >
template< typename T > < / div >
2019-06-13 15:51:12 +02:00
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > const std::string& operations_research::MPSolverResponseStatus_Name < / td >
2019-06-13 15:51:12 +02:00
< td > (< / td >
2019-06-20 23:08:48 +02:00
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > enum_t_value< / em > < / td > < td > )< / td >
2019-06-13 15:51:12 +02:00
< 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" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00212" > 212< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a22b5756cf719f9b2d10dae67820cf885" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a22b5756cf719f9b2d10dae67820cf885" > ◆ < / a > < / span > MPSolverResponseStatus_Parse()< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operations_research::MPSolverResponseStatus_Parse < / td >
< td > (< / td >
2019-06-20 23:08:48 +02:00
< td class = "paramtype" > const std::string &   < / td >
2019-06-13 15:51:12 +02:00
< td class = "paramname" > < em > name< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2019-06-20 23:08:48 +02:00
< td class = "paramtype" > < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aa" > MPSolverResponseStatus< / a > *  < / td >
2019-06-13 15:51:12 +02:00
< td class = "paramname" > < em > value< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00219" > 219< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a94d793569692b2bdcb76cf2d7736da05" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a94d793569692b2bdcb76cf2d7736da05" > ◆ < / a > < / span > MPSosConstraint_Type_descriptor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* operations_research::MPSosConstraint_Type_descriptor < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a69d74b24808a9eba4bcbc04c5bd1f9fb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a69d74b24808a9eba4bcbc04c5bd1f9fb" > ◆ < / a > < / span > MPSosConstraint_Type_IsValid()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operations_research::MPSosConstraint_Type_IsValid < / td >
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > value< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a0d84cc4ed67dd0a7ccf556176aa9bc1d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d84cc4ed67dd0a7ccf556176aa9bc1d" > ◆ < / a > < / span > MPSosConstraint_Type_Name()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< typename T > < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const std::string& operations_research::MPSosConstraint_Type_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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00120" > 120< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a6d1606a9e00c2974c23f2e758924b459" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6d1606a9e00c2974c23f2e758924b459" > ◆ < / a > < / span > MPSosConstraint_Type_Parse()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operations_research::MPSosConstraint_Type_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#ac4082c18fc997b28960d2a15a27af30b" > MPSosConstraint_Type< / 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00127" > 127< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
2019-07-15 17:42:24 -07:00
< / div >
< / div >
< a id = "a741104fe08089fe3520676487f7a685d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a741104fe08089fe3520676487f7a685d" > ◆ < / a > < / span > operator *() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > operations_research::operator * < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td >
< td class = "paramname" > < em > lhs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > double  < / td >
< td class = "paramname" > < em > rhs< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a99590470c6ad2d59331b6fcc56609877" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a99590470c6ad2d59331b6fcc56609877" > ◆ < / a > < / span > operator *() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > operations_research::operator * < / td >
< td > (< / td >
< td class = "paramtype" > double  < / td >
< td class = "paramname" > < em > lhs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td >
< td class = "paramname" > < em > rhs< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a97f9b83239285f5fdfcac1b8e8b4f162" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a97f9b83239285f5fdfcac1b8e8b4f162" > ◆ < / a > < / span > operator+()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > operations_research::operator+ < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td >
< td class = "paramname" > < em > lhs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > &   < / td >
< td class = "paramname" > < em > rhs< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a515cdaf4f9c4000bb3482a0c450e23c3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a515cdaf4f9c4000bb3482a0c450e23c3" > ◆ < / a > < / span > operator-()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > operations_research::operator- < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td >
< td class = "paramname" > < em > lhs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > &   < / td >
< td class = "paramname" > < em > rhs< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "abebdd7f40e90df8dc7d557b6e26da942" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abebdd7f40e90df8dc7d557b6e26da942" > ◆ < / a > < / span > operator/()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > operations_research::operator/ < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a >   < / td >
< td class = "paramname" > < em > lhs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > double  < / td >
< td class = "paramname" > < em > rhs< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-07-15 14:27:40 -07:00
< / div >
< / div >
< a id = "a2610f938f233d0adcd3142693f4a2683" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2610f938f233d0adcd3142693f4a2683" > ◆ < / 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" > std::ostream& operations_research::operator< < < / td >
< td > (< / td >
< td class = "paramtype" > std::ostream &   < / td >
< td class = "paramname" > < em > os< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPSolver.html#a42c406c7e6fba381aa2bb41aae4b44f2" > MPSolver::OptimizationProblemType< / a >   < / td >
< td class = "paramname" > < em > optimization_problem_type< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-07-16 10:13:02 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8h_source.html#l00850" > 850< / a > of file < a class = "el" href = "linear__solver_8h_source.html" > linear_solver.h< / a > .< / p >
2019-07-15 14:27:40 -07:00
< / div >
< / div >
< a id = "a6e3ed7b755e2b756ef48c9b3bad4a780" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6e3ed7b755e2b756ef48c9b3bad4a780" > ◆ < / 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" > std::ostream& operations_research::operator< < < / td >
< td > (< / td >
< td class = "paramtype" > std::ostream &   < / td >
< td class = "paramname" > < em > os< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPSolver.html#a16bca30fdb1b048d987631b757c63192" > MPSolver::ResultStatus< / a >   < / td >
< td class = "paramname" > < em > status< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-07-16 10:13:02 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8h_source.html#l00856" > 856< / a > of file < a class = "el" href = "linear__solver_8h_source.html" > linear_solver.h< / a > .< / p >
2019-07-15 17:42:24 -07:00
< / div >
< / div >
< a id = "a6d1fa20f9c9faf7027c0b16f97139e80" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6d1fa20f9c9faf7027c0b16f97139e80" > ◆ < / a > < / span > operator< =()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearRange.html" > LinearRange< / a > operations_research::operator< = < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > &   < / td >
< td class = "paramname" > < em > lhs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > &   < / td >
< td class = "paramname" > < em > rhs< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a08146f196bd9c3f492ee108732449ced" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a08146f196bd9c3f492ee108732449ced" > ◆ < / a > < / span > operator==()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearRange.html" > LinearRange< / a > operations_research::operator== < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > &   < / td >
< td class = "paramname" > < em > lhs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > &   < / td >
< td class = "paramname" > < em > rhs< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ac4052f92af6a7fbb1d45e17befcb68e0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac4052f92af6a7fbb1d45e17befcb68e0" > ◆ < / a > < / span > operator> =()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1LinearRange.html" > LinearRange< / a > operations_research::operator> = < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > &   < / td >
< td class = "paramname" > < em > lhs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1LinearExpr.html" > LinearExpr< / a > &   < / td >
< td class = "paramname" > < em > rhs< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-07-15 14:27:40 -07:00
< / div >
< / div >
< a id = "afc3e3b80841b587c6fbfd9e9f3ec9c59" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc3e3b80841b587c6fbfd9e9f3ec9c59" > ◆ < / a > < / span > ToString()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > const absl::string_view operations_research::ToString < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1MPSolver.html#a42c406c7e6fba381aa2bb41aae4b44f2" > MPSolver::OptimizationProblemType< / a >   < / td >
< td class = "paramname" > < em > optimization_problem_type< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
< h2 class = "groupheader" > Variable Documentation< / h2 >
< a id = "a11d06964c51cd718a2a5c620c3289f7e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a11d06964c51cd718a2a5c620c3289f7e" > ◆ < / a > < / span > _MPConstraintProto_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > MPConstraintProtoDefaultTypeInternal operations_research::_MPConstraintProto_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab18f88184af1e6b0197a98cf0485803f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab18f88184af1e6b0197a98cf0485803f" > ◆ < / a > < / span > _MPGeneralConstraintProto_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > MPGeneralConstraintProtoDefaultTypeInternal operations_research::_MPGeneralConstraintProto_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a1fa4d06ad0beb392a3144747d83fcc2c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1fa4d06ad0beb392a3144747d83fcc2c" > ◆ < / a > < / span > _MPIndicatorConstraint_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > MPIndicatorConstraintDefaultTypeInternal operations_research::_MPIndicatorConstraint_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aa214723b84fc52d727efc5067df690e2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa214723b84fc52d727efc5067df690e2" > ◆ < / a > < / span > _MPModelProto_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > MPModelProtoDefaultTypeInternal operations_research::_MPModelProto_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a5557bc052354d9b956a609d0698281d5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5557bc052354d9b956a609d0698281d5" > ◆ < / a > < / span > _MPModelRequest_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > MPModelRequestDefaultTypeInternal operations_research::_MPModelRequest_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a9c99a96a8b2fcf4ab6890a4717c92da5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9c99a96a8b2fcf4ab6890a4717c92da5" > ◆ < / a > < / span > _MPSolutionResponse_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > MPSolutionResponseDefaultTypeInternal operations_research::_MPSolutionResponse_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a7ece0f2b42b6eaf443223377343e1966" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7ece0f2b42b6eaf443223377343e1966" > ◆ < / a > < / span > _MPSolverCommonParameters_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > MPSolverCommonParametersDefaultTypeInternal operations_research::_MPSolverCommonParameters_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< / div >
< / div >
< a id = "a3916f807aef0b8a0929c71cb72f8fe2c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3916f807aef0b8a0929c71cb72f8fe2c" > ◆ < / a > < / span > _MPSosConstraint_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > MPSosConstraintDefaultTypeInternal operations_research::_MPSosConstraint_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
< a id = "af3dce953fd737d51dcb003b93452b3b6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af3dce953fd737d51dcb003b93452b3b6" > ◆ < / a > < / span > _MPVariableProto_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > MPVariableProtoDefaultTypeInternal operations_research::_MPVariableProto_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a5fd6483b24c303a0fbf9ab49846d370c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5fd6483b24c303a0fbf9ab49846d370c" > ◆ < / a > < / span > _OptionalDouble_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > OptionalDoubleDefaultTypeInternal operations_research::_OptionalDouble_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ac92dae0b80b47779fc1de1bf9e7df9dd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac92dae0b80b47779fc1de1bf9e7df9dd" > ◆ < / a > < / span > _PartialVariableAssignment_default_instance_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > PartialVariableAssignmentDefaultTypeInternal operations_research::_PartialVariableAssignment_default_instance_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2019-07-15 14:27:40 -07:00
< a id = "a07189276cc680928dad51ed197142077" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a07189276cc680928dad51ed197142077" > ◆ < / a > < / span > kDefaultPrimalTolerance< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr double operations_research::kDefaultPrimalTolerance = 1e-07< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8h_source.html#l00162" > 162< / a > of file < a class = "el" href = "linear__solver_8h_source.html" > linear_solver.h< / a > .< / p >
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a7affd70e5dc61deefab59f4c06149644" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7affd70e5dc61deefab59f4c06149644" > ◆ < / a > < / span > MPModelRequest_SolverType_SolverType_ARRAYSIZE< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > constexpr int operations_research::MPModelRequest_SolverType_SolverType_ARRAYSIZE = < a class = "el" href = "namespaceoperations__research.html#a42eca5d9d855cdf447e78e17acd87c7a" > MPModelRequest_SolverType_SolverType_MAX< / a > + 1< / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00175" > 175< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a42eca5d9d855cdf447e78e17acd87c7a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a42eca5d9d855cdf447e78e17acd87c7a" > ◆ < / a > < / span > MPModelRequest_SolverType_SolverType_MAX< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4c" > MPModelRequest_SolverType< / a > operations_research::MPModelRequest_SolverType_SolverType_MAX = < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4cac0fedb2082db5e7c96da01b4149c318e" > MPModelRequest_SolverType_SAT_INTEGER_PROGRAMMING< / a > < / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00174" > 174< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a9eaabd9c53b8aa093483b2c664a405c3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9eaabd9c53b8aa093483b2c664a405c3" > ◆ < / a > < / span > MPModelRequest_SolverType_SolverType_MIN< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4c" > MPModelRequest_SolverType< / a > operations_research::MPModelRequest_SolverType_SolverType_MIN = < a class = "el" href = "namespaceoperations__research.html#a15791cd7d877fd8cb7977bbfecd6ce4ca0969851c637668f95c10ddb1ade866a7" > MPModelRequest_SolverType_CLP_LINEAR_PROGRAMMING< / a > < / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00173" > 173< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a2b0590a3e329a0bb8a10b866c28138a0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b0590a3e329a0bb8a10b866c28138a0" > ◆ < / a > < / span > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_ARRAYSIZE< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > constexpr int operations_research::MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_ARRAYSIZE = < a class = "el" href = "namespaceoperations__research.html#a12a6be7881f2f7dd6e426242c961d5d9" > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MAX< / a > + 1< / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00141" > 141< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a12a6be7881f2f7dd6e426242c961d5d9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a12a6be7881f2f7dd6e426242c961d5d9" > ◆ < / a > < / span > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MAX< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1" > MPSolverCommonParameters_LPAlgorithmValues< / a > operations_research::MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MAX = < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1a89ff8ffa01928d5993a1414705eecd15" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_BARRIER< / a > < / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00140" > 140< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ac1eda65381beae08503e8af2b57a0d4c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac1eda65381beae08503e8af2b57a0d4c" > ◆ < / a > < / span > MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MIN< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1" > MPSolverCommonParameters_LPAlgorithmValues< / a > operations_research::MPSolverCommonParameters_LPAlgorithmValues_LPAlgorithmValues_MIN = < a class = "el" href = "namespaceoperations__research.html#a46d924645e62163da6dafc13b827d7b1a2218d316cfcac5a88342c95b188f3fda" > MPSolverCommonParameters_LPAlgorithmValues_LP_ALGO_UNSPECIFIED< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00139" > 139< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "ac136e7845fbe09520c0e7777d9ae8b43" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac136e7845fbe09520c0e7777d9ae8b43" > ◆ < / a > < / span > MPSolverResponseStatus_ARRAYSIZE< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr int operations_research::MPSolverResponseStatus_ARRAYSIZE = < a class = "el" href = "namespaceoperations__research.html#a1315bf58051fbf57733dc025d6994340" > MPSolverResponseStatus_MAX< / a > + 1< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00208" > 208< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
< / div >
< / div >
< a id = "a1315bf58051fbf57733dc025d6994340" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1315bf58051fbf57733dc025d6994340" > ◆ < / a > < / span > MPSolverResponseStatus_MAX< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aa" > MPSolverResponseStatus< / a > operations_research::MPSolverResponseStatus_MAX = < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaa84ea2a63b24de389aac6aa33b1203cd4" > MPSOLVER_UNKNOWN_STATUS< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00207" > 207< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a53c0861628965fd7d72a0816d8575c66" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a53c0861628965fd7d72a0816d8575c66" > ◆ < / a > < / span > MPSolverResponseStatus_MIN< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aa" > MPSolverResponseStatus< / a > operations_research::MPSolverResponseStatus_MIN = < a class = "el" href = "namespaceoperations__research.html#a8cc975b7db5017319901da0f63a114aaac95cb5be9e36b31647dd28910ac6cae4" > MPSOLVER_OPTIMAL< / a > < / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00206" > 206< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a43079282dcdc58640a4fb8f3504d9548" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a43079282dcdc58640a4fb8f3504d9548" > ◆ < / a > < / span > MPSosConstraint_Type_Type_ARRAYSIZE< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > constexpr int operations_research::MPSosConstraint_Type_Type_ARRAYSIZE = < a class = "el" href = "namespaceoperations__research.html#a50ec8ebec75c1daf0e7633cb74ff6657" > MPSosConstraint_Type_Type_MAX< / a > + 1< / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00116" > 116< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a50ec8ebec75c1daf0e7633cb74ff6657" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a50ec8ebec75c1daf0e7633cb74ff6657" > ◆ < / a > < / span > MPSosConstraint_Type_Type_MAX< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30b" > MPSosConstraint_Type< / a > operations_research::MPSosConstraint_Type_Type_MAX = < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30baa35d9c1cb44243e123f7d5993d5b726f" > MPSosConstraint_Type_SOS2< / a > < / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00115" > 115< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
2019-06-20 23:08:48 +02:00
< a id = "a8a26ab806b2722fadd4035cd0be0ae5b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8a26ab806b2722fadd4035cd0be0ae5b" > ◆ < / a > < / span > MPSosConstraint_Type_Type_MIN< / h2 >
2019-06-13 15:51:12 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-06-20 23:08:48 +02:00
< td class = "memname" > constexpr < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30b" > MPSosConstraint_Type< / a > operations_research::MPSosConstraint_Type_Type_MIN = < a class = "el" href = "namespaceoperations__research.html#ac4082c18fc997b28960d2a15a27af30ba35dfc279dac55f2292c50123bbd65eb4" > MPSosConstraint_Type_SOS1_DEFAULT< / a > < / td >
2019-06-13 15:51:12 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-20 23:08:48 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "linear__solver_8pb_8h_source.html#l00114" > 114< / a > of file < a class = "el" href = "linear__solver_8pb_8h_source.html" > linear_solver.pb.h< / a > .< / p >
2019-06-13 15:51:12 +02:00
< / div >
< / div >
< / div > <!-- contents -->
2019-07-12 13:25:23 -07:00
< / div > <!-- doc - content -->
2019-06-13 15:51:12 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >