mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
Propagate consequences at the lowest level possible
This commit is contained in:
parent
354f2013b1
commit
a5eeaa0edc
1 changed files with 2 additions and 1 deletions
|
|
@ -968,7 +968,8 @@ module Make
|
|||
else begin
|
||||
Iheap.grow_to_at_least env.order (St.nb_elt ());
|
||||
insert_subterms_order p.var;
|
||||
enqueue_bool p (decision_level ()) (Bcp c)
|
||||
let lvl = List.fold_left (fun acc a -> max acc a.var.v_level) 0 l in
|
||||
enqueue_bool p lvl (Bcp c)
|
||||
end
|
||||
else
|
||||
raise (Invalid_argument "Msat.Internal.slice_propagate")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue