Description | The scheduler contains a critical path detector.
Detecting a critical path requires the analysis of every possible
path between 2 end tasks. The number of paths that have to be
checked can grow exponentially with the number of tasks and their
dependencies. By default, only 10 million paths will be checked.
With this parameter the user can define how many paths should be
checked. Using 0 as value will trigger an exhaustive search under
all circumstances. Scheduling times of hours if not days are
certainly possible for large projects. |