Sophie

Sophie

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

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_TheoremProducer 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__TheoremProducer.html">CNF_TheoremProducer</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a>  </div>
  <div class="headertitle">
<div class="title">CVC3::CNF_TheoremProducer Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::CNF_TheoremProducer" --><!-- doxytag: inherits="CVC3::CNF_Rules,CVC3::TheoremProducer" -->
<p><code>#include &lt;<a class="el" href="cnf__theorem__producer_8h_source.html">cnf_theorem_producer.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for CVC3::CNF_TheoremProducer:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classCVC3_1_1CNF__TheoremProducer.png" usemap="#CVC3::CNF_TheoremProducer_map" alt=""/>
  <map id="CVC3::CNF_TheoremProducer_map" name="CVC3::CNF_TheoremProducer_map">
<area href="classCVC3_1_1CNF__Rules.html" title="API to the CNF proof rules." alt="CVC3::CNF_Rules" shape="rect" coords="0,0,187,24"/>
<area href="classCVC3_1_1TheoremProducer.html" alt="CVC3::TheoremProducer" shape="rect" coords="197,0,384,24"/>
</map>
 </div></div>

<p><a href="classCVC3_1_1CNF__TheoremProducer-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#aac57c5789cb45689d5369ab983ec5a30">CNF_TheoremProducer</a> (<a class="el" href="classCVC3_1_1TheoremManager.html">TheoremManager</a> *tm, const <a class="el" href="classCVC3_1_1CLFlags.html">CLFlags</a> &amp;flags)
<li><a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#a719f19fdbe63659eb39c33180c7ff5df">~CNF_TheoremProducer</a> ()
<li>void <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#aeef9185f05f685d80f0bfc823faa429d">getSmartClauses</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;clauses)
<li>void <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#a3fe737b830833e49627619fa08429893">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;clauses, bool newLemma)
<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="#a3fe737b830833e49627619fa08429893"></a><br/></dl><li><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#a68cf231265e15809589ed0c5bb530196">CNFAddUnit</a> (const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;thm)
<li><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#ac340fcb794b12ae7c521a37668d6751a">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)
<li><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#ae32cd839e30a9a7f4d5bf96bd9f7a0ab">ifLiftRule</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e, int itePos)
<dl class="el"><dd class="mdescRight">|- P(_, ITE(cond,a,b), _) &lt;=&gt; ITE(cond,Pred(_, a, _),Pred(_, b, _))  <a href="#ae32cd839e30a9a7f4d5bf96bd9f7a0ab"></a><br/></dl><li><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#a65a0979bece96255a2ab2c81318258bf">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)
<li><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#a68e886da336116325c9d0c49182b9af7">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)
</ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li>const <a class="el" href="classCVC3_1_1CLFlags.html">CLFlags</a> &amp; <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#a6122998931a6bf83afb94bc44ac2c903">d_flags</a>
<li>const bool &amp; <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#a89677747742f0a944d42d9799b7adda9">d_smartClauses</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="cnf__theorem__producer_8h_source.html#l00031">31</a> of file <a class="el" href="cnf__theorem__producer_8h_source.html">cnf_theorem_producer.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aac57c5789cb45689d5369ab983ec5a30"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::CNF_TheoremProducer" ref="aac57c5789cb45689d5369ab983ec5a30" args="(TheoremManager *tm, const CLFlags &amp;flags)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::CNF_TheoremProducer::CNF_TheoremProducer </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1TheoremManager.html">TheoremManager</a> *&#160;</td>
          <td class="paramname"><em>tm</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1CLFlags.html">CLFlags</a> &amp;&#160;</td>
          <td class="paramname"><em>flags</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cnf__theorem__producer_8h_source.html#l00038">38</a> of file <a class="el" href="cnf__theorem__producer_8h_source.html">cnf_theorem_producer.h</a>.</p>

</div>
</div>
<a class="anchor" id="a719f19fdbe63659eb39c33180c7ff5df"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::~CNF_TheoremProducer" ref="a719f19fdbe63659eb39c33180c7ff5df" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::CNF_TheoremProducer::~CNF_TheoremProducer </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cnf__theorem__producer_8h_source.html#l00041">41</a> of file <a class="el" href="cnf__theorem__producer_8h_source.html">cnf_theorem_producer.h</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="aeef9185f05f685d80f0bfc823faa429d"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::getSmartClauses" ref="aeef9185f05f685d80f0bfc823faa429d" args="(const Theorem &amp;thm, std::vector&lt; Theorem &gt; &amp;clauses)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CNF_TheoremProducer::getSmartClauses </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;&#160;</td>
          <td class="paramname"><em>thm</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::vector&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>clauses</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="cnf__theorem__producer_8cpp_source.html#l00049">49</a> of file <a class="el" href="cnf__theorem__producer_8cpp_source.html">cnf_theorem_producer.cpp</a>.</p>

<p>References <a class="el" href="theorem_8cpp_source.html#l00422">CVC3::Theorem::clearAllFlags()</a>, <a class="el" href="debug_8h_source.html#l00037">FatalAssert</a>, <a class="el" href="theorem_8cpp_source.html#l00230">CVC3::Theorem::getExpr()</a>, <a class="el" href="theorem_8cpp_source.html#l00402">CVC3::Theorem::getProof()</a>, <a class="el" href="theorem_8cpp_source.html#l00491">CVC3::Theorem::getQuantLevel()</a>, <a class="el" href="theorem_8cpp_source.html#l00309">CVC3::Theorem::GetSatAssumptions()</a>, <a class="el" href="expr_8h_source.html#l00355">CVC3::Expr::isFalse()</a>, <a class="el" href="kinds_8h_source.html#l00068">OR</a>, and <a class="el" href="theorem_8cpp_source.html#l00504">CVC3::Theorem::setQuantLevel()</a>.</p>

</div>
</div>
<a class="anchor" id="a3fe737b830833e49627619fa08429893"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::learnedClauses" ref="a3fe737b830833e49627619fa08429893" args="(const Theorem &amp;thm, std::vector&lt; Theorem &gt; &amp;clauses, bool newLemma)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CNF_TheoremProducer::learnedClauses </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;&#160;</td>
          <td class="paramname"><em>thm</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::vector&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; &amp;&#160;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>newLemma</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>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>. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">thm</td><td>is the theorem <img class="formulaInl" alt="$ A_1,\ldots,A_n\vdash B$" src="form_289.png"/> Each <img class="formulaInl" alt="$A_i$" src="form_290.png"/> and <img class="formulaInl" alt="$B$" src="form_291.png"/> should be literals <img class="formulaInl" alt="$B$" src="form_291.png"/> can also be <img class="formulaInl" alt="$\mathrm{FALSE}$" src="form_292.png"/> </td></tr>
  </table>
  </dd>
</dl>

<p>Implements <a class="el" href="group__CNF__Rules.html#ga95a3d54cd5764e677d565f227b07eace">CVC3::CNF_Rules</a>.</p>

<p>Definition at line <a class="el" href="cnf__theorem__producer_8cpp_source.html#l00106">106</a> of file <a class="el" href="cnf__theorem__producer_8cpp_source.html">cnf_theorem_producer.cpp</a>.</p>

<p>References <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="theorem_8cpp_source.html#l00230">CVC3::Theorem::getExpr()</a>, <a class="el" href="theorem_8cpp_source.html#l00274">CVC3::Theorem::getLeafAssumptions()</a>, <a class="el" href="theorem_8cpp_source.html#l00402">CVC3::Theorem::getProof()</a>, <a class="el" href="theorem_8cpp_source.html#l00491">CVC3::Theorem::getQuantLevel()</a>, <a class="el" href="debug_8h_source.html#l00406">IF_DEBUG</a>, <a class="el" href="expr_8h_source.html#l00355">CVC3::Expr::isFalse()</a>, and <a class="el" href="kinds_8h_source.html#l00068">OR</a>.</p>

</div>
</div>
<a class="anchor" id="a68cf231265e15809589ed0c5bb530196"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::CNFAddUnit" ref="a68cf231265e15809589ed0c5bb530196" args="(const Theorem &amp;thm)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CNF_TheoremProducer::CNFAddUnit </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;&#160;</td>
          <td class="paramname"><em>thm</em></td><td>)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Implements <a class="el" href="group__CNF__Rules.html#ga0aaf202cffbc31fe85e7599ec2906319">CVC3::CNF_Rules</a>.</p>

<p>Definition at line <a class="el" href="cnf__theorem__producer_8cpp_source.html#l00311">311</a> of file <a class="el" href="cnf__theorem__producer_8cpp_source.html">cnf_theorem_producer.cpp</a>.</p>

<p>References <a class="el" href="theorem_8cpp_source.html#l00385">CVC3::Theorem::getAssumptionsRef()</a>, <a class="el" href="theorem_8cpp_source.html#l00230">CVC3::Theorem::getExpr()</a>, and <a class="el" href="theorem_8cpp_source.html#l00402">CVC3::Theorem::getProof()</a>.</p>

</div>
</div>
<a class="anchor" id="ac340fcb794b12ae7c521a37668d6751a"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::CNFConvert" ref="ac340fcb794b12ae7c521a37668d6751a" args="(const Expr &amp;e, const Theorem &amp;thm)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CNF_TheoremProducer::CNFConvert </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;&#160;</td>
          <td class="paramname"><em>thm</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Implements <a class="el" href="group__CNF__Rules.html#ga218381b5e2fddbd76c0c81ca3013c0f8">CVC3::CNF_Rules</a>.</p>

<p>Definition at line <a class="el" href="cnf__theorem__producer_8cpp_source.html#l00321">321</a> of file <a class="el" href="cnf__theorem__producer_8cpp_source.html">cnf_theorem_producer.cpp</a>.</p>

<p>References <a class="el" href="debug_8h_source.html#l00408">DebugAssert</a>, <a class="el" href="theorem_8cpp_source.html#l00385">CVC3::Theorem::getAssumptionsRef()</a>, <a class="el" href="theorem_8cpp_source.html#l00230">CVC3::Theorem::getExpr()</a>, <a class="el" href="theorem_8cpp_source.html#l00402">CVC3::Theorem::getProof()</a>, and <a class="el" href="expr_8h_source.html#l00422">CVC3::Expr::isOr()</a>.</p>

</div>
</div>
<a class="anchor" id="ae32cd839e30a9a7f4d5bf96bd9f7a0ab"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::ifLiftRule" ref="ae32cd839e30a9a7f4d5bf96bd9f7a0ab" args="(const Expr &amp;e, int itePos)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CNF_TheoremProducer::ifLiftRule </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>itePos</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>|- P(_, ITE(cond,a,b), _) &lt;=&gt; ITE(cond,Pred(_, a, _),Pred(_, b, _)) </p>

<p>Implements <a class="el" href="group__CNF__Rules.html#ga941f65f9beb6d3233a6d628c83731960">CVC3::CNF_Rules</a>.</p>

<p>Definition at line <a class="el" href="cnf__theorem__producer_8cpp_source.html#l00208">208</a> of file <a class="el" href="cnf__theorem__producer_8cpp_source.html">cnf_theorem_producer.cpp</a>.</p>

<p>References <a class="el" href="expr_8h_source.html#l01201">CVC3::Expr::arity()</a>, <a class="el" href="theorem__producer_8h_source.html#l00087">CHECK_PROOFS</a>, <a class="el" href="theorem__producer_8h_source.html#l00083">CHECK_SOUND</a>, <a class="el" href="expr_8h_source.html#l01162">CVC3::Expr::getKids()</a>, <a class="el" href="expr_8h_source.html#l01183">CVC3::Expr::getOp()</a>, <a class="el" href="expr_8h_source.html#l01259">CVC3::Expr::getType()</a>, <a class="el" href="cvc__util_8h_source.html#l00046">CVC3::int2string()</a>, <a class="el" href="type_8h_source.html#l00060">CVC3::Type::isBool()</a>, <a class="el" href="expr_8h_source.html#l00423">CVC3::Expr::isITE()</a>, <a class="el" href="expr_8h_source.html#l00961">CVC3::Expr::iteExpr()</a>, and <a class="el" href="expr_8cpp_source.html#l00344">CVC3::Expr::toString()</a>.</p>

</div>
</div>
<a class="anchor" id="a65a0979bece96255a2ab2c81318258bf"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::CNFtranslate" ref="a65a0979bece96255a2ab2c81318258bf" args="(const Expr &amp;before, const Expr &amp;after, std::string reason, int pos, const std::vector&lt; Theorem &gt; &amp;thms)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CNF_TheoremProducer::CNFtranslate </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>before</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>after</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::string&#160;</td>
          <td class="paramname"><em>reason</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>pos</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>thms</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Implements <a class="el" href="group__CNF__Rules.html#gae66dc0ceb7b55eeeea57187e0acd4bd5">CVC3::CNF_Rules</a>.</p>

<p>Definition at line <a class="el" href="cnf__theorem__producer_8cpp_source.html#l00246">246</a> of file <a class="el" href="cnf__theorem__producer_8cpp_source.html">cnf_theorem_producer.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a68e886da336116325c9d0c49182b9af7"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::CNFITEtranslate" ref="a68e886da336116325c9d0c49182b9af7" args="(const Expr &amp;before, const std::vector&lt; Expr &gt; &amp;after, const std::vector&lt; Theorem &gt; &amp;thms, int pos)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CNF_TheoremProducer::CNFITEtranslate </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>before</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>after</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>thms</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>pos</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Implements <a class="el" href="group__CNF__Rules.html#gad68b269642c7545c0fc119b7a74a3f32">CVC3::CNF_Rules</a>.</p>

<p>Definition at line <a class="el" href="cnf__theorem__producer_8cpp_source.html#l00271">271</a> of file <a class="el" href="cnf__theorem__producer_8cpp_source.html">cnf_theorem_producer.cpp</a>.</p>

<p>References <a class="el" href="debug_8h_source.html#l00408">DebugAssert</a>, and <a class="el" href="expr_8h_source.html#l00961">CVC3::Expr::iteExpr()</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a6122998931a6bf83afb94bc44ac2c903"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::d_flags" ref="a6122998931a6bf83afb94bc44ac2c903" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classCVC3_1_1CLFlags.html">CLFlags</a>&amp; <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#a6122998931a6bf83afb94bc44ac2c903">CVC3::CNF_TheoremProducer::d_flags</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cnf__theorem__producer_8h_source.html#l00034">34</a> of file <a class="el" href="cnf__theorem__producer_8h_source.html">cnf_theorem_producer.h</a>.</p>

</div>
</div>
<a class="anchor" id="a89677747742f0a944d42d9799b7adda9"></a><!-- doxytag: member="CVC3::CNF_TheoremProducer::d_smartClauses" ref="a89677747742f0a944d42d9799b7adda9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const bool&amp; <a class="el" href="classCVC3_1_1CNF__TheoremProducer.html#a89677747742f0a944d42d9799b7adda9">CVC3::CNF_TheoremProducer::d_smartClauses</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cnf__theorem__producer_8h_source.html#l00035">35</a> of file <a class="el" href="cnf__theorem__producer_8h_source.html">cnf_theorem_producer.h</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="cnf__theorem__producer_8h_source.html">cnf_theorem_producer.h</a></li>
<li><a class="el" href="cnf__theorem__producer_8cpp_source.html">cnf_theorem_producer.cpp</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>