ampl / mp

An open-source library for mathematical programming
https://mp.ampl.com
Other
229 stars 42 forks source link

Gurobi "writeprob" doesn't recognize "gurobi_auxfiles" setting #209

Open 4er4er4er opened 1 year ago

4er4er4er commented 1 year ago

With the ASL interface, it is possible to request the actual AMPL names in .mps and .lp files, by specifying

option gurobi_auxfiles rc;
option gurobi_options 'writeprob=export';

However, with the MP interface using these same options, only generic names (like R1 and C1) appear in the files. (This might not be specifically a Gurobi problem, but I haven't checked other solvers.)