Ok well I have the matrix set up almost identical to that but my problem lies in inputting the one into the val1, val2 space. I think the way that I'm iterating through the nodes is wrong.
Thanks for the help.
--
You received this message because you are subscribed to the Google Groups "cs310" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cs310+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "cs310" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cs310+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
And node.Edge would be each edge the node connects to correct?
--
I also found it helpful to to create a dictionary of nodes to their index in the matrices so you can easily relate the two. This makes it super easy to find the coordinates of where to put your 1's in the matrix given just a here node and a there node.
--Quinn Jones
qjo...@mix.wvu.edu
--