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