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

[BUG] KKLayoutAlgorithm limit exceed #9

Open
dimitur98 opened this issue Jun 20, 2022 · 1 comment
Open

[BUG] KKLayoutAlgorithm limit exceed #9

dimitur98 opened this issue Jun 20, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dimitur98
Copy link

dimitur98 commented Jun 20, 2022

Hi,
A clear and concise description of what the bug is.
I use GraphShape in my company project and recenlty I found a bug in it. I have a tried to make a graph of large amount of data and I stuck on a problem with kkLayoutAlgorithm. It hits the limit of the array. How can I fixed it or can you make update so the problem to be solved.
Thank you.

@dimitur98 dimitur98 added the bug Something isn't working label Jun 20, 2022
@KeRNeLith
Copy link
Owner

Hello @dimitur98,

Do you have a sample that can showcase the issue your encountering in order to investigate?
What are the limit you're reaching with which configuration?

Considering the MSDN documentation over arrays. You may have walked through this stackoverflow thread too which talk about limits.
After a brief look at the algorithm, I imagine you can get an exception in the Initialize method of the KKLayoutAlgorithm right? In it, we're creating arrays using the vertex count so this can let thinking you're at least having a graph with a lot of vertices?.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants