mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 23:35:46 +00:00
levels/crit
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
af0e4d402b
commit
d514464e30
6 changed files with 14 additions and 13 deletions
|
@ -53,6 +53,7 @@ namespace polysat {
|
|||
SASSERT(c->has_bvar());
|
||||
if (c->unit_clause()) {
|
||||
add_dependency(c->unit_dep());
|
||||
m_level = std::max(m_level, c->unit_clause()->level());
|
||||
return;
|
||||
}
|
||||
m_literals.push_back(c.blit());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue