donpresente
donpresente

Reputation: 1310

Read a MPS file

Can the gurobi command read() be used from R? Or there is a way to read a mps file in R, without the need of using packages like Rglpk o linprog? My idea is to use gurobi from RStudio, but can load the mps files. Thanks Best

Upvotes: 2

Views: 1111

Answers (1)

Robert
Robert

Reputation: 595

Since Gurobi version 8.0 (released April 2018), MPS files can be read from within R through the newly added gurobi_read() function, see the full documentation.

Upvotes: 1

Related Questions