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
👍 why not. it is a special case. not sure about the general definition over LazySet though, because that needs to implement scale on every lazy set. on the other hand, the LinearMap only needs to have defined the support function so i think we should keep that behavior
I would have expected that I get a scaled interval here.
I propose to redefine
*(α::Number, X::LazySet) = scale(α, X)
.The text was updated successfully, but these errors were encountered: