Once OSI is replaced by our homegrown interface (issue1076), the GitHub actions
will have to be adapted accordingly.
On top of removing everything related to OSI, we also plan to make the actions
use newer versions of CPLEX (22.11) and SoPlex.
In order to make SoPlex work with our new interface, we have to use a version
that includes a pull request by Salomé which has been merged into their main
branch, but is not yet included in a SoPlex release. On the bright side, SoPlex
is open source as of their most recent release, which means that we no longer
need to fetch SoPlex through a GitHub secret and can instead directly fetch from
their GitHub repository.
|