Skip to content

Commit 87e2ce8

Browse files
committed
Update lp_settings.h - m_dio_calls_period = 4
1 parent 59edb81 commit 87e2ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/lp/lp_settings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ struct lp_settings {
261261
unsigned m_dio_report_branch_with_term_tigthening_period = 10000000; // period of reporting the branch with term tigthening
262262
bool m_dump_bound_lemmas = false;
263263
bool m_dio_ignore_big_nums = false;
264-
unsigned m_dio_calls_period = 1;
264+
unsigned m_dio_calls_period = 4;
265265

266266
public:
267267
unsigned dio_calls_period() const { return m_dio_calls_period; }

0 commit comments

Comments
 (0)