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 quantifiers #3737

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

feliperodri
Copy link
Contributor

We still need to address a few issues:

  • Avoid code duplication;
  • Add more regression tests to test UI;
  • Ensure CBMC doesn't ignore the quantifier expressions due to side effects;
  • Only enable quantifiers with unstable flag;
  • Extend RFC 0010-quantifiers to include explanation on how Kani is building the quantifier expressions;

Resolves #2546 and #836.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

Signed-off-by: Felipe R. Monteiro <[email protected]>
@feliperodri feliperodri added [C] Feature / Enhancement A new feature request or enhancement to an existing feature. Z-Contracts Issue related to code contracts labels Nov 25, 2024
@feliperodri feliperodri self-assigned this Nov 25, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Feature / Enhancement A new feature request or enhancement to an existing feature. Z-BenchCI Tag a PR to run benchmark CI Z-Contracts Issue related to code contracts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quantifiers for function contracts
1 participant