JuliaReach / LazySets.jl

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

Let `remove_redundant_constraints` return `nothing` #3623

Open schillic opened 1 month ago

schillic commented 1 month ago

Currently, remove_redundant_constraints returns an EmptySet if the constraints are contradicting. I think this is unexpected. Instead, I suggest to return nothing.