I've been using the function shortest_paths
from the igraph
package in order to calculate the shortest path between two links.
My igraph
object contains the weighted links.
The integrated Dijkstra algorithm uses sums in order to express the shortest path.
How can I use the product instead of the sum?