CPLEX solver status

Description of the issue

Hi,

I am devolping a model but when I try to solve the MIP model i am Getting Solve Status: TerminatedBySolver

[MODEL - WARNING] The solve was interrupted! Solve status: TerminatedBySolver

GAMSPy version

This information can be retrieved with:

gamspy == 1.0.3

It means that for whatever reason, the solver terminated the solve process. You can see the reason by checking the logs:

MIN_VE.solve(output=sys.stdout)