mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 17:54:43 +00:00
parent
af4e1fa010
commit
4dfc0d6d88
5 changed files with 46 additions and 25 deletions
|
@ -424,7 +424,6 @@ namespace smt {
|
|||
SASSERT(m_model->has_interpretation(f));
|
||||
SASSERT(m_model->get_func_interp(f) == fi);
|
||||
// The entry must be new because n->get_cg() == n
|
||||
SASSERT(f->get_range() == m.get_sort(result));
|
||||
TRACE("model",
|
||||
tout << "insert new entry for:\n" << mk_ismt2_pp(n->get_owner(), m) << "\nargs: ";
|
||||
for (unsigned i = 0; i < num_args; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue