Same setting as 0-1 IP, but the simple form: each candidate has a cost and an expected return; total budget is capped; maximize total return. Knapsack DPs are embedded in real-time ad serving (each ad has a CPM and uses a quota of the user's session — pick the highest-value compatible set), in containerization (ECR / Cloud Run schedulers fitting Pod requests into nodes are running a vector knapsack), and in cargo loading (max value of cargo into a vessel within deadweight). Tax-loss harvesting is a knapsack: each lot has a "loss" and a "drift cost"; maximize loss subject to a tracking-error budget. Wealthfront and Betterment both run this nightly.
54
Capital budgeting and ad slots
Every CFO who has ever asked "which projects do we fund?" with a fixed budget has solved a knapsack.