Research Article

A Mutual Selection Mechanism of Ride-Hailing Based on Hidden Points

Algorithm 2

Allocation algorithm.
Input:
Output:
1.
2.
3.
4.Ifthen
5.  Send order information to the driver in
6.  Driver grab the order and get a new optional collection
7.  whiledo
8.   Send this drives’ information to user to select
9.   if and then
10.   
11.   
12.   return
13.  else
14.   Exclude the driver satisfying from
15.   T=0
16.  end
17. end
18.else
19.  return
20.end