Bank Algorithm: part 2
let t_i be # of tickets currently allocated on
node i
  IF t_i >= T_i
    normalize the tickets so that t_i = T_i

  ELSE
    check balance B_ij in bank account for
class j in case 4 above