// File: polymake.tst // Tests for polymake lib LIB "tst.lib"; tst_init(); LIB "polymake.lib"; /////////////////////////////////////////////////////////////////////////// // A) Test for Procedures using Polymake /////////////////////////////////////////////////////////////////////////// example polymakePolytope; example newtonPolytopeP; example newtonPolytopeLP; example normalFanL; example groebnerFan; /////////////////////////////////////////////////////////////////////////// // B) Test for Procedures using Topcom /////////////////////////////////////////////////////////////////////////// example triangulations; example secondaryPolytope; /////////////////////////////////////////////////////////////////////////// // C) Test for Procedures concerned with Planar Polygons /////////////////////////////////////////////////////////////////////////// example cycleLength; example splitPolygon; example eta; example findOrientedBoundary; example cyclePoints; example latticeArea; example picksFormula; example ellipticNF; example ellipticNFDB; /////////////////////////////////////////////////////////////////////////// tst_status(1);$