mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 08:38:06 +00:00
adding lookahead mode to arithmetic sls solver
This commit is contained in:
parent
847278fba8
commit
d97bd48669
7 changed files with 575 additions and 207 deletions
|
@ -304,9 +304,9 @@ namespace sls {
|
|||
|
||||
void bv_lookahead::updt_params(params_ref const& _p) {
|
||||
sls_params p(_p);
|
||||
if (m_config.updated)
|
||||
if (m_config.config_initialized)
|
||||
return;
|
||||
m_config.updated = true;
|
||||
m_config.config_initialized = true;
|
||||
m_config.walksat = p.walksat();
|
||||
m_config.walksat_repick = p.walksat_repick();
|
||||
m_config.paws_sp = p.paws_sp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue