this repo has no description
at develop 266 B view raw
1/*** 2!Test 3solvers: [gecode] 4expected: !Result 5 solution: !Solution 6 x: [true] 7***/ 8 9% Previously we would only eval_array_lit on the in part 10 11array[int] of var bool: x :: add_to_output = [y | y in let { 12 array [1..1] of var bool: z; 13} in z]; 14 15constraint x[1];