mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +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
|
@ -530,7 +530,7 @@ namespace smt {
|
|||
if (!(m_qm->mbqi_enabled(q) &&
|
||||
m_context->is_relevant(q) &&
|
||||
m_context->get_assignment(q) == l_true &&
|
||||
!m.is_lambda_def(q))) {
|
||||
(!m_context->get_fparams().m_ematching || !m.is_lambda_def(q)))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue