nonreachability
Nonreachability is a concept used in graph theory, computer networks, and formal analysis to describe the absence of a path from a given source to a target within a directed structure. More precisely, in a directed graph G = (V, E), a node v is reachable from a node u if there exists a directed path from u to v. If no such path exists, v is nonreachable from u. The term is typically understood relative to a specified source node and does not imply a global property of the graph.
Formally, reachability forms a relation on V, and nonreachability is the complement of this relation. Nonreachability
Computationally, nonreachability is determined by performing a graph traversal from the chosen source (such as breadth-first
Applications of nonreachability include network design and diagnostics (identifying partitions or routing failures), access control (ensuring