mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
fixing local search
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bf8ea92b99
commit
59b142f803
11 changed files with 107 additions and 57 deletions
|
@ -55,6 +55,7 @@ namespace sat {
|
|||
|
||||
m_phase_caching_on = p.phase_caching_on();
|
||||
m_phase_caching_off = p.phase_caching_off();
|
||||
m_phase_sticky = p.phase_sticky();
|
||||
|
||||
m_restart_initial = p.restart_initial();
|
||||
m_restart_factor = p.restart_factor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue