TNDP Heuristic implementation from our paper A heuristic aided Stochastic Beam Search algorithm for solving the transit network design problem.
- Clone the repository and install the required python packages (
pip install -r requirements.txt
). - Run the program (
python main.py <distance_file> <demand_file>
).