research-dag-scheduling-analysis
research-dag-scheduling-analysis copied to clipboard
DAG recursion problem
In the implementation of He 2019, the local path searching has a problem that will not produce an optimal longest path. This is due
to a bug in DAG recursion. This also affects (alpha, beta) analysis when formulating the parallel model.
This is solved in commit 5ed29aec745dba0f6e94622c7d53f9b0bcc9c764. A larger scale of test is needed to confirm the conclusion is not affected.