pulsipher / FlexibilityAnalysis.jl

A JuMP extension for conducting flexibility analysis.
https://pulsipher.github.io/FlexibilityAnalysis.jl/dev/
MIT License
4 stars 2 forks source link

Rewrite to be Compatible with Julia 1.6+ and JuMP 1.0 #2

Open pulsipher opened 2 years ago

pulsipher commented 2 years ago

FlexibilityAnalysis.jl was developed with Julia 1.0 and JuMP 0.18. Since then, Julia 1.6 vis now the LTS version. And JuMP had a major overhaul behind the scenes when it transitioned from MathProgBase to MathOptInterface.

Updating to Julia 1.6+ would be pretty straightforward, but updating the JuMP dependency would be a considerable amount of work. The good news is that JuMP has reached v1.0 , so once this is updated, it should work for a while.

Currently, I do not have time to lead such an effort, but I would be happy to guide anyone that is interested in taking this on.