fixed a small bug in eval ehrhart
[polylib.git] / doc / codeDoc / html / disjoint__union__adj_8c.html
blobf63b7039573451a865b505c7dcfee536b4dd0eaa
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>disjoint_union_adj.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>disjoint_union_adj.c File Reference</h1><code>#include &lt;stdio.h&gt;</code><br>
10 <code>#include &lt;stdlib.h&gt;</code><br>
11 <code>#include &lt;polylib/polylib.h&gt;</code><br>
13 <p>
14 <a href="disjoint__union__adj_8c-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
15 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
16 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="disjoint__union__adj_8c.html#a0">WS</a>&nbsp;&nbsp;&nbsp;200</td></tr>
17 <tr><td colspan=2><br><h2>Functions</h2></td></tr>
18 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="disjoint__union__adj_8c.html#a1">AffContraintes</a> (Polyhedron *p)</td></tr>
19 <tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="disjoint__union__adj_8c.html#a2">main</a> ()</td></tr>
20 <tr><td>&nbsp;</td><td><font size=-1><em>EPRINT : print results while computing the ehrhart polynomial.</em> <a href="#a2">More...</a><em></em></font><br><br></td></tr>
21 </table>
22 <hr><h2>Define Documentation</h2>
23 <a name="a0" doxytag="disjoint_union_adj.c::WS"></a><p>
24 <table width="100%" cellpadding="2" cellspacing="0" border="0">
25 <tr>
26 <td class="md">
27 <table cellpadding="0" cellspacing="0" border="0">
28 <tr>
29 <td class="md" nowrap valign="top"> #define WS&nbsp;&nbsp;&nbsp;200
30 </table>
31 </td>
32 </tr>
33 </table>
34 <table cellspacing=5 cellpadding=0 border=0>
35 <tr>
36 <td>
37 &nbsp;
38 </td>
39 <td>
41 <p>
43 <p>
44 Definition at line <a class="el" href="disjoint__union__adj_8c-source.html#l00020">20</a> of file <a class="el" href="disjoint__union__adj_8c-source.html">disjoint_union_adj.c</a>.
45 <p>
46 Referenced by <a class="el" href="disjoint__union__adj_8c-source.html#l00034">main</a>(). </td>
47 </tr>
48 </table>
49 <hr><h2>Function Documentation</h2>
50 <a name="a1" doxytag="disjoint_union_adj.c::AffContraintes"></a><p>
51 <table width="100%" cellpadding="2" cellspacing="0" border="0">
52 <tr>
53 <td class="md">
54 <table cellpadding="0" cellspacing="0" border="0">
55 <tr>
56 <td class="md" nowrap valign="top"> void AffContraintes </td>
57 <td class="md" valign="top">(&nbsp;</td>
58 <td class="md" nowrap valign="top">Polyhedron *&nbsp;</td>
59 <td class="mdname1" valign="top" nowrap>&nbsp; <em>p</em> </td>
60 <td class="md" valign="top">)&nbsp;</td>
61 <td class="md" nowrap></td>
62 </tr>
64 </table>
65 </td>
66 </tr>
67 </table>
68 <table cellspacing=5 cellpadding=0 border=0>
69 <tr>
70 <td>
71 &nbsp;
72 </td>
73 <td>
75 <p>
77 <p>
78 Definition at line <a class="el" href="disjoint__union__adj_8c-source.html#l00024">24</a> of file <a class="el" href="disjoint__union__adj_8c-source.html">disjoint_union_adj.c</a>.
79 <p>
80 References <a class="el" href="polyhedron_8c-source.html#l04351">Polyhedron_PrintConstraints</a>(). </td>
81 </tr>
82 </table>
83 <a name="a2" doxytag="disjoint_union_adj.c::main"></a><p>
84 <table width="100%" cellpadding="2" cellspacing="0" border="0">
85 <tr>
86 <td class="md">
87 <table cellpadding="0" cellspacing="0" border="0">
88 <tr>
89 <td class="md" nowrap valign="top"> int main </td>
90 <td class="md" valign="top">(&nbsp;</td>
91 <td class="mdname1" valign="top" nowrap>&nbsp; </td>
92 <td class="md" valign="top">)&nbsp;</td>
93 <td class="md" nowrap></td>
94 </tr>
96 </table>
97 </td>
98 </tr>
99 </table>
100 <table cellspacing=5 cellpadding=0 border=0>
101 <tr>
102 <td>
103 &nbsp;
104 </td>
105 <td>
108 EPRINT : print results while computing the ehrhart polynomial.
110 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.
116 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.
118 Definition at line <a class="el" href="disjoint__union__adj_8c-source.html#l00034">34</a> of file <a class="el" href="disjoint__union__adj_8c-source.html">disjoint_union_adj.c</a>.
120 References <a class="el" href="disjoint__union__sep_8c-source.html#l00023">AffContraintes</a>(), <a class="el" href="polyhedron_8c-source.html#l01919">Constraints2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l04129">Disjoint_Domain</a>(), <a class="el" href="matrix_8c-source.html#l00085">Matrix_Free</a>(), <a class="el" href="matrix_8c-source.html#l00170">Matrix_Read</a>(), and <a class="el" href="disjoint__union__adj_8c-source.html#l00020">WS</a>. </td>
121 </tr>
122 </table>
123 <hr><address align="right"><small>Generated on Fri Nov 8 12:10:07 2002 for Polylib by
124 <a href="http://www.doxygen.org/index.html">
125 <img src="doxygen.png" alt="doxygen" align="middle" border=0
126 width=110 height=53></a>1.2.15 </small></address>
127 </body>
128 </html>