-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
Suggested Ecosystem Maintenance Tasks
- JuMP v0.23
- Increase Julia lower bound to v1.6
- Explore Replacing Cbc with HiGHS in tests
- Replace uses of
Int64withIntfor improved code portability
Note, it can be a little tricky to get SCS/HiGHS working with both JuMP v0.22 and v0.23. The following PowerModels PR should be able to help in what the update requires. Note that when you move from SCS v0.8 to v0.9+ some small changes in numerics is normal.