Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 583ffa4ba069126c3ba0bc565dc0485a > files > 203

cvc3-doc-2.4.1-1.fc15.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"/>
<title>CVC3: CVC3::CNF_Rules Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">CVC3&#160;<span id="projectnumber">2.4.1</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespaceCVC3.html">CVC3</a>      </li>
      <li class="navelem"><a class="el" href="classCVC3_1_1CNF__Rules.html">CNF_Rules</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a>  </div>
  <div class="headertitle">
<div class="title">CVC3::CNF_Rules Class Reference<div class="ingroups"><a class="el" href="group__CNF__Rules.html">Proof Rules for the Search Engines</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::CNF_Rules" -->
<p>API to the CNF proof rules.  
 <a href="classCVC3_1_1CNF__Rules.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="cnf__rules_8h_source.html">cnf_rules.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for CVC3::CNF_Rules:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classCVC3_1_1CNF__Rules.png" usemap="#CVC3::CNF_Rules_map" alt=""/>
  <map id="CVC3::CNF_Rules_map" name="CVC3::CNF_Rules_map">
<area href="classCVC3_1_1CNF__TheoremProducer.html" alt="CVC3::CNF_TheoremProducer" shape="rect" coords="0,56,187,80"/>
</map>
 </div></div>

<p><a href="classCVC3_1_1CNF__Rules-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li>virtual <a class="el" href="group__CNF__Rules.html#gadc1e78c5356c90604c1885e7a3833468">~CNF_Rules</a> ()
<dl class="el"><dd class="mdescRight">Destructor.  <a href="group__CNF__Rules.html#gadc1e78c5356c90604c1885e7a3833468"></a><br/></dl><li>virtual void <a class="el" href="group__CNF__Rules.html#ga95a3d54cd5764e677d565f227b07eace">learnedClauses</a> (const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;thm, std::vector&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; &amp;, bool newLemma)=0
<dl class="el"><dd class="mdescRight">Learned clause rule: </p>
<p class="formulaDsp">
<img class="formulaDsp" alt="\[\frac{A_1,\ldots,A_n\vdash B} {\vdash\neg A_1\vee\cdots\vee \neg A_n\vee B}\]" src="form_288.png"/>
</p>
<p>.  <a href="group__CNF__Rules.html#ga95a3d54cd5764e677d565f227b07eace"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="group__CNF__Rules.html#ga941f65f9beb6d3233a6d628c83731960">ifLiftRule</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e, int itePos)=0
<dl class="el"><dd class="mdescRight">|- P(_, ITE(cond,a,b), _) &lt;=&gt; ITE(cond,Pred(_, a, _),Pred(_, b, _))  <a href="group__CNF__Rules.html#ga941f65f9beb6d3233a6d628c83731960"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="group__CNF__Rules.html#ga0aaf202cffbc31fe85e7599ec2906319">CNFAddUnit</a> (const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;thm)=0
<li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="group__CNF__Rules.html#ga218381b5e2fddbd76c0c81ca3013c0f8">CNFConvert</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e, const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;thm)=0
<li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="group__CNF__Rules.html#gae66dc0ceb7b55eeeea57187e0acd4bd5">CNFtranslate</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;before, const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;after, std::string reason, int pos, const std::vector&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; &amp;thms)=0
<li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="group__CNF__Rules.html#gad68b269642c7545c0fc119b7a74a3f32">CNFITEtranslate</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;before, const std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;after, const std::vector&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; &amp;thms, int pos)=0
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>API to the CNF proof rules. </p>

<p>Definition at line <a class="el" href="cnf__rules_8h_source.html#l00034">34</a> of file <a class="el" href="cnf__rules_8h_source.html">cnf_rules.h</a>.</p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="cnf__rules_8h_source.html">cnf_rules.h</a></li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Wed Sep 7 2011 for CVC3 by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>