Simulation models
The framework was implemented along with several simple transportation models. The generic elements developed for these models were added to the framework’s structure and could be re-used later on. This incremental method was especially relevant for the construction of a coherent and robust architecture for the framework.
For now, the following simulation models are available. Each model has a code corresponding to its package name and used for project execution via command line:
Station-based vehicle-sharing [SB_VS]: Car rental system in which users can pickup a vehicle at specific locations (stations) and leave it at any other station.
Station-based vehicle-sharing with repositioning [SB_VS_R]: Station-based rental system with repositioning operations.
Free-floating vehicle-sharing [FF_VS]: Bike rental system in which users can pickup/leave vehicles at any location of the network.
Public transport [PT]: Conventional public transport system where public transport vehicles (buses, tramways, subways, etc) follow a theoretical timetable.