3
0
Fork 0
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:
Nikolaj Bjorner 2019-12-25 21:23:21 -08:00
parent 5d3a4ee805
commit 991e587950

View file

@ -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;
}