This commit is contained in:
2023-10-09 17:39:33 +02:00
parent e1ab376e72
commit ebf936d84c

View File

@@ -6,15 +6,15 @@
Louage is a transportation system in Tunisia to overcome the lack of public transportation. This system is spread across all the Tunisian territory and is used by a lot of people. In this system their are two types of trips : regional and cross-regional.
This transportation system is very cheap and have a very high occupation level (97%).
This transportation system is very cheap and have a very high occupation level (97%).
Drivers propose their itineraries and stops with a time window of departure and arrival and a price per seat.
Drivers propose their itineraries and stops with a time window of departure and arrival and a price per seat.
Passengers can ask to book a trip from a location to a destination with a desire departure and an arrival time window.
Operators assigned passengers to a trip if the trip is compatible with their time window and if there is enough seats available. First come first served (FIFO).
Operators assigned passengers to a trip if the trip is compatible with their time window and if there is enough seats available. First come first served (FIFO).
Other criteria could also be used like pricing, number of stops, number of changes require to achieve the trip etc.
Other criteria could also be used like pricing, number of stops, number of changes require to achieve the trip etc.
### Problem