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

Improve surface modifications by homomorphisms #107

Open
markusbaumeister opened this issue Dec 18, 2019 · 0 comments
Open

Improve surface modifications by homomorphisms #107

markusbaumeister opened this issue Dec 18, 2019 · 0 comments

Comments

@markusbaumeister
Copy link
Collaborator

Currently, the modification methods are difficult to use since they may change labels without telling the user what they did. Here is a suggestion to solve that problem:

Instead of returning a surface, we return a homomorphism (either from old -> new or new -> old). Then, we can use the homomorphism to give us the changed labels. This is possible for all simple splitting and joining methods.

If it is necessary to define a general modification method that is not amenable to this description, a different solution would have to be found for it.

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