3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

working on revising project0 to project

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-12-26 21:04:35 +08:00
parent 9379ec3a68
commit 076cfa5813
3 changed files with 177 additions and 80 deletions

View file

@ -815,6 +815,7 @@ namespace qe {
for (expr* r : roots) {
args.push_back(r);
}
TRACE("qe", tout << "function: " << d->get_name() << "\n";);
res.push_back(m.mk_distinct(args.size(), args.c_ptr()));
}
}
@ -965,6 +966,7 @@ namespace qe {
m_pinned.reset();
m_model.reset();
}
expr_ref_vector project() {
expr_ref_vector res(m);
purify();