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:
parent
f6a1d87e32
commit
bee2b45743
4 changed files with 16 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue