mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add macros to model #4679
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
629e981e01
commit
f976b16e3f
2 changed files with 2 additions and 2 deletions
|
@ -306,6 +306,7 @@ void cmd_context::insert_macro(symbol const& s, unsigned arity, sort*const* doma
|
|||
else {
|
||||
VERIFY(decls.insert(m(), arity, domain, t));
|
||||
}
|
||||
model_add(s, arity, domain, t);
|
||||
}
|
||||
|
||||
void cmd_context::erase_macro(symbol const& s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue