diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-21 17:18:02 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-08-21 17:18:02 -0400 |
| commit | ba04ac934dea549497e2e89fa7a9e5bc8723f5f8 (patch) | |
| tree | f852810377bfe663dfd73bedfaaf4dca8c657f37 /Source/Solver.h | |
| parent | c60df0e75e63f488d94fd744ad70df8124dc7724 (diff) | |
| download | witness-tutorializer-ba04ac934dea549497e2e89fa7a9e5bc8723f5f8.tar.gz witness-tutorializer-ba04ac934dea549497e2e89fa7a9e5bc8723f5f8.tar.bz2 witness-tutorializer-ba04ac934dea549497e2e89fa7a9e5bc8723f5f8.zip | |
Cleaned up a bunch of stuff I'm not using
Diffstat (limited to 'Source/Solver.h')
| -rw-r--r-- | Source/Solver.h | 13 |
1 files changed, 0 insertions, 13 deletions
| diff --git a/Source/Solver.h b/Source/Solver.h deleted file mode 100644 index 455d1eb..0000000 --- a/Source/Solver.h +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | #include <vector> | ||
| 3 | |||
| 4 | class Puzzle; | ||
| 5 | class Solver { | ||
| 6 | public: | ||
| 7 | static int MAX_SOLUTIONS; | ||
| 8 | static std::vector<Puzzle> Solve(Puzzle& p); | ||
| 9 | |||
| 10 | private: | ||
| 11 | static void SolveLoop(Puzzle& p, int x, int y, std::vector<Puzzle>& solutions); | ||
| 12 | }; | ||
| 13 | |||
