Adding test cases for killer Sudoku and Hexiom
authorHamed Gorjiara <hgorjiar@uci.edu>
Thu, 9 Aug 2018 22:32:38 +0000 (15:32 -0700)
committerHamed Gorjiara <hgorjiar@uci.edu>
Thu, 9 Aug 2018 22:32:38 +0000 (15:32 -0700)
commit8716bd64e3c478c901390f246b381ca85fac99fd
treee8763af9dc6fd61864ebf5262c28c3672cda3c68
parent60449ef6b77f5398bf4449e033a138579de77bf2
Adding test cases for killer Sudoku and Hexiom
42 files changed:
hexiom/bench.sh
hexiom/levels/level41.txt [new file with mode: 0644]
hexiom/levels/level42.txt [new file with mode: 0644]
hexiom/levels/level43.txt [new file with mode: 0644]
hexiom/levels/level44.txt [new file with mode: 0644]
hexiom/levels/level45.txt [new file with mode: 0644]
hexiom/levels/level46.txt [new file with mode: 0644]
hexiom/levels/level47.txt [new file with mode: 0644]
hexiom/levels/level48.txt [new file with mode: 0644]
hexiom/levels/level49.txt [new file with mode: 0644]
hexiom/levels/level50.txt [new file with mode: 0644]
killerSudoku/testcase/0-9.killer [deleted file]
killerSudoku/testcase/2-36.killer [new file with mode: 0644]
killerSudoku/testcase/3-25.killer [new file with mode: 0644]
killerSudoku/testcase/4-16.killer
nqueens/bench.sh
nqueens/csolver [new symlink]
sudoku-csolver/problems/25x25-12.problem [deleted file]
sudoku-csolver/problems/25x25-13.problem [deleted file]
sudoku-csolver/problems/2x2-1.problem [deleted file]
sudoku-csolver/problems/36x36-11.problem [deleted file]
sudoku-csolver/problems/36x36-12.problem [deleted file]
sudoku-csolver/problems/36x36-14.problem [deleted file]
sudoku-csolver/problems/36x36-300.problem [deleted file]
sudoku-csolver/problems/36x36-320.problem [deleted file]
sudoku-csolver/problems/36x36-890.problem [new file with mode: 0644]
sudoku-csolver/problems/36x36-895.problem [new file with mode: 0644]
sudoku-csolver/problems/36x36-900.problem [new file with mode: 0644]
sudoku-csolver/problems/64x64-1000.problem [deleted file]
sudoku-csolver/problems/64x64-1500.problem [deleted file]
sudoku-csolver/problems/64x64-2800.problem [new file with mode: 0644]
sudoku-csolver/problems/64x64-3000.problem [new file with mode: 0644]
sudoku-csolver/problems/9x9-20.problem
sudoku-csolver/solved/36x36.sol
sudoku-csolver/solved/9x9.sol
sudoku-csolver/testcase/16x16-12.problem [deleted file]
sudoku-csolver/testcase/25x25-12.problem [deleted file]
sudoku-csolver/testcase/36x36-890.problem [new file with mode: 0644]
sudoku-csolver/testcase/36x36-895.problem [new file with mode: 0644]
sudoku-csolver/testcase/36x36-900.problem [new file with mode: 0644]
sudoku-csolver/testcase/64x64-2800.problem [new file with mode: 0644]
sudoku-csolver/testcase/9x9-20.problem [deleted file]