Changeset 82c07a in git for Tst


Ignore:
Timestamp:
Nov 19, 2021, 5:33:35 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c44d13f531eea96baf75217833c1a4e7155649a0
Parents:
3b49294bbed81d33c3495348c0cb8df7cb808d25
Message:
fix: gfan/tropical.lib
Location:
Tst
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • Tst/Long/ok_l2.lst

    r3b4929 r82c07a  
    4545std_l
    4646triang_l
     47#requires gfan
     48tropical
    4749zeroset1
    4850
  • Tst/Short/tropical.tst

    r3b4929 r82c07a  
    171171randomPolyInT(3,-2,5,1);
    172172//////////////////////////////
     173ring trop_r=0,(x,y,z,w),dp;
     174ideal I=x-2y+3z,3y-4z+5w;
     175tropicalVariety(I);
     176tropicalVariety(I,number(2));
     177tropicalVariety(I[1],number(3));
     178
    173179tst_status(1);$
Note: See TracChangeset for help on using the changeset viewer.