Skip to content

Commit

Permalink
Use SetDomain instead of PartitionDomain.Set in RS
Browse files Browse the repository at this point in the history
  • Loading branch information
karoliineh committed Sep 15, 2023
1 parent 73ebb09 commit cc781cc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/cdomains/regionDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@ open MusteqDomain

module B = Lattice.UnitConf (struct let name = "" end)

module VFB =
struct
include B
let collapse (x:t) (y:t): bool = true
end

module RS = struct
include PartitionDomain.Set (VFB)
include SetDomain.Make (B)
let single_bullet = singleton ()
let remove_bullet x = remove () x
let has_bullet x = not (is_empty x)
Expand Down

0 comments on commit cc781cc

Please sign in to comment.