ARIAA
Request Demo
Glossary

Reachability Analysis

Computing the set of future states a system can reach from a given initial state under bounded actions and disturbances.

Reachability analysis is the core building block of feasibility: if the target state is not in the reachable set, the decision is infeasible. ARIAA runs reachability analysis via Monte Carlo, adaptive mesh refinement, or GPU-accelerated kernels depending on state-space dimensionality.

Related

  • Viability KernelThe set of states from which a viable trajectory exists — i.e. from which the system can be kept inside a constraint envelope forever.
  • Monte Carlo ReachabilitySampling-based reachability analysis for high-dimensional state spaces where grid-based methods are intractable.

← All glossary terms