mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
build issue
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f94a475da3
commit
6d6d6b8ed0
|
@ -296,7 +296,7 @@ struct mbp_array_tg::impl {
|
|||
e = mk_wr_peq(to_app(nt)->get_arg(0),
|
||||
to_app(nt)->get_arg(1))
|
||||
.mk_peq();
|
||||
e = is_not ? m.mk_not(e) : e;
|
||||
e = is_not ? m.mk_not(e) : e.get();
|
||||
m_tg.add_lit(e);
|
||||
m_tg.add_eq(term, e);
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue