Sophie

Sophie

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

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::VariableValue 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_1VariableValue.html">VariableValue</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-methods">Private 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::VariableValue Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::VariableValue" -->
<p><code>#include &lt;<a class="el" href="variable_8h_source.html">variable.h</a>&gt;</code></p>

<p><a href="classCVC3_1_1VariableValue-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_1VariableValue.html#ac74e3ee4ad23bfeb6254a6e4769d104c">~VariableValue</a> ()
<li>const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp; <a class="el" href="classCVC3_1_1VariableValue.html#a5e3bf7de7f3bd16d1b274e16d4292893">getExpr</a> () const 
<li>const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp; <a class="el" href="classCVC3_1_1VariableValue.html#a798fc6fa670819203aa7e2ecf3a609de">getNegExpr</a> () const 
<li>int <a class="el" href="classCVC3_1_1VariableValue.html#a6f83bd36830c43e35d21984cd5b3a3ff">getValue</a> () const 
<li>int <a class="el" href="classCVC3_1_1VariableValue.html#aabc451feb269d84dc19bdc1148bc8af8">getScope</a> () const 
<li>const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp; <a class="el" href="classCVC3_1_1VariableValue.html#a2a186bfae906f1fa27d64457f2428125">getTheorem</a> () const 
<li>const <a class="el" href="classCVC3_1_1Clause.html">Clause</a> &amp; <a class="el" href="classCVC3_1_1VariableValue.html#aac80324d8bc82742954381946066c103">getAntecedent</a> () const 
<li>int <a class="el" href="classCVC3_1_1VariableValue.html#a5ead45485317b8beb32d1489d71b7274">getAntecedentIdx</a> () const 
<li>const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp; <a class="el" href="classCVC3_1_1VariableValue.html#a600aed64a238804fc7e6e5717a07a6f5">getAssumpThm</a> () const 
<li>void <a class="el" href="classCVC3_1_1VariableValue.html#aefcf6649a5dcfa1382c3a296659b57a5">setValue</a> (int val, const <a class="el" href="classCVC3_1_1Clause.html">Clause</a> &amp;c, int idx)
<li>void <a class="el" href="classCVC3_1_1VariableValue.html#a3be05859755a92bd60ceeb4b5a2e99d6">setValue</a> (const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;thm, int scope)
<li>void <a class="el" href="classCVC3_1_1VariableValue.html#abfd2af792b3d79935abf5fa2db7e8218">setAssumpThm</a> (const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;a, int scope)
<li>unsigned &amp; <a class="el" href="classCVC3_1_1VariableValue.html#acb5347247874196d09dcfb829dac80a4">count</a> (bool neg)
<li>unsigned &amp; <a class="el" href="classCVC3_1_1VariableValue.html#a64350354329075928e80eb4f133521ad">countPrev</a> (bool neg)
<li>int &amp; <a class="el" href="classCVC3_1_1VariableValue.html#ad585655ed33dcc2c541d300b09370083">score</a> (bool neg)
<li>bool &amp; <a class="el" href="classCVC3_1_1VariableValue.html#ab9c05cca095742f0fd66d7084084e237">added</a> (bool neg)
<li>void * <a class="el" href="classCVC3_1_1VariableValue.html#a4d31224a03391dd9c418da7590e3cc92">operator new</a> (size_t size, <a class="el" href="classCVC3_1_1MemoryManager.html">MemoryManager</a> *mm)
<li>void <a class="el" href="classCVC3_1_1VariableValue.html#a00f105f23de53316c9f6c0d799a1caed">operator delete</a> (void *pMem, <a class="el" href="classCVC3_1_1MemoryManager.html">MemoryManager</a> *mm)
<li>void <a class="el" href="classCVC3_1_1VariableValue.html#afffed1d47c732ae86261cff5db8387de">operator delete</a> (void *)
</ul>
<h2><a name="pri-methods"></a>
Private Member Functions</h2>
<ul>
<li><a class="el" href="classCVC3_1_1VariableValue.html#a97912bc131f38a4d5f93bb1456118a0b">VariableValue</a> (<a class="el" href="classCVC3_1_1VariableManager.html">VariableManager</a> *vm, const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
</ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li><a class="el" href="classCVC3_1_1VariableManager.html">VariableManager</a> * <a class="el" href="classCVC3_1_1VariableValue.html#a8b9cd77982124084ed87e4fde0e6460a">d_vm</a>
<li>int <a class="el" href="classCVC3_1_1VariableValue.html#ac70959550ac5f1a1c22351519e5547df">d_refcount</a>
<li><a class="el" href="classCVC3_1_1Expr.html">Expr</a> <a class="el" href="classCVC3_1_1VariableValue.html#aa38abcee5fb57b183108f033a150fdda">d_expr</a>
<li><a class="el" href="classCVC3_1_1Expr.html">Expr</a> <a class="el" href="classCVC3_1_1VariableValue.html#a81cdfc55101adca8df55890a92db1109">d_neg</a>
<li>unsigned <a class="el" href="classCVC3_1_1VariableValue.html#a87a7674d38dfaac8412e058b1fe6b5b2">d_count</a>
<li>unsigned <a class="el" href="classCVC3_1_1VariableValue.html#a09de4b7db41f8014cd373b310426bc0a">d_countPrev</a>
<li>int <a class="el" href="classCVC3_1_1VariableValue.html#a2eddcb5a3c79328b3883d96992d2084b">d_score</a>
<li>unsigned <a class="el" href="classCVC3_1_1VariableValue.html#a986077d2b32826ad0a4b89e9e0fbf154">d_negCount</a>
<li>unsigned <a class="el" href="classCVC3_1_1VariableValue.html#a07651f2073988b6f55e9bcef189b8101">d_negCountPrev</a>
<li>int <a class="el" href="classCVC3_1_1VariableValue.html#a114271041ca1acf5bb747dff3e342772">d_negScore</a>
<li>bool <a class="el" href="classCVC3_1_1VariableValue.html#a6b1b02477e37cbf41a32cfb98ceb1f95">d_added</a>
<li>bool <a class="el" href="classCVC3_1_1VariableValue.html#a930417c6ef4d34ff9e6e78e301eea90a">d_negAdded</a>
<li>std::vector&lt; std::pair&lt; <a class="el" href="classCVC3_1_1Clause.html">Clause</a>, <br class="typebreak"/>
int &gt; &gt; <a class="el" href="classCVC3_1_1VariableValue.html#aff4914c922e23b0845f5f709d76c6ad1">d_wp</a>
<li>std::vector&lt; std::pair&lt; <a class="el" href="classCVC3_1_1Clause.html">Clause</a>, <br class="typebreak"/>
int &gt; &gt; <a class="el" href="classCVC3_1_1VariableValue.html#ad98bda46818737481c653e452a5236c1">d_negwp</a>
<li><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; int &gt; * <a class="el" href="classCVC3_1_1VariableValue.html#ada795515a6c29d6301cdb643c7b0479e">d_val</a>
<li><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; int &gt; * <a class="el" href="classCVC3_1_1VariableValue.html#a091dd8e7d8ba7c99080e169931e5007a">d_scope</a>
<li><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; * <a class="el" href="classCVC3_1_1VariableValue.html#a4f427c91c94b29fac5fe8280e2cc45d9">d_thm</a>
<li><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Clause.html">Clause</a> &gt; * <a class="el" href="classCVC3_1_1VariableValue.html#a87f6665f00344a0503c10bbe265f2432">d_ante</a>
<li><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; int &gt; * <a class="el" href="classCVC3_1_1VariableValue.html#a4724b62ffc80fa403bd9f4aa9aa95578">d_anteIdx</a>
<li><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; * <a class="el" href="classCVC3_1_1VariableValue.html#a345214752d3f0349a91c60a26cf53f29">d_assump</a>
</ul>
<h2><a name="friends"></a>
Friends</h2>
<ul>
<li>class <a class="el" href="classCVC3_1_1VariableValue.html#a9b0a9a1a9dc58fc36b535bb33c612b49">Variable</a>
<li>class <a class="el" href="classCVC3_1_1VariableValue.html#a06b58135e80b3f9cee3779c4012bb13b">VariableManager</a>
<li>std::ostream &amp; <a class="el" href="classCVC3_1_1VariableValue.html#a98e3d083ca34ed383ea51259c73fc81b">operator&lt;&lt;</a> (std::ostream &amp;os, const <a class="el" href="classCVC3_1_1VariableValue.html">VariableValue</a> &amp;v)
<li>bool <a class="el" href="classCVC3_1_1VariableValue.html#ab6a288d87c21f6e977bd9daa2a34946f">operator==</a> (const <a class="el" href="classCVC3_1_1VariableValue.html">VariableValue</a> &amp;v1, const <a class="el" href="classCVC3_1_1VariableValue.html">VariableValue</a> &amp;v2)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="variable_8h_source.html#l00206">206</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a97912bc131f38a4d5f93bb1456118a0b"></a><!-- doxytag: member="CVC3::VariableValue::VariableValue" ref="a97912bc131f38a4d5f93bb1456118a0b" args="(VariableManager *vm, const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::VariableValue::VariableValue </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1VariableManager.html">VariableManager</a> *&#160;</td>
          <td class="paramname"><em>vm</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>e</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline, private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00245">245</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00357">CVC3::VariableManager::newVariableValue()</a>.</p>

</div>
</div>
<a class="anchor" id="ac74e3ee4ad23bfeb6254a6e4769d104c"></a><!-- doxytag: member="CVC3::VariableValue::~VariableValue" ref="ac74e3ee4ad23bfeb6254a6e4769d104c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::VariableValue::~VariableValue </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8cpp_source.html#l00230">230</a> of file <a class="el" href="variable_8cpp_source.html">variable.cpp</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00241">d_ante</a>, <a class="el" href="variable_8h_source.html#l00242">d_anteIdx</a>, <a class="el" href="variable_8h_source.html#l00243">d_assump</a>, <a class="el" href="variable_8h_source.html#l00238">d_scope</a>, <a class="el" href="variable_8h_source.html#l00240">d_thm</a>, and <a class="el" href="variable_8h_source.html#l00237">d_val</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a5e3bf7de7f3bd16d1b274e16d4292893"></a><!-- doxytag: member="CVC3::VariableValue::getExpr" ref="a5e3bf7de7f3bd16d1b274e16d4292893" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a>&amp; CVC3::VariableValue::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="variable_8h_source.html#l00255">255</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00213">d_expr</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00068">CVC3::Variable::getExpr()</a>, <a class="el" href="variable_8h_source.html#l00388">CVC3::VariableManager::EqLV::operator()()</a>, <a class="el" href="variable_8h_source.html#l00384">CVC3::VariableManager::HashLV::operator()()</a>, <a class="el" href="variable_8cpp_source.html#l00337">CVC3::operator&lt;&lt;()</a>, and <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a798fc6fa670819203aa7e2ecf3a609de"></a><!-- doxytag: member="CVC3::VariableValue::getNegExpr" ref="a798fc6fa670819203aa7e2ecf3a609de" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a>&amp; CVC3::VariableValue::getNegExpr </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="variable_8h_source.html#l00257">257</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00213">d_expr</a>, <a class="el" href="variable_8h_source.html#l00215">d_neg</a>, <a class="el" href="expr_8h_source.html#l01223">CVC3::Expr::isNull()</a>, and <a class="el" href="expr_8h_source.html#l00937">CVC3::Expr::negate()</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00075">CVC3::Variable::getNegExpr()</a>.</p>

</div>
</div>
<a class="anchor" id="a6f83bd36830c43e35d21984cd5b3a3ff"></a><!-- doxytag: member="CVC3::VariableValue::getValue" ref="a6f83bd36830c43e35d21984cd5b3a3ff" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int CVC3::VariableValue::getValue </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="variable_8h_source.html#l00265">265</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00237">d_val</a>, and <a class="el" href="cdo_8h_source.html#l00064">CVC3::CDO&lt; T &gt;::get()</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00083">CVC3::Variable::getValue()</a>, <a class="el" href="variable_8cpp_source.html#l00337">CVC3::operator&lt;&lt;()</a>, and <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>.</p>

</div>
</div>
<a class="anchor" id="aabc451feb269d84dc19bdc1148bc8af8"></a><!-- doxytag: member="CVC3::VariableValue::getScope" ref="aabc451feb269d84dc19bdc1148bc8af8" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int CVC3::VariableValue::getScope </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="variable_8h_source.html#l00270">270</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00238">d_scope</a>, and <a class="el" href="cdo_8h_source.html#l00064">CVC3::CDO&lt; T &gt;::get()</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00090">CVC3::Variable::getScope()</a>, <a class="el" href="variable_8cpp_source.html#l00337">CVC3::operator&lt;&lt;()</a>, and <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a2a186bfae906f1fa27d64457f2428125"></a><!-- doxytag: member="CVC3::VariableValue::getTheorem" ref="a2a186bfae906f1fa27d64457f2428125" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a>&amp; CVC3::VariableValue::getTheorem </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="variable_8h_source.html#l00275">275</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00240">d_thm</a>, and <a class="el" href="cdo_8h_source.html#l00064">CVC3::CDO&lt; T &gt;::get()</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00096">CVC3::Variable::getTheorem()</a>, <a class="el" href="variable_8cpp_source.html#l00337">CVC3::operator&lt;&lt;()</a>, and <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>.</p>

</div>
</div>
<a class="anchor" id="aac80324d8bc82742954381946066c103"></a><!-- doxytag: member="CVC3::VariableValue::getAntecedent" ref="aac80324d8bc82742954381946066c103" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classCVC3_1_1Clause.html">Clause</a>&amp; CVC3::VariableValue::getAntecedent </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="variable_8h_source.html#l00281">281</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00241">d_ante</a>, and <a class="el" href="cdo_8h_source.html#l00064">CVC3::CDO&lt; T &gt;::get()</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00103">CVC3::Variable::getAntecedent()</a>, <a class="el" href="variable_8cpp_source.html#l00337">CVC3::operator&lt;&lt;()</a>, and <a class="el" href="variable_8cpp_source.html#l00295">setValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a5ead45485317b8beb32d1489d71b7274"></a><!-- doxytag: member="CVC3::VariableValue::getAntecedentIdx" ref="a5ead45485317b8beb32d1489d71b7274" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int CVC3::VariableValue::getAntecedentIdx </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="variable_8h_source.html#l00287">287</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00242">d_anteIdx</a>, and <a class="el" href="cdo_8h_source.html#l00064">CVC3::CDO&lt; T &gt;::get()</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00110">CVC3::Variable::getAntecedentIdx()</a>, and <a class="el" href="variable_8cpp_source.html#l00337">CVC3::operator&lt;&lt;()</a>.</p>

</div>
</div>
<a class="anchor" id="a600aed64a238804fc7e6e5717a07a6f5"></a><!-- doxytag: member="CVC3::VariableValue::getAssumpThm" ref="a600aed64a238804fc7e6e5717a07a6f5" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a>&amp; CVC3::VariableValue::getAssumpThm </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="variable_8h_source.html#l00292">292</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00243">d_assump</a>, and <a class="el" href="cdo_8h_source.html#l00064">CVC3::CDO&lt; T &gt;::get()</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00116">CVC3::Variable::getAssumpThm()</a>.</p>

</div>
</div>
<a class="anchor" id="aefcf6649a5dcfa1382c3a296659b57a5"></a><!-- doxytag: member="CVC3::VariableValue::setValue" ref="aefcf6649a5dcfa1382c3a296659b57a5" args="(int val, const Clause &amp;c, int idx)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CVC3::VariableValue::setValue </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>val</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Clause.html">Clause</a> &amp;&#160;</td>
          <td class="paramname"><em>c</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>idx</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="variable_8cpp_source.html#l00242">242</a> of file <a class="el" href="variable_8cpp_source.html">variable.cpp</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00241">d_ante</a>, <a class="el" href="variable_8h_source.html#l00242">d_anteIdx</a>, <a class="el" href="variable_8h_source.html#l00238">d_scope</a>, <a class="el" href="variable_8h_source.html#l00240">d_thm</a>, <a class="el" href="variable_8h_source.html#l00237">d_val</a>, <a class="el" href="variable_8h_source.html#l00210">d_vm</a>, <a class="el" href="debug_8h_source.html#l00408">DebugAssert</a>, <a class="el" href="variable_8h_source.html#l00413">CVC3::VariableManager::getCM()</a>, <a class="el" href="context_8h_source.html#l00406">CVC3::ContextManager::getCurrentContext()</a>, <a class="el" href="variable_8h_source.html#l00255">getExpr()</a>, <a class="el" href="variable_8h_source.html#l00270">getScope()</a>, <a class="el" href="clause_8h_source.html#l00122">CVC3::Clause::getScope()</a>, <a class="el" href="variable_8h_source.html#l00275">getTheorem()</a>, <a class="el" href="variable_8h_source.html#l00265">getValue()</a>, <a class="el" href="debug_8h_source.html#l00406">IF_DEBUG</a>, <a class="el" href="cvc__util_8h_source.html#l00046">CVC3::int2string()</a>, <a class="el" href="cdo_8h_source.html#l00063">CVC3::CDO&lt; T &gt;::set()</a>, <a class="el" href="clause_8h_source.html#l00113">CVC3::Clause::size()</a>, <a class="el" href="expr_8cpp_source.html#l00344">CVC3::Expr::toString()</a>, and <a class="el" href="clause_8cpp_source.html#l00129">CVC3::Clause::toString()</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00162">CVC3::Variable::deriveThmRec()</a>, and <a class="el" href="variable_8cpp_source.html#l00126">CVC3::Variable::setValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a3be05859755a92bd60ceeb4b5a2e99d6"></a><!-- doxytag: member="CVC3::VariableValue::setValue" ref="a3be05859755a92bd60ceeb4b5a2e99d6" args="(const Theorem &amp;thm, int scope)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CVC3::VariableValue::setValue </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">int&#160;</td>
          <td class="paramname"><em>scope</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="variable_8cpp_source.html#l00295">295</a> of file <a class="el" href="variable_8cpp_source.html">variable.cpp</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00241">d_ante</a>, <a class="el" href="variable_8h_source.html#l00213">d_expr</a>, <a class="el" href="variable_8h_source.html#l00238">d_scope</a>, <a class="el" href="variable_8h_source.html#l00240">d_thm</a>, <a class="el" href="variable_8h_source.html#l00237">d_val</a>, <a class="el" href="variable_8h_source.html#l00210">d_vm</a>, <a class="el" href="debug_8h_source.html#l00408">DebugAssert</a>, <a class="el" href="variable_8h_source.html#l00281">getAntecedent()</a>, <a class="el" href="variable_8h_source.html#l00413">CVC3::VariableManager::getCM()</a>, <a class="el" href="context_8h_source.html#l00406">CVC3::ContextManager::getCurrentContext()</a>, <a class="el" href="theorem_8cpp_source.html#l00230">CVC3::Theorem::getExpr()</a>, <a class="el" href="debug_8h_source.html#l00406">IF_DEBUG</a>, <a class="el" href="cdo_8h_source.html#l00063">CVC3::CDO&lt; T &gt;::set()</a>, <a class="el" href="expr_8cpp_source.html#l00344">CVC3::Expr::toString()</a>, and <a class="el" href="theorem_8h_source.html#l00404">CVC3::Theorem::toString()</a>.</p>

</div>
</div>
<a class="anchor" id="abfd2af792b3d79935abf5fa2db7e8218"></a><!-- doxytag: member="CVC3::VariableValue::setAssumpThm" ref="abfd2af792b3d79935abf5fa2db7e8218" args="(const Theorem &amp;a, int scope)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CVC3::VariableValue::setAssumpThm </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &amp;&#160;</td>
          <td class="paramname"><em>a</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>scope</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="variable_8cpp_source.html#l00328">328</a> of file <a class="el" href="variable_8cpp_source.html">variable.cpp</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00243">d_assump</a>, <a class="el" href="variable_8h_source.html#l00237">d_val</a>, <a class="el" href="variable_8h_source.html#l00210">d_vm</a>, <a class="el" href="variable_8h_source.html#l00413">CVC3::VariableManager::getCM()</a>, <a class="el" href="context_8h_source.html#l00406">CVC3::ContextManager::getCurrentContext()</a>, <a class="el" href="debug_8h_source.html#l00406">IF_DEBUG</a>, and <a class="el" href="cdo_8h_source.html#l00063">CVC3::CDO&lt; T &gt;::set()</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00146">CVC3::Variable::setAssumpThm()</a>.</p>

</div>
</div>
<a class="anchor" id="acb5347247874196d09dcfb829dac80a4"></a><!-- doxytag: member="CVC3::VariableValue::count" ref="acb5347247874196d09dcfb829dac80a4" args="(bool neg)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned&amp; CVC3::VariableValue::count </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>neg</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00308">308</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00220">d_count</a>, and <a class="el" href="variable_8h_source.html#l00224">d_negCount</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00342">CVC3::Variable::count()</a>.</p>

</div>
</div>
<a class="anchor" id="a64350354329075928e80eb4f133521ad"></a><!-- doxytag: member="CVC3::VariableValue::countPrev" ref="a64350354329075928e80eb4f133521ad" args="(bool neg)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned&amp; CVC3::VariableValue::countPrev </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>neg</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00312">312</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00221">d_countPrev</a>, and <a class="el" href="variable_8h_source.html#l00225">d_negCountPrev</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00343">CVC3::Variable::countPrev()</a>.</p>

</div>
</div>
<a class="anchor" id="ad585655ed33dcc2c541d300b09370083"></a><!-- doxytag: member="CVC3::VariableValue::score" ref="ad585655ed33dcc2c541d300b09370083" args="(bool neg)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int&amp; CVC3::VariableValue::score </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>neg</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00316">316</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00226">d_negScore</a>, and <a class="el" href="variable_8h_source.html#l00222">d_score</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00345">CVC3::Variable::score()</a>.</p>

</div>
</div>
<a class="anchor" id="ab9c05cca095742f0fd66d7084084e237"></a><!-- doxytag: member="CVC3::VariableValue::added" ref="ab9c05cca095742f0fd66d7084084e237" args="(bool neg)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool&amp; CVC3::VariableValue::added </td>
          <td>(</td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>neg</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00320">320</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="variable_8h_source.html#l00228">d_added</a>, and <a class="el" href="variable_8h_source.html#l00229">d_negAdded</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00346">CVC3::Variable::added()</a>.</p>

</div>
</div>
<a class="anchor" id="a4d31224a03391dd9c418da7590e3cc92"></a><!-- doxytag: member="CVC3::VariableValue::operator new" ref="a4d31224a03391dd9c418da7590e3cc92" args="(size_t size, MemoryManager *mm)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void* CVC3::VariableValue::operator new </td>
          <td>(</td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>size</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1MemoryManager.html">MemoryManager</a> *&#160;</td>
          <td class="paramname"><em>mm</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="variable_8h_source.html#l00326">326</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="classCVC3_1_1MemoryManager.html#a3db7efbc4b956bd423a73e1157d70ce0">CVC3::MemoryManager::newData()</a>.</p>

</div>
</div>
<a class="anchor" id="a00f105f23de53316c9f6c0d799a1caed"></a><!-- doxytag: member="CVC3::VariableValue::operator delete" ref="a00f105f23de53316c9f6c0d799a1caed" args="(void *pMem, MemoryManager *mm)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CVC3::VariableValue::operator delete </td>
          <td>(</td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>pMem</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1MemoryManager.html">MemoryManager</a> *&#160;</td>
          <td class="paramname"><em>mm</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="variable_8h_source.html#l00329">329</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>References <a class="el" href="classCVC3_1_1MemoryManager.html#ad29fac88d3a07566d9a8f9dc8d8e059c">CVC3::MemoryManager::deleteData()</a>.</p>

</div>
</div>
<a class="anchor" id="afffed1d47c732ae86261cff5db8387de"></a><!-- doxytag: member="CVC3::VariableValue::operator delete" ref="afffed1d47c732ae86261cff5db8387de" args="(void *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CVC3::VariableValue::operator delete </td>
          <td>(</td>
          <td class="paramtype">void *&#160;</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="variable_8h_source.html#l00332">332</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="a9b0a9a1a9dc58fc36b535bb33c612b49"></a><!-- doxytag: member="CVC3::VariableValue::Variable" ref="a9b0a9a1a9dc58fc36b535bb33c612b49" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">friend class <a class="el" href="classCVC3_1_1Variable.html">Variable</a><code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00207">207</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

</div>
</div>
<a class="anchor" id="a06b58135e80b3f9cee3779c4012bb13b"></a><!-- doxytag: member="CVC3::VariableValue::VariableManager" ref="a06b58135e80b3f9cee3779c4012bb13b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">friend class <a class="el" href="classCVC3_1_1VariableManager.html">VariableManager</a><code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00208">208</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

</div>
</div>
<a class="anchor" id="a98e3d083ca34ed383ea51259c73fc81b"></a><!-- doxytag: member="CVC3::VariableValue::operator&lt;&lt;" ref="a98e3d083ca34ed383ea51259c73fc81b" args="(std::ostream &amp;os, const VariableValue &amp;v)" -->
<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_1VariableValue.html">VariableValue</a> &amp;&#160;</td>
          <td class="paramname"><em>v</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="variable_8cpp_source.html#l00337">337</a> of file <a class="el" href="variable_8cpp_source.html">variable.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ab6a288d87c21f6e977bd9daa2a34946f"></a><!-- doxytag: member="CVC3::VariableValue::operator==" ref="ab6a288d87c21f6e977bd9daa2a34946f" args="(const VariableValue &amp;v1, const VariableValue &amp;v2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool operator== </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1VariableValue.html">VariableValue</a> &amp;&#160;</td>
          <td class="paramname"><em>v1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1VariableValue.html">VariableValue</a> &amp;&#160;</td>
          <td class="paramname"><em>v2</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="variable_8h_source.html#l00336">336</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a8b9cd77982124084ed87e4fde0e6460a"></a><!-- doxytag: member="CVC3::VariableValue::d_vm" ref="a8b9cd77982124084ed87e4fde0e6460a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1VariableManager.html">VariableManager</a>* <a class="el" href="classCVC3_1_1VariableValue.html#a8b9cd77982124084ed87e4fde0e6460a">CVC3::VariableValue::d_vm</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00210">210</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00162">CVC3::Variable::deriveThmRec()</a>, <a class="el" href="variable_8cpp_source.html#l00057">CVC3::Variable::operator=()</a>, <a class="el" href="variable_8cpp_source.html#l00328">setAssumpThm()</a>, <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>, and <a class="el" href="variable_8cpp_source.html#l00048">CVC3::Variable::~Variable()</a>.</p>

</div>
</div>
<a class="anchor" id="ac70959550ac5f1a1c22351519e5547df"></a><!-- doxytag: member="CVC3::VariableValue::d_refcount" ref="ac70959550ac5f1a1c22351519e5547df" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classCVC3_1_1VariableValue.html#ac70959550ac5f1a1c22351519e5547df">CVC3::VariableValue::d_refcount</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00211">211</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8cpp_source.html#l00057">CVC3::Variable::operator=()</a>, <a class="el" href="variable_8cpp_source.html#l00037">CVC3::Variable::Variable()</a>, and <a class="el" href="variable_8cpp_source.html#l00048">CVC3::Variable::~Variable()</a>.</p>

</div>
</div>
<a class="anchor" id="aa38abcee5fb57b183108f033a150fdda"></a><!-- doxytag: member="CVC3::VariableValue::d_expr" ref="aa38abcee5fb57b183108f033a150fdda" 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_1VariableValue.html#aa38abcee5fb57b183108f033a150fdda">CVC3::VariableValue::d_expr</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00213">213</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00255">getExpr()</a>, <a class="el" href="variable_8h_source.html#l00257">getNegExpr()</a>, and <a class="el" href="variable_8cpp_source.html#l00295">setValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a81cdfc55101adca8df55890a92db1109"></a><!-- doxytag: member="CVC3::VariableValue::d_neg" ref="a81cdfc55101adca8df55890a92db1109" 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_1VariableValue.html#a81cdfc55101adca8df55890a92db1109">CVC3::VariableValue::d_neg</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00215">215</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00257">getNegExpr()</a>.</p>

</div>
</div>
<a class="anchor" id="a87a7674d38dfaac8412e058b1fe6b5b2"></a><!-- doxytag: member="CVC3::VariableValue::d_count" ref="a87a7674d38dfaac8412e058b1fe6b5b2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned <a class="el" href="classCVC3_1_1VariableValue.html#a87a7674d38dfaac8412e058b1fe6b5b2">CVC3::VariableValue::d_count</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00220">220</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00308">count()</a>.</p>

</div>
</div>
<a class="anchor" id="a09de4b7db41f8014cd373b310426bc0a"></a><!-- doxytag: member="CVC3::VariableValue::d_countPrev" ref="a09de4b7db41f8014cd373b310426bc0a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned <a class="el" href="classCVC3_1_1VariableValue.html#a09de4b7db41f8014cd373b310426bc0a">CVC3::VariableValue::d_countPrev</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00221">221</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00312">countPrev()</a>.</p>

</div>
</div>
<a class="anchor" id="a2eddcb5a3c79328b3883d96992d2084b"></a><!-- doxytag: member="CVC3::VariableValue::d_score" ref="a2eddcb5a3c79328b3883d96992d2084b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classCVC3_1_1VariableValue.html#a2eddcb5a3c79328b3883d96992d2084b">CVC3::VariableValue::d_score</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00222">222</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00316">score()</a>.</p>

</div>
</div>
<a class="anchor" id="a986077d2b32826ad0a4b89e9e0fbf154"></a><!-- doxytag: member="CVC3::VariableValue::d_negCount" ref="a986077d2b32826ad0a4b89e9e0fbf154" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned <a class="el" href="classCVC3_1_1VariableValue.html#a986077d2b32826ad0a4b89e9e0fbf154">CVC3::VariableValue::d_negCount</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00224">224</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00308">count()</a>.</p>

</div>
</div>
<a class="anchor" id="a07651f2073988b6f55e9bcef189b8101"></a><!-- doxytag: member="CVC3::VariableValue::d_negCountPrev" ref="a07651f2073988b6f55e9bcef189b8101" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned <a class="el" href="classCVC3_1_1VariableValue.html#a07651f2073988b6f55e9bcef189b8101">CVC3::VariableValue::d_negCountPrev</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00225">225</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00312">countPrev()</a>.</p>

</div>
</div>
<a class="anchor" id="a114271041ca1acf5bb747dff3e342772"></a><!-- doxytag: member="CVC3::VariableValue::d_negScore" ref="a114271041ca1acf5bb747dff3e342772" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classCVC3_1_1VariableValue.html#a114271041ca1acf5bb747dff3e342772">CVC3::VariableValue::d_negScore</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00226">226</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00316">score()</a>.</p>

</div>
</div>
<a class="anchor" id="a6b1b02477e37cbf41a32cfb98ceb1f95"></a><!-- doxytag: member="CVC3::VariableValue::d_added" ref="a6b1b02477e37cbf41a32cfb98ceb1f95" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classCVC3_1_1VariableValue.html#a6b1b02477e37cbf41a32cfb98ceb1f95">CVC3::VariableValue::d_added</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00228">228</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00320">added()</a>.</p>

</div>
</div>
<a class="anchor" id="a930417c6ef4d34ff9e6e78e301eea90a"></a><!-- doxytag: member="CVC3::VariableValue::d_negAdded" ref="a930417c6ef4d34ff9e6e78e301eea90a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classCVC3_1_1VariableValue.html#a930417c6ef4d34ff9e6e78e301eea90a">CVC3::VariableValue::d_negAdded</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00229">229</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00320">added()</a>.</p>

</div>
</div>
<a class="anchor" id="aff4914c922e23b0845f5f709d76c6ad1"></a><!-- doxytag: member="CVC3::VariableValue::d_wp" ref="aff4914c922e23b0845f5f709d76c6ad1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::vector&lt;std::pair&lt;<a class="el" href="classCVC3_1_1Clause.html">Clause</a>, int&gt; &gt; <a class="el" href="classCVC3_1_1VariableValue.html#aff4914c922e23b0845f5f709d76c6ad1">CVC3::VariableValue::d_wp</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00231">231</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00354">CVC3::Variable::wp()</a>.</p>

</div>
</div>
<a class="anchor" id="ad98bda46818737481c653e452a5236c1"></a><!-- doxytag: member="CVC3::VariableValue::d_negwp" ref="ad98bda46818737481c653e452a5236c1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::vector&lt;std::pair&lt;<a class="el" href="classCVC3_1_1Clause.html">Clause</a>, int&gt; &gt; <a class="el" href="classCVC3_1_1VariableValue.html#ad98bda46818737481c653e452a5236c1">CVC3::VariableValue::d_negwp</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00232">232</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00354">CVC3::Variable::wp()</a>.</p>

</div>
</div>
<a class="anchor" id="ada795515a6c29d6301cdb643c7b0479e"></a><!-- doxytag: member="CVC3::VariableValue::d_val" ref="ada795515a6c29d6301cdb643c7b0479e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;int&gt;* <a class="el" href="classCVC3_1_1VariableValue.html#ada795515a6c29d6301cdb643c7b0479e">CVC3::VariableValue::d_val</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00237">237</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00265">getValue()</a>, <a class="el" href="variable_8cpp_source.html#l00328">setAssumpThm()</a>, <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>, and <a class="el" href="variable_8cpp_source.html#l00230">~VariableValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a091dd8e7d8ba7c99080e169931e5007a"></a><!-- doxytag: member="CVC3::VariableValue::d_scope" ref="a091dd8e7d8ba7c99080e169931e5007a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;int&gt;* <a class="el" href="classCVC3_1_1VariableValue.html#a091dd8e7d8ba7c99080e169931e5007a">CVC3::VariableValue::d_scope</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00238">238</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00270">getScope()</a>, <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>, and <a class="el" href="variable_8cpp_source.html#l00230">~VariableValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a4f427c91c94b29fac5fe8280e2cc45d9"></a><!-- doxytag: member="CVC3::VariableValue::d_thm" ref="a4f427c91c94b29fac5fe8280e2cc45d9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;<a class="el" href="classCVC3_1_1Theorem.html">Theorem</a>&gt;* <a class="el" href="classCVC3_1_1VariableValue.html#a4f427c91c94b29fac5fe8280e2cc45d9">CVC3::VariableValue::d_thm</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00240">240</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00275">getTheorem()</a>, <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>, and <a class="el" href="variable_8cpp_source.html#l00230">~VariableValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a87f6665f00344a0503c10bbe265f2432"></a><!-- doxytag: member="CVC3::VariableValue::d_ante" ref="a87f6665f00344a0503c10bbe265f2432" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;<a class="el" href="classCVC3_1_1Clause.html">Clause</a>&gt;* <a class="el" href="classCVC3_1_1VariableValue.html#a87f6665f00344a0503c10bbe265f2432">CVC3::VariableValue::d_ante</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00241">241</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00281">getAntecedent()</a>, <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>, and <a class="el" href="variable_8cpp_source.html#l00230">~VariableValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a4724b62ffc80fa403bd9f4aa9aa95578"></a><!-- doxytag: member="CVC3::VariableValue::d_anteIdx" ref="a4724b62ffc80fa403bd9f4aa9aa95578" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;int&gt;* <a class="el" href="classCVC3_1_1VariableValue.html#a4724b62ffc80fa403bd9f4aa9aa95578">CVC3::VariableValue::d_anteIdx</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00242">242</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00287">getAntecedentIdx()</a>, <a class="el" href="variable_8cpp_source.html#l00242">setValue()</a>, and <a class="el" href="variable_8cpp_source.html#l00230">~VariableValue()</a>.</p>

</div>
</div>
<a class="anchor" id="a345214752d3f0349a91c60a26cf53f29"></a><!-- doxytag: member="CVC3::VariableValue::d_assump" ref="a345214752d3f0349a91c60a26cf53f29" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;<a class="el" href="classCVC3_1_1Theorem.html">Theorem</a>&gt;* <a class="el" href="classCVC3_1_1VariableValue.html#a345214752d3f0349a91c60a26cf53f29">CVC3::VariableValue::d_assump</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="variable_8h_source.html#l00243">243</a> of file <a class="el" href="variable_8h_source.html">variable.h</a>.</p>

<p>Referenced by <a class="el" href="variable_8h_source.html#l00292">getAssumpThm()</a>, <a class="el" href="variable_8cpp_source.html#l00328">setAssumpThm()</a>, and <a class="el" href="variable_8cpp_source.html#l00230">~VariableValue()</a>.</p>

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