this repo has no description
at develop 173 B view raw
1/*** 2!Test 3expected: !Result 4 status: SATISFIED 5 solution: !Solution 6 b: [true, false, false] 7***/ 8 9array [1..3] of var bool: b; 10constraint b[1] = true; 11solve satisfy;