Skip to content

Commit

Permalink
Merge pull request #1027 from JuliaReach/schillic/1026
Browse files Browse the repository at this point in the history
#1026 - Efficient concrete intersection with a singleton
  • Loading branch information
schillic authored Jan 17, 2019
2 parents a5c6791 + 0ce2a41 commit 6e00cd9
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 26 deletions.
1 change: 1 addition & 0 deletions docs/src/lib/binary_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ convex_hull(::VPolygon{N}, ::VPolygon{N}) where {N<:Real}
## Intersection of two sets

```@docs
intersection(::AbstractSingleton{N}, ::Union{LazySet{N}, UnionSet{N}, UnionSetArray{N}}) where {N<:Real}
intersection(::Line{N}, ::Line{N}) where {N<:Real}
intersection(::AbstractHyperrectangle{N}, ::AbstractHyperrectangle{N}) where {N<:Real}
intersection(::Interval{N}, ::Interval{N}) where {N<:Real}
Expand Down
Loading

0 comments on commit 6e00cd9

Please sign in to comment.