mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix: re-check CC after calling on-final-check
This commit is contained in:
parent
3cd79ee4c9
commit
721b1874b7
1 changed files with 2 additions and 0 deletions
|
|
@ -310,6 +310,8 @@ module Make(A : ARG)
|
||||||
CC.check cc acts;
|
CC.check cc acts;
|
||||||
if final then (
|
if final then (
|
||||||
List.iter (fun f -> f self acts lits) self.on_final_check;
|
List.iter (fun f -> f self acts lits) self.on_final_check;
|
||||||
|
CC.check cc acts;
|
||||||
|
(* TODO: theory combination until fixpoint *)
|
||||||
) else (
|
) else (
|
||||||
List.iter (fun f -> f self acts lits) self.on_partial_check;
|
List.iter (fun f -> f self acts lits) self.on_partial_check;
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue