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

Convexification of a flowpipe #26

Open
mforets opened this issue Feb 28, 2020 · 2 comments
Open

Convexification of a flowpipe #26

mforets opened this issue Feb 28, 2020 · 2 comments

Comments

@mforets
Copy link
Member

mforets commented Feb 28, 2020

Write a function convexify that receives a flowpipe and an integer k and returns the convexified flowpipe, ie. it groups through ConvexHullArray wrappers the contiguous reach-sets for each chunk of k reach-sets.

@mforets
Copy link
Member Author

mforets commented Apr 16, 2020

there is now Convexify(fp::Flowpipe{N, ReachSet{N, ST}}) where {N, ST}

we could add a variant that also receives an index k >= 1 and convexifies reach-set chunks of size k

@mforets
Copy link
Member Author

mforets commented May 14, 2020

on a related note, though L = Convexify(sol[end-k:end]) works, it copies sol[end-k:end] over to a new array. it would be nice if we can avoid the copy. this probably requires a wrapper type ConvexifiedReachSet.

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