mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
fix uninitialized variable warnings
This commit is contained in:
parent
27cc928631
commit
648cf9602e
5 changed files with 10 additions and 10 deletions
|
@ -224,7 +224,7 @@ public:
|
|||
unsigned limit_on_rows_for_hnf_cutter = 75;
|
||||
unsigned limit_on_columns_for_hnf_cutter = 150;
|
||||
private:
|
||||
unsigned m_nlsat_delay;
|
||||
unsigned m_nlsat_delay = 0;
|
||||
bool m_enable_hnf = true;
|
||||
bool m_print_external_var_name = false;
|
||||
bool m_propagate_eqs = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue