Commit graph

5 commits

Author SHA1 Message Date
c54793c406 Add memoization in basic_modif.py 2024-02-24 03:57:37 +01:00
948e4da10c Optimization of expand in basic_modif.py
Making Expr immutable, and then optimize __hash__ with this
2024-02-24 02:57:07 +01:00
c27d706a26 Regroup test in test.py
Added neutral_element and absorbing_element in BinProperties
New simplifications functions in TreeModification
2024-02-21 20:13:47 +01:00
8ee24d763b Created Exp in operator_file.py to represent Power
Implemented Expand and regroup
2024-02-20 21:21:55 +01:00
1738fa5d4c Change "instances" class variables of Smybols and children of Symbols to Dict instead of List. Start expand.py (not completed) 2024-02-20 01:33:03 +01:00