summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/prop/minisat/core/Solver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/minisat/core/Solver.cc b/src/prop/minisat/core/Solver.cc
index 1ec9b0962..8e98f32c0 100644
--- a/src/prop/minisat/core/Solver.cc
+++ b/src/prop/minisat/core/Solver.cc
@@ -75,7 +75,7 @@ Solver::Solver(CVC4::prop::SatSolver* proxy, CVC4::context::Context* context, bo
// Parameters (the rest):
//
- , learntsize_factor((double)1/(double)3), learntsize_inc(1.1)
+ , learntsize_factor(1), learntsize_inc(1.5)
// Parameters (experimental):
//
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback