JuliaReach / LazySets.jl

Scalable symbolic-numeric set computations in Julia
https://juliareach.github.io/LazySets.jl/
Other
226 stars 32 forks source link

Remove symbol aliases of concrete operations #3528

Closed schillic closed 1 week ago

schillic commented 4 weeks ago

I find it inconsistent that and \ are concrete while all other symbols use the lazy operations. Furthermore, \ is not a real alias for difference because you cannot pass additional (e.g., keyword) arguments to the function.