# Least squares (QP)

Minimize (x-3)² + (y-4)² — find point closest to (3, 4). Unconstrained quadratic.

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