Hey guys,
I’m implementing a mixed integer programming problem which are causing some troubles:
I have a set of jobs /j1j5/ and a set of modes /m1m10/. But not each job can be done in each mode, so I’m need a mapping such as AllowedModes of job3 = {m3, m4, m5} or AllowedModes of job5 = {m1, m4}. Finally I need a binary variable, e.g. z, which tells me, which job is done in which mode with the constraint that each job can only be done in one mode.
Can you help me?
Cheers,
Danielo