allow the user to impose a bound on the number of low-level operations
[isl.git] / include / isl / union_map_type.h
blobe93f2cc7137d53fcfcd98b2fa5b3566a59aec2c8
1 #ifndef ISL_UNION_MAP_TYPE_H
2 #define ISL_UNION_MAP_TYPE_H
4 #include <isl/ctx.h>
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
10 struct __isl_export isl_union_map;
11 typedef struct isl_union_map isl_union_map;
12 #ifndef isl_union_set
13 struct __isl_export isl_union_set;
14 typedef struct isl_union_set isl_union_set;
15 #endif
17 #if defined(__cplusplus)
19 #endif
21 #endif