configure.ac: use AX_SUBMODULE for gmp for consistency
[platform/upstream/isl.git] / isl_lp_piplib.h
1 #ifndef ISL_LP_PIPLIB_H
2 #define ISL_LP_PIPLIB_H
3
4 #include <isl_lp.h>
5
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
9
10 enum isl_lp_result isl_pip_solve_lp(struct isl_basic_map *bmap, int maximize,
11                                       isl_int *f, isl_int denom, isl_int *opt,
12                                       isl_int *opt_denom,
13                                       struct isl_vec **sol);
14
15 #if defined(__cplusplus)
16 }
17 #endif
18
19 #endif