mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
parent
f98e6a62fe
commit
3574a95e50
1 changed files with 1 additions and 0 deletions
|
@ -1317,6 +1317,7 @@ namespace sat {
|
||||||
|
|
||||||
lbool solver::do_prob_search(unsigned num_lits, literal const* lits) {
|
lbool solver::do_prob_search(unsigned num_lits, literal const* lits) {
|
||||||
if (m_ext) return l_undef;
|
if (m_ext) return l_undef;
|
||||||
|
if (num_lits > 0 || !m_user_scope_literals.empty()) return l_undef;
|
||||||
SASSERT(!m_local_search);
|
SASSERT(!m_local_search);
|
||||||
m_local_search = alloc(prob);
|
m_local_search = alloc(prob);
|
||||||
return invoke_local_search(num_lits, lits);
|
return invoke_local_search(num_lits, lits);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue