Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Aug 15, 2021
1 parent b7d4501 commit bebf2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/rewriter/der.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ void der::apply_substitution(quantifier * q, expr_ref_vector& ors, expr_ref & r)
m_new_args.push_back(ors.get(i));
}

expr_ref t = mk_or(m, m_new_args.size(), m_new_args.data());
expr_ref t(mk_or(m, m_new_args.size(), m_new_args.data()), m);
expr_ref new_e = m_subst(t, m_subst_map);

// don't forget to update the quantifier patterns
Expand Down

0 comments on commit bebf2d6

Please sign in to comment.