3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-21 06:25:50 +00:00

fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-07-04 12:51:52 -07:00
parent 70df91bc4e
commit 208cc56861
3 changed files with 11 additions and 17 deletions

View file

@ -945,7 +945,7 @@ class elim_uncnstr_tactic : public tactic {
collect_occs p;
p(*g, m_vars);
disable_quantified(g);
if (m_vars.empty() || recfun::util(m()).has_rec_defs()) {
if (m_vars.empty() || recfun::util(m()).has_rec_defs() || m().has_type_vars()) {
result.push_back(g.get());
// did not increase depth since it didn't do anything.
return;