Skip to content

Commit

Permalink
build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Nov 17, 2023
1 parent f94a475 commit 6d6d6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qe/mbp/mbp_arrays_tg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6d6d6b8

Please sign in to comment.