sherek_66
sherek_66

Reputation: 531

How I can read files in miplib

does anybody know how I can read mps file in miplib website? I downloaded them and opened them by ampl but it’s not clear what is constraints!!! In the top of the problems has been written : encoding-iso-8859-1 i don’t know what this mean??? I attached opened file enter image description here!

Upvotes: 0

Views: 127

Answers (1)

Erwin Kalvelagen
Erwin Kalvelagen

Reputation: 16772

MIPLIB problems are provided in (a low level) MPS format. Typically MPS files are fed directly into a solver. There is no good way to reconstruct a nice, indexed AMPL model from an MPS file (basically lots of the structure is lost). It should be possible to create some scalar AMPL representation of an MPS file, but that is of very limited value.

Upvotes: 1

Related Questions