JuliaIntervals / IntervalArithmetic.jl

Library for validated numerics using interval arithmetic
https://juliaintervals.github.io/IntervalArithmetic.jl/
Other
297 stars 71 forks source link

Speed up hull #663

Closed dpsanders closed 4 months ago

OlivierHnt commented 4 months ago

In https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/664 I added a feature of this PR: the resulting decoration does not depend on decoration(r).

In the current status of this PR, I think this is the only small improvement we can get. For instance, removing isempty_interval(x) & isempty_interval(y) && return x breaks a few things since:

Unless you are still trying things out, I suggest to close this PR.

dpsanders commented 4 months ago

What does removing isempty_interval(x) & isempty_interval(y) && return x break?

dpsanders commented 4 months ago

Oh, I see what you're saying :/ That... is unfortunate. Closing for now, thanks.