Forked from
Andreas Klöckner / pymbolic
Source project has a limited visibility.
-
Matt Wala authored
The unidirectional unifier now works on examples such as a+b*c => d+e*f. This required a couple of changes to the algorithm, the main one being that we allow variables to match against subtrees of the expression.
Matt Wala authoredThe unidirectional unifier now works on examples such as a+b*c => d+e*f. This required a couple of changes to the algorithm, the main one being that we allow variables to match against subtrees of the expression.