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 3 commits into
base: main
Choose a base branch
from

Conversation

feliperodri
Copy link
Contributor

@feliperodri feliperodri commented Nov 25, 2024

We still need to address a few issues:

  • Avoid code duplication;
  • Ensure CBMC doesn't ignore the quantifier expressions due to side effects (we should probably use lambda expressions);
  • Only enable quantifiers with unstable flag;
  • Add more regression tests to test UI;
  • 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.

@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
@gmorenz
Copy link

gmorenz commented Jan 6, 2025

I've rebased this branch on master, with a few necessary updates, here: https://github.com/gmorenz/kani/tree/quantifiers

@qinheping qinheping self-assigned this Jan 27, 2025
Signed-off-by: Felipe R. Monteiro <[email protected]>
Signed-off-by: Felipe R. Monteiro <[email protected]>
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
4 participants