Reachability.jl Save

Reachability and Safety of Nondeterministic Dynamical Systems

Project README

Reachability.jl

Build Status Documentation license Code coverage Join the chat at https://gitter.im/JuliaReach/Lobby

Reachability is a software for reachability analysis and safety property checking that performs flowpipe computation of dynamical systems given by ordinary differential equations models (ODEs) in continuous or discrete time. It is written in Julia, a modern high-performance language for scientific computing.

Currently this package implements algorithms for flowpipe approximation of:

  • linear and nonlinear purely continuous or purely discrete ODEs with nondeterministic inputs
  • hybrid dynamical systems

:warning: NOTE: This library is deprecated, use ReachabilityAnalysis.jl.

Resources

Installing

This package requires Julia v1.0 or later. Refer to the official documentation on how to install and run Julia in your system.

Dependencies

The set computations depend on the core library LazySets.jl, which is also part of the JuliaReach framework. LazySets.jl exploits the principle of lazy (on-demand) evaluation and uses support functions to represent lazy sets.

The latest stable release of LazySets.jl is installed automatically when you install Reachability.jl (see the installation instructions below). See the installation section of LazySets.jl for further details.

Installation

Depending on your needs, choose an appropriate command from the following list and enter it in Julia's REPL. To activate the pkg mode, type ] (and to leave it, type <backspace>).

Install the latest release version

pkg> add https://github.com/JuliaReach/Reachability.jl

Install the latest development version

pkg> add https://github.com/JuliaReach/Reachability.jl#master

Clone the package for development

pkg> dev https://github.com/JuliaReach/Reachability.jl
Open Source Agenda is not affiliated with "Reachability.jl" Project. README Source: JuliaReach/Reachability.jl

Open Source Agenda Badge

Open Source Agenda Rating