Computing Time-varying Network Reliability using Binary Decision Diagrams

📅 2025-04-02
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Computing reliability in time-varying networks (e.g., space networks, vehicular ad hoc networks, UAV networks)—specifically, the probability that a strictly time-respecting path (journey) exists from source to destination with all links operational—has traditionally relied on explicit enumeration of all journeys and inclusion–exclusion or disjoint products, resulting in exponential complexity. Method: This paper introduces Binary Decision Diagrams (BDDs) to this problem for the first time, enabling compact encoding of journey structures and efficient probabilistic inference without explicit journey enumeration. Contribution/Results: We present the first exact, scalable algorithm for time-respecting reliability computation under temporal graph models. Experimental evaluation demonstrates speedups of up to four orders of magnitude over state-of-the-art methods, enabling real-time reliability assessment on large-scale, sparse temporal networks.

Technology Category

Application Category

📝 Abstract
Computing the reliability of a time-varying network, taking into account its dynamic nature, is crucial for networks that change over time, such as space networks, vehicular ad-hoc networks, and drone networks. These networks are modeled using temporal graphs, in which each edge is labeled with a time indicating its existence at a specific point in time. The time-varying network reliability is defined as the probability that a data packet from the source vertex can reach the terminal vertex, following links with increasing time labels (i.e., a journey), while taking into account the possibility of network link failures. Currently, the existing method for calculating this reliability involves explicitly enumerating all possible journeys between the source and terminal vertices and then calculating the reliability using the sum of disjoint products method. However, this method has high computational complexity. In contrast, there is an efficient algorithm that uses binary decision diagrams (BDDs) to evaluate the reliability of a network whose topology does not change over time. This paper presents an efficient exact algorithm that utilizes BDDs for computing the time-varying network reliability. Experimental results show that the proposed method runs faster than the existing method up to four orders of magnitude.
Problem

Research questions and friction points this paper is trying to address.

Computing reliability of dynamic networks efficiently
Reducing high complexity in journey enumeration methods
Applying BDDs to time-varying network reliability analysis
Innovation

Methods, ideas, or system contributions that make the work stand out.

Uses Binary Decision Diagrams (BDDs)
Computes time-varying network reliability
Improves speed by four orders
🔎 Similar Papers
No similar papers found.
Y
Yu Nakahata
Nara Institute of Science and Technology, Japan
S
Shun Arizono
Nara Institute of Science and Technology, Japan
Shoji Kasahara
Shoji Kasahara
Nara Institute of Science and Technology
Performance EvaluationQueueing TheoryApplied Probability