First step toward a thread safe polylib:
[polylib.git] / include / polylib / eval_ehrhart.h
blobed92b2baac06f51a3b0a0f4d493ce14114030298
1 /*
2 This file is part of PolyLib.
4 PolyLib is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or
7 (at your option) any later version.
9 PolyLib is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with PolyLib. If not, see <http://www.gnu.org/licenses/>.
18 #ifndef _eval_ehrhart_H_
19 #define _eval_ehrhart_H_
21 #if defined(__cplusplus)
22 extern "C" {
23 #endif
25 extern double compute_evalue ( evalue *e, Value *list_args );
26 extern Value *compute_poly (Enumeration *en, Value *list_args);
27 extern int in_domain(Polyhedron *P, Value *list_args);
29 #if defined(__cplusplus)
31 #endif
33 #endif /* _eval_ehrhart_H_ */