Search found 4 matches

by berry12150
2 years ago
Forum: Archive Google Group
Topic: Receiving the message: Error Error code = 2; no such file or directory
Replies: 6
Views: 10500

Re: Receiving the message: Error Error code = 2; no such file or directory

The error is what it says. GAMS cannot find the file "E:\...\path.opt" I assume you don't provide full path that the error message shows. Is there a file at E:\..\path.opt? Are you creating this file? - Atharv Hi Atharv, Thanks for your reply. There is no path.opt file in the directory un...
by berry12150
2 years ago
Forum: Archive Google Group
Topic: Receiving the message: Error Error code = 2; no such file or directory
Replies: 6
Views: 10500

Re: Receiving the message: Error Error code = 2; no such file or directory

I met the same issue:

*** Error Cannot open parameter file "E:\...\path.opt"
*** Error Error code = 2; No such file or directory

Does anyone know how to solve this problem?
by berry12150
6 years ago
Forum: Archive Google Group
Topic: Read Model Status in Matlab and record it 1->optimal & 0 O.W.
Replies: 8
Views: 8746

Re: Read Model Status in Matlab and record it 1->optimal & 0 O.W.

I just figured out how to use .ModelStat in gams. It works.

Thank you.

Berry12150
by berry12150
6 years ago
Forum: Archive Google Group
Topic: Read Model Status in Matlab and record it 1->optimal & 0 O.W.
Replies: 8
Views: 8746

Re: Read Model Status in Matlab and record it 1->optimal & 0 O.W.

Hi Archiver, I am also trying to output GAMS model status in matlab. I read your posts, but still don't know how to set model status and solve status to variables in gams. In my gams codes, it is shown that "modelstat" is an unknown symbol. Can you explain your method with more details? I ...