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 concrete intersection of intervals #890

Closed
mforets opened this issue Nov 7, 2018 · 0 comments
Closed

Add concrete intersection of intervals #890

mforets opened this issue Nov 7, 2018 · 0 comments
Assignees
Labels
performance 🐎 More efficient code simplification 👶 Simplifies code

Comments

@mforets
Copy link
Member

mforets commented Nov 7, 2018

Currently, intersection(::Interval, ::Interval) returns an Hyperrectangle, which is correct, but one could expect to get an Interval in this particular case. (and a direct algorithm can be slightly more efficient).

@mforets mforets added the simplification 👶 Simplifies code label Nov 7, 2018
@schillic schillic added the performance 🐎 More efficient code label Nov 7, 2018
mforets added a commit that referenced this issue Nov 8, 2018
#890 - Add concrete intersection of intervals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance 🐎 More efficient code simplification 👶 Simplifies code
Projects
None yet
Development

No branches or pull requests

2 participants