mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 16:27:11 +00:00
Reorganized the SLS code.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
8a44766382
commit
4be468d312
5 changed files with 1374 additions and 1281 deletions
8
src/tactic/sls/sls_params.pyg
Normal file
8
src/tactic/sls/sls_params.pyg
Normal file
|
@ -0,0 +1,8 @@
|
|||
def_module_params('sls',
|
||||
export=True,
|
||||
description='Experimental Stochastic Local Search Solver (for QFBV only).',
|
||||
params=(max_memory_param(),
|
||||
('restarts', UINT, UINT_MAX, '(max) number of restarts'),
|
||||
('plateau_limit', UINT, 10, 'pleateau limit'),
|
||||
('random_seed', UINT, 0, 'random seed')
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue