Commit graph

20 commits

Author SHA1 Message Date
Crizomb
672492f65d
Update README.md 2024-06-18 17:23:10 +02:00
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
fa1f19f5cc 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:32 +01:00
d6dacf6084 Merge remote-tracking branch 'origin/main' 2024-02-20 01:33:27 +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
Crizomb
3157cd74f3
Update README.md 2024-02-20 00:19:24 +01:00
77c8973eb7 Refactor code in directories + add doc strings 2024-02-20 00:01:55 +01:00
0d9a636da6 Refactor code in directories + add doc strings 2024-02-20 00:01:25 +01:00
Crizomb
1e5113b208
Add files via upload 2023-08-02 04:15:58 +02:00
Crizomb
299fc1a058
Delete python_symb directory 2023-08-02 04:13:22 +02:00
Crizomb
7e1ff3b6b2
Add files via upload 2023-08-02 00:39:13 +02:00
Crizomb
a7461088cd
Delete python_symb directory 2023-08-02 00:37:52 +02:00
Crizomb
cc343851bf
Update README.md 2023-07-31 04:45:44 +02:00
Crizomb
6cd2e79492
Update fractions.py 2023-07-31 04:42:40 +02:00
Crizomb
62358082c9
Delete python_symb/__pycache__ directory 2023-07-31 04:40:44 +02:00
Crizomb
c8b06176bf
Init 2023-07-31 04:39:20 +02:00
Crizomb
24388aecb3
Initial commit 2023-07-31 04:38:51 +02:00