In an assignment problem, I uses a binary variable with value of 1 if the process is ON in time slot t. I need to know the starting slot of the process. This is when the binary variable turns to ONE for the first time. In an MILP model, how to do that?
Thanks in advance..