Skip to content
New issue

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

Remove mention of multisets from EnumeratedSets #34389

Open
mkoeppe opened this issue Aug 18, 2022 · 3 comments
Open

Remove mention of multisets from EnumeratedSets #34389

mkoeppe opened this issue Aug 18, 2022 · 3 comments

Comments

@mkoeppe
Copy link
Member

mkoeppe commented Aug 18, 2022

... as it does not make sense as a subcategory of Sets

Instead if multisets are needed anywhere, they should go through the values() or items() methods of EnumeratedFamilies (#34340).

For enumerated sets of non-hashable elements, we need to provide (slow) methods for cardinality, containment, etc. that use comparisons only (see #23324).

Depends on #34340

CC: @tscrim

Component: categories

Issue created by migration from https://trac.sagemath.org/ticket/34389

@mkoeppe mkoeppe added this to the sage-9.7 milestone Aug 18, 2022
@mkoeppe
Copy link
Member Author

mkoeppe commented Aug 18, 2022

Dependencies: #34340

@mkoeppe

This comment has been minimized.

@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Aug 31, 2022
@mkoeppe

This comment has been minimized.

@mkoeppe mkoeppe modified the milestones: sage-9.8, sage-9.9 Jan 7, 2023
@mkoeppe mkoeppe removed this from the sage-10.0 milestone Mar 16, 2023
@mkoeppe mkoeppe mentioned this issue Apr 4, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant