mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
always reduce macro expansions in model evaluation #4588
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
094e41d21d
commit
9729db16a2
3 changed files with 4 additions and 1 deletions
|
@ -296,6 +296,8 @@ struct evaluator_cfg : public default_rewriter_cfg {
|
|||
}
|
||||
}
|
||||
|
||||
bool reduce_macro() { return true; }
|
||||
|
||||
bool get_macro(func_decl * f, expr * & def, quantifier * & , proof * &) {
|
||||
func_interp * fi = m_model.get_func_interp(f);
|
||||
def = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue