| Author |
Comment/Response |
nadav
|
08/26/08 10:46am
hello
my problem is that i can't operate this function when i want to modify the edge weight on a specific edges.
example:
g = EmptyGraph[0]
g = AddVertices[g, 2]
g = AddEdge[g, {1, 2}]
SetEdgeWeights[g, {{1, 2}}, {5}]
this example doesn't work
i will be happy for an example how to use this function.
thanks
URL: , |
|