130 lines
6.9 KiB
HTML
130 lines
6.9 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.4</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.16 -->
|
|
<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 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 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 class="current"><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><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_g"></a>- g -</h3><ul>
|
|
<li>GetCoefficient()
|
|
: <a class="el" href="classoperations__research_1_1MPConstraint.html#a356d08f701ec7c64a00c19818bb72886">MPConstraint</a>
|
|
, <a class="el" href="classoperations__research_1_1MPObjective.html#a356d08f701ec7c64a00c19818bb72886">MPObjective</a>
|
|
</li>
|
|
<li>GetDoubleParam()
|
|
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a692014f815d7927760762b046675f658">MPSolverParameters</a>
|
|
</li>
|
|
<li>GetIntegerParam()
|
|
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#aeae0a6e1e84d015690573b08d62b1395">MPSolverParameters</a>
|
|
</li>
|
|
<li>GetNumThreads()
|
|
: <a class="el" href="classoperations__research_1_1MPSolver.html#a8eb213aafa3773dfb6a05d184e61bb8a">MPSolver</a>
|
|
</li>
|
|
<li>GetSolverSpecificParametersAsString()
|
|
: <a class="el" href="classoperations__research_1_1MPSolver.html#a9658c1e6f69bfd3d938e1b8d3f85ba40">MPSolver</a>
|
|
</li>
|
|
<li>GLOP_LINEAR_PROGRAMMING
|
|
: <a class="el" href="classoperations__research_1_1MPSolver.html#a76c87990aabadd148304b95332a60ff8a21a919f23e61f3bdea7509c3887c888f">MPSolver</a>
|
|
</li>
|
|
<li>GLOPInterface
|
|
: <a class="el" href="classoperations__research_1_1MPConstraint.html#a6c754b527a347994b06eeb49a09ac222">MPConstraint</a>
|
|
, <a class="el" href="classoperations__research_1_1MPObjective.html#a6c754b527a347994b06eeb49a09ac222">MPObjective</a>
|
|
, <a class="el" href="classoperations__research_1_1MPSolver.html#a6c754b527a347994b06eeb49a09ac222">MPSolver</a>
|
|
, <a class="el" href="classoperations__research_1_1MPVariable.html#a6c754b527a347994b06eeb49a09ac222">MPVariable</a>
|
|
</li>
|
|
<li>GLPKInterface
|
|
: <a class="el" href="classoperations__research_1_1MPConstraint.html#ae1a3e0a695903c8e6effd524a7f92784">MPConstraint</a>
|
|
, <a class="el" href="classoperations__research_1_1MPObjective.html#ae1a3e0a695903c8e6effd524a7f92784">MPObjective</a>
|
|
, <a class="el" href="classoperations__research_1_1MPSolver.html#ae1a3e0a695903c8e6effd524a7f92784">MPSolver</a>
|
|
, <a class="el" href="classoperations__research_1_1MPVariable.html#ae1a3e0a695903c8e6effd524a7f92784">MPVariable</a>
|
|
</li>
|
|
<li>GurobiInterface
|
|
: <a class="el" href="classoperations__research_1_1MPConstraint.html#ac28a56eeedb62d070578a9231f1875ea">MPConstraint</a>
|
|
, <a class="el" href="classoperations__research_1_1MPObjective.html#ac28a56eeedb62d070578a9231f1875ea">MPObjective</a>
|
|
, <a class="el" href="classoperations__research_1_1MPSolver.html#ac28a56eeedb62d070578a9231f1875ea">MPSolver</a>
|
|
, <a class="el" href="classoperations__research_1_1MPVariable.html#ac28a56eeedb62d070578a9231f1875ea">MPVariable</a>
|
|
</li>
|
|
</ul>
|
|
</div><!-- contents -->
|
|
</div>
|
|
</div>
|
|
<div id="footer-container">
|
|
<div id="footer">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|