Sophie

Sophie

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

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: Util.h 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="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">Util.h File Reference</div>  </div>
</div>
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="Object_8h_source.html">Object.h</a>&quot;</code><br/>
</div>
<p><a href="Util_8h_source.html">Go to the source code of this file.</a></p>
<h2><a name="func-members"></a>
Functions</h2>
<ul>
<li>void <a class="el" href="Util_8h.html#ab8bd5749c28399aa4697c3708238736e">ajr_debug_print</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;pf)
<li>string <a class="el" href="Util_8h.html#af0ed1bf9d4012011aa2b42be9c26a0b5">kind_to_str</a> (int knd)
<li>bool <a class="el" href="Util_8h.html#a5462f02c7d83367f4d9e1b99f1975cb7">is_eq_kind</a> (int knd)
<li>bool <a class="el" href="Util_8h.html#af74f6bead5859a676a98fa1759117c3b">is_smt_kind</a> (int knd)
<li>bool <a class="el" href="Util_8h.html#a1b08319c48e19ef89eb32d27801c9bfb">is_opposite</a> (int knd)
<li>bool <a class="el" href="Util_8h.html#a30860522c71b3bd189f3c5789c42a9d7">is_comparison</a> (int knd)
<li>int <a class="el" href="Util_8h.html#a796942d5524726336add29080f902785">get_not</a> (int knd)
<li>int <a class="el" href="Util_8h.html#a0372a92d5751b352ddaec681fd16ec03">get_knd_order</a> (int knd)
<li>int <a class="el" href="Util_8h.html#a1d046d1600626a6e9b0845bda1348f67">get_normalized</a> (int knd, bool isnot=false)
<li>int <a class="el" href="Util_8h.html#a801074ec6fbda15a3cf5535e664ebff1">get_knd_result</a> (int knd1, int knd2)
<li>void <a class="el" href="Util_8h.html#a847e8dfbf47e6d87ff28150bdf1929a8">print_mpq</a> (int num, int den, std::ostream &amp;s)
<li>void <a class="el" href="Util_8h.html#a64021a0f1532b0f4dfb19867114c6efb">print_rational</a> (const <a class="el" href="classCVC3_1_1Rational.html">Rational</a> &amp;r, std::ostream &amp;s)
<li>void <a class="el" href="Util_8h.html#a66ede87ea272764bfc26b0d071adb43b">print_rational_divide</a> (const <a class="el" href="classCVC3_1_1Rational.html">Rational</a> &amp;n, const <a class="el" href="classCVC3_1_1Rational.html">Rational</a> &amp;d, std::ostream &amp;s)
<li>bool <a class="el" href="Util_8h.html#af21313ed2a43de0c39929e2cc95e58da">getRat</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e, <a class="el" href="classCVC3_1_1Rational.html">Rational</a> &amp;r)
<li>bool <a class="el" href="Util_8h.html#a5819a489ec3343b741a726ddc05039d9">isFlat</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
<li>void <a class="el" href="Util_8h.html#a35060ea394384633174483dd94a830e6">make_flatten_expr</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e, <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;pe, int knd)
</ul>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="ab8bd5749c28399aa4697c3708238736e"></a><!-- doxytag: member="Util.h::ajr_debug_print" ref="ab8bd5749c28399aa4697c3708238736e" args="(const Expr &amp;pf)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void ajr_debug_print </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>pf</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Util_8cpp_source.html#l00008">8</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="expr_8h_source.html#l01201">CVC3::Expr::arity()</a>, and <a class="el" href="expr_8cpp_source.html#l00362">CVC3::Expr::print()</a>.</p>

</div>
</div>
<a class="anchor" id="af0ed1bf9d4012011aa2b42be9c26a0b5"></a><!-- doxytag: member="Util.h::kind_to_str" ref="af0ed1bf9d4012011aa2b42be9c26a0b5" args="(int knd)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">string kind_to_str </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Util_8cpp_source.html#l00017">17</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="kinds_8h_source.html#l00067">AND</a>, <a class="el" href="kinds_8h_source.html#l00063">DISTINCT</a>, <a class="el" href="kinds_8h_source.html#l00061">EQ</a>, <a class="el" href="theory__arith_8h_source.html#l00052">CVC3::GE</a>, <a class="el" href="theory__arith_8h_source.html#l00051">CVC3::GT</a>, <a class="el" href="kinds_8h_source.html#l00070">IFF</a>, <a class="el" href="kinds_8h_source.html#l00081">ITE</a>, <a class="el" href="theory__arith_8h_source.html#l00050">CVC3::LE</a>, <a class="el" href="theory__arith_8h_source.html#l00049">CVC3::LT</a>, <a class="el" href="theory__arith_8h_source.html#l00043">CVC3::MINUS</a>, <a class="el" href="theory__arith_8h_source.html#l00044">CVC3::MULT</a>, <a class="el" href="kinds_8h_source.html#l00066">NOT</a>, <a class="el" href="kinds_8h_source.html#l00068">OR</a>, <a class="el" href="theory__arith_8h_source.html#l00042">CVC3::PLUS</a>, <a class="el" href="Object_8h_source.html#l00095">Obj::print_error()</a>, and <a class="el" href="theory__arith_8h_source.html#l00041">CVC3::UMINUS</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l01718">LFSCConvert::do_bso()</a>, <a class="el" href="Util_8cpp_source.html#l00111">get_knd_result()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00453">LFSCPrinter::print_formula_h()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00026">LFSCPrinter::print_LFSC()</a>, <a class="el" href="LFSCLraProof_8h_source.html#l00154">LFSCLraContra::print_pf()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00101">LFSCLraPoly::print_pf()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00081">LFSCLraSub::print_pf()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00056">LFSCLraMulC::print_pf()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00044">LFSCLraAxiom::print_pf()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00005">LFSCLraAdd::print_pf()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00255">LFSCPrinter::print_poly_norm()</a>, and <a class="el" href="LFSCPrinter_8cpp_source.html#l00378">LFSCPrinter::print_terms_h()</a>.</p>

</div>
</div>
<a class="anchor" id="a5462f02c7d83367f4d9e1b99f1975cb7"></a><!-- doxytag: member="Util.h::is_eq_kind" ref="a5462f02c7d83367f4d9e1b99f1975cb7" args="(int knd)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool is_eq_kind </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Util_8cpp_source.html#l00047">47</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="kinds_8h_source.html#l00063">DISTINCT</a>, <a class="el" href="kinds_8h_source.html#l00061">EQ</a>, <a class="el" href="theory__arith_8h_source.html#l00052">CVC3::GE</a>, <a class="el" href="theory__arith_8h_source.html#l00051">CVC3::GT</a>, <a class="el" href="theory__arith_8h_source.html#l00050">CVC3::LE</a>, and <a class="el" href="theory__arith_8h_source.html#l00049">CVC3::LT</a>.</p>

<p>Referenced by <a class="el" href="LFSCObject_8cpp_source.html#l00520">LFSCObj::can_pnorm()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00342">LFSCObj::collect_vars()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l01718">LFSCConvert::do_bso()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00448">LFSCObj::getY()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00514">LFSCObj::isFormula()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00117">LFSCLraPoly::Make()</a>, <a class="el" href="TReturn_8cpp_source.html#l00125">TReturn::normalize_tr()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00453">LFSCPrinter::print_formula_h()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00365">LFSCObj::queryAtomic()</a>, and <a class="el" href="LFSCObject_8cpp_source.html#l00539">LFSCObj::what_is_proven()</a>.</p>

</div>
</div>
<a class="anchor" id="af74f6bead5859a676a98fa1759117c3b"></a><!-- doxytag: member="Util.h::is_smt_kind" ref="af74f6bead5859a676a98fa1759117c3b" args="(int knd)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool is_smt_kind </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Util_8cpp_source.html#l00060">60</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="kinds_8h_source.html#l00063">DISTINCT</a>, and <a class="el" href="kinds_8h_source.html#l00061">EQ</a>.</p>

<p>Referenced by <a class="el" href="LFSCPrinter_8cpp_source.html#l00453">LFSCPrinter::print_formula_h()</a>.</p>

</div>
</div>
<a class="anchor" id="a1b08319c48e19ef89eb32d27801c9bfb"></a><!-- doxytag: member="Util.h::is_opposite" ref="a1b08319c48e19ef89eb32d27801c9bfb" args="(int knd)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool is_opposite </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Util_8cpp_source.html#l00066">66</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="kinds_8h_source.html#l00063">DISTINCT</a>, <a class="el" href="theory__arith_8h_source.html#l00050">CVC3::LE</a>, and <a class="el" href="theory__arith_8h_source.html#l00049">CVC3::LT</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l01718">LFSCConvert::do_bso()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00448">LFSCObj::getY()</a>, and <a class="el" href="LFSCLraProof_8cpp_source.html#l00117">LFSCLraPoly::Make()</a>.</p>

</div>
</div>
<a class="anchor" id="a30860522c71b3bd189f3c5789c42a9d7"></a><!-- doxytag: member="Util.h::is_comparison" ref="a30860522c71b3bd189f3c5789c42a9d7" args="(int knd)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool is_comparison </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Util_8cpp_source.html#l00070">70</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="theory__arith_8h_source.html#l00052">CVC3::GE</a>, <a class="el" href="theory__arith_8h_source.html#l00051">CVC3::GT</a>, <a class="el" href="theory__arith_8h_source.html#l00050">CVC3::LE</a>, and <a class="el" href="theory__arith_8h_source.html#l00049">CVC3::LT</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00448">LFSCObj::getY()</a>, <a class="el" href="TReturn_8cpp_source.html#l00423">TReturn::normalize_to_tf()</a>, and <a class="el" href="TReturn_8cpp_source.html#l00125">TReturn::normalize_tr()</a>.</p>

</div>
</div>
<a class="anchor" id="a796942d5524726336add29080f902785"></a><!-- doxytag: member="Util.h::get_not" ref="a796942d5524726336add29080f902785" args="(int knd)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int get_not </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Util_8cpp_source.html#l00075">75</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="kinds_8h_source.html#l00063">DISTINCT</a>, <a class="el" href="kinds_8h_source.html#l00061">EQ</a>, <a class="el" href="theory__arith_8h_source.html#l00052">CVC3::GE</a>, <a class="el" href="theory__arith_8h_source.html#l00051">CVC3::GT</a>, <a class="el" href="theory__arith_8h_source.html#l00050">CVC3::LE</a>, and <a class="el" href="theory__arith_8h_source.html#l00049">CVC3::LT</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="Util_8cpp_source.html#l00100">get_normalized()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00101">LFSCLraPoly::print_pf()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00365">LFSCObj::queryAtomic()</a>, and <a class="el" href="LFSCObject_8cpp_source.html#l00539">LFSCObj::what_is_proven()</a>.</p>

</div>
</div>
<a class="anchor" id="a0372a92d5751b352ddaec681fd16ec03"></a><!-- doxytag: member="Util.h::get_knd_order" ref="a0372a92d5751b352ddaec681fd16ec03" args="(int knd)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int get_knd_order </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Util_8cpp_source.html#l00089">89</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="kinds_8h_source.html#l00063">DISTINCT</a>, <a class="el" href="kinds_8h_source.html#l00061">EQ</a>, <a class="el" href="theory__arith_8h_source.html#l00052">CVC3::GE</a>, and <a class="el" href="theory__arith_8h_source.html#l00051">CVC3::GT</a>.</p>

<p>Referenced by <a class="el" href="LFSCLraProof_8cpp_source.html#l00017">LFSCLraAdd::Make()</a>.</p>

</div>
</div>
<a class="anchor" id="a1d046d1600626a6e9b0845bda1348f67"></a><!-- doxytag: member="Util.h::get_normalized" ref="a1d046d1600626a6e9b0845bda1348f67" args="(int knd, bool isnot=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int get_normalized </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>isnot</em> = <code>false</code>&#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="Util_8cpp_source.html#l00100">100</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="theory__arith_8h_source.html#l00052">CVC3::GE</a>, <a class="el" href="Util_8cpp_source.html#l00100">get_normalized()</a>, <a class="el" href="Util_8cpp_source.html#l00075">get_not()</a>, <a class="el" href="theory__arith_8h_source.html#l00051">CVC3::GT</a>, <a class="el" href="theory__arith_8h_source.html#l00050">CVC3::LE</a>, and <a class="el" href="theory__arith_8h_source.html#l00049">CVC3::LT</a>.</p>

<p>Referenced by <a class="el" href="LFSCLraProof_8h_source.html#l00134">LFSCLraPoly::checkOp()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="Util_8cpp_source.html#l00100">get_normalized()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00448">LFSCObj::getY()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00117">LFSCLraPoly::Make()</a>, <a class="el" href="TReturn_8cpp_source.html#l00423">TReturn::normalize_to_tf()</a>, <a class="el" href="TReturn_8cpp_source.html#l00125">TReturn::normalize_tr()</a>, and <a class="el" href="LFSCLraProof_8cpp_source.html#l00101">LFSCLraPoly::print_pf()</a>.</p>

</div>
</div>
<a class="anchor" id="a801074ec6fbda15a3cf5535e664ebff1"></a><!-- doxytag: member="Util.h::get_knd_result" ref="a801074ec6fbda15a3cf5535e664ebff1" args="(int knd1, int knd2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int get_knd_result </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd2</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="Util_8cpp_source.html#l00111">111</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="kinds_8h_source.html#l00063">DISTINCT</a>, <a class="el" href="expr__stream_8cpp_source.html#l00353">std::endl()</a>, <a class="el" href="kinds_8h_source.html#l00061">EQ</a>, <a class="el" href="theory__arith_8h_source.html#l00052">CVC3::GE</a>, <a class="el" href="theory__arith_8h_source.html#l00051">CVC3::GT</a>, <a class="el" href="Util_8cpp_source.html#l00017">kind_to_str()</a>, and <a class="el" href="Object_8h_source.html#l00095">Obj::print_error()</a>.</p>

<p>Referenced by <a class="el" href="LFSCLraProof_8h_source.html#l00107">LFSCLraSub::checkOp()</a>, and <a class="el" href="LFSCLraProof_8h_source.html#l00029">LFSCLraAdd::checkOp()</a>.</p>

</div>
</div>
<a class="anchor" id="a847e8dfbf47e6d87ff28150bdf1929a8"></a><!-- doxytag: member="Util.h::print_mpq" ref="a847e8dfbf47e6d87ff28150bdf1929a8" args="(int num, int den, std::ostream &amp;s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void print_mpq </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>num</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>den</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::ostream &amp;&#160;</td>
          <td class="paramname"><em>s</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="Util_8cpp_source.html#l00127">127</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="cvc__util_8h_source.html#l00053">CVC3::abs()</a>.</p>

</div>
</div>
<a class="anchor" id="a64021a0f1532b0f4dfb19867114c6efb"></a><!-- doxytag: member="Util.h::print_rational" ref="a64021a0f1532b0f4dfb19867114c6efb" args="(const Rational &amp;r, std::ostream &amp;s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void print_rational </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Rational.html">Rational</a> &amp;&#160;</td>
          <td class="paramname"><em>r</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::ostream &amp;&#160;</td>
          <td class="paramname"><em>s</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="Util_8cpp_source.html#l00136">136</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00056">LFSCLraMulC::print_pf()</a>, <a class="el" href="LFSCLraProof_8cpp_source.html#l00044">LFSCLraAxiom::print_pf()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00255">LFSCPrinter::print_poly_norm()</a>, and <a class="el" href="LFSCPrinter_8cpp_source.html#l00378">LFSCPrinter::print_terms_h()</a>.</p>

</div>
</div>
<a class="anchor" id="a66ede87ea272764bfc26b0d071adb43b"></a><!-- doxytag: member="Util.h::print_rational_divide" ref="a66ede87ea272764bfc26b0d071adb43b" args="(const Rational &amp;n, const Rational &amp;d, std::ostream &amp;s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void print_rational_divide </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Rational.html">Rational</a> &amp;&#160;</td>
          <td class="paramname"><em>n</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Rational.html">Rational</a> &amp;&#160;</td>
          <td class="paramname"><em>d</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::ostream &amp;&#160;</td>
          <td class="paramname"><em>s</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="Util_8cpp_source.html#l00149">149</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>Referenced by <a class="el" href="LFSCPrinter_8cpp_source.html#l00255">LFSCPrinter::print_poly_norm()</a>, and <a class="el" href="LFSCPrinter_8cpp_source.html#l00378">LFSCPrinter::print_terms_h()</a>.</p>

</div>
</div>
<a class="anchor" id="af21313ed2a43de0c39929e2cc95e58da"></a><!-- doxytag: member="Util.h::getRat" ref="af21313ed2a43de0c39929e2cc95e58da" args="(const Expr &amp;e, Rational &amp;r)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool getRat </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1Rational.html">Rational</a> &amp;&#160;</td>
          <td class="paramname"><em>r</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="Util_8cpp_source.html#l00158">158</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="theory__arith_8h_source.html#l00045">CVC3::DIVIDE</a>, <a class="el" href="expr_8h_source.html#l01168">CVC3::Expr::getKind()</a>, <a class="el" href="Util_8cpp_source.html#l00158">getRat()</a>, <a class="el" href="expr_8h_source.html#l01135">CVC3::Expr::getRational()</a>, <a class="el" href="expr_8h_source.html#l00431">CVC3::Expr::isRational()</a>, and <a class="el" href="theory__arith_8h_source.html#l00041">CVC3::UMINUS</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l01718">LFSCConvert::do_bso()</a>, and <a class="el" href="Util_8cpp_source.html#l00158">getRat()</a>.</p>

</div>
</div>
<a class="anchor" id="a5819a489ec3343b741a726ddc05039d9"></a><!-- doxytag: member="Util.h::isFlat" ref="a5819a489ec3343b741a726ddc05039d9" args="(const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool isFlat </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></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Util_8cpp_source.html#l00173">173</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="expr_8h_source.html#l01201">CVC3::Expr::arity()</a>, <a class="el" href="expr_8h_source.html#l01168">CVC3::Expr::getKind()</a>, and <a class="el" href="Util_8cpp_source.html#l00173">isFlat()</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, and <a class="el" href="Util_8cpp_source.html#l00173">isFlat()</a>.</p>

</div>
</div>
<a class="anchor" id="a35060ea394384633174483dd94a830e6"></a><!-- doxytag: member="Util.h::make_flatten_expr" ref="a35060ea394384633174483dd94a830e6" args="(const Expr &amp;e, Expr &amp;pe, int knd)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void make_flatten_expr </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>pe</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>knd</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="Util_8cpp_source.html#l00203">203</a> of file <a class="el" href="Util_8cpp_source.html">Util.cpp</a>.</p>

<p>References <a class="el" href="Util_8cpp_source.html#l00185">make_flatten_expr_h()</a>.</p>

<p>Referenced by <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</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>