@@ -21,31 +21,31 @@ cartesian_product(::LazySet, ::LazySet)
21
21
## Check for emptiness of intersection
22
22
23
23
!!! note
24
- ` isdisjoint ` can be used as an alternative name to ` is_intersection_empty ` .
24
+ ` is_intersection_empty ` can be used as an alternative name to ` isdisjoint ` .
25
25
26
26
``` @docs
27
- is_intersection_empty (::LazySet, ::LazySet, ::Bool=false)
28
- is_intersection_empty (::AbstractHyperrectangle, ::AbstractHyperrectangle, ::Bool=false)
29
- is_intersection_empty (::LazySet, ::AbstractSingleton, ::Bool=false)
30
- is_intersection_empty (::AbstractHyperrectangle, ::AbstractSingleton, ::Bool=false)
31
- is_intersection_empty (::AbstractSingleton, ::AbstractSingleton, ::Bool=false)
32
- is_intersection_empty (::AbstractZonotope, ::Union{Hyperplane, Line2D}, ::Bool=false)
33
- is_intersection_empty (::Ball2, ::Ball2, ::Bool=false)
34
- is_intersection_empty (::LineSegment, ::LineSegment, ::Bool=false)
35
- is_intersection_empty (::LazySet, ::Union{Hyperplane, Line2D}, ::Bool=false)
36
- is_intersection_empty (::LazySet, ::HalfSpace, ::Bool=false)
37
- is_intersection_empty (::HalfSpace, ::HalfSpace, ::Bool=false)
38
- is_intersection_empty (::AbstractPolyhedron, ::LazySet, ::Bool=false)
39
- is_intersection_empty (::UnionSet, ::LazySet, ::Bool=false)
40
- is_intersection_empty (::UnionSetArray, ::LazySet, ::Bool=false)
41
- is_intersection_empty (::Universe, ::LazySet, ::Bool=false)
42
- is_intersection_empty (::Complement, ::LazySet, ::Bool=false)
43
- is_intersection_empty (::AbstractZonotope, ::AbstractZonotope, ::Bool=false)
44
- is_intersection_empty (::Interval, ::Interval, ::Bool=false)
45
- is_intersection_empty (::CartesianProductArray, ::AbstractPolyhedron)
46
- is_intersection_empty (::CartesianProductArray, ::CartesianProductArray)
47
- is_intersection_empty (::CartesianProductArray, ::AbstractHyperrectangle, ::Bool=false)
48
- is_intersection_empty (::Line2D, ::Line2D, ::Bool=false)
27
+ isdisjoint (::LazySet, ::LazySet, ::Bool=false)
28
+ isdisjoint (::AbstractHyperrectangle, ::AbstractHyperrectangle, ::Bool=false)
29
+ isdisjoint (::LazySet, ::AbstractSingleton, ::Bool=false)
30
+ isdisjoint (::AbstractHyperrectangle, ::AbstractSingleton, ::Bool=false)
31
+ isdisjoint (::AbstractSingleton, ::AbstractSingleton, ::Bool=false)
32
+ isdisjoint (::AbstractZonotope, ::Union{Hyperplane, Line2D}, ::Bool=false)
33
+ isdisjoint (::Ball2, ::Ball2, ::Bool=false)
34
+ isdisjoint (::LineSegment, ::LineSegment, ::Bool=false)
35
+ isdisjoint (::LazySet, ::Union{Hyperplane, Line2D}, ::Bool=false)
36
+ isdisjoint (::LazySet, ::HalfSpace, ::Bool=false)
37
+ isdisjoint (::HalfSpace, ::HalfSpace, ::Bool=false)
38
+ isdisjoint (::AbstractPolyhedron, ::LazySet, ::Bool=false)
39
+ isdisjoint (::UnionSet, ::LazySet, ::Bool=false)
40
+ isdisjoint (::UnionSetArray, ::LazySet, ::Bool=false)
41
+ isdisjoint (::Universe, ::LazySet, ::Bool=false)
42
+ isdisjoint (::Complement, ::LazySet, ::Bool=false)
43
+ isdisjoint (::AbstractZonotope, ::AbstractZonotope, ::Bool=false)
44
+ isdisjoint (::Interval, ::Interval, ::Bool=false)
45
+ isdisjoint (::CartesianProductArray, ::AbstractPolyhedron)
46
+ isdisjoint (::CartesianProductArray, ::CartesianProductArray)
47
+ isdisjoint (::CartesianProductArray, ::AbstractHyperrectangle, ::Bool=false)
48
+ isdisjoint (::Line2D, ::Line2D, ::Bool=false)
49
49
```
50
50
51
51
## Convex hull
0 commit comments