3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 00:05:46 +00:00

clear regressions

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-09-29 15:56:01 -07:00
parent e1224e116f
commit fd8b2ba596
4 changed files with 26 additions and 8 deletions

View file

@ -523,6 +523,8 @@ namespace polysat {
// Guess a literal from the given clause; returns the guessed constraint
void solver::decide_bool(clause& lemma) {
if (is_conflict())
return;
LOG_H3("Guessing literal in lemma: " << lemma);
IF_LOGGING(m_viable.log());
LOG("Boolean assignment: " << m_bvars);