Implementing option-file for bonmin Topic is solved

Solver related questions
Post Reply
Gaucho
User
User
Posts: 10
Joined: 4 years ago

Implementing option-file for bonmin

Post by Gaucho »

Hello,

I have the following problem: I want to test out different Bonmin- algorithms using an option file.
However I couldn't figure out how to implement the file I created to the model.

I created a bonmin.opt file changing the algorithm but when I try implementing it I fail.
Any suggestions?

Thank you in advance and have a nice weekend!
abhosekar
Moderator
Moderator
Posts: 295
Joined: 3 years ago

Re: Implementing option-file for bonmin

Post by abhosekar »

You also have to tell GAMS that you have defined an option file using modelname.opt = 1
I assume you have created options file in the same directory as your GAMS code so that GAMS is able to locate it.
Finally, you should see in the process log if the file is being read and the options as well as errors related to options file (if any)

- Atharv
Gaucho
User
User
Posts: 10
Joined: 4 years ago

Re: Implementing option-file for bonmin

Post by Gaucho »

Thank you very much, now it works as it should.

Have a nice day!
Post Reply