mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
use lookahead for simplification
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
352f8b6cb9
commit
a3f4d58b00
11 changed files with 183 additions and 45 deletions
|
@ -29,4 +29,5 @@ def_module_params('sat',
|
|||
('cardinality.solver', BOOL, False, 'use cardinality solver'),
|
||||
('xor.solver', BOOL, False, 'use xor solver'),
|
||||
('local_search', UINT, 0, 'number of local search threads to find satisfiable solution'),
|
||||
('lookahead_search', BOOL, False, 'use lookahead solver')
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue