mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Update inc_sat_solver.cpp
revert local change
This commit is contained in:
parent
a7dc50362b
commit
17824df3cd
|
@ -556,7 +556,8 @@ public:
|
|||
mk_card2bv_tactic(m, m_params), // updates model converter
|
||||
using_params(mk_simplify_tactic(m), simp2_p),
|
||||
mk_max_bv_sharing_tactic(m),
|
||||
mk_bit_blaster_tactic(m, m_bb_rewriter.get())
|
||||
mk_bit_blaster_tactic(m, m_bb_rewriter.get()),
|
||||
using_params(mk_simplify_tactic(m), simp2_p)
|
||||
);
|
||||
while (m_bb_rewriter->get_num_scopes() < m_num_scopes) {
|
||||
m_bb_rewriter->push();
|
||||
|
|
Loading…
Reference in a new issue