You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of concrete minkowski difference for polytopic sets can be specialized to axis-aligned (= hyperrectangular sets in our notation) sets.
Sketch:
since they are hyperrectangular sets => their directions are parallel
the normal directions of P⊖Q are also axis aligned
it remains to evaluate rᵢ - ρ(sᵢ,Q) for all i
(assume that the hyperrectangles are centered to the origin => both are obtained iirc with radius_hyperrectangle(H, i))
moreover, we can have an early termination to check that the minkowski difference is empty by computing the pairs of right hand sides +ei and -ei for each i
The text was updated successfully, but these errors were encountered:
The implementation of concrete minkowski difference for polytopic sets can be specialized to axis-aligned (= hyperrectangular sets in our notation) sets.
Sketch:
since they are hyperrectangular sets => their directions are parallel
LazySets.jl/src/ConcreteOperations/minkowski_difference.jl
Line 36 in 9b50aad
the normal directions of
P⊖Q
are also axis alignedit remains to evaluate
rᵢ - ρ(sᵢ,Q)
for alli
(assume that the hyperrectangles are centered to the origin => both are obtained iirc with
radius_hyperrectangle(H, i)
)moreover, we can have an early termination to check that the minkowski difference is empty by computing the pairs of right hand sides
+ei
and-ei
for eachi
The text was updated successfully, but these errors were encountered: