mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix(sat): check for new atoms in termination check in final_check
This commit is contained in:
parent
5feb5d8e73
commit
01d0668fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -1734,7 +1734,7 @@ let solve_ ~on_progress (self : t) : unit =
|
||||||
if
|
if
|
||||||
self.elt_head = AVec.size self.trail
|
self.elt_head = AVec.size self.trail
|
||||||
&& has_no_delayed_actions self
|
&& has_no_delayed_actions self
|
||||||
&& self.next_decisions = []
|
&& self.next_decisions = [] && H.is_empty self.order
|
||||||
then
|
then
|
||||||
(* nothing more to do, that means the plugin is satisfied
|
(* nothing more to do, that means the plugin is satisfied
|
||||||
with the trail *)
|
with the trail *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue