HiGHS - Linear optimization software is available at ERGO-CODE/HiGHS.
Objective here is to dockerize HiGHS and be able to run it as a container service, on a cloud paltform -- a Solver-as-a-Service.
docker build --progress=plain --platform=linux/amd64 -t highs/image .
docker run --platform=linux/amd64 highs/image
Exporting MPS files using the CBC Python API: Insert s.writeMps(“model.mps”,0,2,0)
after you have built your model and right before the call of the optimization routine