Skip to content

Commit

Permalink
removed computing of guard_bdu in views_domain, because it is already…
Browse files Browse the repository at this point in the history
… computed in the global information
  • Loading branch information
reb-ddm committed Jan 29, 2025
1 parent 959839e commit 561595c
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 154 deletions.
3 changes: 3 additions & 0 deletions core/KaSa_rep/reachability_analysis/analyzer_headers.ml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ let set_guard_mvbdus guard_mvbdus static =
let set_restriction_mvbdu restriction_mvbdu static =
{ static with global_restriction_mvbdu = restriction_mvbdu }

let get_guard_mvbdus static = static.global_guard_mvbdus
let get_restriction_mvbdu static = static.global_restriction_mvbdu

(*****************************************************************************)
(*RULE*)
(*****************************************************************************)
Expand Down
7 changes: 7 additions & 0 deletions core/KaSa_rep/reachability_analysis/analyzer_headers.mli
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ val compute_initial_state :
val get_kappa_handler : global_static_information -> Cckappa_sig.kappa_handler
val get_cc_code : global_static_information -> Cckappa_sig.compil

val get_guard_mvbdus :
global_static_information ->
Ckappa_sig.Views_bdu.mvbdu Ckappa_sig.Rule_setmap.Map.t

val get_restriction_mvbdu :
global_static_information -> Ckappa_sig.Views_bdu.mvbdu

val get_mvbdu_handler :
global_dynamic_information -> Mvbdu_wrapper.Mvbdu.handler

Expand Down
Loading

0 comments on commit 561595c

Please sign in to comment.