117 lines
6.6 KiB
HTML
117 lines
6.6 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"/>-->
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div id="banner-container">
|
|
<div id="banner">
|
|
<span id="sfml">Google OR-Tools 9.3</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.9.3 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<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:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function(){initNavTree('functions_func_m.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="contents">
|
|
 
|
|
|
|
<h3><a id="index_m" name="index_m"></a>- m -</h3><ul>
|
|
<li>MakeBoolVar() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#a4a790b8c94fdaa097e7ad19bb5acaf45">MPSolver</a></li>
|
|
<li>MakeBoolVarArray() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#a200ccd114eb5057856c05501c2d4abe5">MPSolver</a></li>
|
|
<li>MakeIntVar() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#aca3c14720aba5677f473458f706903a7">MPSolver</a></li>
|
|
<li>MakeIntVarArray() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#a9333144b7d28f68a7537b2ba19a1ba9b">MPSolver</a></li>
|
|
<li>MakeNumVar() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#ac3c72e696ceb8a3b507139b7a5608e6a">MPSolver</a></li>
|
|
<li>MakeNumVarArray() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#a648a61e30b62b1c17ab1f49fe6c9ed8d">MPSolver</a></li>
|
|
<li>MakeRowConstraint() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#a43d6ca2f978ca6f622a16117166ff69a">MPSolver</a></li>
|
|
<li>MakeVar() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#abc0dba97ca1c7e5cabcbe0e13adabca7">MPSolver</a></li>
|
|
<li>MakeVarArray() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#a66fd302d0082c74e6dea35ac59784847">MPSolver</a></li>
|
|
<li>maximization() : <a class="el" href="classoperations__research_1_1_m_p_objective.html#a3df780d69d67985929c76e750f913e21">MPObjective</a></li>
|
|
<li>MaximizeLinearExpr() : <a class="el" href="classoperations__research_1_1_m_p_objective.html#ac195da617c5cdd546ab7ecc67a2e7235">MPObjective</a></li>
|
|
<li>minimization() : <a class="el" href="classoperations__research_1_1_m_p_objective.html#aa3d71b1d66352ee439fdcdf8f3b93067">MPObjective</a></li>
|
|
<li>MinimizeLinearExpr() : <a class="el" href="classoperations__research_1_1_m_p_objective.html#a68da85394a0aa65bda40355466afba93">MPObjective</a></li>
|
|
<li>MPConstraint() : <a class="el" href="classoperations__research_1_1_m_p_constraint.html#a69c93714d214fac7e1ae59646525aecb">MPConstraint</a></li>
|
|
<li>MPModelExportOptions() : <a class="el" href="structoperations__research_1_1_m_p_model_export_options.html#a0e49e54db6b37b0568d9a67964bc5460">MPModelExportOptions</a></li>
|
|
<li>MPSolver() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#acdb0e5753d20e4d3ece49a0451d24c4f">MPSolver</a></li>
|
|
<li>MPSolverInterface() : <a class="el" href="classoperations__research_1_1_m_p_solver_interface.html#a53f5f570e32963701a4b3fb0f82f75fc">MPSolverInterface</a></li>
|
|
<li>MPSolverParameters() : <a class="el" href="classoperations__research_1_1_m_p_solver_parameters.html#aeeef6511f130ba8a9db2c308dbeada5c">MPSolverParameters</a></li>
|
|
<li>MPVariable() : <a class="el" href="classoperations__research_1_1_m_p_variable.html#a9d8831eb4c3951cb8f39aa9deb7568bd">MPVariable</a></li>
|
|
<li>MutableObjective() : <a class="el" href="classoperations__research_1_1_m_p_solver.html#aede63007883156c3cd3cc336096f0305">MPSolver</a></li>
|
|
</ul>
|
|
</div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|