mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
Performance improvements for seq-sls (#7519)
* Improve length repair * Fixed arguments * Special case regex membership with constant string * Trying hybrid eq-repair strategy * Different heuristic * Fixed stoi
This commit is contained in:
parent
3cdcd831b1
commit
1553bae20c
6 changed files with 118 additions and 36 deletions
|
@ -31,5 +31,5 @@ def_module_params('sls',
|
|||
('bv_use_top_level_assertions', BOOL, True, 'use top-level assertions for BV lookahead solver'),
|
||||
('bv_use_lookahead', BOOL, True, 'use lookahead solver for BV'),
|
||||
('bv_allow_rotation', BOOL, True, 'allow model rotation when repairing literal assignment'),
|
||||
('str_update_strategy', UINT, 1, 'string update candidate selection: 0 - single character based update, 1 - subsequence based update')
|
||||
('str_update_strategy', UINT, 2, 'string update candidate selection: 0 - single character based update, 1 - subsequence based update, 2 - combined')
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue