Slide 9
Slide 9 text
Graph b-matching
Given a set of items T, consumers C, bipartite graph,
weights w(ti, cj), capacity constraints b(ti) and b(cj)
The goal is to find a matching M = {(t, c)} such that:
(i) |M(ti
)| ≤ b(ti
)
(ii) |M(cj
)| ≤ b(cj
)
(iii) the total value w(M) of the matching is maximized