I've recently acquired the evaluation version of SNOPT/SQOPT, and I'm intending to use it through MATLAB. After setting up my licenses, running the scripts 'runNPexamples' or 'runQPexamples' both return the following error:
Specs filename is too long
Error in snspec (line 10)
info = snoptmex(mexopt,specsfile);
Error in snopt (line 263)
info = snspec(specsfile);
Running the getenv commands for 'SNOPT_LICENSE' and 'SQOPT_LICENSE' returns './snopt7.lic' and './sqopt7.lic' respectively, and I've ensured that the relevant directories are added to the MATLAB path.
Any support on the matter would be greatly appreciated. Thank you!