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

fixing local search

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-03-15 06:48:26 -07:00
parent bf8ea92b99
commit 59b142f803
11 changed files with 107 additions and 57 deletions

View file

@ -83,6 +83,7 @@ namespace sat {
phase_selection m_phase;
unsigned m_phase_caching_on;
unsigned m_phase_caching_off;
bool m_phase_sticky;
restart_strategy m_restart;
unsigned m_restart_initial;
double m_restart_factor; // for geometric case