mirror of
https://github.com/Z3Prover/z3
synced 2026-02-10 11:00:52 +00:00
parent
b29c77dc87
commit
51e459d02b
55 changed files with 27 additions and 138 deletions
|
|
@ -456,7 +456,6 @@ public:
|
|||
*/
|
||||
void operator()(goal_ref const & g,
|
||||
goal_ref_buffer & result) override {
|
||||
SASSERT(g->is_well_sorted());
|
||||
fail_if_proof_generation("nla2bv", g);
|
||||
fail_if_unsat_core_generation("nla2bv", g);
|
||||
result.reset();
|
||||
|
|
@ -467,7 +466,6 @@ public:
|
|||
proc(*(g.get()), mc);
|
||||
g->add(mc.get());
|
||||
result.push_back(g.get());
|
||||
SASSERT(g->is_well_sorted());
|
||||
}
|
||||
|
||||
void cleanup() override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue