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

Tutorial 2 Multi-variable propagation only #41

Open
wants to merge 66 commits into
base: master
Choose a base branch
from

Conversation

20039867
Copy link

@PhillipVH
@Monkleys
@Zhunaidm
@steynvl

Hey, Multi-Variable Propagation works but there is no simplification. Most of the code comes from the SATCanonizer and hacked into working for this purpose. There are also added test cases with regards to multi-variable propagation.

boolean flag = true;
boolean flag1 = true;
while(flag1){
/*System.out.println("----------New round");*/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please try not to commit uncommented code, rather remove it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will update thanks. See next commit for Constant Propagation ONLY v6 for fix.

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