You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay I'm down to do this now. I avoided it initially because the rules just used stuff like ~a + ~b on the RHS and that would again trigger canonicalization, now we use similarterm(+, ~a, ~b) so we should be good.
See https://github.com/symengine/symengine/blob/master/doc/design.md#object-creation-and-is_canonical
It is way faster than what we are doing now.
The text was updated successfully, but these errors were encountered: