Hi everyone,
I am using the C# API of AMPL and I have encountered an issue with the following code:
var ampl = new AMPL(new ampl.Environment(@"C:\AmplInstall"));
If the directory path contains special characters (such as 'é'
), it fails to work, and I get the following error:
AMPL could not be started: no such file or directory
Is there any way to work around this issue?
Thanks in advance for your help!