yozw / lio-ng

Source code for http://online-optimizer.appspot.com.
GNU General Public License v3.0
7 stars 0 forks source link

Add "export" to other file format #31

Open yozw opened 9 years ago

yozw commented 9 years ago

E.g. cplex, and something gurobi-compatible.

yozw commented 9 years ago

Note that there is a bug in exporting CPLEX LPs (I think), in that subscripted variables are exported as, e.g., "x[1,1]", which is not supported by the CPLEX format. This should be turn into "x_1_1". The same may be the case for MPS.