3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 04:01:22 +00:00

remove dependency on bool-rewriter in hoist rewriter

deal with regression reported in
cac5052685 (commitcomment-100606067)
and unit tests doc.cpp
This commit is contained in:
Nikolaj Bjorner 2023-02-14 17:48:02 -08:00
parent a976b781a0
commit c2fe76569f
4 changed files with 19 additions and 12 deletions

View file

@ -32,6 +32,7 @@ void bool_rewriter::updt_params(params_ref const & _p) {
m_blast_distinct = p.blast_distinct();
m_blast_distinct_threshold = p.blast_distinct_threshold();
m_ite_extra_rules = p.ite_extra_rules();
m_hoist.set_elim_and(m_elim_and);
}
void bool_rewriter::get_param_descrs(param_descrs & r) {