Hi AMPL Engineers,
I met a problem when I used cplex to solve problem. The detail as blow. Would do you please help me to tell me why and how to fix this problem?
By the way, other solvers have not this problem. Only cplex solver occured this problem.
ampl: model test.mod;
ampl: option solver cplex;
ampl: solve;
Incorrect usage. Correct command syntax is:
cplex [-i] [-f <commandfile> | -c "<command1>" "<command2>" ...]
Exiting
Error executing "solve" command:
can't open C:\Users\Surface\AppData\Local\Temp\at3148.sol
Best regards,
Bing Zhang