this repo has no description
1% RUNS ON mzn20_fd 2% RUNS ON mzn-fzn_fd 3 4var set of 1..1: s1; 5var set of 1..3: s2; 6 7constraint s2 = s1 union if 1 in s1 then {2} else {3} endif; 8 9solve satisfy;