3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-12-06 14:13:46 -08:00
parent 746dd745ad
commit 4c1fcbaa62

View file

@ -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()))