Created Exp in operator_file.py to represent Power

Implemented Expand and regroup
This commit is contained in:
Clément Barthélemy 2024-02-20 21:21:55 +01:00
parent fa1f19f5cc
commit 8ee24d763b
8 changed files with 335 additions and 58 deletions

View file

@ -82,4 +82,7 @@ class Tree(ABC):
yield from aux(child)
yield tree
yield from aux(self)
yield from aux(self)