One-dimensional search algorithm

set ξ = 0 , and Φ as a sufficiently large integer

for φ = 0 : 1: Φ do

(T,E) = Shortest Path (S0, D, t, ξ )

//solve the shortest path in terms of delay with a fixed ξ

if E ≤ Emax

return T

else

update the offload rate ξ as ξ + 1 / Φ

end

find the optimal solution ξ * for minimal delay T ( ξ * )