mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
fix #6652
This commit is contained in:
parent
adec937296
commit
fe348b84c9
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue