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

Discrete-time flowpipes #528

Open
schillic opened this issue Jul 13, 2021 · 2 comments
Open

Discrete-time flowpipes #528

schillic opened this issue Jul 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@schillic
Copy link
Member

Currently with approx_model=NoBloating() one receives a flowpipe with time intervals for each reach set. Thus when plotting such a flowpipe in time, it looks like a continuous-time result. It would be better to only store the time points (which may require to add a new flowpipe type).

@schillic schillic added the enhancement New feature or request label Jul 13, 2021
@mforets
Copy link
Member

mforets commented Jul 15, 2021

The minimally disrupting fix might be to pull Δt = (zero(N) .. δ) + Δt0 out of the reach_foo! functions and pass it as an argument; if the algorithm works in discrete time, we have to pass Δt = zero(N) + Δt0. We can decide based on a new is_dense_time method applicable to <:AbstractContinuousPost.

@mforets
Copy link
Member

mforets commented Jul 15, 2021

It would be better to only store the time points (which may require to add a new flowpipe type).

We can instantiate reach-sets with time points as well. It will still be wrapped as a (degenerate) interval, but that shouldn't matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants