I want to to solve several instances of a model with modified input data. This varied input data usually only affects the coefficients; but, it might affect the number of variables and constraints as well. Ideally, the varied instance of the model should use a warm start from the last solution to reduce run-times.
I am a bit familiar with GMP functions. However, I am not sure how to effectively implement such procedure.
I was wondering if AIMMS has something similar to Gather-Update-Solve-Scatter (GUSS) syntax in GAMS.
I would appreciate your comments :)