Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a24e1a39141f9b4ca49bd1e2e23a54ba > files > 15

polybori-doc-0.5rc.p9-6mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>PolyBoRi: BooleExponent.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.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</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 class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>BooleExponent.h File Reference</h1><code>#include &quot;<a class="el" href="pbori__defs_8h_source.html">pbori_defs.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="BooleMonomial_8h_source.html">BooleMonomial.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="BooleVariable_8h_source.html">BooleVariable.h</a>&quot;</code><br>

<p>
<a href="BooleExponent_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpolybori_1_1BooleExponent.html">polybori::BooleExponent</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class is just a wrapper for using variables for storing indices as interim data structure for <a class="el" href="classpolybori_1_1BooleMonomial.html" title="This class is just a wrapper for using variables from cudd&#39;s decicion diagram...">BooleMonomial</a>.  <a href="classpolybori_1_1BooleExponent.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html">polybori</a></td></tr>

<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class RHSType &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">BooleExponent&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#c52b8cfba4e31a876eb2b41c6fb7cce6">polybori::operator+</a> (const BooleExponent &amp;lhs, const RHSType &amp;rhs)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Multiplication of monomials.  <a href="#c52b8cfba4e31a876eb2b41c6fb7cce6"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class RHSType &gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">BooleExponent&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#56b4635d7be1aa2293534708204d3181">polybori::operator-</a> (const BooleExponent &amp;lhs, const RHSType &amp;rhs)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Division of monomials.  <a href="#56b4635d7be1aa2293534708204d3181"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">BooleExponent::bool_type&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#0705f6dda19681aa006a7e1120f52213">polybori::operator&lt;</a> (const BooleExponent &amp;lhs, const BooleExponent &amp;rhs)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Less than comparision.  <a href="#0705f6dda19681aa006a7e1120f52213"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">BooleExponent::bool_type&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#80517b393fe00951064261d287ddf356">polybori::operator&gt;</a> (const BooleExponent &amp;lhs, const BooleExponent &amp;rhs)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Greater than comparision.  <a href="#80517b393fe00951064261d287ddf356"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">BooleExponent::bool_type&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#77daea56b2553c99bedab92cd14f7bb5">polybori::operator&lt;=</a> (const BooleExponent &amp;lhs, const BooleExponent &amp;rhs)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Less or equal than comparision.  <a href="#77daea56b2553c99bedab92cd14f7bb5"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">BooleExponent::bool_type&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#9d6eea14a1d7dd2fda19959faafbac40">polybori::operator&gt;=</a> (const BooleExponent &amp;lhs, const BooleExponent &amp;rhs)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Greater or equal than comparision.  <a href="#9d6eea14a1d7dd2fda19959faafbac40"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">BooleExponent&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#7e0a3e6b6683d0bcda5877b4df7160bd">polybori::GCD</a> (const BooleExponent &amp;lhs, const BooleExponent &amp;rhs)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Compute the greatest common divisor of two monomials.  <a href="#7e0a3e6b6683d0bcda5877b4df7160bd"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">BooleExponent&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#8bc2708dcbadf25d81b985f170d82a74">polybori::LCM</a> (const BooleExponent &amp;lhs, const BooleExponent &amp;rhs)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Compute the greatest common divisor of two monomials.  <a href="#8bc2708dcbadf25d81b985f170d82a74"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">BooleExponent::ostream_type &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepolybori.html#f4b343818dd2d9937fe7a213ec6e9995">polybori::operator&lt;&lt;</a> (BooleExponent::ostream_type &amp;os, const BooleExponent &amp;rhs)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Stream output operator.  <a href="#f4b343818dd2d9937fe7a213ec6e9995"></a><br></td></tr>
</table>
<hr><h2>Detailed Description</h2>
<dl class="author" compact><dt><b>Author:</b></dt><dd>Alexander Dreyer </dd></dl>
<dl class="date" compact><dt><b>Date:</b></dt><dd>2006-08-23</dd></dl>
This file carries the definition of class <code>BooleExponent</code>, which can be used as interim storage for boolean monomials.<p>
<dl class="user" compact><dt><b>Copyright:</b></dt><dd>(c) 2006 by The PolyBoRi Team </dd></dl>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 9 14:30:59 2009 for PolyBoRi by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>