-
Notifications
You must be signed in to change notification settings - Fork 26
Description
This is more like something that would be really nice to have.
I have a query that has 364MB and 1633 rules.
I run it multiple times with different targets, which usually just adds one extra tiny rule, and 99% of all these queries is the same.
Eldarica spends quite a lot of time (as expected given the size of this thing) on "analyzing loop heads", which I assume to be the same in all instances I'm running.
So the idea would be to somehow cache that analysis and be able to restart from there in following instances, basically starting at CEGAR (after parsing). Taking it further I guess it could also cache refined counterexamples and so on.
And btw: it does find counterexamples and invariants in some of these queries which imo is pretty crazy hehe