3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-01-19 15:19:07 +01:00
parent 0f03ef4ab0
commit e5767bf2b8
6 changed files with 43 additions and 7 deletions

View file

@ -48,7 +48,7 @@ unsigned theory_user_propagator::add_expr(expr* e) {
ctx.assert_expr(eq);
ctx.internalize_assertions();
e = r;
ctx.mark_as_relevant(eq);
ctx.mark_as_relevant(eq.get());
}
enode* n = ensure_enode(e);
if (is_attached_to_var(n))