isl_basic_map_compute_divs: use isl_basic_set_lexmin and move to isl_map.c
[platform/upstream/isl.git] / isl_map_piplib.h
1 #ifndef ISL_MAP_PIPLIB_H
2 #define ISL_MAP_PIPLIB_H
3
4 #include <isl_map.h>
5
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
9
10 struct isl_map *isl_pip_basic_map_lexopt(
11                 struct isl_basic_map *bmap, struct isl_basic_set *dom,
12                 struct isl_set **empty, int max);
13
14 #if defined(__cplusplus)
15 }
16 #endif
17
18 #endif