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

Define box_approximation for AbstractReachSets and AbstractFlowpipes #805

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

schillic
Copy link
Member

@schillic schillic commented Mar 13, 2024

An alternative would be to let LazySets define box_approximation without type restrictions.
EDIT: LazySets actually defines it the other way around:
overapproximate(S::LazySet, ::Type{<:Hyperrectangle}) = box_approximation(S)
Nevertheless, the point remains.

If not, we should probably still use the same convention here and rename all methods to box_approximation (and then add an alias with overapproximate).

@schillic schillic marked this pull request as ready for review March 13, 2024 21:11
@schillic schillic merged commit 428cbd5 into master Mar 17, 2024
6 checks passed
@schillic schillic deleted the schillic/overapproximate branch March 17, 2024 15:18
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 this pull request may close these issues.

None yet

2 participants