--
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/cdfd4472-c9fc-4439-a243-f37bc8fc5b65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Why don't you schedule high priority jobs in a first phase. Freeze them, then schedule the other jobs in a second model.
Le mar. 16 avr. 2019 à 05:17, PATHAN HUNAIDKHAN <hunaidk...@gmail.com> a écrit :
Hi everyone,--i am new to this group and recently started working on this awesome ortools using python. I have come across a unique case where i want to schedule jobs based on priority along with the optimized solution. I am able to do the optimized solution using this link https://developers.google.com/optimization/scheduling/job_shop. But i am not able to find any way to provide priority to a job.For example i want Job 1 to start and end first along with the machine utilization when it is free to other job
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...@googlegroups.com.
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/cdc4ae93-fd1b-4a07-bc90-0680a6ca64ff%40googlegroups.com.
Why don't you minimize the weighted sum of the end dates of each job, and specify the weights to encode priorities ?
Le mar. 16 avr. 2019 à 06:39, PATHAN HUNAIDKHAN <hunaidk...@gmail.com> a écrit :
the problem is i want to also optimize the scheduling the idea you suggested is good but with that proper scheduling is not happening as it will give output for 1 job and after that when i do scheduling for other lot it will provide me optimized scheduling . Is there any variable or functionality to provide high priority or sequence of the job?--
On Tuesday, 16 April 2019 18:20:20 UTC+5:30, Laurent Perron wrote:Why don't you schedule high priority jobs in a first phase. Freeze them, then schedule the other jobs in a second model.Le mar. 16 avr. 2019 à 05:17, PATHAN HUNAIDKHAN <hunaidk...@gmail.com> a écrit :Hi everyone,--i am new to this group and recently started working on this awesome ortools using python. I have come across a unique case where i want to schedule jobs based on priority along with the optimized solution. I am able to do the optimized solution using this link https://developers.google.com/optimization/scheduling/job_shop. But i am not able to find any way to provide priority to a job.For example i want Job 1 to start and end first along with the machine utilization when it is free to other job
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/or-tools-discuss/cdfd4472-c9fc-4439-a243-f37bc8fc5b65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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...@googlegroups.com.
--
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/dc468e06-278e-4f2b-8a78-7470e660d560%40googlegroups.com.
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/93b69b62-8a93-4e6d-9eab-167c11a52f78%40googlegroups.com.