We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59edb81 commit 87e2ce8Copy full SHA for 87e2ce8
src/math/lp/lp_settings.h
@@ -261,7 +261,7 @@ struct lp_settings {
261
unsigned m_dio_report_branch_with_term_tigthening_period = 10000000; // period of reporting the branch with term tigthening
262
bool m_dump_bound_lemmas = false;
263
bool m_dio_ignore_big_nums = false;
264
- unsigned m_dio_calls_period = 1;
+ unsigned m_dio_calls_period = 4;
265
266
public:
267
unsigned dio_calls_period() const { return m_dio_calls_period; }
0 commit comments