Skip to content

Commit 4ba8d8f

Browse files
authored
Merge pull request #3804 from JuliaReach/schillic/delaunay
Rename and export `delaunay` and `triangulate`
2 parents 8e3f613 + 5d6ea82 commit 4ba8d8f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+134
-109
lines changed

docs/src/lib/interfaces/AbstractAffineMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ Inherited from [`LazySet`](@ref):
148148
* [`constraints`](@ref constraints(::LazySet))
149149
* [`convex_hull`](@ref convex_hull(::LazySet))
150150
* `copy(::Type{LazySet})`
151-
* [`delaunay`](@ref delaunay(::LazySet))
152151
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
153152
* [`eltype`](@ref eltype(::Type{<:LazySet}))
154153
* [`eltype`](@ref eltype(::LazySet))
@@ -169,6 +168,7 @@ Inherited from [`LazySet`](@ref):
169168
* [`singleton_list`](@ref singleton_list(::LazySet))
170169
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
171170
* [`triangulate`](@ref triangulate(::LazySet))
171+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
172172
* [`vertices`](@ref vertices(::LazySet))
173173
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
174174
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractBallp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Inherited from [`LazySet`](@ref):
8585
* [`constraints`](@ref constraints(::LazySet))
8686
* [`convex_hull`](@ref convex_hull(::LazySet))
8787
* `copy(::Type{LazySet})`
88-
* [`delaunay`](@ref delaunay(::LazySet))
8988
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
9089
* [`eltype`](@ref eltype(::Type{<:LazySet}))
9190
* [`eltype`](@ref eltype(::LazySet))
@@ -100,6 +99,7 @@ Inherited from [`LazySet`](@ref):
10099
* [`singleton_list`](@ref singleton_list(::LazySet))
101100
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
102101
* [`triangulate`](@ref triangulate(::LazySet))
102+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
103103
* [`vertices`](@ref vertices(::LazySet))
104104
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
105105
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractCentrallySymmetric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ Inherited from [`LazySet`](@ref):
9898
* [`constraints`](@ref constraints(::LazySet))
9999
* [`convex_hull`](@ref convex_hull(::LazySet))
100100
* `copy(::Type{LazySet})`
101-
* [`delaunay`](@ref delaunay(::LazySet))
102101
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
103102
* [`eltype`](@ref eltype(::Type{<:LazySet}))
104103
* [`eltype`](@ref eltype(::LazySet))
@@ -117,6 +116,7 @@ Inherited from [`LazySet`](@ref):
117116
* [`singleton_list`](@ref singleton_list(::LazySet))
118117
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
119118
* [`triangulate`](@ref triangulate(::LazySet))
119+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
120120
* [`vertices`](@ref vertices(::LazySet))
121121
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
122122
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractCentrallySymmetricPolytope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ Inherited from [`LazySet`](@ref):
6565
* [`constraints`](@ref constraints(::LazySet))
6666
* [`convex_hull`](@ref convex_hull(::LazySet))
6767
* `copy(::Type{LazySet})`
68-
* [`delaunay`](@ref delaunay(::LazySet))
6968
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
7069
* [`eltype`](@ref eltype(::Type{<:LazySet}))
7170
* [`eltype`](@ref eltype(::LazySet))
@@ -79,6 +78,7 @@ Inherited from [`LazySet`](@ref):
7978
* [`singleton_list`](@ref singleton_list(::LazySet))
8079
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
8180
* [`triangulate`](@ref triangulate(::LazySet))
81+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
8282
* [`vertices`](@ref vertices(::LazySet))
8383
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
8484
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractHyperrectangle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ Inherited from [`LazySet`](@ref):
252252
* [`constraints`](@ref constraints(::LazySet))
253253
* [`convex_hull`](@ref convex_hull(::LazySet))
254254
* `copy(::Type{LazySet})`
255-
* [`delaunay`](@ref delaunay(::LazySet))
256255
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
257256
* [`eltype`](@ref eltype(::Type{<:LazySet}))
258257
* [`eltype`](@ref eltype(::LazySet))
@@ -262,6 +261,7 @@ Inherited from [`LazySet`](@ref):
262261
* [`singleton_list`](@ref singleton_list(::LazySet))
263262
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
264263
* [`triangulate`](@ref triangulate(::LazySet))
264+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
265265
* [`vertices`](@ref vertices(::LazySet))
266266
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
267267
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractPolygon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Inherited from [`LazySet`](@ref):
3838
* [`constraints`](@ref constraints(::LazySet))
3939
* [`convex_hull`](@ref convex_hull(::LazySet))
4040
* `copy(::Type{LazySet})`
41-
* [`delaunay`](@ref delaunay(::LazySet))
4241
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
4342
* [`eltype`](@ref eltype(::Type{<:LazySet}))
4443
* [`eltype`](@ref eltype(::LazySet))
@@ -52,6 +51,7 @@ Inherited from [`LazySet`](@ref):
5251
* [`singleton_list`](@ref singleton_list(::LazySet))
5352
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
5453
* [`triangulate`](@ref triangulate(::LazySet))
54+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
5555
* [`vertices`](@ref vertices(::LazySet))
5656
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
5757
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractPolyhedron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Inherited from [`LazySet`](@ref):
9393
* [`constraints`](@ref constraints(::LazySet))
9494
* [`convex_hull`](@ref convex_hull(::LazySet))
9595
* `copy(::Type{LazySet})`
96-
* [`delaunay`](@ref delaunay(::LazySet))
9796
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
9897
* [`eltype`](@ref eltype(::Type{<:LazySet}))
9998
* [`eltype`](@ref eltype(::LazySet))
@@ -109,6 +108,7 @@ Inherited from [`LazySet`](@ref):
109108
* [`singleton_list`](@ref singleton_list(::LazySet))
110109
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
111110
* [`triangulate`](@ref triangulate(::LazySet))
111+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
112112
* [`vertices`](@ref vertices(::LazySet))
113113
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
114114
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractPolynomialZonotope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Inherited from [`LazySet`](@ref):
6262
* [`constraints`](@ref constraints(::LazySet))
6363
* [`convex_hull`](@ref convex_hull(::LazySet))
6464
* `copy(::Type{LazySet})`
65-
* [`delaunay`](@ref delaunay(::LazySet))
6665
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
6766
* [`eltype`](@ref eltype(::Type{<:LazySet}))
6867
* [`eltype`](@ref eltype(::LazySet))
@@ -84,6 +83,7 @@ Inherited from [`LazySet`](@ref):
8483
* [`singleton_list`](@ref singleton_list(::LazySet))
8584
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
8685
* [`triangulate`](@ref triangulate(::LazySet))
86+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
8787
* [`vertices`](@ref vertices(::LazySet))
8888
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
8989
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractPolytope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ Inherited from [`LazySet`](@ref):
9797
* [`constraints`](@ref constraints(::LazySet))
9898
* [`convex_hull`](@ref convex_hull(::LazySet))
9999
* `copy(::Type{LazySet})`
100-
* [`delaunay`](@ref delaunay(::LazySet))
101100
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
102101
* [`eltype`](@ref eltype(::Type{<:LazySet}))
103102
* [`eltype`](@ref eltype(::LazySet))
@@ -111,6 +110,7 @@ Inherited from [`LazySet`](@ref):
111110
* [`singleton_list`](@ref singleton_list(::LazySet))
112111
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
113112
* [`triangulate`](@ref triangulate(::LazySet))
113+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
114114
* [`vertices`](@ref vertices(::LazySet))
115115
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
116116
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractSingleton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ Inherited from [`LazySet`](@ref):
121121
* [`constraints`](@ref constraints(::LazySet))
122122
* [`convex_hull`](@ref convex_hull(::LazySet))
123123
* `copy(::Type{LazySet})`
124-
* [`delaunay`](@ref delaunay(::LazySet))
125124
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
126125
* [`eltype`](@ref eltype(::Type{<:LazySet}))
127126
* [`eltype`](@ref eltype(::LazySet))
@@ -131,6 +130,7 @@ Inherited from [`LazySet`](@ref):
131130
* [`singleton_list`](@ref singleton_list(::LazySet))
132131
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
133132
* [`triangulate`](@ref triangulate(::LazySet))
133+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
134134
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
135135
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))
136136
* [`is_interior_point`](@ref is_interior_point(::AbstractVector, ::LazySet))

docs/src/lib/interfaces/AbstractSparsePolynomialZonotope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Inherited from [`LazySet`](@ref):
4141
* [`constraints`](@ref constraints(::LazySet))
4242
* [`convex_hull`](@ref convex_hull(::LazySet))
4343
* `copy(::Type{LazySet})`
44-
* [`delaunay`](@ref delaunay(::LazySet))
4544
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
4645
* [`eltype`](@ref eltype(::Type{<:LazySet}))
4746
* [`eltype`](@ref eltype(::LazySet))
@@ -63,6 +62,7 @@ Inherited from [`LazySet`](@ref):
6362
* [`singleton_list`](@ref singleton_list(::LazySet))
6463
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
6564
* [`triangulate`](@ref triangulate(::LazySet))
65+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
6666
* [`vertices`](@ref vertices(::LazySet))
6767
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
6868
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/AbstractZonotope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ Inherited from [`LazySet`](@ref):
175175
* [`constraints`](@ref constraints(::LazySet))
176176
* [`convex_hull`](@ref convex_hull(::LazySet))
177177
* `copy(::Type{LazySet})`
178-
* [`delaunay`](@ref delaunay(::LazySet))
179178
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
180179
* [`eltype`](@ref eltype(::Type{<:LazySet}))
181180
* [`eltype`](@ref eltype(::LazySet))
@@ -188,6 +187,7 @@ Inherited from [`LazySet`](@ref):
188187
* [`singleton_list`](@ref singleton_list(::LazySet))
189188
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
190189
* [`triangulate`](@ref triangulate(::LazySet))
190+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
191191
* [`vertices`](@ref vertices(::LazySet))
192192
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
193193
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/ConvexSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Inherited from [`LazySet`](@ref):
4949
* [`constraints`](@ref constraints(::LazySet))
5050
* [`convex_hull`](@ref convex_hull(::LazySet))
5151
* `copy(::Type{LazySet})`
52-
* [`delaunay`](@ref delaunay(::LazySet))
5352
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
5453
* [`eltype`](@ref eltype(::Type{<:LazySet}))
5554
* [`eltype`](@ref eltype(::LazySet))
@@ -73,6 +72,7 @@ Inherited from [`LazySet`](@ref):
7372
* [`singleton_list`](@ref singleton_list(::LazySet))
7473
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
7574
* [`triangulate`](@ref triangulate(::LazySet))
75+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
7676
* [`vertices`](@ref vertices(::LazySet))
7777
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
7878
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/interfaces/LazySet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ convex_hull(::LazySet; kwargs...)
125125
```
126126
`copy(::Type{LazySet})`
127127
```@docs
128-
delaunay(X::LazySet; ::Bool=false)
128+
triangulate(X::LazySet; ::String="delaunay")
129129
```
130130
```@meta
131131
CurrentModule = LazySets.API
@@ -334,7 +334,7 @@ CurrentModule = LazySets
334334
```@docs
335335
reflect(::LazySet)
336336
singleton_list(::LazySet)
337-
triangulate(::LazySet)
337+
triangulate_faces(::LazySet)
338338
tohrep(::LazySet)
339339
tosimplehrep(::LazySet)
340340
tovrep(::LazySet)

docs/src/lib/sets/Ball1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ Inherited from [`LazySet`](@ref):
124124
* [`constraints`](@ref constraints(::LazySet))
125125
* [`convex_hull`](@ref convex_hull(::LazySet))
126126
* `copy(::Type{LazySet})`
127-
* [`delaunay`](@ref delaunay(::LazySet))
128127
* [`diameter`](@ref diameter(::LazySet, ::Real))
129128
* [`eltype`](@ref eltype(::Type{<:LazySet}))
130129
* [`eltype`](@ref eltype(::LazySet))
@@ -136,6 +135,7 @@ Inherited from [`LazySet`](@ref):
136135
* [`singleton_list`](@ref singleton_list(::LazySet))
137136
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
138137
* [`triangulate`](@ref triangulate(::LazySet))
138+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
139139
* [`vertices`](@ref vertices(::LazySet))
140140
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
141141
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/sets/Ball2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ Inherited from [`LazySet`](@ref):
154154
* [`concretize`](@ref concretize(::LazySet))
155155
* [`convex_hull`](@ref convex_hull(::LazySet))
156156
* `copy(::Type{LazySet})`
157-
* [`delaunay`](@ref delaunay(::LazySet))
158157
* [`diameter`](@ref diameter(::LazySet, ::Real))
159158
* [`eltype`](@ref eltype(::Type{<:LazySet}))
160159
* [`eltype`](@ref eltype(::LazySet))
@@ -169,6 +168,7 @@ Inherited from [`LazySet`](@ref):
169168
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
170169
* [`translate`](@ref translate(::LazySet, ::AbstractVector))
171170
* [`triangulate`](@ref triangulate(::LazySet))
171+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
172172
* [`is_interior_point`](@ref is_interior_point(::AbstractVector, ::LazySet))
173173
* [`cartesian_product`](@ref cartesian_product(::LazySet, ::LazySet))
174174
* [``](@ref ≈(::LazySet, ::LazySet))

docs/src/lib/sets/BallInf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ Inherited from [`LazySet`](@ref):
116116
* [`complement`](@ref complement(::LazySet))
117117
* [`concretize`](@ref concretize(::LazySet))
118118
* `copy(::Type{LazySet})`
119-
* [`delaunay`](@ref delaunay(::LazySet))
120119
* [`diameter`](@ref diameter(::LazySet, ::Real))
121120
* [`constraints`](@ref constraints(::LazySet))
122121
* [`convex_hull`](@ref convex_hull(::LazySet))
@@ -128,6 +127,7 @@ Inherited from [`LazySet`](@ref):
128127
* [`singleton_list`](@ref singleton_list(::LazySet))
129128
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
130129
* [`triangulate`](@ref triangulate(::LazySet))
130+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
131131
* [`vertices`](@ref vertices(::LazySet))
132132
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
133133
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/sets/Ballp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Inherited from [`LazySet`](@ref):
6767
* [`concretize`](@ref concretize(::LazySet))
6868
* [`convex_hull`](@ref convex_hull(::LazySet))
6969
* `copy(::Type{LazySet})`
70-
* [`delaunay`](@ref delaunay(::LazySet))
7170
* [`diameter`](@ref diameter(::LazySet, ::Real))
7271
* [`eltype`](@ref eltype(::Type{<:LazySet}))
7372
* [`eltype`](@ref eltype(::LazySet))
@@ -85,6 +84,7 @@ Inherited from [`LazySet`](@ref):
8584
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
8685
* [`translate`](@ref translate(::LazySet, ::AbstractVector))
8786
* [`triangulate`](@ref triangulate(::LazySet))
87+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
8888
* [``](@ref ≈(::LazySet, ::LazySet))
8989
* [`==`](@ref ==(::LazySet, ::LazySet))
9090
* [`isequivalent`](@ref isequivalent(::LazySet, ::LazySet))

docs/src/lib/sets/DensePolynomialZonotope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Inherited from [`LazySet`](@ref):
4040
* [`constraints`](@ref constraints(::LazySet))
4141
* [`convex_hull`](@ref convex_hull(::LazySet))
4242
* `copy(::Type{LazySet})`
43-
* [`delaunay`](@ref delaunay(::LazySet))
4443
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
4544
* [`eltype`](@ref eltype(::Type{<:LazySet}))
4645
* [`eltype`](@ref eltype(::LazySet))
@@ -63,6 +62,7 @@ Inherited from [`LazySet`](@ref):
6362
* [`singleton_list`](@ref singleton_list(::LazySet))
6463
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
6564
* [`triangulate`](@ref triangulate(::LazySet))
65+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
6666
* [`vertices`](@ref vertices(::LazySet))
6767
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
6868
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/sets/Ellipsoid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Inherited from [`LazySet`](@ref):
9191
* [`concretize`](@ref concretize(::LazySet))
9292
* [`convex_hull`](@ref convex_hull(::LazySet))
9393
* `copy(::Type{LazySet})`
94-
* [`delaunay`](@ref delaunay(::LazySet))
9594
* [`diameter`](@ref diameter(::LazySet, ::Real))
9695
* [`eltype`](@ref eltype(::Type{<:LazySet}))
9796
* [`eltype`](@ref eltype(::LazySet))
@@ -106,6 +105,7 @@ Inherited from [`LazySet`](@ref):
106105
* [`radius`](@ref radius(::LazySet, ::Real))
107106
* [`rationalize`](@ref rationalize(::LazySet))
108107
* [`triangulate`](@ref triangulate(::LazySet))
108+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
109109
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))
110110
* [`is_interior_point`](@ref is_interior_point(::AbstractVector, ::LazySet))
111111
* [`project`](@ref project(::LazySet, ::AbstractVector{Int}))

docs/src/lib/sets/EmptySet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ Inherited from [`LazySet`](@ref):
128128
* [``](@ref ⊂(::LazySet, ::LazySet))
129129

130130
Inherited from [`LazySet`](@ref) but does not apply:
131-
* [`delaunay`](@ref delaunay(::LazySet))
132131
* [`polyhedron`](@ref polyhedron(::LazySet))
133132
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
134133
* [`triangulate`](@ref triangulate(::LazySet))
134+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
135135

136136
Inherited from [`ConvexSet`](@ref):
137137
* [`isconvextype`](@ref isconvextype(::Type{ConvexSet}))

docs/src/lib/sets/HParallelotope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ Inherited from [`LazySet`](@ref):
9999
* [`constraints`](@ref constraints(::LazySet))
100100
* [`convex_hull`](@ref convex_hull(::LazySet))
101101
* `copy(::Type{LazySet})`
102-
* [`delaunay`](@ref delaunay(::LazySet))
103102
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
104103
* [`eltype`](@ref eltype(::Type{<:LazySet}))
105104
* [`eltype`](@ref eltype(::LazySet))
@@ -112,6 +111,7 @@ Inherited from [`LazySet`](@ref):
112111
* [`singleton_list`](@ref singleton_list(::LazySet))
113112
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
114113
* [`triangulate`](@ref triangulate(::LazySet))
114+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
115115
* [`vertices`](@ref vertices(::LazySet))
116116
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
117117
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/sets/HPolygon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Inherited from [`LazySet`](@ref):
5454
* [`constraints`](@ref constraints(::LazySet))
5555
* [`convex_hull`](@ref convex_hull(::LazySet))
5656
* `copy(::Type{LazySet})`
57-
* [`delaunay`](@ref delaunay(::LazySet))
5857
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
5958
* [`eltype`](@ref eltype(::Type{<:LazySet}))
6059
* [`eltype`](@ref eltype(::LazySet))
@@ -68,6 +67,7 @@ Inherited from [`LazySet`](@ref):
6867
* [`singleton_list`](@ref singleton_list(::LazySet))
6968
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
7069
* [`triangulate`](@ref triangulate(::LazySet))
70+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
7171
* [`vertices`](@ref vertices(::LazySet))
7272
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
7373
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

docs/src/lib/sets/HPolyhedron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Inherited from [`LazySet`](@ref):
108108
* [`constraints`](@ref constraints(::LazySet))
109109
* [`convex_hull`](@ref convex_hull(::LazySet))
110110
* `copy(::Type{LazySet})`
111-
* [`delaunay`](@ref delaunay(::LazySet))
112111
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
113112
* [`eltype`](@ref eltype(::Type{<:LazySet}))
114113
* [`eltype`](@ref eltype(::LazySet))
@@ -123,6 +122,7 @@ Inherited from [`LazySet`](@ref):
123122
* [`singleton_list`](@ref singleton_list(::LazySet))
124123
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
125124
* [`triangulate`](@ref triangulate(::LazySet))
125+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
126126
* [`vertices`](@ref vertices(::LazySet))
127127
* [`volume`](@ref volume(::LazySet))
128128
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))

docs/src/lib/sets/HPolytope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ Inherited from [`LazySet`](@ref):
132132
* [`constraints`](@ref constraints(::LazySet))
133133
* [`convex_hull`](@ref convex_hull(::LazySet))
134134
* `copy(::Type{LazySet})`
135-
* [`delaunay`](@ref delaunay(::LazySet))
136135
* [`diameter`](@ref diameter(::LazySet, ::Real=Inf))
137136
* [`eltype`](@ref eltype(::Type{<:LazySet}))
138137
* [`eltype`](@ref eltype(::LazySet))
@@ -146,6 +145,7 @@ Inherited from [`LazySet`](@ref):
146145
* [`singleton_list`](@ref singleton_list(::LazySet))
147146
* [`tosimplehrep`](@ref tosimplehrep(::LazySet))
148147
* [`triangulate`](@ref triangulate(::LazySet))
148+
* [`triangulate_faces`](@ref triangulate_faces(::LazySet))
149149
* [`vertices`](@ref vertices(::LazySet))
150150
* [`affine_map`](@ref affine_map(::AbstractMatrix, ::LazySet, ::AbstractVector))
151151
* [`exponential_map`](@ref exponential_map(::AbstractMatrix, ::LazySet))

0 commit comments

Comments
 (0)