Sophie

Sophie

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

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: theory_core.cpp File 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><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">theory_core.cpp File Reference</div>  </div>
</div>
<div class="contents">
<div class="textblock"><code>#include &lt;locale&gt;</code><br/>
<code>#include &lt;cctype&gt;</code><br/>
<code>#include &lt;ctime&gt;</code><br/>
<code>#include &quot;<a class="el" href="command__line__flags_8h_source.html">command_line_flags.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="expr_8h_source.html">expr.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="notifylist_8h_source.html">notifylist.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="pretty__printer_8h_source.html">pretty_printer.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="common__proof__rules_8h_source.html">common_proof_rules.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="parser__exception_8h_source.html">parser_exception.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="typecheck__exception_8h_source.html">typecheck_exception.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="smtlib__exception_8h_source.html">smtlib_exception.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="eval__exception_8h_source.html">eval_exception.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="theory__core_8h_source.html">theory_core.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="expr__transform_8h_source.html">expr_transform.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="core__proof__rules_8h_source.html">core_proof_rules.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="theorem__manager_8h_source.html">theorem_manager.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="translator_8h_source.html">translator.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="theory__arith_8h_source.html">theory_arith.h</a>&quot;</code><br/>
</div>
<p><a href="theory__core_8cpp_source.html">Go to the source code of this file.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="classCVC3_1_1PrettyPrinterCore.html">CVC3::PrettyPrinterCore</a>
<dl class="el"><dd class="mdescRight">Implementation of <a class="el" href="classCVC3_1_1PrettyPrinter.html" title="Abstract API to a pretty-printer for Expr.">PrettyPrinter</a> class.  <a href="classCVC3_1_1PrettyPrinterCore.html#details">More...</a><br/></dl><li>class <a class="el" href="classCVC3_1_1TypeComputerCore.html">CVC3::TypeComputerCore</a>
</ul>
<h2><a name="namespaces"></a>
Namespaces</h2>
<ul>
<li>namespace <a class="el" href="namespaceCVC3.html">CVC3</a>
</ul>
<h2><a name="func-members"></a>
Functions</h2>
<ul>
<li>std::ostream &amp; <a class="el" href="namespaceCVC3.html#a21ad0da40be88420726d4ec28277850e">CVC3::operator&lt;&lt;</a> (std::ostream &amp;os, const <a class="el" href="classCVC3_1_1NotifyList.html">NotifyList</a> &amp;l)
<dl class="el"><dd class="mdescRight">Printing <a class="el" href="classCVC3_1_1NotifyList.html">NotifyList</a> class.  <a href="#a21ad0da40be88420726d4ec28277850e"></a><br/></dl><li>static bool <a class="el" href="theory__core_8cpp.html#a0b3324b963e5932e3f2bcf87ab8bccce">containsRec</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;def, <a class="el" href="classCVC3_1_1ExprHashMap.html">ExprHashMap</a>&lt; bool &gt; &amp;defs, <a class="el" href="classCVC3_1_1ExprHashMap.html">ExprHashMap</a>&lt; bool &gt; &amp;visited)
<li>static bool <a class="el" href="theory__core_8cpp.html#a2258b7f4ecf463bd111b1b28fc19b2e0">contains</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;def, <a class="el" href="classCVC3_1_1ExprHashMap.html">ExprHashMap</a>&lt; bool &gt; &amp;defs)
<li>static bool <a class="el" href="theory__core_8cpp.html#aa90a34222cde2484b538f04c1564d0a9">hasBoundVarRec</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Author: Clark Barrett, Vijay Ganesh (CNF converter)</p>
<p>Created: Thu Jan 30 16:57:52 2003</p>
<hr/>
<p>License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the <a class="el" href="LICENSE.html">LICENSE</a> file provided with this distribution.</p>
<hr/>
 
<p>Definition in file <a class="el" href="theory__core_8cpp_source.html">theory_core.cpp</a>.</p>
</div><hr/><h2>Function Documentation</h2>
<a class="anchor" id="a0b3324b963e5932e3f2bcf87ab8bccce"></a><!-- doxytag: member="theory_core.cpp::containsRec" ref="a0b3324b963e5932e3f2bcf87ab8bccce" args="(const Expr &amp;def, ExprHashMap&lt; bool &gt; &amp;defs, ExprHashMap&lt; bool &gt; &amp;visited)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static bool containsRec </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>def</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1ExprHashMap.html">ExprHashMap</a>&lt; bool &gt; &amp;&#160;</td>
          <td class="paramname"><em>defs</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1ExprHashMap.html">ExprHashMap</a>&lt; bool &gt; &amp;&#160;</td>
          <td class="paramname"><em>visited</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__core_8cpp_source.html#l02033">2033</a> of file <a class="el" href="theory__core_8cpp_source.html">theory_core.cpp</a>.</p>

<p>References <a class="el" href="expr_8h_source.html#l01211">CVC3::Expr::begin()</a>, <a class="el" href="expr_8h_source.html#l01217">CVC3::Expr::end()</a>, <a class="el" href="expr__map_8h_source.html#l00326">CVC3::ExprHashMap&lt; Data &gt;::end()</a>, <a class="el" href="expr__map_8h_source.html#l00329">CVC3::ExprHashMap&lt; Data &gt;::find()</a>, <a class="el" href="expr_8h_source.html#l01069">CVC3::Expr::getBody()</a>, and <a class="el" href="expr_8h_source.html#l01007">CVC3::Expr::isClosure()</a>.</p>

<p>Referenced by <a class="el" href="theory__core_8cpp_source.html#l02050">contains()</a>.</p>

</div>
</div>
<a class="anchor" id="a2258b7f4ecf463bd111b1b28fc19b2e0"></a><!-- doxytag: member="theory_core.cpp::contains" ref="a2258b7f4ecf463bd111b1b28fc19b2e0" args="(const Expr &amp;def, ExprHashMap&lt; bool &gt; &amp;defs)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static bool contains </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>def</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1ExprHashMap.html">ExprHashMap</a>&lt; bool &gt; &amp;&#160;</td>
          <td class="paramname"><em>defs</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__core_8cpp_source.html#l02050">2050</a> of file <a class="el" href="theory__core_8cpp_source.html">theory_core.cpp</a>.</p>

<p>References <a class="el" href="theory__core_8cpp_source.html#l02033">containsRec()</a>.</p>

<p>Referenced by <a class="el" href="theory__core_8cpp_source.html#l02055">CVC3::TheoryCore::print()</a>.</p>

</div>
</div>
<a class="anchor" id="aa90a34222cde2484b538f04c1564d0a9"></a><!-- doxytag: member="theory_core.cpp::hasBoundVarRec" ref="aa90a34222cde2484b538f04c1564d0a9" args="(const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static bool hasBoundVarRec </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> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="theory__core_8cpp_source.html#l04192">4192</a> of file <a class="el" href="theory__core_8cpp_source.html">theory_core.cpp</a>.</p>

<p>References <a class="el" href="expr_8h_source.html#l01201">CVC3::Expr::arity()</a>, <a class="el" href="kinds_8h_source.html#l00164">BOUND_VAR</a>, <a class="el" href="expr_8h_source.html#l01390">CVC3::Expr::getFlag()</a>, <a class="el" href="expr_8h_source.html#l01168">CVC3::Expr::getKind()</a>, <a class="el" href="expr_8h_source.html#l01008">CVC3::Expr::isQuantifier()</a>, and <a class="el" href="expr_8h_source.html#l01395">CVC3::Expr::setFlag()</a>.</p>

</div>
</div>
</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>