summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sat/glucose/Glucose.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/glucose/Glucose.cpp b/src/sat/glucose/Glucose.cpp
index 6301a0f8..e90bf402 100644
--- a/src/sat/glucose/Glucose.cpp
+++ b/src/sat/glucose/Glucose.cpp
@@ -93,11 +93,11 @@ Solver::Solver() :
, pCnfFunc(NULL)
, nCallConfl(1000)
, terminate_search_early(false)
- , verbEveryConflicts(10000)
, pstop(NULL)
, nRuntimeLimit(0)
, verbosity (0)
+ , verbEveryConflicts(10000)
, showModel (0)
, K (opt_K)
, R (opt_R)