Open
Description
Lanes are pertinent tools to model turn restrictions. Given original MATSim has a lane-based routing and given turns are vital to the routing of transit vehicles, it is only fitting to extend the functionality of lane-based routing in pt2MATSim from the core MATSim.
I have tried to implement such. The problems I faced were:
- Access to the main Config and corresponding config modules are restricted to almost all classes inside pt2MATSim.
- The InvertedLeastCostPathClaculator in MATSim is, for some reason, not a public class, requiring the implementation of the same class yet again inside pt2MATSim.
It is still a work in progress. Please advise if you have any suggestions.
Activity