mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
d95b549ff8
commit
3c6dceae7c
2 changed files with 5 additions and 7 deletions
|
@ -215,6 +215,7 @@ struct model::top_sort : public ::top_sort<func_decl> {
|
|||
};
|
||||
|
||||
void model::compress() {
|
||||
SASSERT(false);
|
||||
if (m_cleaned) return;
|
||||
|
||||
// stratify m_finterp and m_decls in a topological sort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue