this repo has no description
at develop 277 B view raw
1/*** 2!Test 3expected: !Result 4 status: SATISFIED 5 solution: !Solution 6 b: true 7 x: 1 8***/ 9 10% Regression test for a crash in the optimiser that didn't expect 11% bool2int as a predicate 12 13var bool: b; 14var 0..1: x; 15constraint bool2int(b,x); 16constraint x = 1; 17solve satisfy;