Skip to content

Commit 116a1aa

Browse files
authored
Merge pull request #3192 from JuliaReach/schillic/rectification
Revise Rectification code and generalize to LazySet
2 parents 739ea97 + f0b7dbd commit 116a1aa

File tree

3 files changed

+146
-133
lines changed

3 files changed

+146
-133
lines changed

docs/src/lib/lazy_operations/Rectification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dim(::Rectification)
1919
an_element(::Rectification)
2020
∈(::AbstractVector, ::Rectification)
2121
isempty(::Rectification)
22-
isbounded(::Rectification{N}) where {N}
22+
isbounded(::Rectification)
2323
to_union_of_projections(::Rectification, ::Bool=false)
2424
```
2525
Inherited from [`LazySet`](@ref):

0 commit comments

Comments
 (0)