next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
ReflexivePolytopesDB :: getKreuzerSkarke

getKreuzerSkarke -- access Kreuzer-Skarke dim 4 reflexive polytopes database

Synopsis

Description

As a an example, let’s take the 4th example with h11=5, h21=53.

str = getKreuzerSkarke(5, Limit=>4, H12 => 53)
polytopes = parseKS str;
#polytopes
tope = polytopes_3
header = tope_0
A = matrixFromString tope_1

The first line gives some information about the example, see Kreuzer-Skarke headers for more details. The polytope is the convex hull of the columns of the matrix A.

See also

Ways to use getKreuzerSkarke :