mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
fix #7165
This commit is contained in:
parent
6450a7a0b8
commit
b8a69987c3
2 changed files with 3 additions and 3 deletions
|
@ -696,7 +696,7 @@ bool goal::is_cnf() const {
|
|||
if (!is_literal(lit))
|
||||
return false;
|
||||
}
|
||||
if (!is_literal(f))
|
||||
else if (!is_literal(f))
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue