mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
fix regressions introduced when modifying macro_util
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e2b46257d6
commit
f7ca7409ce
3 changed files with 41 additions and 24 deletions
|
@ -60,8 +60,8 @@ private:
|
|||
ast_manager & m_manager;
|
||||
bv_util m_bv;
|
||||
arith_util m_arith;
|
||||
arith_rewriter m_arith_rw;
|
||||
bv_rewriter m_bv_rw;
|
||||
mutable arith_rewriter m_arith_rw;
|
||||
mutable bv_rewriter m_bv_rw;
|
||||
obj_hashtable<func_decl> * m_forbidden_set;
|
||||
|
||||
bool is_forbidden(func_decl * f) const { return m_forbidden_set != 0 && m_forbidden_set->contains(f); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue