JuliaReach / Reachability.jl

Reachability and Safety of Nondeterministic Dynamical Systems
MIT License
50 stars 4 forks source link

Reachability for purely continuous nondeterministic LTI systems using zonotopes #385

Closed mforets closed 5 years ago

mforets commented 6 years ago

See:

mforets commented 5 years ago

See this notebook for a recap on the theory and a proof of principle implementation.

mforets commented 5 years ago

The pictures show the flowpipe of a 2x2 system x' = Ax (in the notebook) using (i) the concrete zonotopes reach algorithm, (ii) block decomposition.

Runtime is

screen shot 2019-03-05 at 18 14 03 screen shot 2019-03-05 at 20 45 30
mforets commented 5 years ago

This algorithm was added as GLGM06 in #531.