valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

bus-trip.md (745B)


      1 # Bus trip
      2 
      3 Bus driver drives bus.
      4 
      5 Inputs  | Process | Output
      6 ------------- | ------------- | -----------
      7 Bus use  | Trip | Passenger transportation service
      8 Highway use |  |
      9 Petrol consumption |  |
     10 Driving work |  |
     11 Repair work |  |
     12 Cleaning work |  |
     13 
     14 
     15 
     16 ## Passanger trips
     17 
     18 * The route has 5 stops: A, B, C, D & E
     19 * The bus has **52 passenger seats** available, no standing allowed
     20 * below observation of actual use of provided service
     21 
     22 |   | A  | -> | B  | -> | C  | -> | D  | -> | E  |
     23 |---|----|----|----|----|----|----|----|----|----|
     24 | + | 20 |    | 12 |    | 5  |    | 18 |    |  0 |
     25 | - |  0 |    | 6  |    | 9  |    | 12 |    | 28 |
     26 | = |    | 20 |    | 26 |    | 22 |    | 28 |    |
     27 | % |    | 38 |    | 50 |    | 42 |    | 54 |    |