mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
short circuiting equality consequence appears to have the wrong sign
This commit is contained in:
parent
eff3f5f65e
commit
30d1800c31
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ namespace smt {
|
|||
lit.neg();
|
||||
|
||||
literal lit = mk_diseq(k, v);
|
||||
literals.push_back(lit);
|
||||
literals.push_back(~lit);
|
||||
mk_clause(literals.size(), literals.data(), nullptr);
|
||||
TRACE("context", display_literals_verbose(tout, literals.size(), literals.data()););
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue