mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
parent
852dc6d190
commit
eb9c5b7cdb
2 changed files with 0 additions and 2 deletions
|
@ -262,7 +262,6 @@ void proto_model::freeze_universe(sort * s) {
|
|||
\brief Return the known universe of an uninterpreted sort.
|
||||
*/
|
||||
obj_hashtable<expr> const & proto_model::get_known_universe(sort * s) const {
|
||||
SASSERT(m_manager.is_uninterp(s));
|
||||
return m_user_sort_factory->get_known_universe(s);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue