Introduce default assignment simplifications
Compare changes
- Markus Holzer authored
@@ -4,7 +4,7 @@ from pystencils.sympyextensions import is_constant
@@ -16,6 +16,8 @@ def insert_subexpressions(ac, selection_callback, skip=set()):
There are many simplifications in pystencils that are usually not applied. They can be applied now by using a simple argument in the configuration.
Fixes #39 (closed)