Research Article

Advancing Transportation Routing Decisions Using Riemannian Manifold Surfaces

Algorithm 3

Geodesic path construction pseudocode.
Run: Algorithm 2
Input
(1)for to do
(2)  whiledo
(3)   for to do
(4)    if and then
(5)     Link and and add the link to
(6)     Continue updating with links for
(7)    end if
(8)   end for
(9)  end while
(10)end for