mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 13:53:39 +00:00
parent
c8c088e80d
commit
3774d6d405
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@ namespace smt {
|
||||||
e = m_util.mk_power0(n->get_arg(0), n->get_arg(1));
|
e = m_util.mk_power0(n->get_arg(0), n->get_arg(1));
|
||||||
}
|
}
|
||||||
if (e) {
|
if (e) {
|
||||||
ctx.assign(mk_eq(e, n, false), nullptr);
|
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