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:
parent
e46e9cf86d
commit
70ee030228
3 changed files with 49 additions and 37 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue