diff options
Diffstat (limited to 'Source/Solver.cpp')
-rw-r--r-- | Source/Solver.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Solver.cpp b/Source/Solver.cpp index 244bfb2..bce1482 100644 --- a/Source/Solver.cpp +++ b/Source/Solver.cpp | |||
@@ -2,6 +2,8 @@ | |||
2 | #include "Puzzle.h" | 2 | #include "Puzzle.h" |
3 | #include "Validator.h" | 3 | #include "Validator.h" |
4 | 4 | ||
5 | int Solver::MAX_SOLUTIONS = 10000; | ||
6 | |||
5 | std::vector<Puzzle> Solver::Solve(Puzzle& p) { | 7 | std::vector<Puzzle> Solver::Solve(Puzzle& p) { |
6 | std::vector<Puzzle> solutions; | 8 | std::vector<Puzzle> solutions; |
7 | // var start = (new Date()).getTime() | 9 | // var start = (new Date()).getTime() |