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

Revert "try fixed int patch period"

This reverts commit 3e2027ec11.
This commit is contained in:
Lev Nachmanson 2026-02-07 10:45:15 -10:00
parent 013172d25c
commit 73696725e4
3 changed files with 8 additions and 4 deletions

View file

@ -239,7 +239,7 @@ 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 = 1;
unsigned m_int_patch_period = 0;
private:
unsigned m_hnf_cut_period = 4;
bool m_int_run_gcd_test = true;