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

Add Flowpipe type #718

Closed
schillic opened this issue Nov 24, 2019 · 0 comments · Fixed by #719
Closed

Add Flowpipe type #718

schillic opened this issue Nov 24, 2019 · 0 comments · Fixed by #719

Comments

@schillic
Copy link
Member

We currently have AbstractReachSets for a single (convex) set and ReachSolution for a vector of those. The output of continuous-post operators is also a vector of AbstractReachSets. In hybrid reachability algorithms these vectors are mixed, which causes problems with vector types and also complicates finding individual flowpipes later (e.g., #261).

Proposal: Add an intermediate type Flowpipe. It works more or less like a ReachSolution but does not contain options. The ReachSolution would then become a vector of Flowpipes instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant