mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
avoid reorder regression. affects performance of SAT and also noticably for #2405
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41ca956012
commit
43a19cadf6
|
@ -1810,7 +1810,7 @@ namespace sat {
|
|||
m_best_phase_size = 0;
|
||||
m_rephase_lim = 0;
|
||||
m_rephase_inc = 0;
|
||||
m_reorder_lim = 0;
|
||||
m_reorder_lim = m_config.m_reorder_base;
|
||||
m_reorder_inc = 0;
|
||||
m_conflicts_since_restart = 0;
|
||||
m_force_conflict_analysis = false;
|
||||
|
|
Loading…
Reference in a new issue