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

Quantifiers #9

Open
wants to merge 97 commits into
base: master
Choose a base branch
from
Open

Quantifiers #9

wants to merge 97 commits into from

Conversation

daneshvar-amrollahi
Copy link
Collaborator

@daneshvar-amrollahi daneshvar-amrollahi commented Sep 8, 2022

  • Utilized Z3's support for quantified formulas
  • Summarized 9 string functions from uClibc using quantifiers in SpecialFunctionHandlers
  • Added summaries using quantifiers in Z3's Python API
  • Benchmarks are in klee/examples/quantified/ directory - enter make verify to run them.
  • Added README's

daneshvar and others added 30 commits June 17, 2022 17:34
Copy link

@rishabh246 rishabh246 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. Not surprising, since we've been through many iterations at this point.

Minor issues here and there, please fix.

One major issue is the lack of a README --- ideally there should be one both in the C examples and the python ones. But you can get to that after the presentation at the lab meeting.

include/klee/Expr.h Outdated Show resolved Hide resolved
include/klee/Expr.h Outdated Show resolved Hide resolved
include/klee/Expr.h Outdated Show resolved Hide resolved
include/klee/klee.h Outdated Show resolved Hide resolved
include/klee/klee.h Outdated Show resolved Hide resolved
lib/Solver/Z3Builder.h Outdated Show resolved Hide resolved
lib/Solver/Z3Builder.h Outdated Show resolved Hide resolved
lib/Solver/Z3Solver.cpp Outdated Show resolved Hide resolved
lib/Solver/Z3Solver.cpp Outdated Show resolved Hide resolved
examples/quantified/strncmp/strncmp.c Outdated Show resolved Hide resolved
@rishabh246
Copy link

@daneshvar-amrollahi the README for the C tests looks good. Can you add one for the python ones?

@daneshvar-amrollahi
Copy link
Collaborator Author

@daneshvar-amrollahi the README for the C tests looks good. Can you add one for the python ones?

Added.

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

Successfully merging this pull request may close these issues.

2 participants