Set covering starts with demand points that must each be covered at least once.
Demand points
The demand points are 1 through 5. Motivation: every point must be covered.
points={1,…,5}
Cover all
A feasible answer covers all 5 demand points.
covered points=5
Choose sites
A site row can cover several points. The job is to choose rows that leave no missing point.
choose rows so every column is covered
Finite model
This book uses fixed rows and fixed costs, so the arithmetic is exact.
fixed finite coverage model