mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
Tentative fix for absurd slice size
This commit is contained in:
parent
f85714537e
commit
8afdc59ced
1 changed files with 2 additions and 1 deletions
|
|
@ -638,7 +638,8 @@ module Make (L : Log_intf.S)(E : Expr_intf.S)
|
|||
})
|
||||
|
||||
let rec theory_propagate () =
|
||||
let head = Vec.size env.trail in
|
||||
let head = env.qhead in
|
||||
L.debug 5 "Propagating to theory (with head = %d)" head;
|
||||
match Th.assume (current_slice ()) with
|
||||
| Th.Sat ->
|
||||
L.debug 5 "env.tatoms_qhead : %d -> %d" env.tatoms_qhead head;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue