mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
User performs some parameter sweep for Christmas, ho ho ho
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5d3a4ee805
commit
991e587950
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ namespace smt {
|
||||||
if (!(m_qm->mbqi_enabled(q) &&
|
if (!(m_qm->mbqi_enabled(q) &&
|
||||||
m_context->is_relevant(q) &&
|
m_context->is_relevant(q) &&
|
||||||
m_context->get_assignment(q) == l_true &&
|
m_context->get_assignment(q) == l_true &&
|
||||||
!m.is_lambda_def(q))) {
|
(!m_context->get_fparams().m_ematching || !m.is_lambda_def(q)))) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue