3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-05 14:56:11 +00:00

optionally throttle patch_basic_columns() especially useful in unsat cases

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2026-02-06 10:14:39 -10:00
parent f6a1d87e32
commit bee2b45743
4 changed files with 16 additions and 2 deletions

View file

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