group_solvers.html
来自「一个tabu search算法框架」· HTML 代码 · 共 47 行
HTML
47 行
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>EasyLocal++ Documentation</title>
<link href="local.css" rel="stylesheet" type="text/css">
</head>
<body lang="en">
<table width="100%" border="0">
<tbody>
<tr>
<td colspan="2"><h1 class="nojustify">EasyLocal++ Documentation</h1>
<hr>
</td>
</tr>
<tr>
<td width="30" align="center"> </td>
<td>
<!-- Generated by Doxygen 1.2.5 on Sat Jun 9 18:59:42 2001 -->
<center>
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="classes.html">Alphabetical List</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> <a class="qindex" href="pages.html">Related Pages</a> </center>
<hr><h1>Solver classes</h1><h2>Compounds</h2>
<ul>
<li>class <a class="el" href="class_easylocal__AbstractSolver.html">easylocal::AbstractSolver</a>
<li>class <a class="el" href="class_easylocal__ComparativeSolver.html">easylocal::ComparativeSolver</a>
<li>class <a class="el" href="class_easylocal__LocalSearchSolver.html">easylocal::LocalSearchSolver</a>
<li>class <a class="el" href="class_easylocal__MultiRunnerSolver.html">easylocal::MultiRunnerSolver</a>
<li>class <a class="el" href="class_easylocal__SimpleLocalSearch.html">easylocal::SimpleLocalSearch</a>
<li>class <a class="el" href="class_easylocal__TokenRingSolver.html">easylocal::TokenRingSolver</a>
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Solver classes control the search by generating the initial solutions, and deciding how, and in which sequence, runners have to be activated (e.g. tandem, multistart, hybrid search). In addition, they communicate with the external environment, by getting the input and delivering the output. They are linked to one or more runners (for simple or composite search, respectively) and to some of the helpers. </td>
</tr>
<tr>
<td> </td>
<td><hr>
<span class="mark">Go to:</span> the <a href="index.html">Main Page</a> of the documentation.
</td>
</tr>
</tbody>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?