3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
This commit is contained in:
Nikolaj Bjorner 2023-03-27 16:20:33 -07:00
parent adec937296
commit fe348b84c9

View file

@ -103,6 +103,7 @@ public:
new_f = conj;
g->assert_expr(new_f);
}
g->elim_true();
}
void operator()(goal_ref const & g, goal_ref_buffer & result) override {