1 #ifndef ISL_MAP_POLYLIB_H
2 #define ISL_MAP_POLYLIB_H
6 #include <isl_polylib.h>
8 #if defined(__cplusplus)
12 struct isl_basic_map
*isl_basic_map_new_from_polylib(Polyhedron
*P
,
14 struct isl_map
*isl_map_new_from_polylib(Polyhedron
*D
, struct isl_dim
*dim
);
15 Polyhedron
*isl_basic_map_to_polylib(struct isl_basic_map
*bmap
);
16 Polyhedron
*isl_map_to_polylib(struct isl_map
*map
);
18 #if defined(__cplusplus)