Skip to content

add tactic 'simplify if' performing if conversion#973

Open
bgregoir wants to merge 5 commits intomainfrom
if-conversion
Open

add tactic 'simplify if' performing if conversion#973
bgregoir wants to merge 5 commits intomainfrom
if-conversion

Conversation

@bgregoir
Copy link
Copy Markdown
Contributor

It is well known that wp on code containing sequence of if grow exponentially.
The tactic "simplify if" performs an if-conversion on the code. This transform if statement into if expression and allows
to have a wp which is linear in the size of the program.
I need to add the documentation but the code can be reviewed

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.

1 participant