mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
parent
f2015b3f49
commit
ce0ccc2e9e
6 changed files with 218 additions and 32 deletions
|
@ -24,10 +24,12 @@ struct theory_seq_params {
|
|||
* Enable splitting guided by length constraints
|
||||
*/
|
||||
bool m_split_w_len;
|
||||
bool m_seq_validate;
|
||||
|
||||
|
||||
theory_seq_params(params_ref const & p = params_ref()):
|
||||
m_split_w_len(true)
|
||||
m_split_w_len(true),
|
||||
m_seq_validate(false)
|
||||
{
|
||||
updt_params(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue