Files
ortools-clone/docs/cpp_linear/functions_func_m.html
2020-06-11 12:24:59 +02:00

330 lines
17 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="ortools.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">Google OR-Tools 7.7</span>
</div>
</div>
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
<h2>C++ Reference</h2>
<ul>
<li><a href="../cpp_algorithms/annotated.html">Algorithms</a></li>
<li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
<li><a href="../cpp_graph/annotated.html">Graph</a></li>
<li><a href="../cpp_routing/annotated.html">Routing</a></li>
<li><a href="../cpp_linear/annotated.html">Linear solver</a></li>
</ul>
</div>
<div id="content">
<div align="center">
<h1 style="color: #145A32;">C++ Reference: Linear solver</h1>
</div>
<!-- Generated by Doxygen 1.8.18 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li><a href="functions_rela.html"><span>Related&#160;Functions</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index__5F"><span>_</span></a></li>
<li><a href="functions_func_a.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
<li class="current"><a href="functions_func_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_q.html#index_q"><span>q</span></a></li>
<li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_func_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_func_w.html#index_w"><span>w</span></a></li>
<li><a href="functions_func_~.html#index__7E"><span>~</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="contents">
&#160;
<h3><a id="index_m"></a>- m -</h3><ul>
<li>MakeBoolVar()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a2090dbd973eba8c24c4fa7b2714e4c44">MPSolver</a>
</li>
<li>MakeBoolVarArray()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a200ccd114eb5057856c05501c2d4abe5">MPSolver</a>
</li>
<li>MakeIntVar()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a33b5ede96c77f6cfdd4f54325f384ab7">MPSolver</a>
</li>
<li>MakeIntVarArray()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a9333144b7d28f68a7537b2ba19a1ba9b">MPSolver</a>
</li>
<li>MakeNumVar()
: <a class="el" href="classoperations__research_1_1MPSolver.html#ae522890e16fd065100174a819558b461">MPSolver</a>
</li>
<li>MakeNumVarArray()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a648a61e30b62b1c17ab1f49fe6c9ed8d">MPSolver</a>
</li>
<li>MakeRowConstraint()
: <a class="el" href="classoperations__research_1_1MPSolver.html#ab60f33fbc8132eda10c296885625b7d9">MPSolver</a>
</li>
<li>MakeVar()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a728f0121faaa95a451eaef6eb13e2242">MPSolver</a>
</li>
<li>MakeVarArray()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a66fd302d0082c74e6dea35ac59784847">MPSolver</a>
</li>
<li>max_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab7c1d184617de65afb865d5fb3f4d6cd">PROTOBUF_FINAL</a>
</li>
<li>maximization()
: <a class="el" href="classoperations__research_1_1MPObjective.html#a3df780d69d67985929c76e750f913e21">MPObjective</a>
</li>
<li>maximize()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ad3c37b53f974ee5f215d410d93841d63">PROTOBUF_FINAL</a>
</li>
<li>MaximizeLinearExpr()
: <a class="el" href="classoperations__research_1_1MPObjective.html#ac195da617c5cdd546ab7ecc67a2e7235">MPObjective</a>
</li>
<li>MergeFrom()
: <a class="el" href="classoperations__research_1_1MPModelDeltaProto__ConstraintOverridesEntry__DoNotUse.html#a3459f3e9fbaa787ee6844142a9c93afc">MPModelDeltaProto_ConstraintOverridesEntry_DoNotUse</a>
, <a class="el" href="classoperations__research_1_1MPModelDeltaProto__VariableOverridesEntry__DoNotUse.html#a2113a1ae6d61ffbfbb6157b3d50c8096">MPModelDeltaProto_VariableOverridesEntry_DoNotUse</a>
, <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a31bc460c0ea2b4185483d1af3a0803eb">PROTOBUF_FINAL</a>
</li>
<li>min_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a6a107cfd8101a246c497c1a8c27336fe">PROTOBUF_FINAL</a>
</li>
<li>minimization()
: <a class="el" href="classoperations__research_1_1MPObjective.html#aa3d71b1d66352ee439fdcdf8f3b93067">MPObjective</a>
</li>
<li>MinimizeLinearExpr()
: <a class="el" href="classoperations__research_1_1MPObjective.html#a68da85394a0aa65bda40355466afba93">MPObjective</a>
</li>
<li>model()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#acd7a18f7b39b6600d662e8906fa1797a">PROTOBUF_FINAL</a>
</li>
<li>model_delta()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ae56dbec3748e740889c8e47d742d189e">PROTOBUF_FINAL</a>
</li>
<li>MPAbsConstraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a4627a4a2e4712114d6ba7703293e9411">PROTOBUF_FINAL</a>
</li>
<li>MPArrayConstraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#aa91807c85ae50643fb04c35dc7b850f5">PROTOBUF_FINAL</a>
</li>
<li>MPArrayWithConstantConstraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a89103724e75d1d591ae44d6660289dcf">PROTOBUF_FINAL</a>
</li>
<li>MPConstraint()
: <a class="el" href="classoperations__research_1_1MPConstraint.html#a69c93714d214fac7e1ae59646525aecb">MPConstraint</a>
</li>
<li>MPConstraintProto()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ad0d7e3a16a0047b13a525184033b3d11">PROTOBUF_FINAL</a>
</li>
<li>MPGeneralConstraintProto()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#aee7c45269ae3f73c39b07da375a2a3b5">PROTOBUF_FINAL</a>
</li>
<li>MPIndicatorConstraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a622664aa95250f526183537ee81ae68a">PROTOBUF_FINAL</a>
</li>
<li>MPModelDeltaProto()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ac77026210e71ce21a99ca199b131fdff">PROTOBUF_FINAL</a>
</li>
<li>MPModelDeltaProto_ConstraintOverridesEntry_DoNotUse()
: <a class="el" href="classoperations__research_1_1MPModelDeltaProto__ConstraintOverridesEntry__DoNotUse.html#ac8bc3c486db4cac6b6dc741b22afd1ba">MPModelDeltaProto_ConstraintOverridesEntry_DoNotUse</a>
</li>
<li>MPModelDeltaProto_VariableOverridesEntry_DoNotUse()
: <a class="el" href="classoperations__research_1_1MPModelDeltaProto__VariableOverridesEntry__DoNotUse.html#a850f182eeeccb4dcec9a583e44a38d24">MPModelDeltaProto_VariableOverridesEntry_DoNotUse</a>
</li>
<li>MPModelExportOptions()
: <a class="el" href="structoperations__research_1_1MPModelExportOptions.html#a0e49e54db6b37b0568d9a67964bc5460">MPModelExportOptions</a>
</li>
<li>MPModelProto()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a20f439cee6d553d8a8a28cbdd0ec6840">PROTOBUF_FINAL</a>
</li>
<li>MPModelRequest()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a6dd0f1aca32f905917ed7adf74e3113f">PROTOBUF_FINAL</a>
</li>
<li>MPQuadraticConstraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a6b795d0701ada91d949fc0b71fd5d3bf">PROTOBUF_FINAL</a>
</li>
<li>MPQuadraticObjective()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#aecb535f2f5dc8102aae6f2f74ffce8bb">PROTOBUF_FINAL</a>
</li>
<li>MPSolutionResponse()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a5fbdb1d271f3d041d89fcfea26eb35e2">PROTOBUF_FINAL</a>
</li>
<li>MPSolver()
: <a class="el" href="classoperations__research_1_1MPSolver.html#acdb0e5753d20e4d3ece49a0451d24c4f">MPSolver</a>
</li>
<li>MPSolverCommonParameters()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a6433734dc606664f68422f8b5866c05c">PROTOBUF_FINAL</a>
</li>
<li>MPSolverInterface()
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a53f5f570e32963701a4b3fb0f82f75fc">MPSolverInterface</a>
</li>
<li>MPSolverParameters()
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#aeeef6511f130ba8a9db2c308dbeada5c">MPSolverParameters</a>
</li>
<li>MPSosConstraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a417a979243e2120031cdf46f77188092">PROTOBUF_FINAL</a>
</li>
<li>MPVariable()
: <a class="el" href="classoperations__research_1_1MPVariable.html#a9d8831eb4c3951cb8f39aa9deb7568bd">MPVariable</a>
</li>
<li>MPVariableProto()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a9ad39d70624c0f3ef2959adc4a71618e">PROTOBUF_FINAL</a>
</li>
<li>mutable_abs_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a66f1ea84ae28344b4cfd96a8ad39e59d">PROTOBUF_FINAL</a>
</li>
<li>mutable_and_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#acee02e98071e01588a1f20e99b1d1860">PROTOBUF_FINAL</a>
</li>
<li>mutable_baseline_model_file_path()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#aa1820c9743e57528de5acda501aac411">PROTOBUF_FINAL</a>
</li>
<li>mutable_coefficient()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a3416feea16371bcb08d29cf2f5e74853">PROTOBUF_FINAL</a>
</li>
<li>mutable_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a51f214c391d7418e86ab3f60fa9af502">PROTOBUF_FINAL</a>
</li>
<li>mutable_constraint_overrides()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ad04f0c4581881c30718ca04249fa751d">PROTOBUF_FINAL</a>
</li>
<li>mutable_dual_tolerance()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a9a3e29890247e5d0af1878dda05d0830">PROTOBUF_FINAL</a>
</li>
<li>mutable_dual_value()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a42adb0e556c59b1445b44feee022b21e">PROTOBUF_FINAL</a>
</li>
<li>mutable_general_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#aac385e0d78f7c382c7d7f149ef668c26">PROTOBUF_FINAL</a>
</li>
<li>mutable_indicator_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a72a191be016a3beab8380b92f9118fc5">PROTOBUF_FINAL</a>
</li>
<li>mutable_max_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a500011c0cfffc927a576dc7957c920f4">PROTOBUF_FINAL</a>
</li>
<li>mutable_min_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a8439c853c752dc5802773d54bde7b3c1">PROTOBUF_FINAL</a>
</li>
<li>mutable_model()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a88fd58db223f96e142d775e253814808">PROTOBUF_FINAL</a>
</li>
<li>mutable_model_delta()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a3dec1be8765e4dd5b5acc52dff40576a">PROTOBUF_FINAL</a>
</li>
<li>mutable_name()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a4919374a2378e7a367dccff2b4b74c6b">PROTOBUF_FINAL</a>
</li>
<li>mutable_or_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#aefe58b5ad3b3f02f9c836522318340e3">PROTOBUF_FINAL</a>
</li>
<li>mutable_primal_tolerance()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab597bb237f0459fcd0d4cbb79d32b945">PROTOBUF_FINAL</a>
</li>
<li>mutable_qcoefficient()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a614f54877e7e98b99cb6d60746c935b3">PROTOBUF_FINAL</a>
</li>
<li>mutable_quadratic_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab8af049fdd933f23eac9980b045660c3">PROTOBUF_FINAL</a>
</li>
<li>mutable_quadratic_objective()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a33d3307ce82df69ce50435d7cce25c3e">PROTOBUF_FINAL</a>
</li>
<li>mutable_qvar1_index()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a0ccfc13b51f0411b546ca40ad35b0300">PROTOBUF_FINAL</a>
</li>
<li>mutable_qvar2_index()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ab0e937f05d9db2de24db47d6b63facae">PROTOBUF_FINAL</a>
</li>
<li>mutable_reduced_cost()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#af953945dc84f73f9859443784c2adbd8">PROTOBUF_FINAL</a>
</li>
<li>mutable_relative_mip_gap()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a4dafb1dec33cdc0db256466e60ffe00c">PROTOBUF_FINAL</a>
</li>
<li>mutable_solution_hint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#afb7024fda0433987dc75da15f0b36a6e">PROTOBUF_FINAL</a>
</li>
<li>mutable_solver_specific_parameters()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ae8e0cfcc9ffe9313a13db22b628bac9f">PROTOBUF_FINAL</a>
</li>
<li>mutable_sos_constraint()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#af3fbfe91cbc72dd7f359993b6d0a8d59">PROTOBUF_FINAL</a>
</li>
<li>mutable_status_str()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a49ae9db11f5382940db196791f435c98">PROTOBUF_FINAL</a>
</li>
<li>mutable_unknown_fields()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#aab6ceb76142ab4957ab265e4a5ca7ec2">PROTOBUF_FINAL</a>
</li>
<li>mutable_var_index()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a856f63ab3f18d9543aed09d4cbdd5933">PROTOBUF_FINAL</a>
</li>
<li>mutable_var_value()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ac4f9ff71c8098b228340d973250dd3b4">PROTOBUF_FINAL</a>
</li>
<li>mutable_variable()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a5ab6fea3162800a75a807bb19935c2b7">PROTOBUF_FINAL</a>
</li>
<li>mutable_variable_overrides()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#a05b01ac6b62a8bdf0acdfe492ea86a0a">PROTOBUF_FINAL</a>
</li>
<li>mutable_variable_value()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#ae414b0306a5ca4d3490836aec2a35a91">PROTOBUF_FINAL</a>
</li>
<li>mutable_weight()
: <a class="el" href="classoperations__research_1_1PROTOBUF__FINAL.html#af0420db0913750d329111f976c1fb4f1">PROTOBUF_FINAL</a>
</li>
<li>MutableObjective()
: <a class="el" href="classoperations__research_1_1MPSolver.html#a226456dfb15300dd4e59d0bf80d0ce07">MPSolver</a>
</li>
</ul>
</div><!-- contents -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>