mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
fix #7264
This commit is contained in:
parent
c137ef7fba
commit
8e482df62a
|
@ -481,6 +481,10 @@ struct evaluator_cfg : public default_rewriter_cfg {
|
||||||
return BR_DONE;
|
return BR_DONE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (m_dt.is_constructor(f)) {
|
||||||
|
result = m.mk_app(f, num, args);
|
||||||
|
return BR_DONE;
|
||||||
|
}
|
||||||
|
|
||||||
if (fi) {
|
if (fi) {
|
||||||
if (fi->is_partial())
|
if (fi->is_partial())
|
||||||
|
|
Loading…
Reference in a new issue