mirror of
https://github.com/Z3Prover/z3
synced 2026-01-21 01:24:43 +00:00
add review comments based on debugging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
db18c7206a
commit
066b7d2d71
3 changed files with 38 additions and 11 deletions
|
|
@ -823,6 +823,10 @@ namespace polysat {
|
|||
backjump_and_learn(max_jump_level);
|
||||
}
|
||||
|
||||
//
|
||||
// NSB review: this code assumes that these lemmas are false.
|
||||
// It does not allow saturation to add unit propagation into freshly created literals.
|
||||
//
|
||||
std::optional<lemma_score> solver::compute_lemma_score(clause const& lemma) {
|
||||
unsigned max_level = 0; // highest level in lemma
|
||||
unsigned lits_at_max_level = 0; // how many literals at the highest level in lemma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue