1% RUNS ON mzn20_fd 2% RUNS ON mzn-fzn_fd 3 4var set of 1..1: x; 5constraint 1 in x; 6 7var bool: b; 8constraint b = exists([true | s in x]); 9 10solve satisfy;