licit-lab / MnMS

Agent-based Multimodal Urban Moblity Simulator resulting from the ERC MAGnUM project
GNU Lesser General Public License v3.0
9 stars 4 forks source link

If User `reponse_dt` and `pickup_dt` are exceed recompute new path ? #108

Closed floriangc closed 1 year ago

floriangc commented 1 year ago

If the User is in the middle of its journey and either reponse_dt or pickup_dt is exceeded we can not use the other paths computed at the beginning. So we must recompute a new path that is not the current one (new function to compute path with banning user specified nodes in HiPOP).

In this case should we always compute a new path or stop the User and remove it of the simulation ?