this repo has no description
at develop 186 B view raw
1/*** 2!Test 3expected: !Result 4 status: SATISFIED 5 solution: !Solution 6 i: 4 7***/ 8 9array [1..3] of int: x = [1, 4, 9]; 10 11var 1..4: i; 12 13constraint x[i] < 11 -> i > 3; 14 15solve satisfy;