mirror of
https://github.com/Z3Prover/z3
synced 2025-10-16 04:20:25 +00:00
adding arith sls
This commit is contained in:
parent
6a2d60a6ba
commit
96d815b904
17 changed files with 625 additions and 35 deletions
|
@ -1373,7 +1373,7 @@ namespace sat {
|
|||
m_backoffs.m_local_search.delta_effort(*this);
|
||||
m_local_search->rlimit().push(m_backoffs.m_local_search.limit);
|
||||
|
||||
m_local_search->reinit(*this);
|
||||
m_local_search->reinit(*this, m_best_phase);
|
||||
lbool r = m_local_search->check(_lits.size(), _lits.data(), nullptr);
|
||||
auto const& mdl = m_local_search->get_model();
|
||||
if (mdl.size() == m_best_phase.size()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue