mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
shortcut negation
This commit is contained in:
parent
f3fc6a50f3
commit
7ddfc54250
2 changed files with 3 additions and 2 deletions
|
@ -218,7 +218,7 @@ struct sat2goal::imp {
|
|||
}
|
||||
sat::literal lit(l.var(), false);
|
||||
m_lit2expr.set(lit.index(), aux);
|
||||
m_lit2expr.set((~lit).index(), m.mk_not(aux));
|
||||
m_lit2expr.set((~lit).index(), mk_not(m, aux));
|
||||
}
|
||||
return m_lit2expr.get(l.index());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue