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

combine_handles #42

Open
ekg opened this issue Jan 10, 2020 · 2 comments
Open

combine_handles #42

ekg opened this issue Jan 10, 2020 · 2 comments

Comments

@ekg
Copy link
Member

ekg commented Jan 10, 2020

I'd like to match divide_handle with an inverse function that combines handles back together.

This would be the signature:

handle_t combine_handles(const std::vector<handle_t>& handles);

Any thoughts?

@jeizenga
Copy link
Contributor

I think we'd want to have some requirement about the edge structure. We should really only be merging handles that form a non-branching path in the graph.

@ekg
Copy link
Member Author

ekg commented Jan 10, 2020 via email

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