mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
Allow level 0 semantic propagations
This commit is contained in:
parent
64694b524d
commit
2e7e947b62
1 changed files with 0 additions and 1 deletions
|
|
@ -502,7 +502,6 @@ module Make
|
||||||
let l = List.map St.add_term terms in
|
let l = List.map St.add_term terms in
|
||||||
let lvl = List.fold_left (fun acc {l_level; _} ->
|
let lvl = List.fold_left (fun acc {l_level; _} ->
|
||||||
assert (l_level > 0); max acc l_level) 0 l in
|
assert (l_level > 0); max acc l_level) 0 l in
|
||||||
assert (lvl > 0);
|
|
||||||
Iheap.grow_to_at_least env.order (St.nb_elt ());
|
Iheap.grow_to_at_least env.order (St.nb_elt ());
|
||||||
enqueue_bool a lvl Semantic
|
enqueue_bool a lvl Semantic
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue