mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
parent
8db0429809
commit
b2c3025e21
2 changed files with 2 additions and 3 deletions
|
@ -363,8 +363,7 @@ namespace smt {
|
|||
}
|
||||
idx--;
|
||||
// skip literals from levels above the conflict level
|
||||
while (m_ctx.get_assign_level(m_assigned_literals[idx]) > m_conflict_lvl) {
|
||||
SASSERT(idx > 0);
|
||||
while (m_ctx.get_assign_level(m_assigned_literals[idx]) > m_conflict_lvl && idx > 0) {
|
||||
idx--;
|
||||
}
|
||||
return idx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue