Posts by user8885 • 25 points
1 post
-
2
votes1
answer859
viewsQ: How do I add a matrix to an edge of the graph?
My graph is implemented as an adjacency matrix. The graph is acyclic. I intend to create a method that takes two nodes and creates an edge from one to the other with an Nxm matrix. What’s missing or…