Skip to content

Conversation

@mark14wu
Copy link
Collaborator

Add affine pattern detection for loop iterators in symbolic execution. When iterator values form an arithmetic sequence, use efficient range constraints (>=, <=, modulo) instead of enumerating all values with Or.

Add affine pattern detection for loop iterators in symbolic execution.
When iterator values form an arithmetic sequence, use efficient range
constraints (>=, <=, modulo) instead of enumerating all values with Or.
@mark14wu
Copy link
Collaborator Author

Don't merge. Experimental use only.

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