// A triangulation is rapresented by a list of tetrahedra. // A tetrahedron is given by a list of four points in the support of the octanomial form. // We follow the order in which the points are ordered in the article. // For example the tetrahedron [0,1,2,3] is the convex hull of [(1110), (1101), (1011), (0111)]. // Computation where made with TOPCOM. [[0,1,2,3],[0,1,2,4],[0,1,3,5],[0,1,4,5],[0,2,3,6],[1,2,3,7],[2,3,6,7]] [[0,1,2,4],[0,1,3,5],[0,1,4,5],[0,1,3,7],[0,3,6,7],[0,1,2,7],[0,2,6,7]] [[0,1,2,4],[0,1,3,5],[0,1,4,5],[0,1,3,6],[1,3,6,7],[0,1,2,6],[1,2,6,7]] [[0,2,3,6],[1,2,3,7],[2,3,6,7],[1,2,3,5],[1,2,4,5],[0,2,3,5],[0,2,4,5]] [[0,2,3,6],[1,2,3,7],[2,3,6,7],[1,2,3,4],[1,3,4,5],[0,2,3,4],[0,3,4,5]] [[1,2,3,7],[2,3,6,7],[1,2,3,5],[1,2,4,5],[0,2,4,5],[2,3,5,6],[0,2,5,6]] [[0,2,3,6],[2,3,6,7],[1,2,4,5],[0,2,3,5],[0,2,4,5],[2,3,5,7],[1,2,5,7]] [[1,2,3,7],[2,3,6,7],[1,2,3,4],[1,3,4,5],[0,3,4,5],[2,3,4,6],[0,3,4,6]] [[0,2,3,6],[2,3,6,7],[1,3,4,5],[0,2,3,4],[0,3,4,5],[2,3,4,7],[1,3,4,7]] [[0,1,2,4],[0,1,4,5],[1,3,6,7],[0,1,2,6],[1,2,6,7],[1,3,5,6],[0,1,5,6]] [[0,1,3,5],[0,1,4,5],[0,1,3,6],[1,3,6,7],[1,2,6,7],[1,2,4,6],[0,1,4,6]] [[0,1,2,4],[0,1,4,5],[0,3,6,7],[0,1,2,7],[0,2,6,7],[0,3,5,7],[0,1,5,7]] [[0,1,3,5],[0,1,4,5],[0,1,3,7],[0,3,6,7],[0,2,6,7],[0,2,4,7],[0,1,4,7]] [[0,1,4,5],[1,3,6,7],[1,2,6,7],[1,3,5,6],[0,1,5,6],[1,2,4,6],[0,1,4,6]] [[0,1,3,5],[0,1,4,5],[0,1,3,6],[1,3,6,7],[0,1,4,6],[2,4,6,7],[1,4,6,7]] [[1,3,6,7],[1,2,6,7],[1,3,4,5],[0,3,4,5],[0,3,4,6],[1,2,4,6],[1,3,4,6]] [[0,1,2,4],[0,1,4,5],[0,1,2,7],[0,2,6,7],[0,1,5,7],[3,5,6,7],[0,5,6,7]] [[0,1,4,5],[0,3,6,7],[0,2,6,7],[0,3,5,7],[0,1,5,7],[0,2,4,7],[0,1,4,7]] [[0,3,6,7],[0,2,6,7],[1,2,4,5],[0,2,4,5],[1,2,5,7],[0,3,5,7],[0,2,5,7]] [[2,3,6,7],[1,2,4,5],[0,2,4,5],[2,3,5,6],[0,2,5,6],[2,3,5,7],[1,2,5,7]] [[0,2,3,6],[2,3,6,7],[0,2,3,5],[0,2,4,5],[2,3,5,7],[2,4,5,7],[1,4,5,7]] [[2,3,6,7],[1,3,4,5],[0,3,4,5],[2,3,4,6],[0,3,4,6],[2,3,4,7],[1,3,4,7]] [[0,3,6,7],[0,2,6,7],[1,3,4,5],[0,3,4,5],[1,3,4,7],[0,2,4,7],[0,3,4,7]] [[0,2,3,6],[2,3,6,7],[0,2,3,4],[0,3,4,5],[2,3,4,7],[1,4,5,7],[3,4,5,7]] [[1,2,3,7],[2,3,6,7],[1,2,3,5],[1,2,4,5],[2,3,5,6],[2,4,5,6],[0,4,5,6]] [[1,3,6,7],[1,2,6,7],[1,2,4,5],[0,2,4,5],[0,2,5,6],[1,3,5,6],[1,2,5,6]] [[0,1,2,4],[0,1,4,5],[0,1,2,6],[1,2,6,7],[0,1,5,6],[3,5,6,7],[1,5,6,7]] [[0,1,3,5],[0,1,4,5],[0,1,3,7],[0,3,6,7],[0,1,4,7],[2,4,6,7],[0,4,6,7]] [[1,2,3,7],[2,3,6,7],[1,2,3,4],[1,3,4,5],[2,3,4,6],[0,4,5,6],[3,4,5,6]] [[1,3,6,7],[1,2,6,7],[1,3,4,5],[1,2,4,6],[1,3,4,6],[0,4,5,6],[3,4,5,6]] [[1,3,6,7],[1,3,4,5],[0,3,4,5],[0,3,4,6],[2,4,6,7],[1,4,6,7],[1,3,4,6]] [[0,1,4,5],[1,2,6,7],[0,1,5,6],[1,2,4,6],[0,1,4,6],[3,5,6,7],[1,5,6,7]] [[1,2,6,7],[1,2,4,5],[0,2,4,5],[0,2,5,6],[3,5,6,7],[1,2,5,6],[1,5,6,7]] [[2,3,6,7],[0,2,4,5],[2,3,5,6],[0,2,5,6],[2,3,5,7],[2,4,5,7],[1,4,5,7]] [[0,3,6,7],[0,2,6,7],[0,2,4,5],[0,3,5,7],[0,2,5,7],[2,4,5,7],[1,4,5,7]] [[0,1,4,5],[1,3,6,7],[1,3,5,6],[0,1,5,6],[0,1,4,6],[2,4,6,7],[1,4,6,7]] [[0,2,6,7],[1,2,4,5],[0,2,4,5],[1,2,5,7],[3,5,6,7],[0,5,6,7],[0,2,5,7]] [[1,3,6,7],[1,2,6,7],[1,2,4,5],[1,3,5,6],[2,4,5,6],[0,4,5,6],[1,2,5,6]] [[2,3,6,7],[0,3,4,5],[2,3,4,6],[0,3,4,6],[2,3,4,7],[1,4,5,7],[3,4,5,7]] [[0,3,6,7],[0,2,6,7],[0,3,4,5],[0,2,4,7],[1,4,5,7],[0,3,4,7],[3,4,5,7]] [[0,1,4,5],[0,2,6,7],[0,1,5,7],[0,2,4,7],[0,1,4,7],[3,5,6,7],[0,5,6,7]] [[0,1,4,5],[0,3,6,7],[0,3,5,7],[0,1,5,7],[0,1,4,7],[2,4,6,7],[0,4,6,7]] [[2,3,6,7],[1,2,4,5],[2,3,5,6],[2,3,5,7],[1,2,5,7],[2,4,5,6],[0,4,5,6]] [[0,3,6,7],[1,3,4,5],[0,3,4,5],[1,3,4,7],[2,4,6,7],[0,3,4,7],[0,4,6,7]] [[2,3,6,7],[1,3,4,5],[2,3,4,6],[2,3,4,7],[1,3,4,7],[0,4,5,6],[3,4,5,6]] [[1,2,6,7],[1,2,4,5],[3,5,6,7],[2,4,5,6],[0,4,5,6],[1,2,5,6],[1,5,6,7]] [[2,3,6,7],[2,3,5,6],[2,3,5,7],[2,4,5,7],[1,4,5,7],[2,4,5,6],[0,4,5,6]] [[0,1,4,5],[0,1,5,7],[0,1,4,7],[2,4,6,7],[3,5,6,7],[0,5,6,7],[0,4,6,7]] [[0,2,6,7],[0,2,4,5],[3,5,6,7],[0,5,6,7],[0,2,5,7],[2,4,5,7],[1,4,5,7]] [[2,3,6,7],[2,3,4,6],[2,3,4,7],[1,4,5,7],[3,4,5,7],[0,4,5,6],[3,4,5,6]] [[1,3,6,7],[1,3,4,5],[2,4,6,7],[1,4,6,7],[1,3,4,6],[0,4,5,6],[3,4,5,6]] [[0,1,4,5],[0,1,5,6],[0,1,4,6],[2,4,6,7],[1,4,6,7],[3,5,6,7],[1,5,6,7]] [[0,3,6,7],[0,3,4,5],[2,4,6,7],[1,4,5,7],[0,3,4,7],[3,4,5,7],[0,4,6,7]]