3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

fix #2933: soundness issue in dom-simplify with (or foo true)

This commit is contained in:
Nuno Lopes 2020-02-04 14:05:12 +00:00
parent 32968fa41c
commit 506fbf9672
4 changed files with 140 additions and 140 deletions

View file

@ -65,7 +65,6 @@ namespace smt {
e = m_util.mk_power0(n->get_arg(0), n->get_arg(1));
}
if (e) {
ast_manager& m = get_manager();
literal lit = mk_eq(e, n, false);
ctx.mark_as_relevant(lit);
ctx.assign(lit, nullptr);