isl_map_simplify.c: check_for_div_constraints: also check for "better" ones
[platform/upstream/isl.git] / test_inputs / application2.omega
1 {[x] : x >= 0 && x <= 20 }
2 {[x] -> [y] : y = 2x}
3 {[y]: Exists ( alpha : 2alpha = y && 0 <= y && y <= 40)}