summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/bvminisat/core')
-rw-r--r--src/prop/bvminisat/core/Solver.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/prop/bvminisat/core/Solver.cc b/src/prop/bvminisat/core/Solver.cc
index c5a0a3ce5..238a9cbf7 100644
--- a/src/prop/bvminisat/core/Solver.cc
+++ b/src/prop/bvminisat/core/Solver.cc
@@ -843,6 +843,13 @@ lbool Solver::solve_()
conflict.clear();
ccmin_mode = 2;
+
+ // reduce the database
+ reduceDB();
+
+ // this is a new search, reset the parameters
+ restart_first = opt_restart_first;
+ restart_inc = opt_restart_inc;
if (!ok) return l_False;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback