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:
parent
e1224e116f
commit
fd8b2ba596
4 changed files with 26 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue