mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
fix #6652
This commit is contained in:
parent
adec937296
commit
fe348b84c9
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ public:
|
||||||
new_f = conj;
|
new_f = conj;
|
||||||
g->assert_expr(new_f);
|
g->assert_expr(new_f);
|
||||||
}
|
}
|
||||||
|
g->elim_true();
|
||||||
}
|
}
|
||||||
|
|
||||||
void operator()(goal_ref const & g, goal_ref_buffer & result) override {
|
void operator()(goal_ref const & g, goal_ref_buffer & result) override {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue