lmeulen / pyraptor

Python implementation of RAPTOR algorithm
MIT License
24 stars 78 forks source link

RAPTOR Query - Multiple Origins -> Multiple Targets!!!! #48

Open mahdirastegari opened 1 year ago

mahdirastegari commented 1 year ago

Hi

I was looking at the RaptorAlgorithm -> run(self, from_stops, dep_secs, rounds), and I realize that the class is running multiple origins to multiple targets query, which I thought cannot be done as the local pruning functionality only continuing with the earliest trips.

I was wondering how you manage to run a RAPTOR query for multiple origins to multiple destinations.

I can provide some scenarios to discuss if you want.

Best wishes Mahdi