3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-30 20:38:56 +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

@ -239,7 +239,6 @@ public:
unsigned column_number_threshold_for_using_lu_in_lar_solver = 4000;
unsigned m_int_gomory_cut_period = 4;
unsigned m_int_find_cube_period = 4;
unsigned m_int_patch_period = 0;
private:
unsigned m_hnf_cut_period = 4;
bool m_int_run_gcd_test = true;