1% RUNS ON mzn20_fd 2% RUNS ON mzn-fzn_fd 3 4% Regression test for a crash in the optimiser that didn't expect 5% bool2int as a predicate 6 7var bool: b; 8var 0..1: x; 9constraint bool2int(b,x); 10constraint x = 1; 11solve satisfy;