diff --git a/src/LazySet.jl b/src/LazySet.jl index 1a589424bd..c7afb85f28 100644 --- a/src/LazySet.jl +++ b/src/LazySet.jl @@ -32,7 +32,7 @@ Every concrete `LazySet` must define the following functions: ```jldoctest julia> subtypes(LazySet) -18-element Array{Any,1}: +19-element Array{Any,1}: AbstractCentrallySymmetric AbstractPolytope CacheMinkowskiSum @@ -43,6 +43,7 @@ julia> subtypes(LazySet) EmptySet ExponentialMap ExponentialProjectionMap + HPolyhedron HalfSpace Hyperplane Intersection