mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
852dc6d190
commit
eb9c5b7cdb
2 changed files with 0 additions and 2 deletions
|
@ -130,7 +130,6 @@ sort * model::get_uninterpreted_sort(unsigned idx) const {
|
|||
}
|
||||
|
||||
void model::register_usort(sort * s, unsigned usize, expr * const * universe) {
|
||||
SASSERT(m_manager.is_uninterp(s));
|
||||
sort2universe::obj_map_entry * entry = m_usort2universe.insert_if_not_there2(s, 0);
|
||||
m_manager.inc_array_ref(usize, universe);
|
||||
if (entry->get_data().m_value == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue