3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 04:56:03 +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

@ -83,7 +83,6 @@ class bool_rewriter {
public:
bool_rewriter(ast_manager & m, params_ref const & p = params_ref()):m_manager(m), m_hoist(m), m_local_ctx_cost(0) {
updt_params(p);
m_hoist.set(*this);
}
ast_manager & m() const { return m_manager; }
family_id get_fid() const { return m().get_basic_family_id(); }