-
Notifications
You must be signed in to change notification settings - Fork 61
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
Related tasks on different resources #63
Comments
There is a change in the
This would imply that Is this your requirement? The branch isnt merged yet, but it is basically complete, just didnt merge yet. |
Looking at the axample, I think no. I want implement the following rules
I think your code doesn't provide it. |
here is some snippet that does that:
So if |
It looks like initial task where both tasks are scheduled on the same resource, and moreover
Your code sends both tasks to the same resource. |
Ok, got it wrong, use a capacity constraint:
|
It looks like sports-scheduling example (link), but It generates an error: My artificial example (isnpired by your answer) generates 'no solution':
What am I doing wrong? |
The following works for me? Please upgrade to the newest version 0.2.29, maybe there is some old bug. I also did some simplification regarding the definiton of the machines. The
|
Hello,
Is it possible to make the tasks related by precedence, to work on different resources? Something like that from your example, but vice versa
S += green_paint < green_post
# green_post will use the same resources as green_paint if there is an overlap in resource requirement
green_post += green_paint*[Alice,Bob]
Thnx!
The text was updated successfully, but these errors were encountered: