Skip to content

Determine critical path

Description of issue:

It should be possible to determined the longest path (critical path) for an SFG (with latencies)

Comment:

This is the same as the maximum time in an ASAP schedule, so a quick fix is to schedule using ASAP and return the scheduling time.