1/*** 2--- !Test 3solvers: [chuffed, cbc] 4expected: !Result 5 solution: !Solution 6 y: !!set {1, 4} 7***/ 8 9% Comparison of sets with holes 10 11set of int: x = {1, 2}; 12var set of {1, 4}: y; 13 14constraint card(y) = 2; 15constraint x < y;