AI4OPT / OPFGenerator

Instance generator for OPF problems
MIT License
2 stars 3 forks source link

Update to PGLib v23.07 #79

Closed mtanneau closed 2 months ago

mtanneau commented 2 months ago

The PGLib collection was updated last summer. The new version v23.07 contains additional instances. I do not know whether OPF instances that were in v21.07 were modified.

So far, we have been using PGLib instances from v21.07, because that's the version that was linked in the PGLib.jl package. Since v0.2, PGLib.jl now loads instances from the v23.07 collection. We have a compat requirement for PGLib.jl that has prevented the update to PGLib.jl v0.2 / pglib v23.07.

klamike commented 2 months ago

Changelog from pglib-opf seems to suggest we won't have any issues updating. Spot-checking the diffs on the non-API cases shows just a version number + date change in the comments.