Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backward reachability for LTI systems #275

Open
schillic opened this issue Jun 12, 2019 · 0 comments
Open

Backward reachability for LTI systems #275

schillic opened this issue Jun 12, 2019 · 0 comments

Comments

@schillic
Copy link
Member

schillic commented Jun 12, 2019

Instead of computing ΦᵏX(0) and checking whether the intersection with B is empty, one can backpropagate B using (Φᵏ)⁻¹B. In other words, ΦᵏX(0) ∩ B = ∅ ⟺ X(0) ∩ (Φᵏ)⁻¹B = ∅.
(Note that Φ is invertible. This was the description for the homogeneous case, but it can be generalized.)

Possible benefits:

  • B often has a concise H-representation while X(0) depends on the precision. Hence the concrete backpropagation can be more efficient (symbolic propagation does not care).
  • The abstraction only takes place in X(0), so there is a simple abstraction-refinement algorithm: approximate X(0) by a box; if the intersection is nonempty, add more template directions (or use a different discretization algorithm). (Again, symbolic representation does not care.)
  • (Only if there are no inputs:) There is no error because B as well as (Φᵏ)⁻¹B are exact.

Downsides:

  • B is typically unbounded.
  • The possible property of B being decomposed/sparse cannot be exploited.

Related:

@mforets mforets transferred this issue from JuliaReach/Reachability.jl Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant