3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 19:00:25 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-07-05 14:40:20 +07:00
parent 6bbe8e2619
commit cd93cdd819
7 changed files with 31 additions and 4 deletions

View file

@ -91,6 +91,7 @@ namespace sat {
unsigned m_search_unsat_conflicts;
bool m_phase_sticky;
unsigned m_rephase_base;
unsigned m_reorder_base;
bool m_propagate_prefetch;
restart_strategy m_restart;
bool m_restart_fast;