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:
parent
2b6ae0070f
commit
516ca06c28
13 changed files with 99 additions and 190 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue