mirror of https://github.com/YosysHQ/abc.git
Compiler warnings.
This commit is contained in:
parent
8a11c911ab
commit
4cbc97a464
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue