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

Multi-domains operations #14

Open
ptal opened this issue May 24, 2015 · 1 comment
Open

Multi-domains operations #14

ptal opened this issue May 24, 2015 · 1 comment

Comments

@ptal
Copy link
Owner

ptal commented May 24, 2015

For example, and for genericity purposes, it could be convenient to implement Contains<Interval<Bound>> for Bound, however does it really makes sense?

Another problem is the high number of combination between domains... To avoid this, should we cast less precise domains to more precise ones? But this is problematic for true generic programming and to propose efficient algorithms...

ptal added a commit that referenced this issue May 27, 2015
ptal added a commit that referenced this issue May 27, 2015
ptal added a commit that referenced this issue May 27, 2015
…perations between Interval<Bound> and Option<Bound>. Related to #14.
@ptal
Copy link
Owner Author

ptal commented Mar 28, 2016

This is a problematic partially resolved by gcollections. However it remains to implement comparison between two non-ground types, such as between Interval and IntervalSet.

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

No branches or pull requests

1 participant