3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-22 05:36:41 +00:00

fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-11-15 15:06:18 -08:00
parent ea82ef2eed
commit 410f003beb

View file

@ -24,5 +24,5 @@ def_module_params('smt_parallel',
('inprocessing_delay', UINT, 0, 'number of undef before invoking simplification'), ('inprocessing_delay', UINT, 0, 'number of undef before invoking simplification'),
('param_tuning', BOOL, False, 'whether to tune params online during solving'), ('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)'), ('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'),
)) ))