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:
parent
32968fa41c
commit
506fbf9672
4 changed files with 140 additions and 140 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue