Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 9f869ff92bf81fc4b13902b2b85811f8 > files > 1099

cvc3-doc-2.4.1-1.noarch.rpm

<!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>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>CVC3: dpllt_minisat.cpp File Reference</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="doxygen.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 style="padding-left: 0.5em;">
   <div id="projectname">CVC3
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.2 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</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>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_a36840dfa927f36fc689e54a034a1fa1.html">sat</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#define-members">Macros</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">dpllt_minisat.cpp File Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Implementation of dpllt module using <a class="el" href="namespaceMiniSat.html">MiniSat</a>.  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;<a class="el" href="dpllt__minisat_8h_source.html">dpllt_minisat.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="minisat__solver_8h_source.html">minisat_solver.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="sat__proof_8h_source.html">sat_proof.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="theorem__producer_8h_source.html">theorem_producer.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="exception_8h_source.html">exception.h</a>&quot;</code><br/>
</div>
<p><a href="dpllt__minisat_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:a8663c36bbf15bb5a0dcb01b97897fa95"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dpllt__minisat_8cpp.html#a8663c36bbf15bb5a0dcb01b97897fa95">_CVC3_TRUSTED_</a></td></tr>
<tr class="separator:a8663c36bbf15bb5a0dcb01b97897fa95"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a3fffe610feac92e588d04cb0a81c497d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classCVC3_1_1Proof.html">CVC3::Proof</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dpllt__minisat_8cpp.html#a3fffe610feac92e588d04cb0a81c497d">generateSatProof</a> (<a class="el" href="classSAT_1_1SatProofNode.html">SAT::SatProofNode</a> *node, <a class="el" href="classSAT_1_1CNF__Manager.html">CNF_Manager</a> *cnfManager, <a class="el" href="classCVC3_1_1TheoremProducer.html">TheoremProducer</a> *thmProducer)</td></tr>
<tr class="separator:a3fffe610feac92e588d04cb0a81c497d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad267e4a889b4d5222cd489bc3b8139ce"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="dpllt__minisat_8cpp.html#ad267e4a889b4d5222cd489bc3b8139ce">printSatProof</a> (<a class="el" href="classSAT_1_1SatProofNode.html">SAT::SatProofNode</a> *node)</td></tr>
<tr class="separator:ad267e4a889b4d5222cd489bc3b8139ce"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Implementation of dpllt module using <a class="el" href="namespaceMiniSat.html">MiniSat</a>. </p>
<p>Author: Alexander Fuchs</p>
<p>Created: Fri Sep 08 11:04:00 2006</p>
<hr/>
<p>License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the <a class="el" href="LICENSE.html">LICENSE</a> file provided with this distribution.</p>
<hr/>
 
<p>Definition in file <a class="el" href="dpllt__minisat_8cpp_source.html">dpllt_minisat.cpp</a>.</p>
</div><h2 class="groupheader">Macro Definition Documentation</h2>
<a class="anchor" id="a8663c36bbf15bb5a0dcb01b97897fa95"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define _CVC3_TRUSTED_</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Definition at line <a class="el" href="dpllt__minisat_8cpp_source.html#l00021">21</a> of file <a class="el" href="dpllt__minisat_8cpp_source.html">dpllt_minisat.cpp</a>.</p>

</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a3fffe610feac92e588d04cb0a81c497d"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Proof.html">CVC3::Proof</a> generateSatProof </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classSAT_1_1SatProofNode.html">SAT::SatProofNode</a> *&#160;</td>
          <td class="paramname"><em>node</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classSAT_1_1CNF__Manager.html">CNF_Manager</a> *&#160;</td>
          <td class="paramname"><em>cnfManager</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1TheoremProducer.html">TheoremProducer</a> *&#160;</td>
          <td class="paramname"><em>thmProducer</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Definition at line <a class="el" href="dpllt__minisat_8cpp_source.html#l00258">258</a> of file <a class="el" href="dpllt__minisat_8cpp_source.html">dpllt_minisat.cpp</a>.</p>

<p>References <a class="el" href="cnf__manager_8h_source.html#l00223">SAT::CNF_Manager::concreteLit()</a>, <a class="el" href="debug_8h_source.html#l00408">DebugAssert</a>, <a class="el" href="expr__stream_8cpp_source.html#l00353">std::endl()</a>, <a class="el" href="sat__proof_8h_source.html#l00059">SAT::SatProofNode::getLeaf()</a>, <a class="el" href="sat__proof_8h_source.html#l00060">SAT::SatProofNode::getLeftParent()</a>, <a class="el" href="sat__proof_8h_source.html#l00062">SAT::SatProofNode::getLit()</a>, <a class="el" href="sat__proof_8h_source.html#l00064">SAT::SatProofNode::getNodeProof()</a>, <a class="el" href="theorem_8cpp_source.html#l00402">CVC3::Theorem::getProof()</a>, <a class="el" href="sat__proof_8h_source.html#l00061">SAT::SatProofNode::getRightParent()</a>, <a class="el" href="sat__proof_8h_source.html#l00063">SAT::SatProofNode::hasNodeProof()</a>, <a class="el" href="sat__proof_8h_source.html#l00058">SAT::SatProofNode::isLeaf()</a>, <a class="el" href="theorem_8h_source.html#l00164">CVC3::Theorem::isNull()</a>, <a class="el" href="theorem__producer_8cpp_source.html#l00075">CVC3::TheoremProducer::newPf()</a>, and <a class="el" href="sat__proof_8h_source.html#l00065">SAT::SatProofNode::setNodeProof()</a>.</p>

<p>Referenced by <a class="el" href="dpllt__minisat_8cpp_source.html#l00378">SAT::DPLLTMiniSat::getSatProof()</a>.</p>

</div>
</div>
<a class="anchor" id="ad267e4a889b4d5222cd489bc3b8139ce"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void printSatProof </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classSAT_1_1SatProofNode.html">SAT::SatProofNode</a> *&#160;</td>
          <td class="paramname"><em>node</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Definition at line <a class="el" href="dpllt__minisat_8cpp_source.html#l00330">330</a> of file <a class="el" href="dpllt__minisat_8cpp_source.html">dpllt_minisat.cpp</a>.</p>

<p>References <a class="el" href="expr__stream_8cpp_source.html#l00353">std::endl()</a>, <a class="el" href="sat__proof_8h_source.html#l00059">SAT::SatProofNode::getLeaf()</a>, <a class="el" href="sat__proof_8h_source.html#l00060">SAT::SatProofNode::getLeftParent()</a>, <a class="el" href="sat__proof_8h_source.html#l00061">SAT::SatProofNode::getRightParent()</a>, <a class="el" href="sat__proof_8h_source.html#l00058">SAT::SatProofNode::isLeaf()</a>, and <a class="el" href="theorem_8h_source.html#l00164">CVC3::Theorem::isNull()</a>.</p>

</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu May 16 2013 13:25:16 for CVC3 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.2
</small></address>
</body>
</html>