Hello,
I have the data and model file written in AMPL for a quadratic optimization
problem. I tried to convert them into MPS files that can be read by Cplex.
I know that MPS file are typically for linear programming files. However,
the cplex solver has MPS built-in extensions that allow it to handle a
quadratic objective function and/or quadratic constraints.
I tried to convert the AMPL files from AMPL into MPS files using the
command:
write mInstance1;
However, I get an error message.
Problem has 14 nonlinear variables. No MPS file written.
Is there a way to circumvent this issue and to automatically write an MPS
file readable by Cplex from AMPL model and data files?
Is there another file format that I could generate from AMPL and that can be
read by Cplex?
Best regards,
Pratim
--
View this message in context:
http://ampl.996311.n3.nabble.com/MPS-File-tp11038.html
Sent from the AMPL mailing list archive at Nabble.com.