Open yozw opened 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.
E.g. cplex, and something gurobi-compatible.