3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00
This commit is contained in:
Nikolaj Bjorner 2024-03-17 16:33:32 -07:00
parent 6450a7a0b8
commit b8a69987c3
2 changed files with 3 additions and 3 deletions

View file

@ -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;