Data Science & Operations Research

PythonJupyterGraph TheoryCombinatorial OptimizationPandas / NumPy

Overview & Objective

An operations research and data analytics system solving complex Vehicle Routing Problems (VRP) with capacity and time-window constraints using heuristic and exact graph algorithms.

Key Engineering Highlights

Graph-Based Logistics Modeling

Represented road networks and depot-to-customer logistics using weighted spatial graphs and distance matrices.

Optimization Algorithms

Implemented and compared Dijkstra/A* pathfinding, Genetic Algorithms, and Clarke-Wright savings heuristics to minimize total transit distance and fuel consumption.

Interactive Analytics Pipeline

Built comprehensive Jupyter Notebook analytics pipelines with geospatial visualizations for route inspection and benchmark reporting.