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

Constraint independence #7

Open
delcypher opened this issue Nov 25, 2017 · 0 comments
Open

Constraint independence #7

delcypher opened this issue Nov 25, 2017 · 0 comments

Comments

@delcypher
Copy link
Collaborator

For some constraint sets it might be the case that there exist several independent subsets (i.e. the intersection of each subset is the empty set).

In this case the fuzzer may waste time mutating inputs that already satisfy a subset. There are two possible fixes

  • We generate multiple programs for each subset and fuzz them independently
  • We implement a custom mutator and track the subsets so that once a subset is completely satisfied we skip trying to mutate the inputs that correspond to that subset.
@delcypher delcypher changed the title Constraint indepedence Constraint independence Nov 25, 2017
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

No branches or pull requests

1 participant