Changes between Initial Version and Version 3 of Ticket #30832
- Timestamp:
- 05/29/21 19:20:00 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30832
- Property Cc tscrim added
-
Property
Dependencies
changed from
to
#31644
-
Property
Milestone
changed from
sage-9.3
tosage-9.4
-
Ticket #30832 – Description
initial v3 1 Instances of `RealSet` that are finite unions of open intervals should be connected in some way to `sage.manifolds`, in particular to `OpenInterval` .1 Instances of `RealSet` that are finite unions of open intervals should be connected in some way to `sage.manifolds`, in particular to `OpenInterval` and `RealLine` (which are both in the global namespace). 2 2 3 In this ticket, we add functionality to initialize a `RealSet` from instances of `OpenInterval` and `RealLine`, as well as from their topological closures (#31644) 4