mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
change default
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b9d9242632
commit
1397dd12ff
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ def_module_params('smt_parallel',
|
||||||
('share_conflicts', BOOL, True, 'share conflicts'),
|
('share_conflicts', BOOL, True, 'share conflicts'),
|
||||||
('never_cube', BOOL, False, 'never cube'),
|
('never_cube', BOOL, False, 'never cube'),
|
||||||
('frugal_cube_only', BOOL, False, 'only apply frugal cube strategy'),
|
('frugal_cube_only', BOOL, False, 'only apply frugal cube strategy'),
|
||||||
('relevant_units_only', BOOL, False, 'only share relvant units')
|
('relevant_units_only', BOOL, True, 'only share relvant units')
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue