Files
ortools-clone/docs/cpp_linear/functions_m.html
2019-08-07 18:01:08 -07:00

220 lines
12 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">OR-Tools 7.3</span>
</div>
</div>
<link rel="icon" href="https://developers.google.com/optimization/images/orLogo.png">
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
<h2>Reference</h2>
<h3>C++</h3>
<ul>
<li><a href="../cpp_algorithms/annotated.html">Algorithms</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>
<li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
</ul>
<h3>Python</h3>
<ul>
<li><a href="../python/ortools/sat/python/cp_model.html">CP-SAT</a></li>
<li><a href="../python/ortools/util/sorted_interval_list.html">Domain</a></li>
<li><a href="../python/ortools/graph/pywrapgraph.html">Graph</a></li>
<li><a href="../python/ortools/algorithms/pywrapknapsack_solver.html">Knapsack solver</a></li>
<li><a href="../python/ortools/linear_solver/pywraplp.html">Linear solver</a></li>
<li><a href="../python/ortools/constraint_solver/pywrapcp.html">Routing</a></li>
</ul>
<h3 id="dotnet-documentation">DotNET</h3>
<ul>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html">CP-SAT</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html">Graph</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html">Knapsack solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html">Linear solver</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html">Routing</a></li>
<li><a href="../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html">Util</a></li>
</ul>
<h3 id="java-documentation">Java Documentation</h3>
<ul>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1sat.html">CP-SAT</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1graph.html">Graph</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1algorithms.html">Knapsack solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1linearsolver.html">Linear solver</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1constraintsolver.html">Routing</a></li>
<li><a href="../java/namespacecom_1_1google_1_1ortools_1_1util.html">Util</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.15 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<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="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li class="current"><a href="functions.html"><span>All</span></a></li>
<li><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_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.html#index_a"><span>a</span></a></li>
<li><a href="functions_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_k.html#index_k"><span>k</span></a></li>
<li><a href="functions_l.html#index_l"><span>l</span></a></li>
<li class="current"><a href="functions_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_q.html#index_q"><span>q</span></a></li>
<li><a href="functions_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_w.html#index_w"><span>w</span></a></li>
<li><a href="functions_x.html#index_x"><span>x</span></a></li>
<li><a href="functions_~.html#index__7E"><span>~</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="contents">
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>
<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_line_length
: <a class="el" href="structoperations__research_1_1MPModelExportOptions.html#ad0a36f27591304ab29f40ca64bf24224">MPModelExportOptions</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_1MPSolverInterface.html#ad5d09a69c6c8c8eea9311b0513628683">MPSolverInterface</a>
</li>
<li>MaximizeLinearExpr()
: <a class="el" href="classoperations__research_1_1MPObjective.html#ac195da617c5cdd546ab7ecc67a2e7235">MPObjective</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_INVALID
: <a class="el" href="classoperations__research_1_1MPSolver.html#a573d479910e373f5d771d303e440587dae071e79c23f061c9dd00ee09519a0031">MPSolver</a>
</li>
<li>MODEL_SYNCHRONIZED
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a98638775910339c916ce033cbe60257da22054edb527b75998eccfbfd075dbd92">MPSolverInterface</a>
</li>
<li>MPConstraint()
: <a class="el" href="classoperations__research_1_1MPConstraint.html#a69c93714d214fac7e1ae59646525aecb">MPConstraint</a>
, <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a24102af97b3c7e803861e1d6983b1fea">MPSolverInterface</a>
</li>
<li>MPModelExportOptions()
: <a class="el" href="structoperations__research_1_1MPModelExportOptions.html#a0e49e54db6b37b0568d9a67964bc5460">MPModelExportOptions</a>
</li>
<li>MPObjective
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a77dbe3a653f9c5d30e818000d92d8b17">MPSolverInterface</a>
</li>
<li>MPSolver
: <a class="el" href="classoperations__research_1_1MPConstraint.html#ac2c01b4de8f7670e37daa7d42b804dd4">MPConstraint</a>
, <a class="el" href="classoperations__research_1_1MPObjective.html#ac2c01b4de8f7670e37daa7d42b804dd4">MPObjective</a>
, <a class="el" href="classoperations__research_1_1MPSolver.html#acdb0e5753d20e4d3ece49a0451d24c4f">MPSolver</a>
, <a class="el" href="classoperations__research_1_1MPSolverInterface.html#ac2c01b4de8f7670e37daa7d42b804dd4">MPSolverInterface</a>
, <a class="el" href="classoperations__research_1_1MPVariable.html#ac2c01b4de8f7670e37daa7d42b804dd4">MPVariable</a>
</li>
<li>MPSolverInterface
: <a class="el" href="classoperations__research_1_1MPConstraint.html#ac0aea0786e75adbb2d24c41c15e7456c">MPConstraint</a>
, <a class="el" href="classoperations__research_1_1MPObjective.html#ac0aea0786e75adbb2d24c41c15e7456c">MPObjective</a>
, <a class="el" href="classoperations__research_1_1MPSolver.html#ac0aea0786e75adbb2d24c41c15e7456c">MPSolver</a>
, <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a53f5f570e32963701a4b3fb0f82f75fc">MPSolverInterface</a>
, <a class="el" href="classoperations__research_1_1MPVariable.html#ac0aea0786e75adbb2d24c41c15e7456c">MPVariable</a>
</li>
<li>MPSolverParameters()
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#aeeef6511f130ba8a9db2c308dbeada5c">MPSolverParameters</a>
</li>
<li>MPVariable()
: <a class="el" href="classoperations__research_1_1MPVariable.html#a9d8831eb4c3951cb8f39aa9deb7568bd">MPVariable</a>
</li>
<li>MPVariableSolutionValueTest
: <a class="el" href="classoperations__research_1_1MPVariable.html#a8844020cc1376123531cd53c831acdef">MPVariable</a>
</li>
<li>MUST_RELOAD
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a98638775910339c916ce033cbe60257daa99c5e45f0517571611940811f09c744">MPSolverInterface</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>