How do I tell AMPL to generate a .lp file?
Thanks,
Arm
--
View this message in context: http://www.nabble.com/How-to-generate-.lp-file--tf3897719.html#a11049444
Sent from the AMPL mailing list archive at Nabble.com.
write ("g/[directory path]/[filename]);
--
Steven Harrod
Lexington, KY
859 225 1572
Arm
--
View this message in context: http://www.nabble.com/How-to-generate-.lp-file--tf3897719.html#a11090011
I mean a .lp file that CPLEX can use. How MPS files differ from .lp files? I
believe CPLEX accepts .mps files, right?
Thanks,
Arm
--
View this message in context: http://www.nabble.com/How-to-generate-.lp-file--tf3897719.html#a11099108
If You´re using AMPL/CPLEX can try using the next commands :
model filename.mod;
data filename.dat;
option cplex_options "writeprob= filename.lp";
solve;
filename is your optimization model.
William Alguera
-----Mensaje original-----
De: am...@googlegroups.com [mailto:am...@googlegroups.com]En nombre de arm
Enviado el: Domingo, 10 de Junio de 2007 09:14
Para: am...@googlegroups.com
Asunto: [AMPL 1248] How to generate .lp file?
On Jun 13, 8:53 am, Willian Rolando Alguera López <w...@ut.com.sv>
wrote:
Arm
On Jun 13, 11:53 am, Willian Rolando Alguera López <w...@ut.com.sv>
wrote: