Go to file
Drew Galbraith 0e482fcf4b Add a tool to partition a large test case.
Pull out the specific cases that are currently unsolved to allow easier
iterative testing of the solver.
2023-05-04 00:38:05 -07:00
solver Move the solver code to its own library 2023-05-04 00:01:51 -07:00
testcases Add a tool to partition a large test case. 2023-05-04 00:38:05 -07:00
.clang-format First pass at a sudoku solver: Puzzle Import 2023-04-17 16:31:47 -07:00
.gitignore First pass at a sudoku solver: Puzzle Import 2023-04-17 16:31:47 -07:00
CMakeLists.txt Add a tool to partition a large test case. 2023-05-04 00:38:05 -07:00
solver.cpp Add a tool to partition a large test case. 2023-05-04 00:38:05 -07:00
test_case_partition.cpp Add a tool to partition a large test case. 2023-05-04 00:38:05 -07:00