We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to element_wrapper:
__cmp__
__lt__
This will be used by upcoming patches for crystals, ...
Component: combinatorics
Keywords: ElementWrapper, partial order
Author: Nicolas M. Thiéry
Reviewer: Florent Hivert
Merged: sage-4.3.2.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/8028
The text was updated successfully, but these errors were encountered:
Attachment: trac_8028_element_wrapper-improvement-nt.patch.gz
Sorry, something went wrong.
Everything ok !
sagetrac-sage-combinat
No branches or pull requests
Improvements to element_wrapper:
__cmp__
by default to not force a total order on subclasses__lt__
to have elements incomparable by defaultThis will be used by upcoming patches for crystals, ...
Component: combinatorics
Keywords: ElementWrapper, partial order
Author: Nicolas M. Thiéry
Reviewer: Florent Hivert
Merged: sage-4.3.2.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/8028
The text was updated successfully, but these errors were encountered: