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 setrep as type parameter in algorithms? #67

Closed
mforets opened this issue Mar 31, 2020 · 1 comment · Fixed by #117
Closed

Add setrep as type parameter in algorithms? #67

mforets opened this issue Mar 31, 2020 · 1 comment · Fixed by #117
Assignees

Comments

@mforets
Copy link
Member

mforets commented Mar 31, 2020

It may be useful to have the setrep as type information, carried over the algorithms, specially for hybrid systems.

In the hybrid post of HACLD1 we workaround that lack of information by preallocating with FT = typeof(flowpipe(sol)), since the method performs an initial flowpipe computation and stores it in the first iteration of the main loop. I don't know how general is that solution though.

@mforets
Copy link
Member Author

mforets commented Apr 16, 2020

PR #117 adds the method rsetrep for algorithms, which returns the reach-set representation that they use.

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

Successfully merging a pull request may close this issue.

1 participant