projman #2960 uninterruptable task [resolved]
Some tasks must be specified as uninterruptible. For example, a 5 days training must be planned in a single block of 5 contiguus days. | |
priority | normal |
---|---|
type | enhancement |
done in | 0.13.0 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2007/11/21 18:11, written by laubry
-
2007/11/21 18:28, written by ocayrol
add commentit's already possible to do that:
load-type="oneof", will select only one resource.
by default tasks are not interruptible and there is no options in the data model to change that now (although it's possible to globally change that)
it's also easy to implement a per/task convexity if necessary.
what's not possible is to specify 5 contiguous working days; again the solver could do that with slight changes
Let's transform this story in:
Some tasks must be planned in a single slot of n contiguus days (with n <= 5). This is, for instance, the trainings that must be planned into a single week.
Sometimes, it should be interresting to specify that a contiguus task must begin on a given day of the week. For example, a 4 days training must be planned in a slot of 4 consecutive days and must begin on a tuesday.