jobshop with multi capacity machine

270 views
Skip to first unread message

kalalios zineb

unread,
Apr 18, 2019, 8:16:48 AM4/18/19
to or-tools...@googlegroups.com
Hi, 
doses anyone of you have an idea about how to model a jobshop with multi capacity machine ? is there any similar examples? 
If you have any suggestion share it with me.
Thank you.
--
KALALIOS Zineb
Elève Ingénieur Génie Industriel-3A
Ecole Mohammadia d'Ingénieurs 

Laurent Perron

unread,
Apr 18, 2019, 8:29:12 AM4/18/19
to or-tools-discuss
flexible jobshop ?

look for examples/python/flexible_jobshop_sat.py
Laurent Perron | Operations Research | lpe...@google.com | (33) 1 42 68 53 00



--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/or-tools-discuss/CAOF%3DqKEJ6K%2BDm%2Bqvp%2BU2YjAXSUnfNyxce91HQQAJrMivSAV27Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

kalalios zineb

unread,
Apr 18, 2019, 8:34:13 AM4/18/19
to or-tools...@googlegroups.com
im looking for a jobshop where a machine capacity is more than one product. whiche means it can do more than one job at the same time


For more options, visit https://groups.google.com/d/optout.

Laurent Perron

unread,
Apr 18, 2019, 8:38:47 AM4/18/19
to or-tools-discuss
Then flexible jobshop when you replicate machines.

Laurent Perron | Operations Research | lpe...@google.com | (33) 1 42 68 53 00


kalalios zineb

unread,
Apr 18, 2019, 8:51:28 AM4/18/19
to or-tools...@googlegroups.com
which means that i need to put my machines in tow lists ?
can you please explane more?
thank you



For more options, visit https://groups.google.com/d/optout.

kalalios zineb

unread,
Apr 19, 2019, 3:33:49 AM4/19/19
to or-tools...@googlegroups.com
The Flexible Job Shop Problem (FJSP) is an extension of the classical job shop scheduling problem which allows an operation to be processed by any machine from a given set. The problem is to assign each operation to a machine and to order the operations on the machines.
In my case  have a jobshop but the machine capcity is grater than one so it can proceed tow jobs at same time. for example,if one job is already occupying the place 1 of the machine and an other job need the same machine it can start on the place 2 of the machine..
 this is my problem i don't know how to model this

Laurent Perron

unread,
Apr 19, 2019, 4:12:14 AM4/19/19
to or-tools-discuss
machine with capacity 2 seems to me equivalent to 2 machines of capacity 1.

We have a cumulative constraint where you specify capacity. But it is not possible to transform a solution with jobs packed in a cumulative resource into a solution with each job assigned to different alternative unary resources.


For more options, visit https://groups.google.com/d/optout.


--
--Laurent

kalalios zineb

unread,
Apr 19, 2019, 4:52:22 AM4/19/19
to or-tools...@googlegroups.com
thank you.
yes i have seenthis constraint but it will not work for me


For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages