mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 05:00:51 +00:00
first eufi example running
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2288931b46
commit
74621e0b7d
26 changed files with 80 additions and 105 deletions
|
@ -134,7 +134,7 @@ public:
|
|||
in->set(proof2proof_converter(m, pr));
|
||||
}
|
||||
if (in->unsat_core_enabled()) {
|
||||
ptr_vector<expr> core;
|
||||
expr_ref_vector core(m);
|
||||
local_solver->get_unsat_core(core);
|
||||
for (expr* c : core) {
|
||||
lcore = m.mk_join(lcore, m.mk_leaf(bool2dep.find(c)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue