mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
bug fixes in uninitialized variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d7f9a3b37d
commit
6f273e7b8f
4 changed files with 11 additions and 2 deletions
|
@ -1422,6 +1422,7 @@ namespace sat {
|
|||
m_next_simplify = 0;
|
||||
m_min_d_tk = 1.0;
|
||||
m_search_lvl = 0;
|
||||
m_asymm_branch.init_search();
|
||||
m_stopwatch.reset();
|
||||
m_stopwatch.start();
|
||||
m_core.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue