// Cells and their vertices. #0={0} #1={1,4} #2={2,3} #3={5} // Induced graph on cells. #0:. #1:->#0. #2:->#0. #3:->#1,#2. // Individual cells. // cell #0: 0[0]: {} // cell #1: 0[1]: {2} --> 1 1[4]: {1} --> 0 // cell #2: 0[2]: {1} --> 1 1[3]: {2} --> 0 // cell #3: 0[5]: {1,2}