10 lines
145 B
MiniZinc
10 lines
145 B
MiniZinc
/***
|
|
!Test
|
|
expected: !Result
|
|
status: SATISFIED
|
|
solution: !Solution
|
|
x: []
|
|
***/
|
|
|
|
array[int] of int: x :: add_to_output = [];
|
|
solve satisfy; |