git-subtree-dir: prototype git-subtree-split: 91f7db00d45e7f991b5587ee07f09977ae311ee7
5 lines
77 B
MiniZinc
5 lines
77 B
MiniZinc
|
|
var -10..10: x = length([_, _, _]);
|
|
solve satisfy;
|
|
output([show(x), "\n"]);
|