Fast SAT Solver (C++, GAlib)
Detail souboru
Zdrojový kód
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Fast SAT Solver: BlindSatSolver.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<h1>BlindSatSolver.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
BlindSatSolver class using brute force method to solve SAT problem.
<p>
<dl class="author" compact><dt><b>Author:</b></dt><dd>Kamil Dudka <<a href="mailto:xdudka00@gmail.com">xdudka00@gmail.com</a>> </dd></dl>
<dl class="date" compact><dt><b>Date:</b></dt><dd>2008-11-05 </dd></dl>
<p>Definition in file <a class="el" href="BlindSatSolver_8h-source.html">BlindSatSolver.h</a>.</p>
<p>
<code>#include "<a class="el" href="SatSolver_8h-source.html">SatSolver.h</a>"</code><br>
<p>
<div class="dynheader">
Include dependency graph for BlindSatSolver.h:</div>
<div class="dynsection">
<p><center><img src="BlindSatSolver_8h__incl.png" border="0" usemap="#BlindSatSolver.h_map" alt=""></center>
<map name="BlindSatSolver.h_map">
<area shape="rect" href="SatSolver_8h.html" title="ISatItem, IObserver and AbstractSatSolver with its base classes." alt="" coords="21,80,120,107"></map>
</div>
<p>
<a href="BlindSatSolver_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceFastSatSolver.html">FastSatSolver</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classFastSatSolver_1_1LongSatItem.html">LongSatItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classFastSatSolver_1_1ISatItem.html" title="Abstraction of solution candidate.">ISatItem</a> implementation used by <a class="el" href="classFastSatSolver_1_1BlindSatSolver.html" title="Solver using brute force method to solve SAT problem.">BlindSatSolver</a>. <a href="classFastSatSolver_1_1LongSatItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classFastSatSolver_1_1BlindSatSolver.html">BlindSatSolver</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Solver using brute force method to solve SAT problem. <a href="classFastSatSolver_1_1BlindSatSolver.html#_details">More...</a><br></td></tr>
</table>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Nov 5 22:30:22 2008 for Fast SAT Solver by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>