A bin is feasible when its exact fill stays within capacity.
Capacity one
Each bin can hold total size 1.
capacity=1
No overfill
A bin is feasible only when its fill is at most capacity.
fill≤capacity
Goal
The goal is to use as few bins as possible.
min number of bins
Visual rule
A full bar means the bin fill is exactly capacity, not just visually close.
full bar means fill=1