Adding new benchmarks for Sudoku + scripts for processing and gathering the results
authorHamed Gorjiara <hgorjiar@uci.edu>
Wed, 15 Aug 2018 00:18:21 +0000 (17:18 -0700)
committerHamed Gorjiara <hgorjiar@uci.edu>
Wed, 15 Aug 2018 00:18:21 +0000 (17:18 -0700)
commit3d98af244fad635846ac827ce6d1a456bdee7eb2
tree186f9c3eb319b390b7d8cb753b48ec0657a1bfa5
parenta7fe25cd524bf58530ad7a66184b281c398cf730
Adding new benchmarks for Sudoku + scripts for processing and gathering the results
27 files changed:
.gitignore
common.sh [new file with mode: 0755]
hexiom/bench.sh
hexiom/parse.sh
killerSudoku/bench.sh
killerSudoku/parse.sh
nqueens/bench.sh
nqueens/parse.sh
sudoku-csolver/bench.sh
sudoku-csolver/parse.sh
sudoku-csolver/problems/36x36-891.problem [new file with mode: 0644]
sudoku-csolver/problems/36x36-892.problem [new file with mode: 0644]
sudoku-csolver/problems/36x36-893.problem [new file with mode: 0644]
sudoku-csolver/problems/36x36-894.problem [new file with mode: 0644]
sudoku-csolver/problems/36x36-896.problem [new file with mode: 0644]
sudoku-csolver/problems/36x36-897.problem [new file with mode: 0644]
sudoku-csolver/problems/36x36-898.problem [new file with mode: 0644]
sudoku-csolver/problems/36x36-899.problem [new file with mode: 0644]
sudoku-csolver/problems/9x9-20.problem
sudoku-csolver/testcase/36x36-891.problem [new file with mode: 0644]
sudoku-csolver/testcase/36x36-892.problem [new file with mode: 0644]
sudoku-csolver/testcase/36x36-893.problem [new file with mode: 0644]
sudoku-csolver/testcase/36x36-894.problem [new file with mode: 0644]
sudoku-csolver/testcase/36x36-896.problem [new file with mode: 0644]
sudoku-csolver/testcase/36x36-897.problem [new file with mode: 0644]
sudoku-csolver/testcase/36x36-898.problem [new file with mode: 0644]
sudoku-csolver/testcase/36x36-899.problem [new file with mode: 0644]