1 | #include <isl_bound.h> |
---|---|
2 | |
3 | isl_stat isl_qpolynomial_bound_on_domain_bernstein( |
4 | __isl_take isl_basic_set *bset, __isl_take isl_qpolynomial *poly, |
5 | struct isl_bound *bound); |
6 |
1 | #include <isl_bound.h> |
---|---|
2 | |
3 | isl_stat isl_qpolynomial_bound_on_domain_bernstein( |
4 | __isl_take isl_basic_set *bset, __isl_take isl_qpolynomial *poly, |
5 | struct isl_bound *bound); |
6 |