I am reaching out regarding an issue I encountered while using the CPLEX solver with AMPL. Upon running the solver, I received the following error message:
ERROR: Solver (asl) returned non-zero return code (-11)
ERROR: See the solver log above for diagnostic information.
I attempted to investigate further by checking the logfile, but it appears to be empty, providing no diagnostic information. As a result, I am unsure of the specific cause of the error and how to proceed with resolving it.
Could you please assist me in understanding the possible reasons for this error?
We have seen this form of error message only when modeling is being done with Pyomo rather than AMPL. Specifically, the message beginning ERROR:Solver(asl)returned... occurs when Pyomo calls a solver that has an asl (AMPL-solver library) interface.