source: git/Tst/Short/polymake.tst @ 8275a9

spielwiese
Last change on this file since 8275a9 was 8275a9, checked in by Yue Ren <ren@…>, 10 years ago
chg: trying up oldpolymake.lib - renamed procedures that conflicted with procedures in polymake.so - fixed remaining mistakes in library due to bigintmats where previously only intmats were expected - renamed it back to polymake.lib the rename to oldpolymake.lib only happened because initially it was planned to call the polymake kernel interface polymake.lib, since it is easier for the users to not distinguish between interpreter libraries and shared objects and due to a misconception that polymake.lib was a pure interface to polymake. Since both proved to be wrong, I decided to undo the name change.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1// File: polymake.tst
2// Tests for polymake lib
3LIB "tst.lib";
4tst_init();
5LIB "polymake.lib";
6///////////////////////////////////////////////////////////////////////////
7// A) Test for Procedures using Polymake
8///////////////////////////////////////////////////////////////////////////
9example polymakePolytope;
10example newtonPolytopeP;
11example newtonPolytopeLP;
12example normalFanL;
13example groebnerFan;
14///////////////////////////////////////////////////////////////////////////
15// B) Test for Procedures using Topcom
16///////////////////////////////////////////////////////////////////////////
17example triangulations;
18example secondaryPolytope;
19///////////////////////////////////////////////////////////////////////////
20// C) Test for Procedures concerned with Planar Polygons
21///////////////////////////////////////////////////////////////////////////
22example cycleLength;
23example splitPolygon;
24example eta;
25example findOrientedBoundary;
26example cyclePoints;
27example latticeArea;
28example picksFormula;
29example ellipticNF;
30example ellipticNFDB;
31///////////////////////////////////////////////////////////////////////////
32tst_status(1);$
Note: See TracBrowser for help on using the repository browser.