3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

Disabled bogus assertions.

Fixes #489
This commit is contained in:
Christoph M. Wintersteiger 2016-04-01 13:25:37 +01:00
parent 852dc6d190
commit eb9c5b7cdb
2 changed files with 0 additions and 2 deletions

View file

@ -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) {