mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
fix output
This commit is contained in:
parent
a76f977f85
commit
b9588af07a
3 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue