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

levels take 1

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-09-10 15:40:25 +02:00
parent 2b6ae0070f
commit 516ca06c28
13 changed files with 99 additions and 190 deletions

View file

@ -54,8 +54,7 @@ namespace polysat {
if (c->unit_clause()) {
add_dependency(c->unit_dep());
return;
}
m_level = std::max(m_level, c->level());
}
m_literals.push_back(c.blit());
}