For more details on implementation and explain kindly review the attached presentation in the repo.
This repository contains a project implementation for solving the Dynamic Vehicle Routing Problem (DVRP). It includes tools for data preparation, simulation, and analysis, tailored to optimize dynamic routing in cyber-physical systems.
- Data Preparation: Tools for processing raw trip data and generating travel time matrices.
- Dynamic Simulation: Real-time routing using the ICAPS baseline model (DRLSA).
- Analysis: Visualizations and outputs for evaluating performance.
git clone https://github.com/ShubhJain007/DVRP.git
cd DVRPcd bin
julia sim_proc.jldata/: Raw and processed datasets for the DVRP simulations.dataprep/: Scripts for preparing trip data and travel time matrices.bin/: Main simulation executable (sim_proc.jl).docs/: Project documentation.examples/: Example inputs and outputs for DVRP simulations.results/: Output data from simulations.
Detailed documentation is available in the docs/ folder:
We welcome contributions! See CONTRIBUTING.md for more information.
This project is licensed under the MIT License.