piplib 1.2
[piplib.git] / include / piplib / type.h
blobdc2153ae8d019c043468131dc0f9f921b93a087d
1 /******************************************************************************
2 * PIP : Parametric Integer Programming *
3 ******************************************************************************
4 * type.h *
5 ******************************************************************************
6 * *
7 * Copyright Paul Feautrier, 1988, 1993, 1994, 1996, 2002 *
8 * *
9 * This is free software; you can redistribute it and/or modify it under the *
10 * terms of the GNU General Public License as published by the Free Software *
11 * Foundation; either version 2 of the License, or (at your option) any later *
12 * version. *
13 * *
14 * This software is distributed in the hope that it will be useful, but *
15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
16 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License *
17 * for more details. *
18 * *
19 * You should have received a copy of the GNU General Public License along *
20 * with software; if not, write to the Free Software Foundation, Inc., *
21 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
22 * *
23 * Written by Paul Feautrier *
24 * *
25 ******************************************************************************/
27 #ifndef TYPE_H
28 #define TYPE_H
29 #if defined(__cplusplus)
30 extern "C"
32 #endif
34 #define SOL_SIZE 4096
36 extern Entier UN;
37 extern Entier ZERO;
39 #define True 1
40 #define False 0
43 #ifdef TC
44 #define DEBUG 8
45 #endif
47 #define Q if(cross_product>=limit)
49 #define MAXCOL 512
50 #define MAXPARM 50
52 #if defined(__cplusplus)
54 #endif
55 #endif /* define _H */