faq 87916548 - billyc/matsim-wiki-test GitHub Wiki
by gunnarfloetteroed on 2016-09-30 09:59:25.767
I have an events file from a previous MATSim run. By parsing this, I obtain a TravelTime instance. Now I would like to obtain an instance of Provider<TripRouter> that routes based on this TravelTime instance, nothing else. In particular, I do not wish to perform a new MATSim run.
by gunnarfloetteroed on 2016-10-02 09:12:29.391
TripRouterImplTest.java appears to contain a solution.
by Michael Zilske on 2016-10-04 12:21:31.976
Also e.g. InitRoutes.java