Changeset 48935b4 in git
- Timestamp:
- Oct 24, 2013, 11:36:16 AM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 3c3e3de41fd6ba44babbfa0c6384b376182586ee
- Parents:
- 7e84855424af7e8b3892727e05362d8ae91ab847
- git-author:
- Martin Lee <martinlee84@web.de>2013-10-24 11:36:16+02:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2013-12-11 17:46:45+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/oldpolymake.lib
r7e8485 r48935b4 87 87 LIB "linalg.lib"; 88 88 LIB "random.lib"; 89 LIB "polymake.so";90 89 //////////////////////////////////////////////////////////////////////////////// 91 90 91 static proc mod_init () 92 { 93 LIB "gfanlib.so"; 94 LIB "polymake.so"; 95 } 92 96 93 97 ///////////////////////////////////////////////////////////////////////////// … … 1669 1673 // points and 1670 1674 // the number b of boundary points are connected by the formula: A=b+2g-2 1671 return(list(area,bdpts,(area-bdpts+2) /2));1675 return(list(area,bdpts,(area-bdpts+2) div 2)); 1672 1676 } 1673 1677 example -
Tst/Short/polymake.tst
r7e8485 r48935b4 3 3 LIB "tst.lib"; 4 4 tst_init(); 5 LIB "oldpolymake.lib"; // TODO: update test result!5 LIB "oldpolymake.lib"; 6 6 /////////////////////////////////////////////////////////////////////////// 7 7 // A) Test for Procedures using Polymake … … 12 12 example normalFan; 13 13 example groebnerFan; 14 example intmatToPolymake;15 example polymakeToIntmat;16 14 /////////////////////////////////////////////////////////////////////////// 17 15 // B) Test for Procedures using Topcom
Note: See TracChangeset
for help on using the changeset viewer.