this repo has no description
1% RUNS ON mzn20_fd 2% RUNS ON mzn-fzn_fd 3% RUNS ON mzn20_fd_linear 4% RUNS ON mzn20_mip 5% A regression test for G12 bug #69. 6% 7var set of 1..10: y; 8predicate p(var set of 1..3: x) = (2 in x); 9constraint p(y); 10solve satisfy; 11output ["y = ", show(y), ";\n"];