Skip to content

Commit

Permalink
add isdisjoint for Complement
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Mar 6, 2019
1 parent 8708557 commit 42e00cf
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 49 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 @@ -34,6 +34,7 @@ is_intersection_empty(::Union{HPolyhedron{N}, AbstractPolytope{N}}, ::Union{HPol
is_intersection_empty(::UnionSet{N}, ::LazySet{N}, ::Bool=false) where {N<:Real}
is_intersection_empty(::UnionSetArray{N}, ::LazySet{N}, ::Bool=false) where {N<:Real}
is_intersection_empty(::Universe{N}, ::LazySet{N}, ::Bool=false) where {N<:Real}
is_intersection_empty(::Complement{N}, ::LazySet{N}, ::Bool=false) where {N<:Real}
```

## Convex hull
Expand Down
Loading

0 comments on commit 42e00cf

Please sign in to comment.