JuliaIntervals / IntervalConstraintProgramming.jl

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

Rewrite the package to use Symbolics and ReversePropagation #212

Open dpsanders opened 5 months ago

dpsanders commented 5 months ago

Update #204 to work with Symbolics 5, IntervalArithmetic 0.22.

schillic commented 4 months ago

Is there a reason to un-support versions below v1.10? That makes this package harder to use downstream when running tests on older versions, so one may have to write version-specific wrapper code. (Of course, if a v1.10 feature is used, then that is how it is.)

dpsanders commented 4 months ago

The reason is just that I don't know which previous versions will work with this combination. I can change it back.