Commit 4cbc97a4 by Alan Mishchenko

Compiler warnings.

parent 8a11c911
...@@ -93,11 +93,11 @@ Solver::Solver() : ...@@ -93,11 +93,11 @@ Solver::Solver() :
, pCnfFunc(NULL) , pCnfFunc(NULL)
, nCallConfl(1000) , nCallConfl(1000)
, terminate_search_early(false) , terminate_search_early(false)
, verbEveryConflicts(10000)
, pstop(NULL) , pstop(NULL)
, nRuntimeLimit(0) , nRuntimeLimit(0)
, verbosity (0) , verbosity (0)
, verbEveryConflicts(10000)
, showModel (0) , showModel (0)
, K (opt_K) , K (opt_K)
, R (opt_R) , R (opt_R)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment