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

pathsymb coverage metric is naive #310

Open
simonjwinwood opened this issue Mar 9, 2023 · 0 comments
Open

pathsymb coverage metric is naive #310

simonjwinwood opened this issue Mar 9, 2023 · 0 comments
Assignees
Labels
talos Issues relating to Talos

Comments

@simonjwinwood
Copy link
Contributor

The coverage analysis used by the pathsymb strategy tries to ensure that every choice point is hit at least once, but for slices without lots of choice points this means that only a few models are produced. The strategy should be extended to use e.g. byte value coverage to get more models.

@simonjwinwood simonjwinwood added the talos Issues relating to Talos label Mar 9, 2023
@simonjwinwood simonjwinwood changed the title pathsymb coverage metric is naieve pathsymb coverage metric is naive Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
talos Issues relating to Talos
Projects
None yet
Development

No branches or pull requests

2 participants