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.
This commit is contained in:
Drew Galbraith 2023-05-04 00:38:05 -07:00
parent dc3f23d111
commit 0e482fcf4b
5 changed files with 1000408 additions and 2 deletions

View file

@ -4,8 +4,8 @@
int main(int argc, char** argv) {
Solver solver(
"3..4.162.1...8.4....5.2.83..578........7..5.3..29.4..748.53..1.2.3.9...."
".7...6.9.");
"068700900004000071030809050300080100040005007007304092602001005000020600"
"059030028");
if (!solver.Solve()) {
std::cout << "Error! Couldn't Solve" << std::endl;
}