mirror of
https://github.com/Z3Prover/z3
synced 2025-10-16 04:20:25 +00:00
wip - local search - use dispatch model from bool local search instead of separate phases.
This commit is contained in:
parent
ac068888e7
commit
bd10ddf6ae
8 changed files with 31 additions and 248 deletions
|
@ -1302,9 +1302,6 @@ namespace sat {
|
|||
return l_undef;
|
||||
}
|
||||
|
||||
// uncomment this to test bounded local search:
|
||||
// bounded_local_search();
|
||||
|
||||
log_stats();
|
||||
if (m_config.m_max_conflicts > 0 && m_config.m_burst_search > 0) {
|
||||
m_restart_threshold = m_config.m_burst_search;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue