source: git/Tst/Short/polymake.tst @ 29fc843

spielwiese
Last change on this file since 29fc843 was 687609, checked in by Thomas Markwig <keilen@…>, 16 years ago
*** empty log message *** git-svn-id: file:///usr/local/Singular/svn/trunk@10862 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.2 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 newtonPolytope;
11example newtonPolytopeLP;
12example normalFan;
13example groebnerFan;
14example intmatToPolymake;
15example polymakeToIntmat;
16///////////////////////////////////////////////////////////////////////////
17// B) Test for Procedures using Topcom
18///////////////////////////////////////////////////////////////////////////
19example triangulations;
20example secondaryPolytope;
21///////////////////////////////////////////////////////////////////////////
22// C) Test for Procedures concerned with Planar Polygons
23///////////////////////////////////////////////////////////////////////////
24example cycleLength;
25example splitPolygon;
26example eta;
27example findOrientedBoundary;
28example cyclePoints;
29example latticeArea;
30example picksFormula;
31example ellipticNF;
32example ellipticNFDB;
33///////////////////////////////////////////////////////////////////////////
34tst_status(1);$
Note: See TracBrowser for help on using the repository browser.