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

Verifying programs with ACSL contracts but without implementations. #23

Open
jesper-amilon opened this issue Sep 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jesper-amilon
Copy link
Collaborator

It would be nice if TriCera could support the verification of programs where some functions only have an ACSL-contract, but not implementation. Essentially, you would then at call sites to the function first assert the pre-condition, and then assume the post-condition. Bonus points if it could also handle assigns clauses.

@zafer-esen
Copy link
Collaborator

I think this could be added while fixing #22.

@zafer-esen zafer-esen added the enhancement New feature or request label Sep 11, 2024
@jesper-amilon
Copy link
Collaborator Author

I agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants