mirror of
https://github.com/Z3Prover/z3
synced 2025-11-21 21:26:40 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ea82ef2eed
commit
410f003beb
1 changed files with 1 additions and 1 deletions
|
|
@ -24,5 +24,5 @@ def_module_params('smt_parallel',
|
|||
('inprocessing_delay', UINT, 0, 'number of undef before invoking simplification'),
|
||||
('param_tuning', BOOL, False, 'whether to tune params online during solving'),
|
||||
('enable_parallel_smt', BOOL, True, 'whether to run the parallel solver (set to FALSE to test param tuning only)'),
|
||||
('tunable_params', STRING, '', 'comma-separated key=value list for online param tuning, e.g. \"smt.arith.nl.horner=false,smt.arith.nl.delay=8\"')
|
||||
('tunable_params', STRING, '', 'comma-separated key=value list for online param tuning, e.g. smt.arith.nl.horner=false,smt.arith.nl.delay=8'),
|
||||
))
|
||||
Loading…
Add table
Add a link
Reference in a new issue