-
Notifications
You must be signed in to change notification settings - Fork 105
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
Issue when using edges (WPF) #68
Comments
Notice: I changed the LogicCore setup a little bit.
The issue could be resolved by switching back to "SimpleER" instead of "Pathfinder" as I initially used it. You might want to investigate into this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following exception:
"Specified argument was out of the range of valid values. Parameter name: index"
When I generate the graph with edges. When I don't, it works. Since I render a binary tree of my Heap Sort algorithm it seems like it only happens with a certain set of vertices and edges. This is my generating code:
Everything else has been copied over from the sample application and works obviously.
The text was updated successfully, but these errors were encountered: