Hello,
I am trying to use MOSEK solver with AMPL, and I faced an issue that AMPL does not see the solver. I know that to use MOSEK from AMPL I need to set up the system path to the MOSEK command-line tool. I checked the MOSEK Command line tool guide and all other documentation but still could not figure it out. I tried to call Mosek directly by "option solver mosek" and using the command line using "mampl". Any ideas on how can I set up the system path to the MOSEK or any other ideas? Any help would be appreciated.
Additional info:
MOSEK version: 9.3
Working platform: Windows 64 bit
The API I am using: AMPL
Error message: "Error at _cmdno 4 executing "solve" command"
Sample code attached.
--