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

Operators for sets and topology #29

Open
yudukikun5120 opened this issue Nov 1, 2022 · 1 comment
Open

Operators for sets and topology #29

yudukikun5120 opened this issue Nov 1, 2022 · 1 comment

Comments

@yudukikun5120
Copy link

I wrote operations for sets and topology:

  • Set.power_set: returns a power set of a given set
  • Set.intersection: returns an intersection of given sets, rather than two sets
  • Set.union: returns a union of given sets, rather than two sets
  • Topology.topology: returns a topology of a given set

These modules are in my repository (https://github.com/yudukikun5120/topology). But I'd rather merge in your repository considering the size of my package.
So could you consider merging the functions above? If you are willing to do so, I will open the pull request.

Thank you.

@Qqwy
Copy link
Collaborator

Qqwy commented Nov 2, 2022

Since the rest of this library does not deal with sets, I think it is better to keep your library separate.

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

No branches or pull requests

2 participants