Sophie

Sophie

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

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::RecordsProofRules 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_1RecordsProofRules.html">RecordsProofRules</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::RecordsProofRules Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::RecordsProofRules" -->
<p><code>#include &lt;<a class="el" href="records__proof__rules_8h_source.html">records_proof_rules.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for CVC3::RecordsProofRules:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classCVC3_1_1RecordsProofRules.png" usemap="#CVC3::RecordsProofRules_map" alt=""/>
  <map id="CVC3::RecordsProofRules_map" name="CVC3::RecordsProofRules_map">
<area href="classCVC3_1_1RecordsTheoremProducer.html" alt="CVC3::RecordsTheoremProducer" shape="rect" coords="0,56,201,80"/>
</map>
 </div></div>

<p><a href="classCVC3_1_1RecordsProofRules-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="classCVC3_1_1RecordsProofRules.html#aa1e76b54cf105e5ccd8f043f14ed2b26">~RecordsProofRules</a> ()
<dl class="el"><dd class="mdescRight">&lt; Destructor  <a href="#aa1e76b54cf105e5ccd8f043f14ed2b26"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1RecordsProofRules.html#a3e3add607e89398f2cc6cc38ea99d1ff">rewriteLitSelect</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)=0
<dl class="el"><dd class="mdescRight">==&gt; (REC_LITERAL (f1 v1) ... (fi vi) ...).fi = vi  <a href="#a3e3add607e89398f2cc6cc38ea99d1ff"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1RecordsProofRules.html#aa89519b074a161d4709cc57c72be9877">rewriteUpdateSelect</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)=0
<dl class="el"><dd class="mdescRight">==&gt; (REC_SELECT (REC_UPDATE e fi vi) fi) = vi  <a href="#aa89519b074a161d4709cc57c72be9877"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1RecordsProofRules.html#a123d754579587119040963036a57b20c">rewriteLitUpdate</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)=0
<dl class="el"><dd class="mdescRight">==&gt; (REC_UPDATE (REC_LITERAL (f1 v1) ... (fi vi) ...) fi v') =(REC_LITERAL (f1 v1) ... (fi v') ...)  <a href="#a123d754579587119040963036a57b20c"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1RecordsProofRules.html#a70d657a0ff820b3276c88d4208b2c6d7">expandEq</a> (const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;eqThrm)=0
<dl class="el"><dd class="mdescRight">From T|- e = e' return T|- AND (e.i = e'.i) for all i.  <a href="#a70d657a0ff820b3276c88d4208b2c6d7"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1RecordsProofRules.html#a4194c198132271ad4119723310acd1df">expandNeq</a> (const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;neqThrm)=0
<dl class="el"><dd class="mdescRight">From T|- NOT e=e' return T|- NOT AND (e.i = e'.i) for all i.  <a href="#a4194c198132271ad4119723310acd1df"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1RecordsProofRules.html#ab813be2b9919eae3952a0f0a73ed5e3a">expandRecord</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)=0
<dl class="el"><dd class="mdescRight">Expand a record into a literal: |- e = (# f1:=e.f1, ..., fn:=e.fn #)  <a href="#ab813be2b9919eae3952a0f0a73ed5e3a"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> <a class="el" href="classCVC3_1_1RecordsProofRules.html#a249e1cab39dd671e11f775b8f9658629">expandTuple</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)=0
<dl class="el"><dd class="mdescRight">Expand a tuple into a literal: |- e = (e.0, ..., e.n-1)  <a href="#a249e1cab39dd671e11f775b8f9658629"></a><br/></dl></ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="records__proof__rules_8h_source.html#l00028">28</a> of file <a class="el" href="records__proof__rules_8h_source.html">records_proof_rules.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aa1e76b54cf105e5ccd8f043f14ed2b26"></a><!-- doxytag: member="CVC3::RecordsProofRules::~RecordsProofRules" ref="aa1e76b54cf105e5ccd8f043f14ed2b26" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual CVC3::RecordsProofRules::~RecordsProofRules </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>&lt; Destructor </p>

<p>Definition at line <a class="el" href="records__proof__rules_8h_source.html#l00031">31</a> of file <a class="el" href="records__proof__rules_8h_source.html">records_proof_rules.h</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a3e3add607e89398f2cc6cc38ea99d1ff"></a><!-- doxytag: member="CVC3::RecordsProofRules::rewriteLitSelect" ref="a3e3add607e89398f2cc6cc38ea99d1ff" args="(const Expr &amp;e)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CVC3::RecordsProofRules::rewriteLitSelect </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> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>==&gt; (REC_LITERAL (f1 v1) ... (fi vi) ...).fi = vi </p>

<p>Implemented in <a class="el" href="classCVC3_1_1RecordsTheoremProducer.html#a6daf5a4886315133bf830d52c6fb010d">CVC3::RecordsTheoremProducer</a>.</p>

<p>Referenced by <a class="el" href="theory__records_8cpp_source.html#l00161">CVC3::TheoryRecords::rewrite()</a>.</p>

</div>
</div>
<a class="anchor" id="aa89519b074a161d4709cc57c72be9877"></a><!-- doxytag: member="CVC3::RecordsProofRules::rewriteUpdateSelect" ref="aa89519b074a161d4709cc57c72be9877" args="(const Expr &amp;e)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CVC3::RecordsProofRules::rewriteUpdateSelect </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> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>==&gt; (REC_SELECT (REC_UPDATE e fi vi) fi) = vi </p>

<p>Implemented in <a class="el" href="classCVC3_1_1RecordsTheoremProducer.html#aa5d335a5684178e3553a9ce69a265046">CVC3::RecordsTheoremProducer</a>.</p>

<p>Referenced by <a class="el" href="theory__records_8cpp_source.html#l00161">CVC3::TheoryRecords::rewrite()</a>.</p>

</div>
</div>
<a class="anchor" id="a123d754579587119040963036a57b20c"></a><!-- doxytag: member="CVC3::RecordsProofRules::rewriteLitUpdate" ref="a123d754579587119040963036a57b20c" args="(const Expr &amp;e)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CVC3::RecordsProofRules::rewriteLitUpdate </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> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>==&gt; (REC_UPDATE (REC_LITERAL (f1 v1) ... (fi vi) ...) fi v') =(REC_LITERAL (f1 v1) ... (fi v') ...) </p>

<p>Implemented in <a class="el" href="classCVC3_1_1RecordsTheoremProducer.html#ae794bafd39256699bda95e85e01ffd39">CVC3::RecordsTheoremProducer</a>.</p>

<p>Referenced by <a class="el" href="theory__records_8cpp_source.html#l00161">CVC3::TheoryRecords::rewrite()</a>.</p>

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

<p>From T|- e = e' return T|- AND (e.i = e'.i) for all i. </p>

<p>Implemented in <a class="el" href="classCVC3_1_1RecordsTheoremProducer.html#ab544bdb188ab71aee6632e22cd1e1384">CVC3::RecordsTheoremProducer</a>.</p>

<p>Referenced by <a class="el" href="theory__records_8cpp_source.html#l00129">CVC3::TheoryRecords::assertFact()</a>.</p>

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

<p>From T|- NOT e=e' return T|- NOT AND (e.i = e'.i) for all i. </p>

<p>Implemented in <a class="el" href="classCVC3_1_1RecordsTheoremProducer.html#abf649085219bc8a7d787cb6dff3faa02">CVC3::RecordsTheoremProducer</a>.</p>

</div>
</div>
<a class="anchor" id="ab813be2b9919eae3952a0f0a73ed5e3a"></a><!-- doxytag: member="CVC3::RecordsProofRules::expandRecord" ref="ab813be2b9919eae3952a0f0a73ed5e3a" args="(const Expr &amp;e)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CVC3::RecordsProofRules::expandRecord </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> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Expand a record into a literal: |- e = (# f1:=e.f1, ..., fn:=e.fn #) </p>

<p>Implemented in <a class="el" href="classCVC3_1_1RecordsTheoremProducer.html#af56c2526f560cb39a139abe6cf2ac695">CVC3::RecordsTheoremProducer</a>.</p>

<p>Referenced by <a class="el" href="theory__records_8cpp_source.html#l00281">CVC3::TheoryRecords::computeModel()</a>, and <a class="el" href="theory__records_8cpp_source.html#l00508">CVC3::TheoryRecords::setup()</a>.</p>

</div>
</div>
<a class="anchor" id="a249e1cab39dd671e11f775b8f9658629"></a><!-- doxytag: member="CVC3::RecordsProofRules::expandTuple" ref="a249e1cab39dd671e11f775b8f9658629" args="(const Expr &amp;e)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> CVC3::RecordsProofRules::expandTuple </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> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Expand a tuple into a literal: |- e = (e.0, ..., e.n-1) </p>

<p>Implemented in <a class="el" href="classCVC3_1_1RecordsTheoremProducer.html#a01aaea1cec3e1ccdbbdf15b597d966f4">CVC3::RecordsTheoremProducer</a>.</p>

<p>Referenced by <a class="el" href="theory__records_8cpp_source.html#l00281">CVC3::TheoryRecords::computeModel()</a>, and <a class="el" href="theory__records_8cpp_source.html#l00508">CVC3::TheoryRecords::setup()</a>.</p>

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