mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +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
|
@ -22,4 +22,5 @@ void theory_seq_params::updt_params(params_ref const & _p) {
|
|||
m_split_w_len = p.seq_split_w_len();
|
||||
m_seq_validate = p.seq_validate();
|
||||
m_seq_use_derivatives = p.seq_use_derivatives();
|
||||
m_seq_use_unicode = p.seq_use_unicode();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue