3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 12:11:23 +00:00

fix filtering for recursive functions

This commit is contained in:
Nikolaj Bjorner 2022-12-02 07:53:53 -08:00
parent cf7bba6288
commit 758c3b2c3b
2 changed files with 14 additions and 6 deletions

View file

@ -43,7 +43,7 @@ Author:
class dependent_expr_state {
unsigned m_qhead = 0;
bool m_suffix_frozen = false;
bool m_recfun_frozen = false;
unsigned m_num_recfun = 0;
lbool m_has_quantifiers = l_undef;
ast_mark m_frozen;
func_decl_ref_vector m_frozen_trail;