Changeset 4cf919 in git for Tst


Ignore:
Timestamp:
Jan 19, 2020, 7:30:34 PM (4 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
92d91c491aca16f08df36b036c460a968117239f
Parents:
c417af59af93bdad5278db69f84585a318ee2ba5
Message:
Rename lpUfGraph to lpUfnarovskiGraph
Location:
Tst/Manual
Files:
2 added
2 deleted
1 moved

Legend:

Unmodified
Added
Removed
  • Tst/Manual/lpUfnarovskiGraph.tst

    rc417af r4cf919  
    77setring R;
    88ideal G = x*y*y; // already a GB
    9 lpUfGraph(G);
     9lpUfnarovskiGraph(G);
    1010
    1111kill r;
     
    2323x2*x1+4*x1*x2-3*x1*x1;
    2424ideal G = std(I);
    25 lpUfGraph(G);
     25lpUfnarovskiGraph(G);
    2626
    2727kill r;
     
    3434ideal I = x*y*x, y*x*y;
    3535ideal G = std(I);
    36 lpUfGraph(G);
     36lpUfnarovskiGraph(G);
    3737
    3838kill r;
     
    4545ideal I = x1*x1*x2, x1*x2*x2;
    4646ideal G = std(I);
    47 lpUfGraph(G);
     47lpUfnarovskiGraph(G);
    4848
    4949tst_status(1);$
Note: See TracChangeset for help on using the changeset viewer.