reachability
Reachability is the property that a particular state, node, or location can be reached from a given starting point under a specified set of rules. It is a fundamental concept in several fields, including graph theory, computer science, control theory, networking, and formal verification. In graphs, reachability concerns whether there exists a path from one node to another.
In graph theory and computer science, reachability is typically studied on directed or undirected graphs. The
Algorithms for reachability include breadth-first search and depth-first search, which determine whether t is reachable from
In control theory, reachability (often called controllability) refers to the ability to drive a system’s state
In formal verification and model checking, reachability analysis explores the state space generated by system transitions