Page 1 of 1

flexible job shop scheduling

Posted: Sat Aug 18, 2018 8:46 pm
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.

Re: flexible job shop scheduling

Posted: Sun Aug 26, 2018 1:03 pm
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