mirror of https://github.com/YosysHQ/abc.git
Bug fix: forgot to init the runtime limit in Glucose.
This commit is contained in:
parent
3ffb098d64
commit
68b59b8a1e
|
|
@ -95,6 +95,7 @@ Solver::Solver() :
|
|||
, verbEveryConflicts(10000)
|
||||
, terminate_search_early(false)
|
||||
, pstop(NULL)
|
||||
, nRuntimeLimit(0)
|
||||
|
||||
, verbosity (0)
|
||||
, showModel (0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue