add isl_basic_map_universe_like
[platform/upstream/isl.git] / include / isl_ilp.h
1 #ifndef ISL_ILP_H
2 #define ISL_ILP_H
3
4 #include <isl_lp.h>
5
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
9
10 enum isl_lp_result isl_basic_set_solve_ilp(struct isl_basic_set *bset, int max,
11                                       isl_int *f, isl_int *opt,
12                                       struct isl_vec **sol_p);
13
14 #if defined(__cplusplus)
15 }
16 #endif
17
18 #endif