English
Kamil Dudka

Fast SAT Solver (C++, GAlib)

Detail souboru

Jméno:StáhnoutstructFastSatSolver_1_1FormulaContainer_1_1Private.html [Stáhnout]
Umístění: fss > doc > api > html
Velikost:5.1 KB
Poslední změna:2022-09-09 13:06

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: FormulaContainer::Private Struct 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&nbsp;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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul>
</div>
<div class="nav">
<a class="el" href="namespaceFastSatSolver.html">FastSatSolver</a>::<a class="el" href="classFastSatSolver_1_1FormulaContainer.html">FormulaContainer</a>::<a class="el" href="structFastSatSolver_1_1FormulaContainer_1_1Private.html">Private</a></div>
<h1>FormulaContainer::Private Struct Reference</h1><!-- doxytag: class="FastSatSolver::FormulaContainer::Private" -->
<p>
<a href="structFastSatSolver_1_1FormulaContainer_1_1Private-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
 
<p>Definition at line <a class="el" href="SatProblem_8cpp-source.html#l00241">241</a> of file <a class="el" href="SatProblem_8cpp-source.html">SatProblem.cpp</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::list<br>
&lt; <a class="el" href="classFastSatSolver_1_1IFormulaEvaluator.html">IFormulaEvaluator</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFastSatSolver_1_1FormulaContainer_1_1Private.html#10124ecfa838f96974f7a809ae015cac">TContainer</a></td></tr>
 
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structFastSatSolver_1_1FormulaContainer_1_1Private.html#10124ecfa838f96974f7a809ae015cac">TContainer</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structFastSatSolver_1_1FormulaContainer_1_1Private.html#0d7d83f2b27e4d691661ac8bc466f4c6">container</a></td></tr>
 
</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="10124ecfa838f96974f7a809ae015cac"></a><!-- doxytag: member="FastSatSolver::FormulaContainer::Private::TContainer" ref="10124ecfa838f96974f7a809ae015cac" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::list&lt;<a class="el" href="classFastSatSolver_1_1IFormulaEvaluator.html">IFormulaEvaluator</a> *&gt; <a class="el" href="structFastSatSolver_1_1FormulaContainer_1_1Private.html#10124ecfa838f96974f7a809ae015cac">TContainer</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
 
<p>Definition at line <a class="el" href="SatProblem_8cpp-source.html#l00242">242</a> of file <a class="el" href="SatProblem_8cpp-source.html">SatProblem.cpp</a>.</p>
 
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="0d7d83f2b27e4d691661ac8bc466f4c6"></a><!-- doxytag: member="FastSatSolver::FormulaContainer::Private::container" ref="0d7d83f2b27e4d691661ac8bc466f4c6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structFastSatSolver_1_1FormulaContainer_1_1Private.html#10124ecfa838f96974f7a809ae015cac">TContainer</a> <a class="el" href="structFastSatSolver_1_1FormulaContainer_1_1Private.html#0d7d83f2b27e4d691661ac8bc466f4c6">container</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
 
<p>Definition at line <a class="el" href="SatProblem_8cpp-source.html#l00243">243</a> of file <a class="el" href="SatProblem_8cpp-source.html">SatProblem.cpp</a>.</p>
 
<p>Referenced by <a class="el" href="SatProblem_8cpp-source.html#l00284">FormulaContainer::addFormula()</a>, <a class="el" href="SatProblem_8cpp-source.html#l00269">FormulaContainer::evalAll()</a>, <a class="el" href="SatProblem_8cpp-source.html#l00260">FormulaContainer::getLength()</a>, and <a class="el" href="SatProblem_8cpp-source.html#l00249">FormulaContainer::~FormulaContainer()</a>.</p>
 
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="SatProblem_8cpp-source.html">SatProblem.cpp</a></ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Nov 5 22:30:22 2008 for Fast SAT Solver by&nbsp;
<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>