mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -459,7 +459,7 @@ namespace smt {
|
|||
}
|
||||
else {
|
||||
expr_ref wu(m);
|
||||
wu = m.mk_eq(m_converter.unwrap(wrapped, m.get_sort(n)), n);
|
||||
wu = m.mk_eq(m_converter.unwrap(wrapped, n->get_sort()), n);
|
||||
TRACE("t_fpa", tout << "w/u eq: " << std::endl << mk_ismt2_pp(wu, m) << std::endl;);
|
||||
assert_cnstr(wu);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue