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

Integrate with an SMT Solver #375

Open
h0nzZik opened this issue Jun 28, 2023 · 1 comment
Open

Integrate with an SMT Solver #375

h0nzZik opened this issue Jun 28, 2023 · 1 comment

Comments

@h0nzZik
Copy link
Collaborator

h0nzZik commented Jun 28, 2023

The SMTCoq plugin (https://smtcoq.github.io/) can be used in Coq to solve some goals automatically. I wonder if we could reuse SmtCoq for solving propositional and first-order goals in matching logic.

Essentially, the plugin converts the goal to a query that is sent to an SMT solver, then takes the proof object generated by the solver, represents it as a term inhabiting some inductive type, and lifts it up to the Coq level. We could reuse the interaction with the SMT, and only write our own conversion from a ML goal to FOL, and then the lifting of the proof object to the type of ML proof.

@daniel-horpacsi
Copy link
Collaborator

Section 4.3 in the AML technical report presents a conservative extension theorem for MSFOL, which may be of use when it comes to reasoning about the conversions.

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