ultimate-pa / ultimate

The Ultimate program analysis framework.
https://ultimate.informatik.uni-freiburg.de
190 stars 40 forks source link

vpdomain: add "element" subdomain #328

Closed alexandernutz closed 6 years ago

alexandernutz commented 6 years ago

setting: memloc-array style preprocessing in heap separator (might also apply to freezevar-style)

what we need: an extra subdomain that handles constraints of the form "e in S", where S is a set of elements of some finite/enumeration type

alexandernutz commented 6 years ago

Is implemented and works, as far as I can tell, so I am closing the issue.