Initial work on constant propagation
Compare changes
Files
2
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 46
− 2
@@ -5,13 +5,13 @@ Contains some of the most commonly used mathematical operations.
@@ -125,6 +125,14 @@ class Addition(AbstractOperation):
@@ -185,6 +193,14 @@ class Subtraction(AbstractOperation):
@@ -266,6 +282,14 @@ class AddSub(AbstractOperation):
@@ -323,6 +347,15 @@ class Multiplication(AbstractOperation):
@@ -361,6 +394,17 @@ class Division(AbstractOperation):