mirror of
https://github.com/Z3Prover/z3
synced 2026-05-02 08:33:45 +00:00
try fixed int patch period
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b0b33367ef
commit
edc2715aa8
3 changed files with 4 additions and 8 deletions
|
|
@ -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 = 0;
|
||||
unsigned m_int_patch_period = 1;
|
||||
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