mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -326,7 +326,7 @@ expr * proto_model::get_fresh_value(sort * s) {
|
|||
}
|
||||
|
||||
void proto_model::register_value(expr * n) {
|
||||
sort * s = m.get_sort(n);
|
||||
sort * s = n->get_sort();
|
||||
if (m.is_uninterp(s)) {
|
||||
m_user_sort_factory->register_value(n);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue