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

Support for multiple satisfying assignments #19

Closed
robdockins opened this issue Mar 25, 2020 · 1 comment
Closed

Support for multiple satisfying assignments #19

robdockins opened this issue Mar 25, 2020 · 1 comment

Comments

@robdockins
Copy link
Contributor

As I work on adding what4 as a new proof backend for Cryptol, one feature I notice that SBV supports that What4 currently does not is computing multiple satisfying assignments for a query.

Given the What4 programming model, it's not immediately clear what's the best way to provide this functionality.

@robdockins
Copy link
Contributor Author

For now, this issue is solved in Cryptol by externally computing blocking predicates and issuing new queries. We might still consider some kind of support for multisat queries at some point, but it's not a critical issue at the moment.

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

1 participant