JuliaReach / LazySets.jl

Scalable symbolic-numeric set computations in Julia
https://juliareach.github.io/LazySets.jl/
Other
226 stars 32 forks source link

Zonotopic overapproximation of a taylor model with template zonotope #1789

Open mforets opened 5 years ago

mforets commented 5 years ago

Let F = (p(x₀, t), I) be an n-dimensional TM flowpipe, x₀ ∈ X₀, t ∈ [0, δ]. Two ideas are outlined in [1] (we may split these into smaller issues):

Question: how do we check for containment?

Refs:

mforets commented 4 years ago

using a conservative linearization of the TM.

This method was added in Lazysets v1.13.0.

using a templated zonotope.

This is not implemented yet (described in Chen's thesis).