flexible job shop scheduling

Problems with modeling
Post Reply
seyyedi
User
User
Posts: 1
Joined: 5 years ago

flexible job shop scheduling

Post by seyyedi »

Please help me about coding of flexible job shop scheduling. My question is that how define sequence and assignment operations (with different proceeding time)? for example: we are 1 job with 5 operations and 4 machines and their sequence and assignment are respectively: O11-O22-O33-O42-O54.
O11 means that operation 1 for machine 1.
Thanks a lot.
abb.omidi
User
User
Posts: 39
Joined: 6 years ago

Re: flexible job shop scheduling

Post by abb.omidi »

hello
According to the model, you can use from a table (or parameter) to define model data.
For example, you may have a process time parameter (time of operation of jobs) or a route parameter (binary parameter: 1 if the operation of j pressed before operation of i in machine k, otherwise 0) that depends on your model.

Best regards
Post Reply