mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 04:35:35 -05:00
Fixed refreshing of clauses with push/pop
This commit is contained in:
parent
cb8092af3b
commit
30842da947
1 changed files with 1 additions and 1 deletions
|
|
@ -1097,7 +1097,7 @@ module Make
|
|||
if c.c_level > l then begin
|
||||
remove_clause c;
|
||||
match c.cpremise with
|
||||
| History [ { cpremise = Lemma _ } as c' ] -> Stack.push c' s
|
||||
| History ({ cpremise = Lemma _ } as c' :: _ ) -> Stack.push c' s
|
||||
| _ -> () (* Only simplified clauses can have a level > 0 *)
|
||||
end else begin
|
||||
Log.debugf 15 "Keeping intact clause %a" (fun k->k St.pp_clause c);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue