Comment #4 on issue 4081 by [email protected]: Equivalent doesn't sort args
http://code.google.com/p/sympy/issues/detail?id=4081
OK, looking at the code, it has nothing to do with BooleanFunction.
BooleanFunction is just a Boolean Function, so it does sort its args (as it
should). And and Or are lattice operations, but LatticeOp also sorts the
args (it internally uses _argset in case .args is never used). It's
Equivalent.__new__ directly that does this, when it calls *set(args). It
should use the same methodology as LatticeOp with _argset.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.