3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-03 10:39:07 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-11-29 15:39:50 -08:00
parent ab227c83b2
commit 3712d1e0f1

View file

@ -63,7 +63,7 @@ class bool_rewriter {
bool m_elim_ite;
ptr_vector<expr> m_todo1, m_todo2;
unsigned_vector m_counts1, m_counts2;
expr_fast_mark1 m_marked;
expr_mark m_marked;
br_status mk_flat_and_core(unsigned num_args, expr * const * args, expr_ref & result);
br_status mk_flat_or_core(unsigned num_args, expr * const * args, expr_ref & result);