I am a new user of ampl and recently tried to make calls in matlab. This is the.run file I wrote.
reset;
model model.mod;
include data.INIVAL;
#option solver path “E:/AMPL/amplbundle.mswin64/ampl.mswin64”;
#option solver path ‘E:/AMPL/amplbundle.mswin64/ampl.mswin64’;
option solver ipopt;
solve;
However, when I run it, I get an error with the following message:
Ipopt 3.12.13:
Error at _cmdno 507 executing “solve” command
(file r0.run, line 7, offset 194):
can’t open C:\Users\WYM\AppData\Local\Temp\at2444.sol .
I would appreciate it if anyone could give me some answers.