Hi,
I’m trying to solve a MINLP problem using the SHOT solver, but this message pops up in the GAMSPy solve output:
CPLEX chosen as MIP solver, but no GAMS/CPLEX license available. Changing to CBC.
The MILP formulation of my question was solved easily using CPLEX in GAMSPy, so my license is indeed fully functioning, but when I use SHOT to solve a MINLP formulation of my problem, it cannot find my license and reverts to using CBC, which is magnitudes slower for solving my model.
How do I fix this issue?