3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-26 00:42:36 +00:00

Revert "optionally throttle patch_basic_columns() especially useful in unsat cases"

This reverts commit bee2b45743.
This commit is contained in:
Lev Nachmanson 2026-02-07 10:45:15 -10:00
parent 73696725e4
commit f5b8dfc2f1
4 changed files with 2 additions and 16 deletions

View file

@ -8,7 +8,6 @@ def_module_params(module_name='lp',
('dio_cuts_enable_hnf', BOOL, True, 'enable hnf cuts together with Diophantine cuts, only relevant when dioph_eq is true'),
('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'),
('int_patch_period', UINT, 0, 'Period for patching integer columns (0 = no throttling, 1 = throttle adaptively)'),
('dio_run_gcd', BOOL, False, 'Run the GCD heuristic if dio is on, if dio is disabled the option is not used'),
))