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