-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different arrival times [feature request] #89
Comments
Hi @Maros112358 |
Hello @fantes, thank you for the quick reply. Your idea sounds like what I want. Are you planning to implement this in the near future? Or can this be done with Wheatley right now? |
Using the rcpsp code, this should work directly by adding such jobs in the problem description file. |
Hello @fantes, I tried implementing the proposed solution, and I would like to just make a quick check with an example if I understood you correctly. This is 6x6 JSSP instance in Taillard specification
For each job, I generated arrival times [7, 0, 0, 5, 8, 0] (first job starts at time 7, second at 0, ...). The JSSP instance in Taillard specification with virtual tasks should then look like this:
If it's correct, I can prepare a pull request with the code snippet I used. |
Hello @Maros112358 |
Hello @fantes, |
ok, that is pretty cool. Just keep in mind that we did not test this case, so do not hesitate to double/triple check the results. |
Hello, I would like to solve a JSSP problem with different arrival times. Some of the jobs should be available at start
t = 0
, and others should arrive at timet > 0
. I tried to use Wheatley for this purpose, but as far as I know, it does not support this feature right now. Would it be possible to add this feature to Wheatley?The text was updated successfully, but these errors were encountered: