mirror of
https://github.com/Z3Prover/z3
synced 2025-11-26 07:29:33 +00:00
setup
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b02b0cf31f
commit
9579064671
2 changed files with 22 additions and 16 deletions
|
|
@ -9,6 +9,5 @@ def_module_params(module_name='lp',
|
|||
('dio_ignore_big_nums', BOOL, True, 'Ignore the terms with big numbers in the Diophantine handler, only relevant when dioph_eq is true'),
|
||||
('dio_calls_period', UINT, 1, 'Period of calling the Diophantine handler in the final_check()'),
|
||||
('dio_run_gcd', BOOL, False, 'Run the GCD heuristic if dio is on, if dio is disabled the option is not used'),
|
||||
('enable_relevancy', BOOL, False, 'enable relevancy propagation to filter emons (experiment)')
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue