mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix #7264
This commit is contained in:
parent
c137ef7fba
commit
8e482df62a
1 changed files with 4 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue