1/***
2!Test
3expected: !Result
4 status: SATISFIED
5 solution: !Solution
6 b: true
7 x: 1
8***/ 910% Regression test for a crash in the optimiser that didn't expect
11% bool2int as a predicate
1213varbool:b;14var0..1:x;15constraintbool2int(b,x);16constraintx=1;17solvesatisfy;