# Minimal VRP

4 locations (depot 0 + 3 customers), 1 vehicle, 3 orders. Cost matrix only; no time windows or capacity.

**Run:** `python model.py`

**See also:** [references/examples.md](../../references/examples.md) for VRP with time windows, capacity, and multi-depot.
