-
-
Couldn't load subscription status.
- Fork 683
Closed
Milestone
Description
The following two classes were introduced almost simultaneously:
sage.sets.real_set.RealSetin Reals sets consisting of intervals and isolated points #13125, which implements finite unions of open/closed/semi-closed intervals;sage.schemes.elliptic_curves.height.UnionOfIntervalsin Lower height bound for elliptic curves #8828, which has a more restricted scope (only unions of closed intervals).
It would be reasonable if these two classes were merged, and if all the functionality ofUnionOfIntervalsthat is not yet inRealSetwere moved there (e.g. scaling, computing the endpoints/boundary).
Depends on #8828
Depends on #13125
CC: @sagetrac-ares @JohnCremona @robertwb @vbraun @rwst @tscrim
Component: calculus
Keywords: real intervals
Author: Matthias Koeppe
Branch/Commit: 2191e2a
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/16063