# **Solving the Vehicle Routing Problem (VRP) Using Quantum Computing (Qiskit AerSimulator) for Passau Location**\n
### **A Quantum Optimization Approach with QAOA and VQE**\n
---\n
## 📌 **Problem Statement**\n
The **Vehicle Routing Problem (VRP)** extends the **Traveling Salesman Problem (TSP)** by introducing multiple vehicles that must service customers while minimizing travel costs. \n
The goal is to **determine optimal routes for a fleet of vehicles** to serve all locations efficiently.\n
\n
### 🔹 **Objective**\n
This notebook implements a **quantum approach to solving VRP** using:\n