Skip to content

Commit

Permalink
added initial state bdu to parallel bonds domain
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-ddm committed Feb 17, 2025
1 parent eafafe9 commit a5224da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/KaSa_rep/reachability_analysis/parallel_bonds.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

(** Abstract domain to over-approximate the set of reachable views *)

let local_trace = true
let local_trace = false

module Domain = struct
(* the type of the struct that contains all static information as in the
Expand Down
7 changes: 4 additions & 3 deletions core/KaSa_rep/reachability_analysis/parallel_bonds_init.ml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ let collect_parallel_or_not_bonds_init parameters kappa_handler bdu_handler
Parallel_bonds_static.collect_double_bonds_in_pattern parameters error
?tuple_of_interest init_state.Cckappa_sig.e_init_c_mixture
in
let error, bdu_handler, mvbdu_true =
Ckappa_sig.Views_bdu.mvbdu_true parameters bdu_handler error
let error, bdu_handler, mvbdu_guard =
Handler.guard_to_bdu_opt parameters error bdu_handler
init_state.Cckappa_sig.e_init_guard restriction_bdu
in
Parallel_bonds_static.project_away_ag_id parameters kappa_handler bdu_handler
error big_store store_result mvbdu_true restriction_bdu last_variable
error big_store store_result mvbdu_guard restriction_bdu last_variable

0 comments on commit a5224da

Please sign in to comment.