isl_basic_set_project_out: drop redundant divs in result
[isl.git] / isl_lp_piplib.h
blob190606e601ce79f07bb383a258bc4c882e168367
1 #ifndef ISL_LP_PIPLIB_H
2 #define ISL_LP_PIPLIB_H
4 #include <isl_lp.h>
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
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);
14 #if defined(__cplusplus)
16 #endif
18 #endif