Sophie

Sophie

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

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::Proof 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_1Proof.html">Proof</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> &#124;
<a href="#friends">Friends</a>  </div>
  <div class="headertitle">
<div class="title">CVC3::Proof Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::Proof" -->
<p><code>#include &lt;<a class="el" href="proof_8h_source.html">proof.h</a>&gt;</code></p>

<p><a href="classCVC3_1_1Proof-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_1Proof.html#a5797879bf27b078e5ca6b9987b367ea7">Proof</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
<li><a class="el" href="classCVC3_1_1Proof.html#a0fcdb8de13162e95f4f6d5c395e48400">Proof</a> (const <a class="el" href="classCVC3_1_1Proof.html">Proof</a> &amp;p)
<li><a class="el" href="classCVC3_1_1Proof.html#aafd41d9f1e717d06a504cb8444e259fd">Proof</a> ()
<li><a class="el" href="classCVC3_1_1Expr.html">Expr</a> <a class="el" href="classCVC3_1_1Proof.html#a20cd8a5db4f7f07155464880300fb4c9">getExpr</a> () const 
<li>bool <a class="el" href="classCVC3_1_1Proof.html#a24acb4848153feb8b0c88eb825b92046">isNull</a> () const 
<li>std::string <a class="el" href="classCVC3_1_1Proof.html#a8c03764cdb0785b6ba92ebf84530f1aa">toString</a> () const 
</ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li><a class="el" href="classCVC3_1_1Expr.html">Expr</a> <a class="el" href="classCVC3_1_1Proof.html#a3ba07405cde74a07615762b74c9876e1">d_proof</a>
</ul>
<h2><a name="friends"></a>
Friends</h2>
<ul>
<li>std::ostream &amp; <a class="el" href="classCVC3_1_1Proof.html#aaf12b06d4c04d9c15a01200e092b0f30">operator&lt;&lt;</a> (std::ostream &amp;os, const <a class="el" href="classCVC3_1_1Proof.html">Proof</a> &amp;pf)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="proof_8h_source.html#l00038">38</a> of file <a class="el" href="proof_8h_source.html">proof.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a5797879bf27b078e5ca6b9987b367ea7"></a><!-- doxytag: member="CVC3::Proof::Proof" ref="a5797879bf27b078e5ca6b9987b367ea7" args="(const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::Proof::Proof </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><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="proof_8h_source.html#l00043">43</a> of file <a class="el" href="proof_8h_source.html">proof.h</a>.</p>

</div>
</div>
<a class="anchor" id="a0fcdb8de13162e95f4f6d5c395e48400"></a><!-- doxytag: member="CVC3::Proof::Proof" ref="a0fcdb8de13162e95f4f6d5c395e48400" args="(const Proof &amp;p)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::Proof::Proof </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Proof.html">Proof</a> &amp;&#160;</td>
          <td class="paramname"><em>p</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="proof_8h_source.html#l00044">44</a> of file <a class="el" href="proof_8h_source.html">proof.h</a>.</p>

</div>
</div>
<a class="anchor" id="aafd41d9f1e717d06a504cb8444e259fd"></a><!-- doxytag: member="CVC3::Proof::Proof" ref="aafd41d9f1e717d06a504cb8444e259fd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::Proof::Proof </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="proof_8h_source.html#l00045">45</a> of file <a class="el" href="proof_8h_source.html">proof.h</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a20cd8a5db4f7f07155464880300fb4c9"></a><!-- doxytag: member="CVC3::Proof::getExpr" ref="a20cd8a5db4f7f07155464880300fb4c9" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Expr.html">Expr</a> CVC3::Proof::getExpr </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="proof_8h_source.html#l00046">46</a> of file <a class="el" href="proof_8h_source.html">proof.h</a>.</p>

<p>References <a class="el" href="proof_8h_source.html#l00040">d_proof</a>.</p>

<p>Referenced by <a class="el" href="search__theorem__producer_8cpp_source.html#l00221">CVC3::SearchEngineTheoremProducer::conflictClause()</a>, <a class="el" href="theorem__producer_8cpp_source.html#l00083">CVC3::TheoremProducer::newPf()</a>, <a class="el" href="proof_8h_source.html#l00057">CVC3::operator&lt;&lt;()</a>, <a class="el" href="proof_8h_source.html#l00061">CVC3::operator==()</a>, and <a class="el" href="search__theorem__producer_8cpp_source.html#l01419">CVC3::SearchEngineTheoremProducer::satProof()</a>.</p>

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

<p>Definition at line <a class="el" href="proof_8h_source.html#l00047">47</a> of file <a class="el" href="proof_8h_source.html">proof.h</a>.</p>

<p>References <a class="el" href="proof_8h_source.html#l00040">d_proof</a>, and <a class="el" href="expr_8h_source.html#l01223">CVC3::Expr::isNull()</a>.</p>

<p>Referenced by <a class="el" href="vc__cmd_8cpp_source.html#l00267">CVC3::VCCmd::evaluateCommand()</a>, <a class="el" href="sat__proof_8h_source.html#l00064">SAT::SatProofNode::getNodeProof()</a>, <a class="el" href="sat__proof_8h_source.html#l00063">SAT::SatProofNode::hasNodeProof()</a>, and <a class="el" href="theorem_8cpp_source.html#l00131">CVC3::Theorem::Theorem()</a>.</p>

</div>
</div>
<a class="anchor" id="a8c03764cdb0785b6ba92ebf84530f1aa"></a><!-- doxytag: member="CVC3::Proof::toString" ref="a8c03764cdb0785b6ba92ebf84530f1aa" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::string CVC3::Proof::toString </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="proof_8h_source.html#l00050">50</a> of file <a class="el" href="proof_8h_source.html">proof.h</a>.</p>

</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="aaf12b06d4c04d9c15a01200e092b0f30"></a><!-- doxytag: member="CVC3::Proof::operator&lt;&lt;" ref="aaf12b06d4c04d9c15a01200e092b0f30" args="(std::ostream &amp;os, const Proof &amp;pf)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::ostream&amp; operator&lt;&lt; </td>
          <td>(</td>
          <td class="paramtype">std::ostream &amp;&#160;</td>
          <td class="paramname"><em>os</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Proof.html">Proof</a> &amp;&#160;</td>
          <td class="paramname"><em>pf</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="proof_8h_source.html#l00057">57</a> of file <a class="el" href="proof_8h_source.html">proof.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a3ba07405cde74a07615762b74c9876e1"></a><!-- doxytag: member="CVC3::Proof::d_proof" ref="a3ba07405cde74a07615762b74c9876e1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Expr.html">Expr</a> <a class="el" href="classCVC3_1_1Proof.html#a3ba07405cde74a07615762b74c9876e1">CVC3::Proof::d_proof</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="proof_8h_source.html#l00040">40</a> of file <a class="el" href="proof_8h_source.html">proof.h</a>.</p>

<p>Referenced by <a class="el" href="proof_8h_source.html#l00046">getExpr()</a>, and <a class="el" href="proof_8h_source.html#l00047">isNull()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="proof_8h_source.html">proof.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>