mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
guard derivative code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eb3f20832e
commit
24df35a83e
6 changed files with 94 additions and 14 deletions
|
@ -26,12 +26,14 @@ struct theory_seq_params {
|
|||
bool m_split_w_len;
|
||||
bool m_seq_validate;
|
||||
bool m_seq_use_derivatives;
|
||||
bool m_seq_use_unicode;
|
||||
|
||||
|
||||
theory_seq_params(params_ref const & p = params_ref()):
|
||||
m_split_w_len(true),
|
||||
m_seq_validate(false),
|
||||
m_seq_use_derivatives(false)
|
||||
m_seq_use_derivatives(false),
|
||||
m_seq_use_unicode(false)
|
||||
{
|
||||
updt_params(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue