Is there any way to call CPLEX within a mod file in GLPK? In AMPL, it is possible to do this by providing the path before the solve command; for example, the following will do this job:
option solver "C:\AMPL112\cplexamp";
I am wondering if similar approach can be used in GLPK.