1% RUNS ON mzn20_fd 2% RUNS ON mzn-fzn_fd 3% RUNS ON mzn20_fd_linear 4% RUNS ON mzn20_mip 5 6% Regression test for github bug #8 7 8var 1..2: x; 9var int : nx = -x; 10solve minimize nx;