Thank you for the 4.0 and 4.0r1 releases! I am looking at building 4.0r1 for Fedora, but will need to port some of the GAP packages (primarily
https://github.com/gap-packages/polymaking) first. While looking through your web pages for documentation to help me do this, I found
https://polymake.org/doku.php/user_guid ... 4.0/legacy. In the "Stored Files" section, it claims that one can still invoke "polymake file property", but that does not seem to be the case. That worked with polymake 3.x, but the functionality appears to be gone in polymake 4.0. For the case of the GAP polymaking package, for example, I need the equivalent of "polymake file POINTS" (and N_FACETS, VOLUME, etc.). Would that now be something like
Code: Select all
polymake 'my $p=load("file"); print $p->POINTS;'
? An update to your legacy page would be helpful. Thank you.