Commit 68b59b8a by Alan Mishchenko

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

parent 3ffb098d
......@@ -95,6 +95,7 @@ Solver::Solver() :
, verbEveryConflicts(10000)
, terminate_search_early(false)
, pstop(NULL)
, nRuntimeLimit(0)
, verbosity (0)
, showModel (0)
......
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