Opened 4 years ago
Last modified 4 years ago
#23249 new defect
Infinte sets is not finite when using the set_factory structure
Reported by: | boussica | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-8.0 |
Component: | combinatorics | Keywords: | thursdaysbdx, set_factories, set, finite, infinte |
Cc: | hivert | Merged in: | |
Authors: | boussica | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
When using the set_factory structure to enumerate some infinte sets, we obtain an object that is not finite !
For example :
sage: from sage.structure.set_factories_example import * sage: XYPairs() AllPairs sage: APS = XYPairs() sage: APS.is_finite() True
Note: See
TracTickets for help on using
tickets.
Infinte sets?