3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-11-18 12:03:18 -08:00
parent d95b549ff8
commit 3c6dceae7c
2 changed files with 5 additions and 7 deletions

View file

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