3
0
Fork 0
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:
Nikolaj Bjorner 2017-11-11 12:09:33 -08:00
parent d7f9a3b37d
commit 6f273e7b8f
4 changed files with 11 additions and 2 deletions

View file

@ -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();