When agents only list schools/people they find acceptable, some participants may remain unmatched. This is preferable to an unacceptable assignment.
Students submit their full acceptable preference lists.
DA with Incomplete Lists:
while ∃ free student s with
remaining acceptable schools:
sch ← s's top remaining school
if s is acceptable to sch:
if sch has vacant slot:
tentatively match (s, sch)
else if sch prefers s to worst:
displace worst, match (s, sch)
else: reject s
else: s finds sch unacceptable
Under DA, submitting a complete honest list is always weakly dominant. There is no strategic reason to omit acceptable schools. Truncating can only hurt or have no effect.
Under Deferred Acceptance: Truncating your list can only HURT you. Under Boston Mechanism: Truncating can actually HELP (by gaming priorities).