Greetings, I am trying to run my model using the cplex optimizer, with the following options:
option solver cplex;
option cplex_options "mipdisplay=2, outlev=1, mipgap=0.001, timelimit=3600";
solve;
When executing I get the following error:
Incorrect usage. Correct command syntax is:
cplex [-i] [-f <commandfile> | -c "<command1>" "<command2>" ...]
Exiting
Error at _cmdno 4 executing "solve" command
What is this error due to? I attach .mod, .dat and .run files