# Basic VRP (no time windows)

Simple VRP: 4 locations, 3 tasks, 2 vehicles. No time windows.

**Requires:** cuOpt server running. **Run:** `python client.py` (exits 0 if server unreachable).
**Env:** `CUOPT_SERVER_URL` (default `http://localhost:8000`).
