mirror of
https://github.com/Z3Prover/z3
synced 2026-07-01 21:08:55 +00:00
Porting seq_split to master (#9840)
Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c22a7bac7c
commit
b3143e759b
11 changed files with 1545 additions and 1 deletions
|
|
@ -26,6 +26,8 @@ struct theory_seq_params {
|
|||
bool m_seq_validate = false;
|
||||
unsigned m_seq_max_unfolding = UINT_MAX/4;
|
||||
unsigned m_seq_min_unfolding = 1;
|
||||
bool m_seq_regex_factorization_enabled = false;
|
||||
unsigned m_seq_regex_factorization_threshold = 1;
|
||||
|
||||
theory_seq_params(params_ref const & p = params_ref()) {
|
||||
updt_params(p);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue