# LP Duals and Reduced Costs

Retrieve dual values (shadow prices) and reduced costs after solving an LP.

**Problem:** Minimize 3x + 2y + 5z subject to x + y + z = 4, 2x + y + z = 5, x, y, z ≥ 0.

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