ultimate-pa / ultimate

The Ultimate program analysis framework.
https://ultimate-pa.org/
198 stars 41 forks source link

Caching data structure, PredicateUnifier and beyond #247

Open alexandernutz opened 7 years ago

alexandernutz commented 7 years ago

I think I would like to have a data structure, that manages a number of content items. It should.

Further thoughts:

Questions:

Heizmann commented 7 years ago

I cannot understand the connection between the binary relation(s) and the ternary relation. What are the types of your relations? Are the first and the last element of the ternary relation a binary relation? What is your application? You could move all functionality of the PredicateUnifier that you need into a separate class but you should discuss that with @danieldietsch first.