Research Article

Performance Evaluation of MBA-OLSR Routing Protocol for MANETs

Algorithm 1

The multipath Dijkstra algorithm.
Calculate routes in from to
for   to   do
for all arcs e in
  If   is in or is in   then
   
   else if the vertex is in   then
   
  else
   
end if
end for
end for
return ( )