SF/FS/SS/FF mapping to depends, precedes

17,730 views
Skip to first unread message

feng

unread,
Sep 7, 2011, 10:09:56 AM9/7/11
to TaskJuggler Users
Chris,

Need a help to clarify the mapping between Start-to-Finish, Finish-to-
Start, Start-to-Start, Finish-to-Finish using depends and precedes.

Here is my understand, please verify:

1. Finish-to-Start: A depends B onend => A[FS]B = B can't start before
A is finished
2. Finish-to-Finish: A precedes B onend => A[FF]B = B can't finish
before A is finished
3. Start-to-Start: A depends B onstart => B[SS]A = A can't start
before B starts
4. Start-to-Finish: A precedes B onend => A[SF]B = B can't finish
before A starts

Is this correct?

Feng

Chris Schlaeger

unread,
Sep 8, 2011, 2:50:13 PM9/8/11
to taskjugg...@googlegroups.com

Yes, this is correct. This is what the final plan will look like. But
the scheduler will always schedule the referenced task first in case 2
and 3.

In the A[FF]B case, this means the end date from A must be determined
first and then B is scheduled ALAP (end-to-start) to determine the
start date.
In the B[SS]A case, the start date of B must be determined first and
then A is scheduled ASAP (start-to-end).

Chris

Reply all
Reply to author
Forward
0 new messages