Skip to content

Commit c898e46

Browse files
committed
Add threshold where the predicates start in the mvbdu
1 parent 054d5d1 commit c898e46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/KaSa_rep/reachability_analysis/views_domain.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,13 +758,14 @@ module Domain = struct
758758
(*this is a function to convert a bdu of diff into a list.
759759
return a pair: (bdu, and a pair of (site, state) list of list)*)
760760
let handler = get_mvbdu_handler dynamic in
761+
let nsites = Ckappa_sig.int_of_site_name (get_nsites static) in
761762
let error, handler, list =
762763
Ckappa_sig.Views_bdu.extensional_of_mvbdu parameters handler error
763764
bdu_diff
764765
in
765766
let error, handler, split_list =
766767
Ckappa_sig.Views_bdu.parametric_conditions_of_mvbdu parameters handler
767-
error ~threshold:3 (* TO DO *)
768+
error ~threshold:nsites
768769
bdu_diff
769770
in
770771
let _ = split_list in

0 commit comments

Comments
 (0)