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:
parent
cf7bba6288
commit
758c3b2c3b
2 changed files with 14 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue