Skip to content

Tutorial 2 Multi-variable propagation only#41

Open
20039867 wants to merge 66 commits intowvisser:masterfrom
20039867:green_tut2
Open

Tutorial 2 Multi-variable propagation only#41
20039867 wants to merge 66 commits intowvisser:masterfrom
20039867:green_tut2

Conversation

@20039867
Copy link
Copy Markdown

@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");*/
Copy link
Copy Markdown

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
Copy Markdown
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