Compiler warnings.

This commit is contained in:
Alan Mishchenko 2017-09-07 19:57:29 -07:00
parent 8a11c911ab
commit 4cbc97a464
1 changed files with 1 additions and 1 deletions

View File

@ -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)