3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-10 17:58:06 +00:00
This commit is contained in:
Nikolaj Bjorner 2017-04-25 10:30:16 -07:00
commit dedc130e98
54 changed files with 1755 additions and 915 deletions

View file

@ -33,6 +33,7 @@ namespace sat {
solver::solver(params_ref const & p, reslimit& l, extension * ext):
m_rlimit(l),
m_checkpoint_enabled(true),
m_config(p),
m_ext(ext),
m_par(0),