mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix
This commit is contained in:
parent
ac706f3e56
commit
eb14a1e229
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ module Make
|
|||
(* visit the current predecessors *)
|
||||
for j = 0 to Array.length !c.atoms - 1 do
|
||||
let q = !c.atoms.(j) in
|
||||
assert (q.is_true || q.neg.is_true && q.var.v_level >= env.base_level); (* unsure? *)
|
||||
assert (q.is_true || q.neg.is_true && q.var.v_level >= 0); (* unsure? *)
|
||||
if q.var.v_level <= env.base_level then begin
|
||||
assert (q.neg.is_true);
|
||||
match q.var.reason with
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue