fixed a small bug in eval ehrhart
[polylib.git] / doc / codeDoc / html / polytest_8c.html
blob41a4d078c4cf6f8e1a7b766f7ce70d8df4b15000
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>polytest.c File Reference</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.2.15 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>polytest.c File Reference</h1><code>#include &lt;stdio.h&gt;</code><br>
10 <code>#include &lt;polylib/polylib.h&gt;</code><br>
12 <p>
13 <a href="polytest_8c-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
14 <tr><td colspan=2><br><h2>Functions</h2></td></tr>
15 <tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="polytest_8c.html#a1">main</a> ()</td></tr>
16 <tr><td>&nbsp;</td><td><font size=-1><em>EPRINT : print results while computing the ehrhart polynomial.</em> <a href="#a1">More...</a><em></em></font><br><br></td></tr>
17 <tr><td colspan=2><br><h2>Variables</h2></td></tr>
18 <tr><td nowrap align=right valign=top>char&nbsp;</td><td valign=bottom><a class="el" href="polytest_8c.html#a0">s</a> [128]</td></tr>
19 </table>
20 <hr><h2>Function Documentation</h2>
21 <a name="a1" doxytag="polytest.c::main"></a><p>
22 <table width="100%" cellpadding="2" cellspacing="0" border="0">
23 <tr>
24 <td class="md">
25 <table cellpadding="0" cellspacing="0" border="0">
26 <tr>
27 <td class="md" nowrap valign="top"> int main </td>
28 <td class="md" valign="top">(&nbsp;</td>
29 <td class="mdname1" valign="top" nowrap>&nbsp; </td>
30 <td class="md" valign="top">)&nbsp;</td>
31 <td class="md" nowrap></td>
32 </tr>
34 </table>
35 </td>
36 </tr>
37 </table>
38 <table cellspacing=5 cellpadding=0 border=0>
39 <tr>
40 <td>
41 &nbsp;
42 </td>
43 <td>
45 <p>
46 EPRINT : print results while computing the ehrhart polynomial.
47 <p>
48 this is done by default if you build the executable ehrhart. (If EMAIN is defined). Don't define EMAIN here, it is defined when necessary in the makefile.
49 <p>
51 <p>
53 <p>
54 Notice: you may however define EPRINT without defining EMAIN, but in this case, you have to initialize the global variable param_name by calling Read_ParamNames before any call to ehrhart. This is NOT recommanded, unless you know what you do. EPRINT causes more debug messages to be printed.
55 <p>
56 Definition at line <a class="el" href="polytest_8c-source.html#l00008">8</a> of file <a class="el" href="polytest_8c-source.html">polytest.c</a>.
57 <p>
58 References <a class="el" href="polyhedron_8c-source.html#l01919">Constraints2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l01744">Domain_Free</a>(), <a class="el" href="polyhedron_8c-source.html#l03415">DomainConvex</a>(), <a class="el" href="polyhedron_8c-source.html#l03109">DomainSimplify</a>(), <a class="el" href="polyhedron_8c-source.html#l03334">DomainUnion</a>(), <a class="el" href="alpha_8c-source.html#l00357">GaussSimplify</a>(), <a class="el" href="matrix_8c-source.html#l00471">left_hermite</a>(), <a class="el" href="matrix_8c-source.html#l00028">Matrix_Alloc</a>(), <a class="el" href="matrix_8c-source.html#l00085">Matrix_Free</a>(), <a class="el" href="matrix_8c-source.html#l00109">Matrix_Print</a>(), <a class="el" href="matrix_8c-source.html#l00825">Matrix_Product</a>(), <a class="el" href="matrix_8c-source.html#l00170">Matrix_Read</a>(), <a class="el" href="polyhedron_8c-source.html#l02015">Polyhedron2Constraints</a>(), <a class="el" href="polyhedron_8c-source.html#l02508">Polyhedron2Rays</a>(), <a class="el" href="polyhedron_8c-source.html#l03838">Polyhedron_Image</a>(), <a class="el" href="alpha_8c-source.html#l00087">Polyhedron_Not_Empty</a>(), <a class="el" href="polyhedron_8c-source.html#l01767">Polyhedron_Print</a>(), <a class="el" href="alpha_8c-source.html#l00122">PolyhedronLTQ</a>(), <a class="el" href="matrix_8c-source.html#l00401">right_hermite</a>(), and <a class="el" href="polytest_8c-source.html#l00006">s</a>. </td>
59 </tr>
60 </table>
61 <hr><h2>Variable Documentation</h2>
62 <a name="a0" doxytag="polytest.c::s"></a><p>
63 <table width="100%" cellpadding="2" cellspacing="0" border="0">
64 <tr>
65 <td class="md">
66 <table cellpadding="0" cellspacing="0" border="0">
67 <tr>
68 <td class="md" nowrap valign="top"> char s[128]
69 </table>
70 </td>
71 </tr>
72 </table>
73 <table cellspacing=5 cellpadding=0 border=0>
74 <tr>
75 <td>
76 &nbsp;
77 </td>
78 <td>
80 <p>
82 <p>
83 Definition at line <a class="el" href="polytest_8c-source.html#l00006">6</a> of file <a class="el" href="polytest_8c-source.html">polytest.c</a>.
84 <p>
85 Referenced by <a class="el" href="polytest_8c-source.html#l00008">main</a>(). </td>
86 </tr>
87 </table>
88 <hr><address align="right"><small>Generated on Fri Nov 8 12:10:07 2002 for Polylib by
89 <a href="http://www.doxygen.org/index.html">
90 <img src="doxygen.png" alt="doxygen" align="middle" border=0
91 width=110 height=53></a>1.2.15 </small></address>
92 </body>
93 </html>