mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 05:49:13 +00:00
max maximal unfolding configurable
This commit is contained in:
parent
a3161bdc15
commit
a8ff976bcc
4 changed files with 5 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ struct theory_seq_params {
|
|||
*/
|
||||
bool m_split_w_len = false;
|
||||
bool m_seq_validate = false;
|
||||
unsigned m_seq_max_unfolding = UINT_MAX/4;
|
||||
|
||||
theory_seq_params(params_ref const & p = params_ref()) {
|
||||
updt_params(p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue