Owen-Allen / route-mapper

0 stars 0 forks source link

graphs to create #7

Open bormar08 opened 2 years ago

bormar08 commented 2 years ago

company priorities:

  1. company priority of passengers: we try to get all passengers in the network (maybe we add busses if we need to)
  2. company priority of profit: get the most passengers in the network using the least amount of busses (i.e pick up most passengers at each stop then take the shortest path to the next node)
  3. company priority of travel cost (speed): pickup passengers and reach the destinations the fastest (i.e pick up passengers going closest to final destination at each node it stops at)

for each company priority we need to generate a graph that shows how:

  1. travel cost was affected
  2. passenger/bus capacity was affected
  3. how profit was affected