Hello,
It seems that following code in SMC worksheet cell
from sage.geometry.polyhedron.palp_database import PALPreader
#db = PALPreader(dim=1) # returns ValueError: Cannot find PALP database:
/projects/sage/sage-7.5/local/share/reflexive_polytopes/Full1d/zzdb.info
db = PALPreader(dim=2) # returns 16 2-dimensional polyhedrons from
/projects/sage/sage-7.5/local/share/reflexive_polytopes/Full2d/zzdb.info
#db = PALPreader(dim=3) # returns much more 3-dimensional polyhedrons from
/projects/sage/sage-7.5/local/share/reflexive_polytopes/Full3d/zzdb.info
#db = PALPreader(dim=4) # returns ValueError: Cannot find PALP database:
/projects/sage/sage-7.5/local/share/reflexive_polytopes/Full4d/zzdb.info
for p in db:
print p
is working fine, accessing a local cloud database (zzdb.info installed in
/projects/sage/sage-7.5/local/share/reflexive_polytopes/Full<dim>d
directory).
But i dont' know how to access an uploaded Kreuzer database (Brian's wish)
... my few coding attempts where unsuccessful using data_basename parameter
as given by help doc.sagemath.org.
Dominique
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.