Reputation: 1310
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
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