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

BuchheimWalker Lines merged into one #67

Closed
AndreuZaitsev opened this issue Mar 20, 2020 · 3 comments
Closed

BuchheimWalker Lines merged into one #67

AndreuZaitsev opened this issue Mar 20, 2020 · 3 comments

Comments

@AndreuZaitsev
Copy link

Is it possible to separate lines? They are merged into one
Screen Shot 2020-03-20 at 22 00 03

@AndreuZaitsev AndreuZaitsev changed the title BuchheimWalker BuchheimWalker Lines merged into one Mar 20, 2020
@GregorBlock
Copy link
Contributor

Therefore you have to create a new EdgeRenderer and pass it with Algorithm.setEdgeRenderer(EdgeRenderer)

@GregorBlock
Copy link
Contributor

What does your graph structure look like? I noticed that the childs have several parents, this is not supported by BuchheimWalker. We already have a TODO for this which defines the appropriate checks.

@AndreuZaitsev
Copy link
Author

@GregorBlock I've used BuchheimWalker for this. This type of algorithm doesn't support cyclic, throws memory error, but many-to-many is ok for this.
P.S. I've found the solution to my question. I just modify a renderer a little bit.

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