git-subtree-dir: software/minizinc git-subtree-split: 5a577826da4d7cf6195f28b5604d8d20a01fbc6e
12 lines
149 B
MiniZinc
12 lines
149 B
MiniZinc
/***
|
|
!Test
|
|
expected:
|
|
- !Result
|
|
solution: !Solution
|
|
_output_item: '0'
|
|
***/
|
|
|
|
int: x = length([]) + length([]);
|
|
solve satisfy;
|
|
output([show(x)]);
|