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 the concrete intersection stores a vector with the same number of elements as the union's array. However, some of those elements may become empty after intersecting, so it would be preferable to only add non-empty elements (and return the empty set if they are all non-empty).
The implementation of the concrete intersection stores a vector with the same number of elements as the union's array. However, some of those elements may become empty after intersecting, so it would be preferable to only add non-empty elements (and return the empty set if they are all non-empty).
LazySets.jl/src/ConcreteOperations/intersection.jl
Line 751 in 17a45b9
xref: JuliaReach/ReachabilityAnalysis.jl#197
The text was updated successfully, but these errors were encountered: