Changeset 914c47 in git


Ignore:
Timestamp:
Apr 9, 2021, 2:10:55 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8ce14c851edc6d5cdceb8f2dfdb78e44bfe24908
Parents:
c193efcd9888101169db5fe2e974413689a842e7
Message:
fix: more polymake dep.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/polymake.lib

    rc193efc r914c47  
    14401440   //     has precisely one interior point
    14411441   poly f=x22y11+x19y10+x17y9+x16y9+x12y7+x9y6+x7y5+x2y3;
    1442    list polygon=newtonPolytopeLP(f);
     1442   list polygon=list(intvec(22,11),intvec(19,10),intvec(17,9),
     1443                     intvec(16,9), intvec(12,7),intvec(9,6),
     1444                     intvec(7,5),intvec(2,3));
    14431445   // its lattice points are
    14441446   polygon;
Note: See TracChangeset for help on using the changeset viewer.