JuliaIntervals / IntervalConstraintProgramming.jl

Calculate rigorously the feasible region for a set of real-valued inequalities with Julia
Other
63 stars 16 forks source link

Removing `refine!` from export list #208

Closed aafsar closed 5 months ago

aafsar commented 1 year ago

The now-defunct function refine! is commented out in the src, but it is still included in the exported names. So I think it might be better to remove it from the list. If it will be re-implemented, it can be added back.

If this is approved, I can make a PR.

schillic commented 5 months ago

This was done in #210.

dpsanders commented 5 months ago

Thanks!