matsim-vsp / logistics

Modeling of logistic chains using Logistic Service Providers (LSPs)
GNU General Public License v2.0
1 stars 2 forks source link

use Roadpricing scheme also in VRP solving #281

Closed kt86 closed 3 months ago

kt86 commented 4 months ago

... some preparations are done in #280

Until now the VRPs are solved without taking any roadpring into account. This must be changed.

kt86 commented 3 months ago

https://github.com/matsim-org/matsim-libs/pull/3390 solves some issues and brings it towards the official MATSim approach.

-> It should now be easily to add the road pricing, as one can also see in the tests there. Another advantage is, that we now can toll based on the vehicleType's properties, as they are available in MATSim :)