mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
remove default failure on proof mode fixes #121
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5703abd3f1
commit
f145ceecb4
1 changed files with 0 additions and 1 deletions
|
@ -473,7 +473,6 @@ public:
|
||||||
expr_dependency_ref & core) {
|
expr_dependency_ref & core) {
|
||||||
TRACE("card2bv-before", g->display(tout););
|
TRACE("card2bv-before", g->display(tout););
|
||||||
SASSERT(g->is_well_sorted());
|
SASSERT(g->is_well_sorted());
|
||||||
fail_if_proof_generation("card2bv", g);
|
|
||||||
mc = 0; pc = 0; core = 0; result.reset();
|
mc = 0; pc = 0; core = 0; result.reset();
|
||||||
tactic_report report("card2bv", *g);
|
tactic_report report("card2bv", *g);
|
||||||
m_rw1.reset();
|
m_rw1.reset();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue