Skip to content

Commit

Permalink
first sites and then guards in the covering class
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-ddm committed Feb 19, 2025
1 parent c87305c commit 1426a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/KaSa_rep/reachability_analysis/covering_classes_main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ let store_remanent parameters error covering_class _modified_map remanent
Ckappa_sig.get_list_of_guard_parameters nr_guard_parameters
in
let covering_class_with_guard_p =
List.map (fun x -> Ckappa_sig.Guard_p x) guard_p_list
@ List.map (fun x -> Ckappa_sig.Site x) covering_class
List.map (fun x -> Ckappa_sig.Site x) covering_class
@ List.map (fun x -> Ckappa_sig.Guard_p x) guard_p_list
in
(*-------------------------------------------------------------------------*)
(* current state of remanent*)
Expand Down

0 comments on commit 1426a66

Please sign in to comment.