Skip to content

Commit

Permalink
fix #4865
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 6, 2020
1 parent 746dd74 commit 4c1fcba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd_context/cmd_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,8 @@ struct contains_underspecified_op_proc {
void operator()(app * n) {
if (m_dt.is_accessor(n->get_decl()))
throw found();
if (m_dt.is_update_field(n->get_decl()))
throw found();
if (n->get_family_id() == m_seq_id && m_seq.is_re(n))
throw found();
if (m_arith.plugin().is_considered_uninterpreted(n->get_decl()))
Expand Down

0 comments on commit 4c1fcba

Please sign in to comment.