mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
adding ability to ahve multiple local search threads
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fda5809c89
commit
cd4a2701db
4 changed files with 29 additions and 29 deletions
|
@ -28,6 +28,5 @@ def_module_params('sat',
|
|||
('drat.check', BOOL, False, 'build up internal proof and check'),
|
||||
('cardinality.solver', BOOL, False, 'use cardinality solver'),
|
||||
('xor.solver', BOOL, False, 'use xor solver'),
|
||||
('local_search', BOOL, False, 'add local search co-processor to find satisfiable solution'),
|
||||
('local_search.int', UINT, 0, 'arbitrary integer'),
|
||||
('local_search', UINT, 0, 'number of local search threads to find satisfiable solution'),
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue