mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
prepare for min/max i
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
50375df8dc
commit
c3c5c14ead
7 changed files with 26 additions and 0 deletions
|
@ -82,6 +82,8 @@ void model_core::register_decl(func_decl * d, func_interp * fi) {
|
|||
|
||||
func_interp* model_core::update_func_interp(func_decl* d, func_interp* fi) {
|
||||
TRACE("model", tout << "register " << d->get_name() << "\n";);
|
||||
std::cout << d->get_name() << "\n";
|
||||
|
||||
SASSERT(d->get_arity() > 0);
|
||||
SASSERT(&fi->m() == &m);
|
||||
func_interp* old_fi = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue