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:
parent
59edb81f86
commit
87e2ce8948
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue