mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
This commit is contained in:
parent
123c446395
commit
e3be25dad6
5 changed files with 120 additions and 13 deletions
|
@ -796,7 +796,7 @@ struct goal2sat::imp : public sat::sat_internalizer {
|
|||
m_frame_stack.pop_back();
|
||||
continue;
|
||||
}
|
||||
if (m.is_not(t) && !m.is_not(t->get_arg(0))) {
|
||||
if (m.is_not(t) && !m.is_not(t->get_arg(0)) && fsz != sz + 1) {
|
||||
m_frame_stack.pop_back();
|
||||
visit(t->get_arg(0), root, !sign);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue