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

Implement Array-{Read-Write}-Elimination simplifications #11

Open
Robbepop opened this issue May 11, 2018 · 0 comments
Open

Implement Array-{Read-Write}-Elimination simplifications #11

Robbepop opened this issue May 11, 2018 · 0 comments
Labels
A-simplifier Task operating on the stevia_simplifier crate in isolation. B-enhancement An enhancement or new feature. D-hard A task that is considered to be hard to implement.

Comments

@Robbepop
Copy link
Owner

Stevia should handle complex array expressions and thus be able to word-level simplify those together with array abstraction refinement.

To be implemented are:

  1. Array-Read-Elimination: Eliminates ArrayRead expressions by replacing them with appropriate equi-satisfiable local- and root expressions.
  2. Array-Write-Elimination: Eliminates ArrayWrite expressions by replacing them with appropriate equisatisfiable local- and root expressions.

Both simplifications require refinement expressions on the root scope of the input expression which can be refined by lazy insertion similar to how STP handles them via its array abstraction refinement.

@Robbepop Robbepop added B-enhancement An enhancement or new feature. A-simplifier Task operating on the stevia_simplifier crate in isolation. D-hard A task that is considered to be hard to implement. labels Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-simplifier Task operating on the stevia_simplifier crate in isolation. B-enhancement An enhancement or new feature. D-hard A task that is considered to be hard to implement.
Projects
None yet
Development

No branches or pull requests

1 participant