Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaReach/ReachabilityAnalysis.jl
Computing reachable states of dynamical systems in Julia
https://github.com/JuliaReach/ReachabilityAnalysis.jl
automatic-control control-systems cyber-physical-systems differential-equations dynamical-systems flowpipe formal-verification hybrid-systems interval-arithmetic julia numerical-analysis ode reachability-analysis rigorous-numerics set-propagation simulations verification
Last synced: 12 days ago
JSON representation
Computing reachable states of dynamical systems in Julia
- Host: GitHub
- URL: https://github.com/JuliaReach/ReachabilityAnalysis.jl
- Owner: JuliaReach
- License: mit
- Created: 2019-12-03T13:04:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T21:16:10.000Z (26 days ago)
- Last Synced: 2024-10-17T08:43:03.286Z (24 days ago)
- Topics: automatic-control, control-systems, cyber-physical-systems, differential-equations, dynamical-systems, flowpipe, formal-verification, hybrid-systems, interval-arithmetic, julia, numerical-analysis, ode, reachability-analysis, rigorous-numerics, set-propagation, simulations, verification
- Language: Julia
- Homepage: https://juliareach.github.io/ReachabilityAnalysis.jl/
- Size: 10.8 MB
- Stars: 191
- Watchers: 10
- Forks: 16
- Open Issues: 148
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# ReachabilityAnalysis.jl
| **Documentation** | **Status** | **Community** | **License** |
|:-----------------:|:----------:|:-------------:|:-----------:|
| [![docs-dev][dev-img]][dev-url] | [![CI][ci-img]][ci-url] [![codecov][cov-img]][cov-url] [![PkgEval][pkgeval-img]][pkgeval-url] [![aqua][aqua-img]][aqua-url] [![dev-commits][dev-commits-url]][dev-commits-target] | [![zulip][chat-img]][chat-url] [![JuliaHub][juliahub-img]][juliahub-url] | [![license][lic-img]][lic-url] |[dev-img]: https://img.shields.io/badge/docs-latest-blue.svg
[dev-url]: https://juliareach.github.io/ReachabilityAnalysis.jl/dev/
[ci-img]: https://github.com/JuliaReach/ReachabilityAnalysis.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/JuliaReach/ReachabilityAnalysis.jl/actions/workflows/test-master.yml
[cov-img]: https://codecov.io/github/JuliaReach/ReachabilityAnalysis.jl/coverage.svg
[cov-url]: https://app.codecov.io/github/JuliaReach/ReachabilityAnalysis.jl
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/R/ReachabilityAnalysis.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/R/ReachabilityAnalysis.html
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
[dev-commits-url]: https://img.shields.io/github/commits-since/JuliaReach/ReachabilityAnalysis.jl/latest.svg
[dev-commits-target]: https://github.com/JuliaReach/ReachabilityAnalysis.jl
[chat-img]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
[chat-url]: https://julialang.zulipchat.com/#narrow/stream/278609-juliareach
[juliahub-img]: https://juliahub.com/docs/General/ReachabilityAnalysis/stable/version.svg
[juliahub-url]: https://juliahub.com/ui/Packages/General/ReachabilityAnalysis
[lic-img]: https://img.shields.io/github/license/mashape/apistatus.svg
[lic-url]: https://github.com/JuliaReach/ReachabilityAnalysis.jl/blob/master/LICENSE## β¨ What is Reachability Analysis?
Reachability analysis is concerned with computing rigorous approximations of the set
of states reachable by a dynamical system. In the scope of this package are systems
modeled by **continuous** or **hybrid** dynamical systems, where the dynamics changes with discrete events.
Systems are modelled by ordinary differential equations (ODEs) or semi-discrete partial differential equations (PDEs),
with **uncertain initial states**, **uncertain parameters** or **non-deterministic inputs**.The library is oriented towards a class of numerical methods known as **set propagation techniques:**
to compute the set of states reachable by continuous or hybrid systems, such methods iteratively
propagate a sequence of sets starting from the set of initial states, according to the systems' dynamics.See our [Frequently asked questions](https://juliareach.github.io/ReachabilityAnalysis.jl/dev/man/faq/#Commonly-asked-questions-(FAQ)-1) (FAQ) section for pointers to the relevant literature, related tools and more.
## π― Table of Contents
πΎ [Installation](https://github.com/JuliaReach/ReachabilityAnalysis.jl#--installation)
π [Documentation](https://github.com/JuliaReach/ReachabilityAnalysis.jl#--documentation)
π¨ [Features](https://github.com/JuliaReach/ReachabilityAnalysis.jl#--features)
:checkered_flag: [Quickstart](https://github.com/JuliaReach/ReachabilityAnalysis.jl#checkered_flag-quickstart)
πΎ [Examples Gallery](https://github.com/JuliaReach/ReachabilityAnalysis.jl#--examples)
:blue_book: [Publications](https://github.com/JuliaReach/ReachabilityAnalysis.jl#blue_book-publications)
π [Citation](https://github.com/JuliaReach/ReachabilityAnalysis.jl#--how-to-cite)
## πΎ Installation
Open a Julia session and activate the
`pkg` mode (to activate the `pkg` mode in Julia's REPL, type `]`,
and to leave it, type ``), and enter:```julia
pkg> add ReachabilityAnalysis
```## π Documentation
See the [Reference Manual](https://juliareach.github.io/ReachabilityAnalysis.jl/dev/) for introductory material, examples and API references.
π **Need help?** Have any question, or wish to suggest or ask for a missing feature?
Do not hesitate to open an [**issue**](https://github.com/JuliaReach/ReachabilityAnalysis.jl/issues) or join the JuliaReach Zulip chat: [![join the chat at https://julialang.zulipchat.com](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://julialang.zulipchat.com/#narrow/stream/278609-juliareach). You can also send an [email](mailto:[email protected]) to the developers.## π¨ Features
The following types of systems are supported (click on the left arrow to display a list of examples):
Continuous ODEs with linear dynamics :heavy_check_mark:
Continuous ODEs with non-linear dynamics :heavy_check_mark:
Continuous ODEs with parametric uncertainty :heavy_check_mark:
Hybrid systems with piecewise-affine dynamics :heavy_check_mark:
Hybrid systems with non-linear dynamics :heavy_check_mark:
Hybrid systems with clocked linear dynamics :heavy_check_mark:
## :checkered_flag: Quickstart
In less than 15 lines of code, we can formulate, solve and visualize the set of states reachable by the [Duffing oscillator](https://en.wikipedia.org/wiki/Duffing_equation) starting from any initial condition
with position in the interval `0.9 .. 1.1` and velocity in `-0.1 .. 0.1`.```julia
using ReachabilityAnalysis, Plotsconst Ο = 1.2
const T = 2 * pi / Ο@taylorize function duffing!(du, u, p, t)
local Ξ± = -1.0
local Ξ² = 1.0
local Ξ΄ = 0.3
local Ξ³ = 0.37x, v = u
f = Ξ³ * cos(Ο * t)# write the nonlinear differential equations defining the model
du[1] = u[2]
du[2] = -Ξ±*x - Ξ΄*v - Ξ²*x^3 + f
end# set of initial states
X0 = Hyperrectangle(low=[0.9, -0.1], high=[1.1, 0.1])# formulate the initial-value problem
prob = @ivp(x' = duffing!(x), x(0) β X0, dim=2)# solve using a Taylor model set representation
sol = solve(prob, tspan=(0.0, 20*T), alg=TMJets21a());# plot the flowpipe in state-space
plot(sol, vars=(1, 2), xlab="x", ylab="v", lw=0.5, color=:red)
```## πΎ Examples
| | |
|:--------:|:-----:|
| ![quadrotor](https://github.com/JuliaReach/JuliaReach-website/blob/master/images/reachability/NLN/ARCH-COMP20-JuliaReach-Quadrotor.png?raw=true) [Quadrotor altitude control](https://juliareach.github.io/ReachabilityAnalysis.jl/dev/generated_examples/Quadrotor/) | ![LVHybrid](https://github.com/JuliaReach/JuliaReach-website/blob/master/images/reachability/NLN/ARCH-COMP20-JuliaReach-LotkaVolterra.png?raw=true) [Lotka-Volterra with tangential guard crossing](https://github.com/JuliaReach/ARCH2020_NLN_RE/blob/master/models/LotkaVolterra/lotka_volterra.jl)|
| | |
| ![LaubLoomis](https://github.com/JuliaReach/JuliaReach-website/blob/master/images/reachability/NLN/ARCH-COMP20-JuliaReach-LaubLoomis.png?raw=true) [Laub-Loomis model](https://juliareach.github.io/ReachabilityAnalysis.jl/dev/generated_examples/LaubLoomis/) | ![PD](https://github.com/JuliaReach/JuliaReach-website/blob/master/images/reachability/NLN/ARCH-COMP20-JuliaReach-ProductionDestruction.png?raw=true)
[Production-Destruction model](https://juliareach.github.io/ReachabilityAnalysis.jl/dev/generated_examples/ProductionDestruction/)|
| | |
|![vanderpol](https://github.com/JuliaReach/JuliaReach-website/blob/master/images/reachability/NLN/ARCH-COMP20-JuliaReach-VanDerPol.png?raw=true) [Coupled van der Pol oscillator](https://github.com/JuliaReach/ARCH2020_NLN_RE/blob/master/models/VanDerPol/vanderpol.jl) | ![spaccecraft](https://github.com/JuliaReach/JuliaReach-website/blob/master/images/reachability/NLN/ARCH-COMP20-JuliaReach-Spacecraft.png?raw=true) [Spacecraft rendezvous](https://juliareach.github.io/ReachabilityAnalysis.jl/dev/generated_examples/Spacecraft/) |## :blue_book: Publications
This library has been applied in a number of scientific works.
Click to see the full list of publications that use ReachabilityAnalysis.jl.
We list them in reverse chronological order.
[11] **Combining Set Propagation with Finite Element Methods for Time Integration in Transient Solid Mechanics Problems.** Forets, Marcelo, Daniel Freire Caporale, and Jorge M. PΓ©rez Zerpa. arXiv preprint [arXiv:2105.05841](https://arxiv.org/abs/2105.05841). Accepted in Computers & Structures (2021).
[10] **Efficient reachability analysis of parametric linear hybrid systems with time-triggered transitions.** Marcelo Forets, Daniel Freire, Christian Schilling, 2020. [arXiv: 2006.12325](https://arxiv.org/abs/2006.12325). Published in
[18th ACM-IEEE International Conference on Formal Methods and Models for System Design
](https://ieeexplore.ieee.org/document/9314994). See [conference page](https://iitjammu.ac.in/conferences/memocode2020/index.html).[9] **ARCH-COMP20 Category Report: Continuous and Hybrid Systems with Linear Continuous Dynamics.** Matthias Althoff, Stanley Bak, Zongnan Bao, Marcelo Forets, Daniel Freire, Goran Frehse, Niklas Kochdumper, Yangge Li, Sayan Mitra, Rajarshi Ray, Christian Schilling, Stefan Schupp, and Mark Wetzlinger (2020) ARCH20. 7th International Workshop on Applied Verification of Continuous and Hybrid Systems. 7th International Workshop on Applied Verification of Continuous and Hybrid Systems (ARCH20), vol 74, pages 16--48. [10.29007/7dt2](https://easychair.org/publications/paper/DRpS).
[8] **ARCH-COMP20 Category Report: Continuous and Hybrid Systems with Nonlinear Dynamics.** Luca Geretti, Julien Alexandre dit Sandretto, Matthias Althoff, Luis Benet, Alexandre Chapoutot, Xin Chen, Pieter Collins, Marcelo Forets, Daniel Freire, Fabian Immler, Niklas Kochdumper, David P. Sanders and Christian
Schilling (2020) ARCH20. To appear in 7th International Workshop on Applied Verification of Continuous and Hybrid Systems. 7th International Workshop on Applied Verification of Continuous and Hybrid Systems (ARCH20), vol 74, pages 49--75. [10.29007/zkf6](https://easychair.org/publications/paper/nrdD).[7] **Case Study: Reachability Analysis of a unified Combat-Command-and-Control Model.** Sergiy Bogomolov, Marcelo Forets, Kostiantyn Potomkin. *International Conference on Reachability Problems (2020). Lecture Notes in Computer Science, vol 12448.* (2020) doi: [10.1007/978-3-030-61739-4_4](https://dx.doi.org/10.1007/978-3-030-61739-4_4). Presented in the [14th International Conference on Reachability Problems 2020](https://www.irif.fr/~rp2020/). [article](https://doi.org/10.1007/978-3-030-61739-4_4)
[6] **Reachability analysis of linear hybrid systems via block decomposition.** Sergiy Bogomolov, Marcelo Forets, Goran Frehse, Kostiantyn Potomkin, Christian Schilling. *IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, 39:11 (2020).* doi: [10.1109/TCAD.2020.3012859](https://dx.doi.org/10.1109/TCAD.2020.3012859). Presented in [Embedded Systems Week 2020](http://esweek.hosting2.acm.org/). [Get pdf from arXiv: 1905.02458](https://arxiv.org/abs/1905.02458).
[5] **ARCH-COMP19 Category Report: Continuous and Hybrid Systems with Linear Continuous Dynamics.** Matthias Althoff, Stanley Bak, Marcelo Forets, Goran Frehse, Niklas Kochdumper, Rajarshi Ray, Christian Schilling and Stefan Schupp (2019) ARCH19. 6th International Workshop on Applied Verification of Continuous and Hybrid Systems, vol 61, pages 14--40 [doi: 10.29007/bj1w](https://easychair.org/publications/paper/1gbP).
[4] **ARCH-COMP19 Category Report: Continuous and Hybrid Systems with Nonlinear Dynamics.** Fabian Immler, Matthias Althoff, Luis Benet, Alexandre Chapoutot, Xin Chen, Marcelo Forets, Luca Geretti, Niklas Kochdumper, David P. Sanders and Christian Schilling (2019) ARCH19. 6th International Workshop on Applied Verification of Continuous and Hybrid Systems, vol 61, pages 41--61 [doi: 10.29007/bj1w](https://easychair.org/publications/paper/1gbP).
[3] **JuliaReach: a Toolbox for Set-Based Reachability.** Sergiy Bogomolov, Marcelo Forets, Goran Frehse, Kostiantyn Potomkin, Christian Schilling. Published in Proceedings of [HSCC'19](http://hscc2019.eecs.umich.edu/): 22nd ACM International Conference on Hybrid Systems: Computation and Control (HSCC'19), see [ACM link here](https://dl.acm.org/citation.cfm?id=3311804). [Get pdf from arXiv: 1901.10736](https://arxiv.org/abs/1901.10736).
[2] **ARCH-COMP18 Category Report: Continuous and Hybrid Systems with Linear Continuous Dynamics.** Matthias Althoff, Stanley Bak, Xin Chen, Chuchu Fan, Marcelo Forets, Goran Frehse, Niklas Kochdumper, Yangge Li, Sayan Mitra, Rajarshi Ray, Christian Schilling and Stefan Schupp (2018) ARCH18. 5th International Workshop on Applied Verification of Continuous and Hybrid Systems, 54: 23β52. doi: [10.29007/73mb](https://dx.doi.org/10.29007/73mb).
[1] **Reach Set Approximation through Decomposition with Low-dimensional Sets and High-dimensional Matrices.** Sergiy Bogomolov, Marcelo Forets, Goran Frehse, FrΓ©dΓ©ric Viry, Andreas Podelski and Christian Schilling (2018) [HSCC'18](https://www.hscc2018.deib.polimi.it/) Proceedings of the 21st International Conference on Hybrid Systems: Computation and Control: 41β50. See the [ACM Digital Library link](http://dx.doi.org/10.1145/3178126.3178128), or the [arXiv: 1801.09526](https://arxiv.org/abs/1801.09526).
*Note:* Articles [1-7] use the former codebase `Reachability.jl`.
## π How to cite
Research credit and full references to the scientific papers presenting the algorithms implemented in this package can be found in the source code for each algorithm and in the [References](https://juliareach.github.io/ReachabilityAnalysis.jl/dev/references/) section of the online documentation.
If you use this package for your research, we kindly ask you to cite the following paper, see [CITATION.bib](http://github.com/JuliaReach/ReachabilityAnalysis.jl/blob/master/CITATION.bib). Moreover, please **also cite the appropriate original references to the algorithms used.**