Sophie

Sophie

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

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: groebner_defs.h Source File</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>
<h1>groebner_defs.h</h1><a href="groebner__defs_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> *  groebner_defs.h</span>
<a name="l00003"></a>00003 <span class="comment"> *  PolyBoRi</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> *  Created by Michael Brickenstein on 19.04.06.</span>
<a name="l00006"></a>00006 <span class="comment"> *  Copyright 2006 The PolyBoRi Team. See LICENSE file.</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> */</span>
<a name="l00009"></a>00009 
<a name="l00010"></a>00010 <span class="preprocessor">#include &lt;<a class="code" href="polybori_8h.html">polybori.h</a>&gt;</span>
<a name="l00011"></a>00011 <span class="preprocessor">#include &lt;boost/integer.hpp&gt;</span>
<a name="l00012"></a>00012 <span class="preprocessor">#ifndef PBORI_GB_DEFS_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#define PBORI_GB_DEFS_H</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#ifndef PBORI_NO_NAMESPACES</span>
<a name="l00015"></a><a class="code" href="groebner__defs_8h.html#379ca4efe65763012d75de1c107932b3">00015</a> <span class="preprocessor"></span><span class="preprocessor">#define BEGIN_NAMESPACE_PBORIGB namespace PBORINAME { namespace groebner{</span>
<a name="l00016"></a><a class="code" href="groebner__defs_8h.html#81b45485049b7eaa5057379309e0210e">00016</a> <span class="preprocessor"></span><span class="preprocessor">#define END_NAMESPACE_PBORIGB }} // end of namespace</span>
<a name="l00017"></a><a class="code" href="groebner__defs_8h.html#d740b447bb907ce4e150c23e36c1cdc6">00017</a> <span class="preprocessor"></span><span class="preprocessor">#define USING_NAMESPACE_PBORIGB using namespace PBORINAME::groebner;</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#else</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <a class="code" href="groebner__defs_8h.html#379ca4efe65763012d75de1c107932b3">BEGIN_NAMESPACE_PBORIGB</a>
<a name="l00023"></a>00023 
<a name="l00024"></a><a class="code" href="classpolybori_1_1groebner_1_1GBTypes.html">00024</a> <span class="keyword">class </span><a class="code" href="classpolybori_1_1groebner_1_1GBTypes.html">GBTypes</a>{
<a name="l00025"></a>00025   <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1BoolePolynomial.html" title="This class wraps the underlying decicion diagram type and defines the necessary operations...">polybori::BoolePolynomial</a> <a class="code" href="classpolybori_1_1BoolePolynomial.html" title="This class wraps the underlying decicion diagram type and defines the necessary operations...">poly_type</a>;
<a name="l00026"></a>00026   <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1BooleMonomial.html" title="This class is just a wrapper for using variables from cudd&amp;#39;s decicion diagram...">polybori::BooleMonomial</a> <a class="code" href="classpolybori_1_1BooleMonomial.html" title="This class is just a wrapper for using variables from cudd&amp;#39;s decicion diagram...">monom_type</a>;
<a name="l00027"></a>00027 };
<a name="l00028"></a><a class="code" href="namespacepolybori_1_1groebner.html#9effc853ae98fcfa4a670b3654482ed9">00028</a> <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1BoolePolynomial.html" title="This class wraps the underlying decicion diagram type and defines the necessary operations...">polybori::BoolePolynomial</a> <a class="code" href="classpolybori_1_1BoolePolynomial.html" title="This class wraps the underlying decicion diagram type and defines the necessary operations...">Polynomial</a>;
<a name="l00029"></a><a class="code" href="namespacepolybori_1_1groebner.html#d7fe96ee02dc21d490f026af4b69c8e2">00029</a> <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1BooleMonomial.html" title="This class is just a wrapper for using variables from cudd&amp;#39;s decicion diagram...">polybori::BooleMonomial</a> <a class="code" href="classpolybori_1_1BooleMonomial.html" title="This class is just a wrapper for using variables from cudd&amp;#39;s decicion diagram...">Monomial</a>;
<a name="l00030"></a><a class="code" href="namespacepolybori_1_1groebner.html#f0fab3fcc3755337daa5f7428c436b6b">00030</a> <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1BooleVariable.html" title="This class is just a wrapper for using variables from cudd&amp;#39;s decicion diagram...">polybori::BooleVariable</a> <a class="code" href="classpolybori_1_1BooleVariable.html" title="This class is just a wrapper for using variables from cudd&amp;#39;s decicion diagram...">Variable</a>;
<a name="l00031"></a><a class="code" href="namespacepolybori_1_1groebner.html#055788e73e8dcdbb8dd8cf58e643b210">00031</a> <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1BooleExponent.html" title="This class is just a wrapper for using variables for storing indices as interim data...">polybori::BooleExponent</a> <a class="code" href="classpolybori_1_1BooleExponent.html" title="This class is just a wrapper for using variables for storing indices as interim data...">Exponent</a>;
<a name="l00032"></a>00032 <span class="comment">/*typedef boost::int_fast_t&lt;64&gt; wlen_type;</span>
<a name="l00033"></a>00033 <span class="comment">typedef boost::int_fast_t&lt;32&gt; len_type;</span>
<a name="l00034"></a>00034 <span class="comment">typedef boost::int_fast_t&lt;16&gt; deg_type;*/</span>
<a name="l00035"></a><a class="code" href="namespacepolybori_1_1groebner.html#e25f70bddf01da02dc21f171c8062b51">00035</a> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <a class="code" href="namespacepolybori_1_1groebner.html#e25f70bddf01da02dc21f171c8062b51">wlen_type</a>;
<a name="l00036"></a><a class="code" href="namespacepolybori_1_1groebner.html#550cd8764635a0bb270fd60f5777f16b">00036</a> <span class="keyword">typedef</span> <span class="keywordtype">long</span> <a class="code" href="namespacepolybori_1_1groebner.html#550cd8764635a0bb270fd60f5777f16b">len_type</a>;
<a name="l00037"></a><a class="code" href="namespacepolybori_1_1groebner.html#517679ce2706e218038a1e99aac5551b">00037</a> <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="namespacepolybori_1_1groebner.html#517679ce2706e218038a1e99aac5551b">deg_type</a>;
<a name="l00038"></a><a class="code" href="namespacepolybori_1_1groebner.html#ef37a95e97afbd561cc4c5f84d660765">00038</a> <span class="keyword">typedef</span>  <a class="code" href="structpolybori_1_1CAuxTypes.html#8c170014c637d9ecf5950063ca30ef46" title="Type for indices.">polybori::CTypes::idx_type</a> <a class="code" href="namespacepolybori_1_1groebner.html#ef37a95e97afbd561cc4c5f84d660765">idx_type</a>;
<a name="l00039"></a><a class="code" href="namespacepolybori_1_1groebner.html#e832d0f0b732c20265b2c5cad5653e66">00039</a> <span class="keyword">typedef</span> <a class="code" href="classpolybori_1_1BooleSet.html">polybori::BooleSet</a> <a class="code" href="classpolybori_1_1BooleSet.html">MonomialSet</a>;
<a name="l00040"></a>00040 <a class="code" href="groebner__defs_8h.html#81b45485049b7eaa5057379309e0210e">END_NAMESPACE_PBORIGB</a>
<a name="l00041"></a>00041 
<a name="l00042"></a>00042 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 9 14:30:58 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>