Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disk-based incremental solving #47

Open
leonardoalt opened this issue May 27, 2022 · 1 comment
Open

Disk-based incremental solving #47

leonardoalt opened this issue May 27, 2022 · 1 comment

Comments

@leonardoalt
Copy link

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

@pruemmer
Copy link
Collaborator

pruemmer commented Jun 6, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants