Polly 19.0.0git
isl_ilp_private.h
Go to the documentation of this file.
1#ifndef ISL_ILP_PRIVATE_H
2#define ISL_ILP_PRIVATE_H
3
4#include <isl_int.h>
5#include <isl/lp.h>
6#include <isl/set.h>
7
9 int max, isl_int *f, isl_int *opt, __isl_give isl_vec **sol_p);
10
11#endif
#define __isl_give
Definition: ctx.h:19
#define __isl_keep
Definition: ctx.h:25
enum isl_lp_result isl_basic_set_solve_ilp(__isl_keep isl_basic_set *bset, int max, isl_int *f, isl_int *opt, __isl_give isl_vec **sol_p)
Definition: isl_ilp.c:311
const char * f
Definition: isl_test.c:8642
isl_lp_result
Definition: lp.h:17
struct isl_basic_set isl_basic_set
Definition: map_type.h:20