JuliaIntervals / IntervalConstraintProgramming.jl

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

Use RuntimeGeneratedFunctions.jl instead of eval #183

Open dpsanders opened 3 years ago

dpsanders commented 3 years ago

https://github.com/SciML/RuntimeGeneratedFunctions.jl

dpsanders commented 3 years ago

https://discourse.julialang.org/t/modelingtoolkit-intervalconstraintprogramming-how-to-build-expressions-and-contractors-without-world-age-problems-or-ambiguities/59007/3

aafsar commented 1 year ago

I had a quick look at this. RuntimeGeneratedFunctions.jl doesn't work with closures. So I guess:

I'm not sure which one is better though.