3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +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
parent 59edb81f86
commit 87e2ce8948

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 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_dump_bound_lemmas = false;
bool m_dio_ignore_big_nums = false; bool m_dio_ignore_big_nums = false;
unsigned m_dio_calls_period = 1; unsigned m_dio_calls_period = 4;
public: public:
unsigned dio_calls_period() const { return m_dio_calls_period; } unsigned dio_calls_period() const { return m_dio_calls_period; }