mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fixing unsat core extraction for tactics
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
46c4fdaae5
commit
f61600d1d8
10 changed files with 42 additions and 41 deletions
|
@ -81,7 +81,6 @@ class sat_tactic : public tactic {
|
|||
expr* dep = asm2dep.find(lit.index());
|
||||
lcore = m.mk_join(lcore, m.mk_leaf(dep));
|
||||
}
|
||||
core = lcore;
|
||||
}
|
||||
g->assert_expr(m.mk_false(), 0, lcore);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue