git-subtree-dir: prototype git-subtree-split: 91f7db00d45e7f991b5587ee07f09977ae311ee7
5 lines
101 B
MiniZinc
5 lines
101 B
MiniZinc
|
|
array[int] of var 1..1: x = [_, _, _];
|
|
solve satisfy;
|
|
output ["x = array1d(1..3, ", show(x), ");"];
|