Abstracts a list of concrete values into an abstract value of the value abstract domain.
Creates the intersection between this set abstract value and another set abstract value.
Checks whether the current abstract value satisfies a concrete value (i.e. includes a concrete value).
Optionalcomparator: SetComparatorTernary for the returned satisfiability result
Subtracts another set abstract value from this set abstract value creating the set difference.
Creates the union between this set abstract value and another set abstract value.
A set value abstract domain with set operations and a satisfiability check.