3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00

fix output

This commit is contained in:
Jakob Rath 2022-08-03 10:01:54 +02:00
parent a76f977f85
commit b9588af07a
3 changed files with 4 additions and 2 deletions

View file

@ -1063,7 +1063,7 @@ namespace polysat {
// it could be that such a literal has been created previously but we don't detect it when e.g. narrowing a mul_ovfl_constraint
if (m_bvars.value(lit) == l_true) {
// in this case the clause is useless
LOG(" Clause is already true, skippping...");
LOG(" Clause is already true, skipping...");
return;
}
}