3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 13:58:45 +00:00

Update lp_settings.h - m_dio_calls_period = 4

This commit is contained in:
Lev Nachmanson 2025-04-05 10:26:35 -07:00 committed by GitHub
parent baadb9bb07
commit cc5c98f5b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,7 +261,7 @@ private:
unsigned m_dio_report_branch_with_term_tigthening_period = 10000000; // period of reporting the branch with term tigthening
bool m_dump_bound_lemmas = false;
bool m_dio_ignore_big_nums = false;
unsigned m_dio_calls_period = 1;
unsigned m_dio_calls_period = 4;
public:
unsigned dio_calls_period() const { return m_dio_calls_period; }