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

Incremental STP Solving #483

Open
sreeshmaheshwar opened this issue Apr 26, 2024 · 1 comment
Open

Incremental STP Solving #483

sreeshmaheshwar opened this issue Apr 26, 2024 · 1 comment

Comments

@sreeshmaheshwar
Copy link

sreeshmaheshwar commented Apr 26, 2024

Does STP support incremental SMT solving techniques (e.g. reusing learned lemmas) as other solvers, like Z3 and Boolector, do? (Can't find anything in the docs about how to enable an incremental solver and haven't observed any performance differences when using push and pop in an incremental way with STP + QF_ABV + MiniSat)

If not, are there any plans for this?

@TrevorHansen
Copy link
Member

You're right that STP doesn't keep learned clauses between invocations to the SAT solver.

It has some simple analysis, for example if a problem is unsatisfiable, and you push more frames onto it, STP knows that those problems are unsatisfiable, too.

There's lots we could do to make incremental solving faster. If you provide us with some problems that are really slow with STP ,compared to other solvers, I'll see if there's anything we can do to speed up STP's solving of them.

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