Skip to content

Remove mention of multisets from EnumeratedSets #34389

@mkoeppe

Description

@mkoeppe

... 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions