mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
parent
3209d4ff6c
commit
e7ec842cf5
|
@ -36,7 +36,6 @@ class sat_tactic : public tactic {
|
|||
m(_m),
|
||||
m_solver(alloc(sat::solver, p, m.limit())),
|
||||
m_params(p) {
|
||||
SASSERT(!m.proofs_enabled());
|
||||
updt_params(p);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue