Hi guys,
I just started to use GAMS (so I have no experience whatsoever). I wanted to know whether and how it is possible to model the absolute values of binary variables. So I want to maximize the difference:
max: SUM(t=0 to T) {abs(x_t - c_t)}
where x_t is a binary decision variable and c_t is also a binary variable (but not decision variable; the values are fixed). Of course there are contraints such that just flipping the value of c_t for every time slot is not feasible.
Does anyone have an idea whether something like this is possible or not.