summary refs log tree commit diff stats
path: root/Source/Solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Solver.cpp')
-rw-r--r--Source/Solver.cpp2
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
5int Solver::MAX_SOLUTIONS = 10000;
6
5std::vector<Puzzle> Solver::Solve(Puzzle& p) { 7std::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()