mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
theory_str parameters
This commit is contained in:
parent
f5bc17b864
commit
bced5828f7
5 changed files with 26 additions and 22 deletions
|
@ -21,4 +21,6 @@ Revision History:
|
|||
void theory_str_params::updt_params(params_ref const & _p) {
|
||||
smt_params_helper p(_p);
|
||||
m_AssertStrongerArrangements = p.str_strong_arrangements();
|
||||
m_AggressiveLengthTesting = p.str_aggressive_length_testing();
|
||||
m_AggressiveValueTesting = p.str_aggressive_value_testing();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue