Activity-based Ride-sharing with constraint on travel distance.
This repo is the code for the experiment of my graduation thesis.
pip install -r requirements.txt
I downloaded the road network of Shinjuku city from OpenStreetMap using the osmnx library. Then, I simplified it to match the input format of the algorithms.