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

Cartesian product of iterables using Cantor pairing #208

Closed
wants to merge 21 commits into from

Conversation

skirpichev
Copy link
Collaborator

Used in ProductSet.iter to fix sympy/sympy#10497

  • more tests
  • simplify?
  • use for Rationals set
  • use this in ntheory?

@skirpichev skirpichev added enhancement new feature requests (or implementation) sets utilities labels Jan 30, 2016
@skirpichev skirpichev closed this May 12, 2016
@skirpichev skirpichev deleted the cantor-product branch May 12, 2016 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature requests (or implementation) sets utilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

next(iter(S.Integers*S.Integers)) hangs (expected (0, 0), ...)
1 participant