3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

max maximal unfolding configurable

This commit is contained in:
Nikolaj Bjorner 2022-08-04 16:58:01 +03:00
parent a3161bdc15
commit a8ff976bcc
4 changed files with 5 additions and 2 deletions

View file

@ -21,4 +21,5 @@ void theory_seq_params::updt_params(params_ref const & _p) {
smt_params_helper p(_p);
m_split_w_len = p.seq_split_w_len();
m_seq_validate = p.seq_validate();
m_seq_max_unfolding = p.seq_max_unfolding();
}