You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to YALMIP
Greetings,
I am using the solver Knitro through yalmip. I am trying to set the option of Knitro (mip_method=2) through yalmip but this command in not showing under:
and set the options you want in knitro_options_filename .
Abdullah
unread,
Jan 2, 2020, 4:42:30 PM1/2/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to YALMIP
It worked.
Thank you Mark.
So basically, we create a text file in the same directory as the model and list all the parameters or options we want to pass to the solver in that file. Then, we tell yalmip to pass these options to the solver.