3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-10 17:58:06 +00:00

updates to parallel tactic

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-11-05 10:53:25 -08:00
parent e46e9cf86d
commit 70ee030228
3 changed files with 49 additions and 37 deletions

View file

@ -1416,6 +1416,7 @@ namespace sat {
m_luby_idx = 1;
m_gc_threshold = m_config.m_gc_initial;
m_restarts = 0;
m_simplifications = 0;
m_conflicts_since_init = 0;
m_min_d_tk = 1.0;
m_search_lvl = 0;