[jgrapht-users] Edge: variable weight
Brought to you by:
barak_naveh,
perfecthash
From: Alessandro <al...@in...> - 2005-06-22 11:48:22
|
Hi jgraphtrs, I use the dijkstra alghoritm (in org._3pq.jgrapht.alg.DijkstraShortestPath).. it use getWeight() method in edge (DirectedEdge). Well! I wish a variable weight for each edge (depend on a parameter; this parameter is present in the object which call DijkstraShortestPath method). Some suggestion? Thank you very much! Bye bye, Alessandro |