Issue on executing an option file

Problems with modeling
Post Reply
abb.omidi
User
User
Posts: 39
Joined: 6 years ago

Issue on executing an option file

Post by abb.omidi »

Dear community team,

I am trying to solve an NLP problem by using Baron solver via the Neos interface in the GAMS v.34. The option file contains two local parameters of the Baron solver and is as follows:

Code: Select all

option nlp= Baron;
$onecho > baron.opt
numloc 0
dolocal 0
$offecho
model.optfile=1;
When I have run the model, the log file showed that the parameters I have set cannot be read while in the Neos host it can be run without any issue. I was wondering if, is it possible to fix it?

Regards
Abbas
Post Reply