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

Add support for passing axioms to provers #1091

Open
atomb opened this issue Feb 25, 2021 · 0 comments
Open

Add support for passing axioms to provers #1091

atomb opened this issue Feb 25, 2021 · 0 comments
Labels
design needed We need to specify precisely what we want prover Issues related to :sat and :prove

Comments

@atomb
Copy link
Contributor

atomb commented Feb 25, 2021

Along the lines of similar work in SAW (GaloisInc/saw-script#1037), and building on the same infrastructure, it may be useful to allow Cryptol users to pass universally-quantified axioms to solvers. Given that we already have a notion of properties, which are implicitly universally quantified, this could look something like:

:proveWith lemma1, lemma2 : goal

where lemma1 and lemma2 are the names of already-specified properties, and goal is a Cryptol expression of the same form as can be currently passed to :prove.

@atomb atomb added the prover Issues related to :sat and :prove label Feb 25, 2021
@brianhuffman brianhuffman added the design needed We need to specify precisely what we want label Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design needed We need to specify precisely what we want prover Issues related to :sat and :prove
Projects
None yet
Development

No branches or pull requests

2 participants