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.

@mark14wu
Copy link
Collaborator Author

mark14wu commented Dec 5, 2025

TODO: Do some ablation studies across benchmarks making sure that this PR does not increase the time.

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