Bug fix: forgot to init the runtime limit in Glucose.

This commit is contained in:
Alan Mishchenko 2017-09-06 20:55:16 -07:00
parent 3ffb098d64
commit 68b59b8a1e
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ Solver::Solver() :
, verbEveryConflicts(10000)
, terminate_search_early(false)
, pstop(NULL)
, nRuntimeLimit(0)
, verbosity (0)
, showModel (0)