You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New interface: AbstractZonotope <: AbstractCentrallySymmetricPolytope
Subtypes: Zonotope, LineSegment, AbstractHyperrectangle
Necessary methods: center (already there), generators (missing but trivial)
Benefit: We can generalize many algorithms currently only written for Zonotopes and we do not need to convert hyperrectangles to zonotopes anymore*.
New interface:
AbstractZonotope <: AbstractCentrallySymmetricPolytope
Subtypes:
Zonotope
,LineSegment
,AbstractHyperrectangle
Necessary methods:
center
(already there),generators
(missing but trivial)Benefit: We can generalize many algorithms currently only written for
Zonotope
s and we do not need to convert hyperrectangles to zonotopes anymore*.The existing interface
AbstractCentrallySymmetricPolytope
is more general. In particular, theBall1
is a centrally symmetric polytope but not a zonotope.*However, it may still be more efficient if we access the generators more than once.
The text was updated successfully, but these errors were encountered: