Initial version of the integer set library
[platform/upstream/isl.git] / include / isl_lp_piplib.h
1 #ifndef ISL_LP_PIPLIB_H
2 #define ISL_LP_PIPLIB_H
3
4 #include <isl_lp.h>
5 #include <isl_piplib.h>
6
7 #if defined(__cplusplus)
8 extern "C" {
9 #endif
10
11 enum isl_lp_result isl_pip_solve_lp(struct isl_basic_map *bmap, int maximize,
12                                       isl_int *f, isl_int denom, isl_int *opt);
13
14 #if defined(__cplusplus)
15 }
16 #endif
17
18 #endif