mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
Extremely verbose message added (to be removed later)
This commit is contained in:
parent
34141f9d7d
commit
c5fd429821
1 changed files with 3 additions and 0 deletions
|
|
@ -627,8 +627,11 @@ module Make (L : Log_intf.S)(E : Expr_intf.S)
|
|||
add_clause (fresh_tname ()) atoms (Lemma lemma)
|
||||
|
||||
let slice_propagate f lvl =
|
||||
L.debug 100 "entering slice.propagate";
|
||||
let a = add_atom f in
|
||||
L.debug 100 "atom added";
|
||||
Iheap.grow_to_by_double env.order (St.nb_vars ());
|
||||
L.debug 100 "heap grown";
|
||||
enqueue_bool a lvl (Semantic lvl)
|
||||
|
||||
let current_slice () = Th.({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue