Consider 4 sets as follows: W={w1,w2,w3}, X={x1,x2}, Y={y1,y2,y3} and Z={z1,z2}. Suppose we are also given capacity constraints are as follows:
c(w2)=c(y1)=c(y3)=1,
c(w1)=c(w3)=c(x2)=c(y2)=c(z1)=2,
c(x1)=c(z2)=3
c(wi,xj)=1, for all wi∈W and all xj∈X,
c(yi,zj)=1, for all yi∈Y and all zj∈Z
c(x1,y1)=1,c(x1,y2)=2,c(x1,y3)=1
c(x2,y1)=0,c(x2,y2)=2,c(x2,y3)=1.
Identify the size of a largest collection of 4-tuples from the sets W,X,Y and Z satisfying the given constraints.