Dice Question Streamline Icon: https://streamlinehq.com

Lower-complexity algorithms for fixed node search in multi-leader DAGs

Develop efficient algorithms with lower worst-case time complexity than the proposed labeling-based fixed node search (Algorithm 1) for determining fixed nodes in p-layered directed acyclic graphs, particularly in the multi-leader case (m ≥ 2) where the underlying m-vertex disjoint paths problem renders the approach NP-hard and computationally expensive on large-scale networks.

Information Square Streamline Icon: https://streamlinehq.com

Background

The paper proposes an algorithm that simultaneously labels layers and determines fixed nodes in DAGs, leveraging reductions to m-vertex disjoint paths problems. The authors analyze complexity: for m ≥ 2, the problem becomes NP-hard, leading to high computational costs, especially for large networks.

Given this complexity barrier, the authors explicitly indicate the need for improved algorithms with lower time complexity that remain effective on complex graphs and large-scale instances.

References

Despite the progress made in this paper, several open problems remain. Our proposed algorithm has a high computational cost, especially in large-scale networks, because it can be an NP-hard problem depending on the number of leaders (if $m\geq 2$). Therefore, our future work will focus on developing effective algorithms with lower time complexity and applying them to more complex graphs.

Fixed Node Determination and Analysis in Directed Acyclic Graphs of Structured Networks (2405.06236 - Park et al., 10 May 2024) in Section 6 Conclusion