mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
enforce flat within QF_BV tactic, cap in-processing var-elim loops
This commit is contained in:
parent
1fae3aa152
commit
a409a4a677
5 changed files with 15 additions and 13 deletions
|
@ -850,7 +850,7 @@ struct th_rewriter_cfg : public default_rewriter_cfg {
|
|||
m_f_rw(m, p),
|
||||
m_dl_rw(m),
|
||||
m_pb_rw(m),
|
||||
m_seq_rw(m),
|
||||
m_seq_rw(m, p),
|
||||
m_char_rw(m),
|
||||
m_rec_rw(m),
|
||||
m_a_util(m),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue