1% RUNS ON mzn20_fd 2% RUNS ON mzn-fzn_fd 3 4predicate foo(var int: x); 5var int: x; 6var bool: b; 7constraint b <-> foo(x); 8solve satisfy;