We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hallo,
I'm trying to compile a graph using the attribute overlap = 9:portho. This causes the following error:
overlap = 9:portho
abort("Assertion failed: !TREE_EDGE(e), at: ns.c,463,merge_trees"). Build with -s ASSERTIONS=1 for more info.
It occurs on too many subgraph clusters. The code is no problem on overlap = 9:ortho or overlap = false.
overlap = 9:ortho
overlap = false
Is there a limit?
All the best Dirk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hallo,
I'm trying to compile a graph using the attribute
overlap = 9:portho
. This causes the following error:It occurs on too many subgraph clusters.
The code is no problem on
overlap = 9:ortho
oroverlap = false
.Is there a limit?
All the best
Dirk
The text was updated successfully, but these errors were encountered: