iiasa / ixmp

The ix modeling platform for integrated and cross-cutting scenario analysis
https://docs.messageix.org/ixmp
Apache License 2.0
38 stars 111 forks source link

Test usability of HiGHS solver through `GAMSModel` #472

Open khaeru opened 1 year ago

khaeru commented 1 year ago

This PR tests that the free and open source HiGHS solver can be used through ixmp.

The GAMSModel class is enhanced to allow passing an LP=… keyword argument (thus also Scenario.solve(…, LP=…)) to enable selection of this, or other, solvers.

It appears to be not currently possible to test this on GitHub Actions:

How to review

PR checklist