How is slack calculated in Changepoint?

Slack is the amount of time a task can be delayed without affecting the critical path (i.e. without delaying the project).

In Changepoint:

Example:

clipboard_e629b5e0fee68e74a2e9905e59452528a.png

In this example, Task 1 and 3 have the same start and finish, but different slack. This is because Task 3 can be delayed up to 9 business days without affecting the overall project duration. Task 1 on the other hand cannot be delayed, as this would also delay Task 2 and thus increase project duration.

As mentioned above, slack doesn't rollup. While Task 3 has a slack of 9, the parent task slack is 0 as delaying it would delay the overall project.