PIPS
linear.h
Go to the documentation of this file.
1 /*
2 
3  $Id: linear.h 1641 2016-03-02 08:20:19Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of Linear/C3 Library.
8 
9  Linear/C3 Library is free software: you can redistribute it and/or modify it
10  under the terms of the GNU Lesser General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  Linear/C3 Library is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU Lesser General Public License for more details.
19 
20  You should have received a copy of the GNU Lesser General Public License
21  along with Linear/C3 Library. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 
25 /*
26  * includes what is typically needed from the C3/Linear library.
27  */
28 
29 #if !defined(C3_LINEAR_H_INCLUDED)
30 #define C3_LINEAR_H_INCLUDED
31 
32 #include "boolean.h"
33 #include "arithmetique.h"
34 #include "vecteur.h"
35 #include "contrainte.h"
36 #include "sc.h"
37 #include "sommet.h"
38 #include "ray_dte.h"
39 #include "matrix.h"
40 #include "sg.h"
41 #include "polyedre.h"
42 #include "union.h"
43 #include "polynome.h"
44 
45 #endif /* C3_LINEAR_H_INCLUDED */