Page 1 of 1

Is there a GAMS formulation for the Response Time Variability Problem?

Posted: Sat Apr 28, 2018 11:44 am
by tolo
Dear all,

is there a formulation for the Response Time Variabilitiy Problem as attached? In the model library I can not find anything, so has anyone ever formulated the Problem in GAMS?
RTV.PNG
Best regards

Tobi

Re: Is there a GAMS formulation for the Response Time Variability Problem?

Posted: Wed May 09, 2018 9:25 pm
by GabrielYin
Hi Tobi,

It is weird that in this image, the model is stated as MILP problem. However, the objective is not linear.

If you can fix this issue, or use some other techniques like linear relaxation or second-order cone to "linearize" it, GAMS can surely handle this problem. Because it would be hard for GAMS to solve a MIQP problem with quadratic terms in the objective (note that MIQP is not the same with MIQCP).

Best,
Gabriel