mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
ensure relevancy isn't increased between calls
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
61371b4abf
commit
5dfe4a4b48
11 changed files with 110 additions and 70 deletions
|
@ -1195,7 +1195,7 @@ namespace smt {
|
|||
// Reason: when a learned clause becomes unit, it should mark the
|
||||
// unit literal as relevant. When binary_clause_opt is used,
|
||||
// it is not possible to distinguish between learned and non-learned clauses.
|
||||
if (lemma && m_fparams.m_relevancy_lvl >= 2)
|
||||
if (lemma && m_relevancy_lvl >= 2)
|
||||
return false;
|
||||
if (m_base_lvl > 0)
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue