A cover is not just cheap; it must leave no demand point missing.
Chosen cover
A plus B plus C is feasible with cost 9.
chosen cost=9
B plus D
B plus D also covers all points, but its cost is 10.
cost(B+D)=10
A plus C
A plus C costs only 5, but it leaves 1 demand point missing.
missing under A+C=1
Best visible cover
The exact enumeration checks every small subset and confirms the minimum feasible cost is 9.
min feasible cost=9