mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
adding po evaluator
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f55e4ccc41
commit
175008a6c6
8 changed files with 233 additions and 52 deletions
|
@ -217,6 +217,7 @@ void model::compress() {
|
|||
}
|
||||
}
|
||||
if (removed.empty()) break;
|
||||
TRACE("model", tout << "remove\n"; for (func_decl* f : removed) tout << f->get_name() << "\n";);
|
||||
remove_decls(m_decls, removed);
|
||||
remove_decls(m_func_decls, removed);
|
||||
remove_decls(m_const_decls, removed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue