I am trying to solve a referee assignment problem, but I simply can't think of a way to relate my variable to one of the parameters, and I hope that someone in here can help.
I have the following binary variable
- x(r,m) = 1 if referee r is assigned match m
and the following parameters:
- time(m,t) = 1 if match m takes place at time t
- avail(r,t) = 1 if referee cannot officiate a game at time t
I want to define my x variable to 0, when avail(r,t)=1, but is this even possible?