Hello,
I have a particular project to modelize. Here I have two parallel activities which don't have the same ressource. They begin at the same time, however the second activity (which have a lower workload than the first) cannot finish before the first as they are conducted parallely. How can I give this condition to Project'Or RIA?
Thanks in advance.
Arnaud
You may try one or many hints amongst :
- add a milestone to fix the start
- play with priorities
- adapt assignement rate so that second task lasts longer than work
- play with planning mode : maybe fixed duration would be better for second task
- try a end-start constraint with a negative delay between tasks
- think about your problem in a new way : maybe these particuliar contraints are due to incorrect split of tasks, maybe it should be one only task, maybe there should be 3 or more tasks
I hope this helps.