mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
parent
b29c77dc87
commit
51e459d02b
55 changed files with 27 additions and 138 deletions
|
@ -910,7 +910,6 @@ public:
|
|||
void operator()(goal_ref const & g,
|
||||
goal_ref_buffer & result) override {
|
||||
try {
|
||||
SASSERT(g->is_well_sorted());
|
||||
tactic_report report("purify-arith", *g);
|
||||
TRACE("goal", g->display(tout););
|
||||
bool produce_proofs = g->proofs_enabled();
|
||||
|
@ -924,8 +923,6 @@ public:
|
|||
g->add(mc.get());
|
||||
g->inc_depth();
|
||||
result.push_back(g.get());
|
||||
TRACE("goal", g->display(tout););
|
||||
SASSERT(g->is_well_sorted());
|
||||
}
|
||||
catch (rewriter_exception & ex) {
|
||||
throw tactic_exception(ex.msg());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue