Files
ortools-clone/docs/cpp/classoperations__research_1_1RoutingLinearSolverWrapper-members.html
2020-09-01 16:01:06 +02:00

131 lines
13 KiB
HTML

<!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.18"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.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="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
&#160;<span id="projectnumber">8.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.18 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classoperations__research_1_1RoutingLinearSolverWrapper.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="header">
<div class="headertitle">
<div class="title">RoutingLinearSolverWrapper Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a96c0dc62ea646307ec5007fea27721c5">AddLinearConstraint</a>(int64 lower_bound, int64 upper_bound, const std::vector&lt; std::pair&lt; int, double &gt;&gt; &amp;variable_coeffs)</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#afbe78c86a32370311f3ab5d5ac3770ca">AddMaximumConstraint</a>(int max_var, std::vector&lt; int &gt; vars)=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a589402033ed732725c2053255cb3ffde">AddProductConstraint</a>(int product_var, std::vector&lt; int &gt; vars)=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a5b974fe8e4a3772b79aaebf81b5a6a3c">AddReifiedLinearConstraint</a>(int64 lower_bound, int64 upper_bound, const std::vector&lt; std::pair&lt; int, double &gt;&gt; &amp;weighted_variables)</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#ad991a1d6dd97f42e55d45dbe336207a5">AddVariable</a>(int64 lower_bound, int64 upper_bound)</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#aa5b31c976cc6734003d9950e731dfed3">Clear</a>()=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#ab8bd6c2ebc0fe292221efda5c39de361">ClearObjective</a>()=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a1923407036f149ea2c31ac37c11e1337">CreateNewConstraint</a>(int64 lower_bound, int64 upper_bound)=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a6bcbec446b5474e98e50ef78544c82b0">CreateNewPositiveVariable</a>()=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a4812d528a6d93d471be496e9ca79c820">GetObjectiveCoefficient</a>(int index) const =0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a4d08d6a3c275615e7127461d28090923">GetObjectiveValue</a>() const =0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#ac154a773600edab5f5fbc597c5639cce">GetValue</a>(int index) const =0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a7bdd4be7fd06d5c445403fdf3de0eeda">GetVariableLowerBound</a>(int index) const =0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#aa2e5858c4b94c8f69486993bfe4ffea9">IsCPSATSolver</a>()=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a155f6032f05d373d7375078c1be4a01b">NumVariables</a>() const =0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a01ce5bca7f91b37ff459b4d7b63e5190">SetCoefficient</a>(int ct, int index, double coefficient)=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#ada616cd8a8068937fd4a72ae741e05d9">SetEnforcementLiteral</a>(int ct, int condition)=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#ad56b5d5264e07b44be873dfdcd29cb8e">SetObjectiveCoefficient</a>(int index, double coefficient)=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a9e2ef65ea95577f9df6ba20c43813573">SetVariableBounds</a>(int index, int64 lower_bound, int64 upper_bound)=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#a2ba069bdfbc07dd513d5d140b19fe70d">SetVariableDisjointBounds</a>(int index, const std::vector&lt; int64 &gt; &amp;starts, const std::vector&lt; int64 &gt; &amp;ends)=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#af1eb90688746692ec522c88d501bd598">SolutionIsInteger</a>() const =0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#acb5447abf2fd0ef52e46ce561ffef5cb">Solve</a>(absl::Duration duration_limit)=0</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html#af3a7be118910d54c87da7d9ecf7949ac">~RoutingLinearSolverWrapper</a>()</td><td class="entry"><a class="el" href="classoperations__research_1_1RoutingLinearSolverWrapper.html">RoutingLinearSolverWrapper</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.18 </li>
</ul>
</div>
</body>
</html>