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

Solver integration #158

Closed
brendanzab opened this issue Jul 9, 2019 · 2 comments
Closed

Solver integration #158

brendanzab opened this issue Jul 9, 2019 · 2 comments
Labels
A-type-system C-feature obsolete Cleaning up the backlog on 2020-10-09.

Comments

@brendanzab
Copy link
Member

It would be nice to have some static static integer and array bounds checking using some sort of refinement-style thing.

I asked, and granule seems to have some of it in its codebase:

this module deals with compiling our internal theorems into SMT theorems for Z3 to use:

there’s a lot of stuff about doing symbolic representations
the code is in need of some TLC though

@brendanzab brendanzab transferred this issue from another repository Aug 30, 2019
@brendanzab
Copy link
Member Author

Z3 or CVC4 might be helpful for this.

@brendanzab
Copy link
Member Author

This looks nifty - checks the witnesses that are returned from SMT solvers: https://github.com/smtcoq/smtcoq (via this twitter thread).

@toothbrush toothbrush added the obsolete Cleaning up the backlog on 2020-10-09. label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-type-system C-feature obsolete Cleaning up the backlog on 2020-10-09.
Projects
None yet
Development

No branches or pull requests

2 participants