Skip to content

Commit

Permalink
fix #7264
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jun 21, 2024
1 parent c137ef7 commit 8e482df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/model/model_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,10 @@ struct evaluator_cfg : public default_rewriter_cfg {
return BR_DONE;
}
}
else if (m_dt.is_constructor(f)) {
result = m.mk_app(f, num, args);
return BR_DONE;
}

if (fi) {
if (fi->is_partial())
Expand Down

0 comments on commit 8e482df

Please sign in to comment.