That is, how can I find a bipartite graph match where some vertices cannot be connected to any other vertices?
EDIT: Another condition, suppose the edges are also weighted, and I would like the match to be such that the total edge weight is minimized (or maximized).
source
share