1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
half-reif-benchmarks/tests/spec/sudoku/sudoku_3_16x16.dzn
Jip J. Dekker 9b7e65e00b Squashed 'software/minizinc/' content from commit 5a577826
git-subtree-dir: software/minizinc
git-subtree-split: 5a577826da4d7cf6195f28b5604d8d20a01fbc6e
2021-06-18 09:34:50 +10:00

20 lines
835 B
MiniZinc

S=4;
puzzle_input=[|
0, 16, 7, 0, 0, 14, 0, 4, 6, 0, 10, 0, 0, 0, 1, 0|
3, 0, 0, 14, 0, 7, 9, 0, 0, 0, 8, 0, 2, 0, 10, 0|
0, 0, 0, 10, 15, 0, 0, 3, 0, 16, 5, 0, 4, 0, 7, 0|
0, 9, 8, 0, 0, 0, 10, 0, 0, 3, 0, 0, 0, 0, 0, 0|
6, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 5, 0, 1, 12, 0|
16, 11, 2, 0, 0, 0, 0, 13, 8, 0, 0, 10, 7, 0, 0, 6|
15, 0, 0, 0, 0, 0, 3, 0, 0, 12, 0, 7, 0, 0, 0, 14|
0, 8, 0, 0, 0, 0, 1, 9, 4, 15, 0, 0, 13, 3, 0, 0|
0, 0, 11, 3, 0, 0, 14, 12, 10, 13, 0, 0, 0, 0, 6, 0|
12, 0, 0, 0, 3, 0, 6, 0, 0, 9, 0, 0, 0, 0, 0, 1|
8, 0, 0, 6, 10, 0, 0, 11, 2, 0, 0, 0, 0, 12, 3, 15|
0, 5, 13, 0, 16, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 2|
0, 0, 0, 0, 0, 0, 15, 0, 0, 4, 0, 0, 0, 2, 14, 0|
0, 10, 0, 9, 0, 3, 12, 0, 16, 0, 0, 2, 1, 0, 0, 0|
0, 7, 0, 11, 0, 9, 0, 0, 0, 10, 15, 0, 6, 0, 0, 3|
0, 4, 0, 0, 0, 16, 0, 14, 12, 0, 11, 0, 0, 8, 9, 0
|];